summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r--.emacs.d/init.el4
1 files changed, 4 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el
index c8f1688..d94791a 100644
--- a/.emacs.d/init.el
+++ b/.emacs.d/init.el
@@ -2,6 +2,10 @@
;;; Commentary:
;;; Code:
+(eval-and-compile
+ (require 'cask "~/projects/ext/cask/cask.el")
+ (cask-initialize))
+
(eval-when-compile
(package-initialize)