aboutsummaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
authorGravatar Tom Willemse2019-02-18 23:44:01 -0800
committerGravatar Tom Willemse2019-02-18 23:44:01 -0800
commitec4ba8784ea9f70a776c3c823bc1746a0f41e36c (patch)
tree414f7609b93174cc2c455fd8e045ee2a6051dbdf /emacs/.emacs.d/init.el
parent31c3b9d711da3afd73da4087760fd2d64218dd94 (diff)
downloadnew-dotfiles-ec4ba8784ea9f70a776c3c823bc1746a0f41e36c.tar.gz
new-dotfiles-ec4ba8784ea9f70a776c3c823bc1746a0f41e36c.zip
Move ‘css-mode’ configuration to emacs-config
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el1
1 files changed, 0 insertions, 1 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 3532ca4..9c78853 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -219,7 +219,6 @@ ORIG-FUN is the function being wrapped, ARGS are the arguments specified"
(with-eval-after-load 'circe (load "oni-circe-init"))
(with-eval-after-load 'cmake-mode (load "oni-cmake-init"))
(with-eval-after-load 'compile (load "oni-compilation-init"))
-(with-eval-after-load 'css-mode (load "oni-css-mode-init"))
(with-eval-after-load 'dired (load "oni-dired-init"))
(with-eval-after-load 'ediff (load "oni-ediff-init"))
(with-eval-after-load 'elec-pair (load "oni-elec-pair-init"))