Switch to new doom theme and change org dir.

This commit is contained in:
2024-01-08 15:56:14 +13:00
parent 78c05b072e
commit cc0eb52561

View File

@ -32,7 +32,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-one)
(setq doom-theme 'doom-badger)
;; 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'.
@ -40,7 +40,7 @@
;; If you use `org' and don't want your org files in the default location below,
;; change `org-directory'. It must be set before org loads!
(setq org-directory "~/org/")
(setq org-directory "~/Documents/org-journal/")
;; Whenever you reconfigure a package, make sure to wrap your config in an