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