aboutsummaryrefslogtreecommitdiff
path: root/.doom.d/config.el
diff options
context:
space:
mode:
Diffstat (limited to '.doom.d/config.el')
-rw-r--r--.doom.d/config.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/.doom.d/config.el b/.doom.d/config.el
index b6a38ca..0ad28c3 100644
--- a/.doom.d/config.el
+++ b/.doom.d/config.el
@@ -7,7 +7,7 @@
;; Some functionality uses this to identify you, e.g. GPG configuration, email
;; clients, file templates and snippets.
(setq user-full-name "Vidhu Kant Sharma"
- user-mail-address "vidhukant@protonmail.ch")
+ user-mail-address "vidhukant@vidhukant.xyz")
;; Doom exposes five (optional) variables for controlling fonts in Doom. Here
;; are the three important ones:
@@ -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-tokyo-night)
+(setq doom-theme '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 "/hdd/org/")
+(setq org-directory "/hdd/Documents/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'.