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:
|
||||
;;; 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))
|
||||
|
|
Loading…
Reference in a new issue