summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorGravatar Tom Willemse2015-04-20 00:53:05 +0200
committerGravatar Tom Willemse2015-04-20 00:53:05 +0200
commit7ec0b50211cfada73f3104e990ebf82944073e62 (patch)
tree0f8e7aba87e1b5eab3fed719acf5832da8707cd7
parent95373705901966f7ec731ddae7742a6809af1a84 (diff)
downloaddotfiles-7ec0b50211cfada73f3104e990ebf82944073e62.tar.gz
dotfiles-7ec0b50211cfada73f3104e990ebf82944073e62.zip
Add new package.el code, commented
-rw-r--r--emacs/.emacs.d/init.el6
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/.emacs.d/init.el b/emacs/.emacs.d/init.el
index 7060ac8..b587c0d 100644
--- a/emacs/.emacs.d/init.el
+++ b/emacs/.emacs.d/init.el
@@ -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))