From 110919b3bded974f59a3473fe0119513ed105e1d Mon Sep 17 00:00:00 2001 From: Lucas Sta Maria Date: Tue, 23 Jan 2024 00:34:27 -0500 Subject: [PATCH] fix(emacs): set `neo-smart-open` Signed-off-by: Lucas Sta Maria --- .emacs.d/include/misc.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/include/misc.el b/.emacs.d/include/misc.el index 702349a..9d0cf43 100644 --- a/.emacs.d/include/misc.el +++ b/.emacs.d/include/misc.el @@ -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))