Moved neotree icon-config from doom to neotree.
This commit is contained in:
parent
8e4597613e
commit
6700d2a058
9
init.el
9
init.el
|
@ -1,5 +1,5 @@
|
|||
;;; init.el --- tastytea's Emacs init file.
|
||||
;; Time-stamp: <2019-06-12T16:14:32+00:00>
|
||||
;; Time-stamp: <2019-07-06T16:52:26+00:00>
|
||||
|
||||
;;; Commentary:
|
||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
||||
|
@ -411,15 +411,13 @@ With argument, do this that many times."
|
|||
;; Themes for doom-modeline.
|
||||
(unless slow-computer
|
||||
(use-package doom-themes
|
||||
:after (all-the-icons neotree)
|
||||
:custom
|
||||
(doom-neotree-file-icons 'icons)
|
||||
:after all-the-icons
|
||||
:custom-face
|
||||
(font-lock-comment-face ((t (:inherit font-lock-comment-face
|
||||
:foreground "#667755"))))
|
||||
:config
|
||||
(load-theme 'doom-molokai t)
|
||||
(doom-themes-neotree-config)))
|
||||
))
|
||||
|
||||
;; Neat modeline.
|
||||
(use-package doom-modeline
|
||||
|
@ -462,6 +460,7 @@ With argument, do this that many times."
|
|||
(neo-show-updir-line t) ; Disabled by doom-themes?
|
||||
(neo-window-width 40)
|
||||
(neo-show-hidden-files t)
|
||||
(neo-theme 'icons)
|
||||
:bind
|
||||
("<f8>" . neotree-show))
|
||||
|
||||
|
|
|
@ -1,2 +1,2 @@
|
|||
127.0.0.1:51313 10337
|
||||
127.0.0.1:51313 8376
|
||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user