From 12ce7509fe5aedec5d1d934a7a42c20ec5268d37 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 9 Nov 2023 19:01:16 +0100 Subject: [PATCH] Disable Helm file notification features not working in Cosmo --- emacs/emacs.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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 -- 2.47.3