瀏覽代碼

Remove unused configures and comments

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

+ 0
- 3
emacs.el 查看文件

@@ -1897,8 +1897,6 @@ This mode is a simplified version of `adoc-mode'."

(define-derived-mode editorconfig-conf-mode conf-mode "EditorConfig"
"Major mode for editing .editorconfig files."
;; TODO: highlight for : separated assgnment
(setq conf-assignment-regexp ".+?\\([ \t]*[=:][ \t]*\\)")
(set-variable 'indent-line-function 'indent-relative)
(conf-mode-initialize
"#"
@@ -1924,7 +1922,6 @@ This mode is a simplified version of `adoc-mode'."

("^[ \t]*\\[\\(.+?\\)\\]" 1 'font-lock-type-face)
("^[ \t]*\\(.+?\\)[ \t]*[=:]" 1 'font-lock-variable-name-face)
;;("^[ \t]*\\([^=:\n]+?\\)[ \t\n]*{[^{}]*?$" 1 'font-lock-type-face prepend)
)))

(add-to-list 'auto-mode-alist


Loading…
取消
儲存