Add new package.el code, commented

This commit is contained in:
Tom Willemse 2015-04-20 00:53:05 +02:00
parent 9537370590
commit 7ec0b50211

View file

@ -2,6 +2,12 @@
;;; Commentary:
;;; Code:
;; Added by Package.el. This must come before configurations of
;; installed packages. Don't delete this line. If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.
;; (package-initialize)
(eval-and-compile
(require 'cask "~/projects/ext/cask/cask.el")
(cask-initialize))