diff options
author | Alan Pearce | 2013-05-18 16:01:30 +0100 |
---|---|---|
committer | Alan Pearce | 2013-05-18 16:01:30 +0100 |
commit | dedb10c3319ae3dc67e75126c9c610c7af2cdaf5 (patch) | |
tree | 8fcc85ad8f84b5972e25ffefb3707d73aa655501 /emacs | |
parent | 928c7723f2375c6c39107113986c74f936519439 (diff) | |
download | nixfiles-dedb10c3319ae3dc67e75126c9c610c7af2cdaf5.tar.lz nixfiles-dedb10c3319ae3dc67e75126c9c610c7af2cdaf5.tar.zst nixfiles-dedb10c3319ae3dc67e75126c9c610c7af2cdaf5.zip |
Emacs: remove workaround for compile errors from diminish
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/emacs/init.el b/emacs/init.el index d96b25ad..3f00d346 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 |