From c9688a5ca04b877e988d6feffcfbacdbdcf1ecd5 Mon Sep 17 00:00:00 2001 From: syl20bnr Date: Fri, 24 Oct 2014 16:06:02 -0400 Subject: [PATCH] Minor change in helm-bookmarks config --- spacemacs/packages.el | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/spacemacs/packages.el b/spacemacs/packages.el index da3f589d7..6aa378a2f 100644 --- a/spacemacs/packages.el +++ b/spacemacs/packages.el @@ -1259,9 +1259,7 @@ of 2 characters. If INSERT? is not nil then the first key pressed is inserted (define-key helm-bookmark-map (kbd "C-f") 'helm-bookmark-toggle-filename) (define-key helm-bookmark-map (kbd "C-o") 'helm-bookmark-run-jump-other-window) (define-key helm-bookmark-map (kbd "C-/") 'helm-bookmark-help)) - (add-hook 'helm-mode-hook 'simpler-helm-bookmark-keybindings)) - :config - (progn + (add-hook 'helm-mode-hook 'simpler-helm-bookmark-keybindings) ;; helm navigation on hjkl (define-key helm-map (kbd "C-j") 'helm-next-line) (define-key helm-map (kbd "C-k") 'helm-previous-line)