From b84998613434a073ab889b28aaf9951b1562fd65 Mon Sep 17 00:00:00 2001 From: Artur Manuel Date: Tue, 19 Nov 2024 09:21:37 +0000 Subject: [PATCH] fix: autolaunch helm --- emacs/config.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/emacs/config.el b/emacs/config.el index 759f2fc..e69fdfd 100644 --- a/emacs/config.el +++ b/emacs/config.el @@ -38,7 +38,7 @@ ("M-x" . helm-M-x) ("M-s o" . helm-occur) ("C-h a" . helm-apropos)) - :config + :init (helm-mode 1)) (use-package savehist