fix(emacs): migrate some neotree config to init.el
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
575f930dd0
commit
73f9cce197
2 changed files with 5 additions and 4 deletions
|
@ -236,9 +236,6 @@
|
|||
(neotree-dir current-directory))))
|
||||
|
||||
(keymap-global-set "C-c t" #'neotree-toggle-current-directory)
|
||||
(setq neo-theme 'icons)
|
||||
(setq neo-smart-open t)
|
||||
(setq neo-window-fixed-size nil)
|
||||
(add-hook 'neotree-mode-hook (lambda () (text-scale-set -0.5)))
|
||||
;(add-hook 'neotree-mode-hook (lambda () (buffer-face-set :background "#ffffff")))
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue