Created
June 23, 2015 14:59
-
-
Save offby1/ac1bb393996a5266761e to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| ;; 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