ui/doom: use new doom-themes-*-config functions

This commit is contained in:
Henrik Lissner 2017-05-06 13:40:15 +02:00
parent 0155998cf9
commit 89bff6ad23

View file

@ -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