From 0fd827394315be32a97c75d31297e2b34902dd82 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Sat, 25 Jan 2020 00:43:36 +0900 Subject: [PATCH] Add back-button keybind --- emacs.el | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/emacs.el b/emacs.el index f5b8372..33a6cdb 100644 --- a/emacs.el +++ b/emacs.el @@ -518,6 +518,11 @@ Otherwize hook it." (run-with-idle-timer 10 t 'push-mark) +(when (fboundp 'back-button-local-forward) + (global-set-key (kbd "") 'back-button-local-forward)) +(when (fboundp 'back-button-local-backward) + (global-set-key (kbd "") 'back-button-local-backward)) + ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; title and mode-line