Skip to content

Instantly share code, notes, and snippets.

@offby1
Created June 23, 2015 14:59
Show Gist options
  • Select an option

  • Save offby1/ac1bb393996a5266761e to your computer and use it in GitHub Desktop.

Select an option

Save offby1/ac1bb393996a5266761e to your computer and use it in GitHub Desktop.
;; I don't keep custom.el in revision control; I try hard to prevent
;; anything important from showing up in it. As I write this, the
;; only stuff in it is the list of packages that I've installed with
;; package-install; I can live with that.
(setq custom-file (concat user-emacs-directory "custom.el"))
(load custom-file t)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment