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.
|
;;; 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:
|
;;; Commentary:
|
||||||
;; I am using this file with Emacs 26, but most of it will probably work with
|
;; 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.
|
;; Themes for doom-modeline.
|
||||||
(unless slow-computer
|
(unless slow-computer
|
||||||
(use-package doom-themes
|
(use-package doom-themes
|
||||||
:after (all-the-icons neotree)
|
:after all-the-icons
|
||||||
:custom
|
|
||||||
(doom-neotree-file-icons 'icons)
|
|
||||||
:custom-face
|
:custom-face
|
||||||
(font-lock-comment-face ((t (:inherit font-lock-comment-face
|
(font-lock-comment-face ((t (:inherit font-lock-comment-face
|
||||||
:foreground "#667755"))))
|
:foreground "#667755"))))
|
||||||
:config
|
:config
|
||||||
(load-theme 'doom-molokai t)
|
(load-theme 'doom-molokai t)
|
||||||
(doom-themes-neotree-config)))
|
))
|
||||||
|
|
||||||
;; Neat modeline.
|
;; Neat modeline.
|
||||||
(use-package doom-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-show-updir-line t) ; Disabled by doom-themes?
|
||||||
(neo-window-width 40)
|
(neo-window-width 40)
|
||||||
(neo-show-hidden-files t)
|
(neo-show-hidden-files t)
|
||||||
|
(neo-theme 'icons)
|
||||||
:bind
|
:bind
|
||||||
("<f8>" . neotree-show))
|
("<f8>" . neotree-show))
|
||||||
|
|
||||||
|
|
|
@ -1,2 +1,2 @@
|
||||||
127.0.0.1:51313 10337
|
127.0.0.1:51313 8376
|
||||||
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
phahw2ohVoh0oopheish7IVie9desh8aequeenei3uo8wahShe%thuadaeNa4ieh
|
Loading…
Reference in New Issue
Block a user