Pārlūkot izejas kodu

Push mark when not set yet

master
10sr pirms 4 gadiem
vecāks
revīzija
2f9a30d1d1
Parakstījis: 10sr GPG atslēgas ID: 7BEC428194130EB2
1 mainītis faili ar 4 papildinājumiem un 3 dzēšanām
  1. +4
    -3
      emacs.el

+ 4
- 3
emacs.el Parādīt failu

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


Notiek ielāde…
Atcelt
Saglabāt