summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorGravatar Tom Willemse2014-12-16 15:03:16 +0100
committerGravatar Tom Willemse2014-12-16 15:03:16 +0100
commitac8b03776bd5c17a6c565a08f13c1f5f12a2acea (patch)
treea5b874d9da784df555fe26c148c4ad9d10489c5e /emacs
parent1b8244aac4e5e3240159690aea5915429f09b0ef (diff)
downloaddotfiles-ac8b03776bd5c17a6c565a08f13c1f5f12a2acea.tar.gz
dotfiles-ac8b03776bd5c17a6c565a08f13c1f5f12a2acea.zip
Remove scss-mode dependency
There's a built-in SCSS mode now, and it appears to conflict with this one. When both are installed, the built-in one is loaded but it shows almost no fontification.
Diffstat (limited to 'emacs')
-rw-r--r--emacs/.emacs.d/Cask1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/.emacs.d/Cask b/emacs/.emacs.d/Cask
index b3b8d46..e324178 100644
--- a/emacs/.emacs.d/Cask
+++ b/emacs/.emacs.d/Cask
@@ -80,7 +80,6 @@
(depends-on "request")
(depends-on "rinari")
(depends-on "rust-mode")
-(depends-on "scss-mode")
(depends-on "smex")
(depends-on "svg-mode-line-themes")
(depends-on "tagedit")