diff --git a/emacs/.doom.d/config.el b/emacs/.doom.d/config.el index c89b33a..18835b5 100644 --- a/emacs/.doom.d/config.el +++ b/emacs/.doom.d/config.el @@ -20,7 +20,6 @@ ;; ;; See 'C-h v doom-font' for documentation and more examples of what they ;; accept. For example: -;; (setq doom-font (font-spec :family "Hack" :size 12) doom-variable-pitch-font (font-spec :family "Liberation Sans" :size 12)) ;; @@ -32,7 +31,7 @@ ;; There are two ways to load a theme. Both assume the theme is installed and ;; available. You can either set `doom-theme' or manually load a theme with the ;; `load-theme' function. This is the default: -(setq doom-theme 'doom-dracula) +(setq doom-theme 'doom-nord) ;; This determines the style of line numbers in effect. If set to `nil', line ;; numbers are disabled. For relative line numbers, set this to `relative'. diff --git a/emacs/.doom.d/custom.el b/emacs/.doom.d/custom.el new file mode 100644 index 0000000..efcdc98 --- /dev/null +++ b/emacs/.doom.d/custom.el @@ -0,0 +1,14 @@ +(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 + '("/home/amd/Nextcloud/org/todo/todo.org" "/home/amd/Nextcloud/org/todo/chores.org" "/home/amd/Nextcloud/org/todo/servers.org" "/home/amd/Nextcloud/org/todo/workstations.org" "/home/amd/Nextcloud/org/notes.org")) + '(warning-suppress-types '((comp) (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. + )