From f23b632cc80d9a714a748c0d079097772f444f46 Mon Sep 17 00:00:00 2001 From: Kienan Stewart Date: Sat, 27 Jan 2018 09:18:13 -0500 Subject: [PATCH] Add un-committed changes --- init.el | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/init.el b/init.el index 7fd3644..fac8185 100644 --- a/init.el +++ b/init.el @@ -1,4 +1,16 @@ +;; https://github.com/bbatsov/prelude/issues/938 +;; https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=803462 +;; Always load newest byte code +;; (setq load-prefer-newer t) + ;; Load cask info + +;; 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) + (require 'cask "~/local/share/cask/cask.el") (cask-initialize)