Skip to content

Commit

Permalink
Save customizations in custom.el
Browse files Browse the repository at this point in the history
  • Loading branch information
artlogic committed Feb 18, 2015
1 parent c7d2e57 commit d87c91c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,7 @@
;; This file is the entry point for my customized configuration.

;;; Code:

;; save customizations in custom.el
(setq custom-file "~/.emacs.d/custom.el")
(load custom-file 'missing-ok)

0 comments on commit d87c91c

Please sign in to comment.