aboutsummaryrefslogtreecommitdiff
path: root/.doom.d/custom.el
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.com>2023-11-18 14:29:35 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.com>2023-11-18 14:29:35 +0530
commit16950d02f9d942905abdc0c2e3ef2cba2d5e4e00 (patch)
tree1196bac30c5a257145589dd48b722316f0414f13 /.doom.d/custom.el
parentd98f02e10146cd2d79b001239d9c9aca73304b14 (diff)
edited cgit dark theme
Diffstat (limited to '.doom.d/custom.el')
-rw-r--r--.doom.d/custom.el11
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 ()