diff options
| author | alex <alex@pdp7.net> | 2023-11-09 19:01:16 +0100 |
|---|---|---|
| committer | alex <alex@pdp7.net> | 2023-11-09 19:01:16 +0100 |
| commit | 12ce7509fe5aedec5d1d934a7a42c20ec5268d37 (patch) | |
| tree | b45da166aae36f3499570d148f3f0b94448e1565 /emacs | |
| parent | 02b2094dc8f6d88d6a145ff3597d8edcc8420a12 (diff) | |
Disable Helm file notification features not working in Cosmo
Diffstat (limited to 'emacs')
| -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 |
