diff options
Diffstat (limited to 'emacs/emacs.el')
| -rw-r--r-- | emacs/emacs.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el index 0ac9a46d..2256662a 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -54,7 +54,8 @@ (global-set-key (kbd "M-x") #'helm-M-x) (global-set-key (kbd "C-x C-f") #'helm-find-files) (global-set-key (kbd "C-x C-b") #'helm-mini) - (setq helm-ff-skip-boring-files t)) + (setq helm-ff-skip-boring-files t) + (setq helm-ff-use-notify nil)) ; not working in Cosmopolitan ;; LSP base for Rust and Java (use-package lsp-mode |
