summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2013-05-18 16:01:30 +0100
committerAlan Pearce2013-05-18 16:01:30 +0100
commitdedb10c3319ae3dc67e75126c9c610c7af2cdaf5 (patch)
tree8fcc85ad8f84b5972e25ffefb3707d73aa655501
parent928c7723f2375c6c39107113986c74f936519439 (diff)
downloaddotfiles-dedb10c3319ae3dc67e75126c9c610c7af2cdaf5.tar.lz
dotfiles-dedb10c3319ae3dc67e75126c9c610c7af2cdaf5.tar.zst
dotfiles-dedb10c3319ae3dc67e75126c9c610c7af2cdaf5.zip
Emacs: remove workaround for compile errors from diminish
-rw-r--r--emacs/init.el4
1 files changed, 0 insertions, 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