From 4ab9a1c098c64fa666b1df7b13895d0c71c9636d Mon Sep 17 00:00:00 2001 From: ndwarshuis Date: Wed, 22 May 2019 11:53:43 -0400 Subject: [PATCH] ADD: binding for helm-org-rifle --- etc/conf.org | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/etc/conf.org b/etc/conf.org index 351a7e7..7525097 100644 --- a/etc/conf.org +++ b/etc/conf.org @@ -3619,11 +3619,12 @@ These are for mode-specific bindings that can/should be outside of the evil maps *** helm-prefix Some of these are useful enough that I make give them a direct binding without requiring a prefix. For now this is fine. #+BEGIN_SRC emacs-lisp -(define-key helm-command-prefix (kbd "b") 'helm-bibtex) -(define-key helm-command-prefix (kbd "B") 'helm-bibtex-with-local-bibliography) -(define-key helm-command-prefix (kbd "s") 'helm-swoop) -(define-key helm-command-prefix (kbd "S") 'helm-surfraw) -(define-key helm-command-prefix (kbd "") 'helm-resume) +(define-key helm-command-prefix (kbd "b") #'helm-bibtex) +(define-key helm-command-prefix (kbd "B") #'helm-bibtex-with-local-bibliography) +(define-key helm-command-prefix (kbd "s") #'helm-swoop) +(define-key helm-command-prefix (kbd "S") #'helm-surfraw) +(define-key helm-command-prefix (kbd "o") #'helm-org-rifle) +(define-key helm-command-prefix (kbd "") #'helm-resume) #+END_SRC Give =f= to =nd/helm-flyspell-correct= instead of =helm-multi-files= and give the latter =F= (used much less).