소스 검색

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


불러오는 중...
취소
저장