Add goto-last-change package

This commit is contained in:
Daniel - 2020-09-12 08:51:35 +02:00
parent 1c7f9917d3
commit 021416fcf9
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 5 additions and 0 deletions

View File

@ -212,6 +212,7 @@
(bind-key "C-x r M" #'db/bookmark-add-url)
(bind-key "C-x r v" #'list-registers)
(bind-key "C-x t" #'hydra-toggle/body)
(bind-key "C-z" #'goto-last-change)
(bind-key "M-/" #'hippie-expand)
(bind-key "M-:" #'pp-eval-expression)
(bind-key "M-=" #'count-words)
@ -2065,6 +2066,10 @@ With given ARG, display files in `db/important-document-path."
:commands (eyebrowse-mode)
:init (setq eyebrowse-keymap-prefix (kbd "C-c w")))
(use-package goto-last-change
:defer t
:commands goto-last-change)
;; * Media