Explorar el Código

Update groovy-mode keybind

pull/15/head
10sr hace 7 años
padre
commit
b971656360
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el Ver fichero

@@ -899,6 +899,7 @@ found, otherwise returns nil."
(defvar groovy-mode-map (make-sparse-keymap))
(define-key groovy-mode-map "(" 'self-insert-command)
(define-key groovy-mode-map ")" 'self-insert-command)
(define-key groovy-mode-map (kbd "C-m") 'newline-and-indent)
)
(add-to-list 'auto-mode-alist
'("build\\.gradle\\'" . groovy-mode)))


Cargando…
Cancelar
Guardar