소스 검색

Add json-mode default offset

master
10sr 2 년 전
부모
커밋
c3c718df1b
로그인 계정: 10sr GPG 키 ID: 7BEC428194130EB2
1개의 변경된 파일5개의 추가작업 그리고 0개의 파일을 삭제
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el 파일 보기

@@ -2167,6 +2167,11 @@ ORIG-FUNC is the target function, and ARGS is the argument when it is called."
(when (fboundp 'json-mode)
(add-to-list 'auto-mode-alist
'("/Pipfile\\.lock\\'" . json-mode)))
(add-hook 'json-mode-hook
(lambda ()
;; Stop current line highlighting
(set-variable 'js-indent-level 2 t)
))

(add-hook 'go-mode-hook
(lambda()


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