瀏覽代碼

Add config for editorconfig-custom-majormode

pull/15/head
10sr 8 年之前
父節點
當前提交
7ce52f6c41
共有 1 個檔案被更改,包括 5 行新增0 行删除
  1. +5
    -0
      emacs.el

+ 5
- 0
emacs.el 查看文件

@@ -128,6 +128,7 @@ found, otherwise returns nil."
ensime

editorconfig
editorconfig-custom-majormode

cyberpunk-theme
grandshell-theme
@@ -702,6 +703,10 @@ found, otherwise returns nil."
;; 'editorconfig-core-get-properties-hash)
(editorconfig-mode 1))

(when (fboundp 'editorconfig-custom-majormode)
(add-hook 'editorconfig-custom-hooks
'editorconfig-custom-majormode))

(setq revert-without-query '(".+"))

;; save cursor position


Loading…
取消
儲存