]> xn--ix-yja.es Git - alex.git/commitdiff
No longer using Cosmopolitan Emacs
authoralex <alex@pdp7.net>
Wed, 3 Apr 2024 09:54:50 +0000 (11:54 +0200)
committeralex <alex@pdp7.net>
Wed, 3 Apr 2024 19:51:09 +0000 (21:51 +0200)
emacs/emacs.el

index e0d283d9f33a3675bafdd193c436b30966c4d4ee..c7597cfa4ec33e8c937a946326efc21b1fc75613 100644 (file)
@@ -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