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)