From 9a646551ad477f19a0536d9055b149ba4e586cf7 Mon Sep 17 00:00:00 2001 From: Tom Willemse Date: Sun, 20 Apr 2014 14:17:36 +0200 Subject: Move loading custom file to init.org --- .emacs.d/init.org | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) (limited to '.emacs.d/init.org') diff --git a/.emacs.d/init.org b/.emacs.d/init.org index 614a1ab..f1f7243 100644 --- a/.emacs.d/init.org +++ b/.emacs.d/init.org @@ -517,6 +517,20 @@ (setq-default tab-width 4) #+END_SRC +* Load custom file + + I don't really use the Emacs customization interface much, but I + have used it as a kind-of persistent datastore, specifically for + desktop-registry[fn:6]. I do very much like the idea of it, it's a + very cool thing to have. I also use ~custom.el~ for storing some + things that I really can't store in a public viewing location like + this file or the git repository it lives in. + + #+BEGIN_SRC emacs-lisp + (setq custom-file "~/.emacs.d/custom.el") + (load custom-file) + #+END_SRC + * Notes Here are some random or somewhat general notes about things you may @@ -552,3 +566,5 @@ [fn:4] http://stackoverflow.com/questions/22175214/automatically-switch-language-in-gnus-depending-on-recipient [fn:5] I still use 2 spaces for some languages, like HTML. + +[fn:6] http://code.ryuslash.org/desktop-registry/about/ -- cgit v1.2.3-54-g00ecf