mirror of https://github.com/Chizi123/.emacs.d.git

Joel Grunbaum
2022-01-06 141956574e8155cef75f1f70da256ae793aecb2e
Use helm not helm-config, less errors in loading
1 files modified
3 ■■■■ changed files
config.org 3 ●●●● patch | view | raw | blame | history
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)