]> xn--ix-yja.es Git - alex.git/commitdiff
Disable Helm file notification features not working in Cosmo
authoralex <alex@pdp7.net>
Thu, 9 Nov 2023 18:01:16 +0000 (19:01 +0100)
committeralex <alex@pdp7.net>
Thu, 9 Nov 2023 18:01:16 +0000 (19:01 +0100)
emacs/emacs.el

index 0ac9a46dfca2aabf48b628f164b414d086c7681d..2256662aa1a76219a84f5dbbcb40ca4560927316 100644 (file)
@@ -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