Install keybindings for bookmark.el
I would like to restore these KBDs.
This commit is contained in:
parent
a366f352e6
commit
3dc10f167b
1 changed files with 4 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue