From ec4ba8784ea9f70a776c3c823bc1746a0f41e36c Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 18 Feb 2019 23:44:01 -0800 Subject: Move ‘css-mode’ configuration to emacs-config --- emacs/.emacs.d/init.el | 1 - 1 file changed, 1 deletion(-) (limited to 'emacs/.emacs.d/init.el') 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")) -- cgit v1.2.3-54-g00ecf