From: PHO Date: Fri, 5 Aug 2016 05:10:00 +0000 (+0900) Subject: Auto commit by The Sugar System. X-Git-Url: http://git.cielonegro.org/gitweb.cgi?p=sugar.git;a=commitdiff_plain;h=73963a84b34419fbff390869de9b7864fc731d87 Auto commit by The Sugar System. --- 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