Doom theme
This commit is contained in:
parent
733335312b
commit
8ac6c0f020
1 changed files with 3 additions and 1 deletions
|
@ -27,7 +27,7 @@
|
||||||
;; There are two ways to load a theme. Both assume the theme is installed and
|
;; 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
|
;; available. You can either set `doom-theme' or manually load a theme with the
|
||||||
;; `load-theme' function. This is the default:
|
;; `load-theme' function. This is the default:
|
||||||
(setq doom-theme 'doom-one)
|
(setq doom-theme 'doom-moonlight)
|
||||||
|
|
||||||
;; Treemacs
|
;; Treemacs
|
||||||
(setq treemacs-git-mode 'deferred)
|
(setq treemacs-git-mode 'deferred)
|
||||||
|
@ -40,6 +40,8 @@
|
||||||
|
|
||||||
(setq org-agenda-files '("~/org-roam/agenda/"))
|
(setq org-agenda-files '("~/org-roam/agenda/"))
|
||||||
|
|
||||||
|
(setq projectile-project-search-path '("~/src" "~/tmp"))
|
||||||
|
|
||||||
;; This determines the style of line numbers in effect. If set to `nil', line
|
;; 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'.
|
;; numbers are disabled. For relative line numbers, set this to `relative'.
|
||||||
(setq display-line-numbers-type 'relative)
|
(setq display-line-numbers-type 'relative)
|
||||||
|
|
Loading…
Add table
Reference in a new issue