-
Notifications
You must be signed in to change notification settings - Fork 0
/
custom.el
23 lines (23 loc) · 1.22 KB
/
custom.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
(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
'("986cfa891116be38a60d1e82d820965249ea44e0d6348634a40ef6827f27bbb0" "bec1f57125422a3a451ceb6633bb55430677778caf47ca58fc0c9e7b9e628b2f" "c38ca564fb26ae0414ed076b9a8462cdfbb1e20eb651001bfaa789e842fdbfdd" default))
'(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'"))
(put 'projectile-ripgrep 'disabled nil)
(put 'customize-face 'disabled nil)
(put 'customize-set-variable 'disabled nil)
(put 'customize-group 'disabled nil)
(put 'customize-apropos-faces 'disabled nil)
(put 'customize-rogue 'disabled nil)
(put 'narrow-to-region 'disabled nil)
(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.
'(mode-line ((t (:family "Helvetica"))))
'(mode-line-active ((t (:family "Helvetica"))))
'(mode-line-inactive ((t (:family "Helvetica")))))