(custom-set-variables ;; custom-set-variables was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. '(custom-safe-themes '("6abe1a7563dbd6524f08e1a875415adb800e918cfb9617f9a1eb8d2ef7f5305a" default))) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful. ;; Your init file should contain only one such instance. ;; If there is more than one, they won't work right. ) (add-hook 'go-mode-hook (defun my-go-mode-hook () (add-hook 'before-save-hook 'gofmt-before-save) (setq tab-width 2 indent-tabs-mode 0))) (add-hook 'dart-mode-hook (defun my-go-mode-hook () (setq tab-width 2 indent-tabs-mode 0))) (add-hook 'web-mode-hook (defun my-web-mode-hook () (setq web-mode-markup-indent-offset 2))) (custom-set-faces! '(line-number :slant normal) '(line-number-current-line :slant normal)) ; window transparency (add-to-list 'default-frame-alist '(alpha . 90))