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
Add my-insert-page-break keybind
master
10sr
4 anos atrás
pai
6fa3484606
commit
7f62f4b6cb
Acessado por:
10sr
ID da chave GPG:
7BEC428194130EB2
1 arquivos alterados
com
2 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
+2
-0
emacs.el
+ 2
- 0
emacs.el
Ver arquivo
@@ -494,8 +494,10 @@ Otherwize hook it."
"Insert ^L."
(interactive)
(insert "\^L\n"))
(define-key esc-map (kbd "C-m") 'my-insert-page-break)
(when (fboundp 'global-git-gutter-mode)
(add-hook 'after-first-visit-hook
'global-git-gutter-mode))
Escrever
Pré-visualização
Carregando…
Cancelar
Salvar