summaryrefslogtreecommitdiffstats
path: root/emacs/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs/.emacs.d/init.el')
-rw-r--r--emacs/.emacs.d/init.el6
1 files changed, 3 insertions, 3 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 230847d..2d09237 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -8,11 +8,11 @@
;; You may delete these explanatory comments.
;; (package-initialize)
-(eval-and-compile
+(eval-when-compile
+ ;; Just necessary for now, also included in init.org.
(require 'cask "~/projects/ext/cask/cask.el")
- (cask-initialize))
+ (cask-initialize)
-(eval-when-compile
(require 'cl)
(require 'dash)
(require 'esh-io)