fix(emacs): change neotree default font scale
Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
parent
56f315f66e
commit
a6ad2ade71
1 changed files with 1 additions and 0 deletions
|
@ -124,6 +124,7 @@
|
|||
(keymap-global-set "C-c t" #'neotree-toggle-current-directory)
|
||||
(setq neo-theme 'icons)
|
||||
(setq neo-smart-open t)
|
||||
(add-hook 'neotree-mode-hook (lambda () (text-scale-set -0.5)))
|
||||
|
||||
;; Orderless
|
||||
(setq completion-styles '(orderless basic))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue