Add new package.el code, commented
This commit is contained in:
parent
9537370590
commit
7ec0b50211
1 changed files with 6 additions and 0 deletions
|
@ -2,6 +2,12 @@
|
||||||
;;; Commentary:
|
;;; Commentary:
|
||||||
;;; Code:
|
;;; 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
|
(eval-and-compile
|
||||||
(require 'cask "~/projects/ext/cask/cask.el")
|
(require 'cask "~/projects/ext/cask/cask.el")
|
||||||
(cask-initialize))
|
(cask-initialize))
|
||||||
|
|
Loading…
Reference in a new issue