From 3dc10f167bc61ba58fefa141078dc4693101bf9b Mon Sep 17 00:00:00 2001 From: William Carroll Date: Mon, 7 Sep 2020 16:11:18 +0100 Subject: Install keybindings for bookmark.el I would like to restore these KBDs. --- emacs/.emacs.d/wpc/keybindings.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'emacs/.emacs.d/wpc/keybindings.el') diff --git a/emacs/.emacs.d/wpc/keybindings.el b/emacs/.emacs.d/wpc/keybindings.el index 3917cc7c5fda..722042445f2b 100644 --- a/emacs/.emacs.d/wpc/keybindings.el +++ b/emacs/.emacs.d/wpc/keybindings.el @@ -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 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 -- cgit 1.4.1