Este site funciona melhor com JavaScript.
Página inicial
Explorar
Ajuda
Acessar
10sr
/
dotfiles-mirror
espelhamento de
https://github.com/10sr/dotfiles.git
Observar
1
Favorito
0
Fork
0
Código
Issues
0
Versões
0
Wiki
Atividade
Ver código fonte
Remove mark in minibuffer
master
10sr
4 anos atrás
pai
5b21adff6c
commit
847685397c
Acessado por:
10sr
ID da chave GPG:
7BEC428194130EB2
1 arquivos alterados
com
5 adições
e
0 exclusões
Visão dividida
Opções de diferenças
Mostrar estatísticas
Baixar arquivo de patch
Baixar arquivo de diferenças
+5
-0
emacs.el
+ 5
- 0
emacs.el
Ver arquivo
@@ -543,6 +543,11 @@ Otherwize hook it."
(unless (or (mark t)
(minibufferp))
(push-mark))))
(add-hook 'switch-buffer-functions
(lambda (&rest _)
(when (minibufferp)
;; Remove mark in minibuffer
(set-mark nil))))
(when (fboundp 'back-button-mode)
(back-button-mode 1))
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar