emacs: import some stuff

This commit is contained in:
2020-06-25 10:37:54 +01:00
parent d92f9b37de
commit bd78047924
8 changed files with 275 additions and 0 deletions

13
emacs.d/custom.el Normal file
View File

@@ -0,0 +1,13 @@
(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.
'(org-agenda-files (quote ("~/data/org/notes.org" "~/data/org/work.org")))
'(package-selected-packages (quote (dracula-theme use-package))))
(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.
)