浏览代码

Update groovy-mode keybind

pull/15/head
10sr 7 年前
父节点
当前提交
b971656360
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      emacs.el

+ 1
- 0
emacs.el 查看文件

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


正在加载...
取消
保存