-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathinit.el
More file actions
26 lines (26 loc) · 1.44 KB
/
init.el
File metadata and controls
26 lines (26 loc) · 1.44 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
(org-babel-load-file
(expand-file-name
"config.org"
user-emacs-directory))
(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
'("f64189544da6f16bab285747d04a92bd57c7e7813d8c24c30f382f087d460a33" "e3daa8f18440301f3e54f2093fe15f4fe951986a8628e98dcd781efbec7a46f2" "3de5c795291a145452aeb961b1151e63ef1cb9565e3cdbd10521582b5fd02e9a" "2e2dde565e08ca97661c8e7f9337d3980b6532027496cdeb4920ce9e25c419a8" "f0da60a578eeb8d2e3c29e2c753692a1d9507b7d6b4ad3074f354664895dcab1" "eac9ff82b8d38e78aff8d68b6df35596d9052552d772323ec5704b816f8be756" "cd1aaebc493096cdf63af0804ce4a9d2ab7a64a7f4969a49c76e901d33992dde" default))
'(custom-theme-directory "~/.config/emacs/elpaca/builds/doom-themes/")
'(evil-toggle-key "")
'(highlight-indent-guides-auto-enabled nil)
'(highlight-indent-guides-method 'character)
'(ignored-local-variable-values '((TeX-master . t)))
'(lsp-clangd-version "16.0.2")
'(package-selected-packages nil)
'(tab-width 4))
(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.
'(whitespace-tab ((t (:foreground "#636363")))))
(put 'upcase-region 'disabled nil)