From 6c6e09962f71198475fec2a0eddae08dc89e9f22 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Fri, 31 Jan 2014 23:11:07 +0100 Subject: Add Cask config --- .emacs.d/init.el | 4 ++++ 1 file changed, 4 insertions(+) (limited to '.emacs.d/init.el') 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) -- cgit v1.2.3-54-g00ecf