Skip to content

Instantly share code, notes, and snippets.

@turnspike
Last active October 1, 2017 02:38
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save turnspike/f8bc77448ba320e3dba9a06a4e87d834 to your computer and use it in GitHub Desktop.
Save turnspike/f8bc77448ba320e3dba9a06a4e87d834 to your computer and use it in GitHub Desktop.
(defun dotspacemacs/user-init ()
;; -- only update from stable packages (otherwise can break smacs)
;; workaround for https://github.com/syl20bnr/spacemacs/issues/9549
;; run this after adding: rm -rf ~/.emacs.d/elpa/*
(push '("melpa-stable" . "stable.melpa.org/packages/") configuration-layer--elpa-archives)
(push '(helm . "melpa-stable") package-pinned-packages)
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment