aboutsummaryrefslogtreecommitdiff
path: root/.doom.d
diff options
context:
space:
mode:
authorVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-08-26 20:21:38 +0530
committerVidhu Kant Sharma <vidhukant@vidhukant.xyz>2022-08-26 20:21:38 +0530
commitecfe50fd178c712346007f1656fff6bcbf70f38f (patch)
tree079465a5d99d23dbacfcb869a3e5356490d6411e /.doom.d
parent08db1e0f2ef400d22368168deeac24d77f37d516 (diff)
changed default theme in emacs
Diffstat (limited to '.doom.d')
-rw-r--r--.doom.d/config.el4
1 files changed, 2 insertions, 2 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el
index aac2b0a..b6a38ca 100644
--- a/.doom.d/config.el
+++ b/.doom.d/config.el
@@ -27,11 +27,11 @@
;; 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-tokyo-night)
;; 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 "/hdd/org/")
;; 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'.