diff options
Diffstat (limited to '.doom.d')
-rw-r--r-- | .doom.d/custom.el | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/.doom.d/custom.el b/.doom.d/custom.el index 8edc826..29d6b70 100644 --- a/.doom.d/custom.el +++ b/.doom.d/custom.el @@ -4,11 +4,16 @@ ;; 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))) + '("6abe1a7563dbd6524f08e1a875415adb800e918cfb9617f9a1eb8d2ef7f5305a" default)) + '(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'") + '(warning-suppress-log-types '((doom-first-file-hook) (defvaralias)))) (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. + ;; 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. - ) + '(line-number ((t (:slant normal)))) + '(line-number-current-line ((t (:slant normal))))) (add-hook 'go-mode-hook (defun my-go-mode-hook () |