Add un-committed changes

This commit is contained in:
Kienan Stewart 2018-01-27 09:18:13 -05:00
parent e3965258b7
commit f23b632cc8
1 changed files with 12 additions and 0 deletions

12
init.el
View File

@ -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)