From dedb10c3319ae3dc67e75126c9c610c7af2cdaf5 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Sat, 18 May 2013 16:01:30 +0100 Subject: Emacs: remove workaround for compile errors from diminish --- emacs/init.el | 4 ---- 1 file changed, 4 deletions(-) diff --git a/emacs/init.el b/emacs/init.el index d96b25a..3f00d34 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -61,10 +61,6 @@ Values: `desktop', `server', `laptop'") (require 'use-package) -(eval-when-compile - (unless (fboundp 'diminish) - (require 'diminish nil t))) - ;;;; Style (use-package linum -- cgit 1.4.1