From e006fa943ca93ef7689c6307811d28bff6ed40fd Mon Sep 17 00:00:00 2001 From: 10sr <8slashes+git@gmail.com> Date: Thu, 18 Feb 2016 00:05:27 +0900 Subject: [PATCH] Remove unused configures and comments --- emacs.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/emacs.el b/emacs.el index c79504a..6501a2a 100644 --- a/emacs.el +++ b/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