From 20624e9171d1bc985ff01a52a95d059ede601bba Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 8 Feb 2016 01:02:25 +0100 Subject: Remove superfluous require This is also done in init.org --- emacs/.emacs.d/init.el | 3 --- 1 file changed, 3 deletions(-) (limited to 'emacs') diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el index 4f68f68..69f8206 100644 --- a/emacs/.emacs.d/init.el +++ b/emacs/.emacs.d/init.el @@ -193,9 +193,6 @@ MODE1 is enabled and vice-versa." (with-eval-after-load 'cc-mode (define-key c-mode-map (kbd "") 'compile)) -(stante-after circe - (require 'circe-init)) - (stante-after compile (setq compilation-scroll-output t)) -- cgit v1.2.3-54-g00ecf