From 55bfda60c5b6133121a3dc6ef6769e19fc7646be Mon Sep 17 00:00:00 2001 From: petrucci4prez Date: Thu, 20 Sep 2018 22:04:04 -0700 Subject: [PATCH] added helm swoop shortcut --- conf.org | 1 + 1 file changed, 1 insertion(+) diff --git a/conf.org b/conf.org index 09d62df..54f54ec 100644 --- a/conf.org +++ b/conf.org @@ -2288,6 +2288,7 @@ These are for mode-specific bindings that can/should be outside of the evil maps *** helm-prefix #+BEGIN_SRC emacs-lisp (define-key helm-command-prefix (kbd "b") 'helm-bibtex) +(define-key helm-command-prefix (kbd "S") 'helm-swoop) (define-key helm-command-prefix (kbd "") 'helm-resume) #+END_SRC *** outline-magic