From 532be544895ab159084c695903755ccfe1737ff0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jes=C3=BAs?= Date: Thu, 9 Aug 2018 19:05:47 -0500 Subject: impor features from emacs-personal MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit → https://gitlab.com/heckyel-ng/emacs-personal --- lisp/init-scss.el | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 lisp/init-scss.el (limited to 'lisp/init-scss.el') diff --git a/lisp/init-scss.el b/lisp/init-scss.el new file mode 100644 index 0000000..2ec96d5 --- /dev/null +++ b/lisp/init-scss.el @@ -0,0 +1,8 @@ +;;---------------------------------------------------------------------------- +;; Scss Mode +;;---------------------------------------------------------------------------- +(require-package 'scss-mode) + +(add-to-list 'auto-mode-alist '("\\.scss\\'" . scss-mode)) + +(provide 'init-scss) -- cgit v1.2.3