1
0
Fork 0

fix(emacs): set neo-smart-open

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

View file

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