ui/doom: use new doom-themes-*-config functions
This commit is contained in:
parent
0155998cf9
commit
89bff6ad23
1 changed files with 2 additions and 2 deletions
|
@ -85,13 +85,13 @@
|
||||||
(add-hook '+workspaces-load-session-hook #'+doom|restore-bright-buffers))
|
(add-hook '+workspaces-load-session-hook #'+doom|restore-bright-buffers))
|
||||||
|
|
||||||
;; Add file icons to doom-neotree
|
;; Add file icons to doom-neotree
|
||||||
(require 'doom-neotree)
|
(doom-themes-neotree-config)
|
||||||
(setq doom-neotree-enable-variable-pitch t
|
(setq doom-neotree-enable-variable-pitch t
|
||||||
doom-neotree-file-icons 'simple
|
doom-neotree-file-icons 'simple
|
||||||
doom-neotree-line-spacing 3)
|
doom-neotree-line-spacing 3)
|
||||||
|
|
||||||
;; Add line-highlighting to nlinum
|
;; Add line-highlighting to nlinum
|
||||||
(require 'doom-nlinum))
|
(doom-themes-nlinum-config))
|
||||||
|
|
||||||
|
|
||||||
;; Flashes the line around the cursor after any motion command that might
|
;; Flashes the line around the cursor after any motion command that might
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue