emacs.d/bundle/custom_win32.el

22 lines
1.1 KiB
EmacsLisp
Raw Normal View History

2020-05-15 20:26:53 +02:00
(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.
2020-07-26 15:26:29 +02:00
'(custom-enabled-themes (quote (nord)))
'(custom-safe-themes
(quote
2020-11-28 14:59:23 +01:00
("37768a79b479684b0756dec7c0fc7652082910c37d8863c35b702db3f16000f8" default)))
'(org-agenda-files (quote ("~/Documents/journal")))
'(org-default-notes-file "notes.org")
'(org-directory "~/Documents/journal")
2020-05-15 20:26:53 +02:00
'(package-selected-packages
(quote
2020-11-28 14:59:23 +01:00
(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))))
2020-05-15 20:26:53 +02:00
(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.
)