emacs.d/bundle/custom_win32.el
2020-11-28 14:59:23 +01:00

21 lines
1.1 KiB
EmacsLisp

(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-enabled-themes (quote (nord)))
'(custom-safe-themes
(quote
("37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" default)))
'(org-agenda-files (quote ("~/Documents/journal")))
'(org-default-notes-file "notes.org")
'(org-directory "~/Documents/journal")
'(package-selected-packages
(quote
(geiser all-the-icons powershell forge counsel helpful web-mode use-package toc-org slime projectile ox-reveal olivetti nov nordless-theme nord-theme memoize magit js2-mode ivy htmlize f elpy elisp-refs eglot dash-functional color-theme-sanityinc-tomorrow ace-window))))
(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.
)