Explorar el Código

Add my-insert-page-break keybind

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

+ 2
- 0
emacs.el Ver fichero

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


Cargando…
Cancelar
Guardar