1
0
Fork 0

fix(emacs): correct neo-theme value

Signed-off-by: Lucas Sta Maria <lucas@priime.dev>
This commit is contained in:
Lucas Sta Maria 2024-01-23 00:33:40 -05:00
parent 6d91530d1a
commit cd341ca4c9
No known key found for this signature in database
GPG key ID: F07FB16A826E3B47

View file

@ -115,7 +115,7 @@
(neotree-dir current-directory))))
(keymap-global-set "C-c t" #'neotree-toggle-current-directory)
(setq neo-theme 'icon)
(setq neo-theme 'icons)
;; Orderless
(setq completion-styles '(orderless basic))