From: alex Date: Thu, 9 Nov 2023 18:01:16 +0000 (+0100) Subject: Disable Helm file notification features not working in Cosmo X-Git-Tag: 20240214-emacs~114 X-Git-Url: https://xn--ix-yja.es/gitweb/?a=commitdiff_plain;h=12ce7509fe5aedec5d1d934a7a42c20ec5268d37;p=alex.git Disable Helm file notification features not working in Cosmo --- diff --git a/emacs/emacs.el b/emacs/emacs.el index 0ac9a46..2256662 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