From 021416fcf9708e66f2b7fe8abf5f5ca43c60bf4e Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Sat, 12 Sep 2020 08:51:35 +0200 Subject: [PATCH] Add goto-last-change package --- init.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/init.el b/init.el index fecd68c..3f2e945 100644 --- a/init.el +++ b/init.el @@ -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