Add un-committed changes
This commit is contained in:
parent
e3965258b7
commit
f23b632cc8
12
init.el
12
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)
|
||||
|
||||
|
|
Loading…
Reference in New Issue