From 3501db8f3e204d8f62ca4edc45b4dba90f78e7ff Mon Sep 17 00:00:00 2001 From: Jacopo De Simoi Date: Wed, 15 Nov 2017 17:01:29 -0500 Subject: [PATCH] Add comment about tangling --- global.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/global.org b/global.org index d41bd6c..5f207dc 100644 --- a/global.org +++ b/global.org @@ -3,6 +3,9 @@ #+EMAIL: jacopods@math.utoronto.ca * TODO Look at tangling at [http://thewanderingcoder.com/2015/02/literate-emacs-configuration/] + although I'd rather do something like a local variable evaluation such as +# -*- eval: (add-hook 'before-save-hook 'org-icalendar-export-to-ics nil t) -*- + #+BEGIN_SRC emacs-lisp (setq custom-file "~/.emacs.d/custom.el") (load custom-file 'noerror)