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).