-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathcustom.el
15 lines (15 loc) · 874 Bytes
/
custom.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
(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
'("51c71bb27bdab69b505d9bf71c99864051b37ac3de531d91fdad1598ad247138" "f91395598d4cb3e2ae6a2db8527ceb83fed79dbaf007f435de3e91e5bda485fb" default))
'(magit-todos-insert-after '(bottom) nil nil "Changed by setter of obsolete option `magit-todos-insert-at'")
'(safe-local-variable-values '((lsp-disabled-clients elixir-ls))))
(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.
'(default ((t (:background "#000000")))))