diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-11-27 00:27:58 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2022-11-27 00:27:58 +0530 |
commit | c974f99921cb4d8eaf917f4edbff9b86c51f2a1b (patch) | |
tree | 30fc90dd44c04ecc9dc7f8bdd334d9da93579599 /.doom.d/config.el | |
parent | 24045012e69eb4d72b7a4344bca515e53412bba0 (diff) |
created somewhat custom doom theme
Diffstat (limited to '.doom.d/config.el')
-rw-r--r-- | .doom.d/config.el | 6 |
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'. |