From 141956574e8155cef75f1f70da256ae793aecb2e Mon Sep 17 00:00:00 2001 From: Joel Grunbaum <joelgrun@gmail.com> Date: Thu, 06 Jan 2022 22:25:59 +0000 Subject: [PATCH] Use helm not helm-config, less errors in loading --- config.org | 3 +-- 1 files changed, 1 insertions(+), 2 deletions(-) diff --git a/config.org b/config.org index 256d756..710669c 100644 --- a/config.org +++ b/config.org @@ -168,8 +168,7 @@ ** Helm core Helm aids the user interface for emacs. Adds visual and auto-complete feedback for emacs commands. #+BEGIN_SRC emacs-lisp - (use-package helm-config - :ensure helm + (use-package helm :bind (("M-x" . helm-M-x) ("C-x C-f" . helm-find-files) ("M-y" . helm-show-kill-ring) -- Gitblit v1.9.3