From 73963a84b34419fbff390869de9b7864fc731d87 Mon Sep 17 00:00:00 2001 From: PHO Date: Fri, 5 Aug 2016 14:10:00 +0900 Subject: [PATCH] Auto commit by The Sugar System. --- dot-files/_emacs_el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/dot-files/_emacs_el b/dot-files/_emacs_el index 942e9a8..c347430 100644 --- a/dot-files/_emacs_el +++ b/dot-files/_emacs_el @@ -427,6 +427,10 @@ Will prompt you shell name when you type `C-u' before this command." t) "Major mode for editing YAML files." t) (add-to-list 'auto-mode-alist '("\\.ya?ml$" . yaml-mode)) +;; less-css-mode +(autoload 'less-css-mode "less-css-mode" "Major mode for editing LESS files" t) +(add-to-list 'auto-mode-alist '("\\.less\\'" . less-css-mode)) + ;; Troublesome Tasks (if (equal (system-name) "seras") (progn -- 2.40.0