Update custom file
This commit is contained in:
parent
ccf3bf0fab
commit
d9daee3382
1 changed files with 6 additions and 1 deletions
|
@ -5,6 +5,10 @@
|
|||
;; If there is more than one, they won't work right.
|
||||
'(ansi-color-faces-vector
|
||||
[default default default italic underline success warning error])
|
||||
'(custom-enabled-themes (quote (nord)))
|
||||
'(custom-safe-themes
|
||||
(quote
|
||||
("37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" "7f6d4aebcc44c264a64e714c3d9d1e903284305fd7e319e7cb73345a9994f5ef" default)))
|
||||
'(inhibit-startup-buffer-menu t)
|
||||
'(initial-buffer-choice "~/Documents/Journal/notes.org")
|
||||
'(menu-bar-mode nil)
|
||||
|
@ -13,7 +17,8 @@
|
|||
(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m)))
|
||||
'(package-selected-packages
|
||||
(quote
|
||||
(elpy use-package nord-theme nordless-theme org toc-org ox-reveal ace-window htmlize ivy magit)))
|
||||
(eglot olivetti slime web-mode js2-mode projectile nov color-theme-sanityinc-tomorrow elpy use-package nord-theme nordless-theme org toc-org ox-reveal ace-window htmlize ivy magit)))
|
||||
'(scroll-bar-mode nil)
|
||||
'(tool-bar-mode nil))
|
||||
(custom-set-faces
|
||||
;; custom-set-faces was added by Custom.
|
||||
|
|
Loading…
Add table
Reference in a new issue