Procházet zdrojové kódy

Push mark when find-file

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

+ 3
- 0
emacs.el Zobrazit soubor

@@ -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))


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