aboutsummaryrefslogtreecommitdiffstats
path: root/custom.el
diff options
context:
space:
mode:
authorJesús <heckyel@hyperbola.info>2018-08-07 22:27:58 -0500
committerJesús <heckyel@hyperbola.info>2018-08-07 22:27:58 -0500
commit157bc796d1cc8c9b164926fdba5bbb4ed7616db9 (patch)
tree7ff17587d1ebca4ff679b40f184c0c02557b0da2 /custom.el
parentaf69d7169661b8970bd832d9d776702b3a8671e9 (diff)
downloademacs-personal-157bc796d1cc8c9b164926fdba5bbb4ed7616db9.tar.lz
emacs-personal-157bc796d1cc8c9b164926fdba5bbb4ed7616db9.tar.xz
emacs-personal-157bc796d1cc8c9b164926fdba5bbb4ed7616db9.zip
Added support less, sass, scss
Diffstat (limited to 'custom.el')
-rw-r--r--custom.el3
1 files changed, 2 insertions, 1 deletions
diff --git a/custom.el b/custom.el
index 8e28b49..28cdeb2 100644
--- a/custom.el
+++ b/custom.el
@@ -1,3 +1,4 @@
+
(custom-set-variables
;; custom-set-variables was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
@@ -10,7 +11,7 @@
'(anzu-search-threshold 1000)
'(package-selected-packages
(quote
- (ac-php smarty-mode php-mode pkgbuild-mode markdown-mode flycheck anzu sml-modeline smart-mode-line-powerline-theme smart-mode-line nlinum sublime-themes))))
+ (scss-mode sass-mode less-css-mode ac-php smarty-mode php-mode pkgbuild-mode markdown-mode flycheck anzu sml-modeline smart-mode-line-powerline-theme smart-mode-line nlinum sublime-themes))))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.