From 7ec0b50211cfada73f3104e990ebf82944073e62 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Mon, 20 Apr 2015 00:53:05 +0200 Subject: Add new package.el code, commented --- emacs/.emacs.d/init.el | 6 ++++++ 1 file changed, 6 insertions(+) (limited to 'emacs') 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)) -- cgit v1.2.3-54-g00ecf