Install keybindings for bookmark.el

I would like to restore these KBDs.
This commit is contained in:
William Carroll 2020-09-07 16:11:18 +01:00
parent a366f352e6
commit 3dc10f167b

View file

@ -35,6 +35,7 @@
(require 'display)
(require 'device)
(require 'fonts)
(require 'bookmark)
;; Note: The following lines must be sorted this way.
(setq evil-want-integration t)
@ -51,6 +52,9 @@
;; General Keybindings
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; Install KBDs like <SPC>jb to search through my monorepo.
(bookmark-install-kbds)
;; Ensure that evil's command mode behaves with readline bindings.
(general-define-key
:keymaps 'evil-ex-completion-map