emacs: add helm
authorRalph Boehme <slow@samba.org>
Sat, 14 Aug 2021 13:34:55 +0000 (15:34 +0200)
committerRalph Boehme <slow@samba.org>
Sat, 14 Aug 2021 13:34:55 +0000 (15:34 +0200)
emacs/.emacs.d/configuration.org

index dcde437ddebc57001bce4bff89a60539e24a1e88..81612f906f0c120a59dc4368bacf4b2d8180c2d9 100644 (file)
@@ -49,6 +49,15 @@ Setup package management with Melpa, nifty!
        :hook (after-init . doom-modeline-mode))
    #+end_src
 
+** Helm
+
+   #+begin_src elisp
+     (use-package helm :config (require 'helm-config))
+     (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)
+   #+end_src
 * Editing
 ** Autosave buffers when changing buffer