diff --git a/conf.org b/conf.org index 9935b1e..afbce11 100644 --- a/conf.org +++ b/conf.org @@ -3531,7 +3531,8 @@ Some of these are useful enough that I make give them a direct binding without r #+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-swoop) +(define-key helm-command-prefix (kbd "S") 'helm-surfraw) (define-key helm-command-prefix (kbd "") 'helm-resume) #+END_SRC