Explorar el Código

Do not push mark in minibuffer

master
10sr hace 4 años
padre
commit
32a62a6b50
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 2 adiciones y 1 borrados
  1. +2
    -1
      emacs.el

+ 2
- 1
emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar