Przeglądaj źródła

Do not push mark in minibuffer

master
10sr 4 lat temu
rodzic
commit
32a62a6b50
Podpisane przez: 10sr ID klucza GPG: 7BEC428194130EB2
1 zmienionych plików z 2 dodań i 1 usunięć
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Wyświetl plik

@@ -540,7 +540,8 @@ Otherwize hook it."
))
(add-hook 'switch-buffer-functions
(lambda (&rest _)
(unless (mark t)
(unless (or (mark t)
(minibufferp))
(push-mark))))

(when (fboundp 'back-button-mode)


Ładowanie…
Anuluj
Zapisz