Procházet zdrojové kódy

Push mark when not set yet

master
10sr před 4 roky
rodič
revize
2f9a30d1d1
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 4 přidání a 3 odebrání
  1. +4
    -3
      emacs.el

+ 4
- 3
emacs.el Zobrazit soubor

@@ -534,9 +534,10 @@ Otherwize hook it."
;; (when (fboundp 'visible-mark-move-overlays)
;; (visible-mark-move-overlays))
))
(add-hook 'find-file-hook
'push-mark
t)
(add-hook 'switch-buffer-functions
(lambda (&rest _)
(unless (mark t)
(push-mark))))

(when (fboundp 'back-button-mode)
(back-button-mode 1))


Načítá se…
Zrušit
Uložit