summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authoralex <alex@pdp7.net>2024-04-03 11:54:50 +0200
committeralex <alex@pdp7.net>2024-04-03 21:51:09 +0200
commitc6dcaa3cdc4bffd248ff8a81a54d6ad77238c654 (patch)
tree02822d068d02f6009268194b08f85427b4aa8cb2
parent1c7f69c71eea2f4f825241c41229ddc6bc8a941d (diff)
No longer using Cosmopolitan Emacs
-rw-r--r--emacs/emacs.el3
1 files changed, 1 insertions, 2 deletions
diff --git a/emacs/emacs.el b/emacs/emacs.el
index e0d283d9..c7597cfa 100644
--- a/emacs/emacs.el
+++ b/emacs/emacs.el
@@ -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