From 3391271570bcb8681964b424643ad01e64fa0b33 Mon Sep 17 00:00:00 2001 From: alex Date: Thu, 15 Dec 2022 19:06:44 +0100 Subject: [PATCH] Disable helm-mode --- emacs/emacs.el | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/emacs/emacs.el b/emacs/emacs.el index bd345c0..a92bd37 100644 --- a/emacs/emacs.el +++ b/emacs/emacs.el @@ -20,7 +20,7 @@ (eval-print-last-sexp))) (load bootstrap-file nil 'nomessage)) -(straight-use-package 'helm) +;;(straight-use-package 'helm) (straight-use-package 'projectile) (straight-use-package 'adoc-mode) (straight-use-package @@ -32,7 +32,7 @@ (global-set-key (kbd "M-x") #'helm-M-x) (global-set-key (kbd "C-x r b") #'helm-filtered-bookmarks) (global-set-key (kbd "C-x C-f") #'helm-find-files) -(helm-mode 1) +;; (helm-mode 1) Disabled for now, this interferes with C-x b/C-x C-b (add-hook 'adoc-mode-hook #'flymake-vale-load) (add-hook 'find-file-hook 'flymake-vale-maybe-load) -- 2.47.3