File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 127
127
(helm-locate-set-command)
128
128
(setq helm-locate-fuzzy-match (string-match " locate" helm-locate-command))
129
129
; ; alter helm-bookmark key bindings to be simpler
130
- ; ; TODO check if there is a more elegant solution to setup these bindings
131
130
(defun simpler-helm-bookmark-keybindings ()
132
131
(define-key helm-bookmark-map (kbd " C-d" ) 'helm-bookmark-run-delete )
133
132
(define-key helm-bookmark-map (kbd " C-e" ) 'helm-bookmark-run-edit )
136
135
(define-key helm-bookmark-map
137
136
(kbd " C-o" ) 'helm-bookmark-run-jump-other-window )
138
137
(define-key helm-bookmark-map (kbd " C-/" ) 'helm-bookmark-help ))
139
- (add-hook 'helm-mode-hook 'simpler-helm-bookmark-keybindings )
138
+ (with-eval-after-load 'helm-bookmark
139
+ (simpler-helm-bookmark-keybindings))
140
140
(with-eval-after-load 'helm-mode ; required
141
141
(spacemacs|hide-lighter helm-mode)))))
142
142
You can’t perform that action at this time.
0 commit comments