Skip to content

Instantly share code, notes, and snippets.

@gugod
Created February 16, 2020 23:52
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 gugod/3c4b484dea28c4036a52cdcea2a117c3 to your computer and use it in GitHub Desktop.
Save gugod/3c4b484dea28c4036a52cdcea2a117c3 to your computer and use it in GitHub Desktop.
(let ((gc-cons-threshold most-positive-fixnum))
(progn
(package-initialize)
(add-to-list 'package-archives
'("melpa-stable" . "https://stable.melpa.org/packages/"))
;;; my setup
(add-to-list 'load-path "~/.__._./emacs/")
(require 'my-init)
))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment