diff --git a/emacs.el b/emacs.el index 33a6cdb..d7554f7 100644 --- a/emacs.el +++ b/emacs.el @@ -518,6 +518,8 @@ Otherwize hook it." (run-with-idle-timer 10 t 'push-mark) +(when (fboundp 'back-button-mode) + (back-button-mode 1)) (when (fboundp 'back-button-local-forward) (global-set-key (kbd "") 'back-button-local-forward)) (when (fboundp 'back-button-local-backward)