Explorar el Código

Add hql to use sql-mode

master
10sr hace 5 años
padre
commit
118f509dca
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

@@ -978,6 +978,8 @@ found, otherwise returns nil."

(autoload-eval-lazily 'sql '(sql-mode)
(require 'sql-indent nil t))
(add-to-list 'auto-mode-alist
'("\\.hql\\'" . sql-mode))

(when (autoload-eval-lazily 'git-command)
(define-key ctl-x-map "g" 'git-command))


Cargando…
Cancelar
Guardar