aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--emacs/emacs.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index e0d283d9..c7597cfa 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -55,8 +55,7 @@
(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-use-notify nil)) ; not working in Cosmopolitan
+ (setq helm-ff-skip-boring-files t))
;; LSP base for Rust and Java
(use-package lsp-mode