~edwargix/emacs.d

d32d4f06c445dc1d585f9b2d136aa2f6f25625c5 — David Florness 7 years ago f8fcc6a
SPC SPC => helm-M-x
1 files changed, 2 insertions(+), 0 deletions(-)

M lisp/setup-helm.el
M lisp/setup-helm.el => lisp/setup-helm.el +2 -0
@@ 15,6 15,8 @@
  (("M-x" . helm-M-x)
   ("C-x r b" . helm-filtered-bookmarks)
   ("C-x C-f" . helm-find-files)
   :map mode-specific-map
   ("SPC" . helm-M-x)
   :map helm-map
   ("M-j" . helm-next-line)
   ("M-k" . helm-previous-line)