Refactor bootstrap vars; MORE MEMORY

This commit is contained in:
Henrik Lissner 2016-04-21 00:31:54 -04:00
parent 4f69f63a43
commit ba2d2aacf0
2 changed files with 13 additions and 13 deletions

View file

@ -16,6 +16,14 @@
;;;
(setq-default
;; stop package.el from being annoying. I rely solely on Cask.
package--init-file-ensured t
package-enable-at-startup nil
package-archives
'(("gnu" . "http://elpa.gnu.org/packages/")
("melpa" . "http://melpa.org/packages/")
("org" . "http://orgmode.org/elpa/"))
ad-redefinition-action 'accept ; silence the advised function warnings
compilation-always-kill t ; kill compilation process before spawning another
compilation-ask-about-save nil ; save all buffers before compiling