adding wayward emacs file
This commit is contained in:
parent
3cb74839a4
commit
b995a70a26
1 changed files with 17 additions and 0 deletions
17
emacs/.doom.d/custom.el
Normal file
17
emacs/.doom.d/custom.el
Normal file
|
@ -0,0 +1,17 @@
|
||||||
|
(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
|
||||||
|
'("70b596389eac21ab7f6f7eb1cf60f8e60ad7c34ead1f0244a577b1810e87e58c" "2721b06afaf1769ef63f942bf3e977f208f517b187f2526f0e57c1bd4a000350" "afa47084cb0beb684281f480aa84dab7c9170b084423c7f87ba755b15f6776ef" "4ff1c4d05adad3de88da16bd2e857f8374f26f9063b2d77d38d14686e3868d8d" "467dc6fdebcf92f4d3e2a2016145ba15841987c71fbe675dcfe34ac47ffb9195" default))
|
||||||
|
'(org-agenda-files
|
||||||
|
'("~/Nextcloud/org/todo/todo.org" "/Users/amd/Nextcloud/org/todo/servers.org" "/Users/amd/Nextcloud/org/todo/workstations.org" "/Users/amd/Nextcloud/org/todo/chores.org" "/Users/amd/Nextcloud/org/notes.org"))
|
||||||
|
'(package-selected-packages '(pinentry))
|
||||||
|
'(warning-suppress-types '((org-element-cache) (org-element-cache) (defvaralias))))
|
||||||
|
(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.
|
||||||
|
)
|
Loading…
Reference in a new issue