diff --git a/emacs.el b/emacs.el index 2df3617..eea2d1e 100644 --- a/emacs.el +++ b/emacs.el @@ -534,6 +534,9 @@ Otherwize hook it." ;; (when (fboundp 'visible-mark-move-overlays) ;; (visible-mark-move-overlays)) )) +(add-hook 'find-file-hook + 'push-mark + t) (when (fboundp 'back-button-mode) (back-button-mode 1))