diff --git a/.emacs.d/lisp/init-helm.el b/.emacs.d/lisp/init-helm.el index 868ea11a..53e80260 100644 --- a/.emacs.d/lisp/init-helm.el +++ b/.emacs.d/lisp/init-helm.el @@ -179,6 +179,8 @@ Requires `call-process-to-string' from `functions'." (global-set-key [remap execute-extended-command] 'helm-M-x) (global-set-key [remap find-file] 'helm-find-files) (global-set-key [remap occur] 'helm-occur) +(global-set-key [remap bookmark-jump] 'helm-filtered-bookmarks) +(global-set-key [remap bookmark-set] 'helm-filtered-bookmarks) (global-set-key [remap list-buffers] 'helm-mini) ;; (global-set-key [remap dabbrev-expand] 'helm-dabbrev) (global-set-key [remap yank-pop] 'helm-show-kill-ring)