summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-13 19:56:18 -0600
committerCase Duckworth2021-01-13 19:56:18 -0600
commit8ee6a0c31bdd93d569463f02a702991a8e862c95 (patch)
treeb157ae8c7aabdcfed0a91ad70473054cf33cf95a /config.org
parentChange ‘find-file’ to ‘find-file-noselect’ in ‘refresh-emacs’ (diff)
downloademacs-8ee6a0c31bdd93d569463f02a702991a8e862c95.tar.gz
emacs-8ee6a0c31bdd93d569463f02a702991a8e862c95.zip
Add TODO for local variables
Diffstat (limited to 'config.org')
-rw-r--r--config.org6
1 files changed, 5 insertions, 1 deletions
diff --git a/config.org b/config.org index adcbd1e..a7e2f3f 100644 --- a/config.org +++ b/config.org
@@ -5,7 +5,7 @@
5#+EXPORT_FILE_NAME: README.md 5#+EXPORT_FILE_NAME: README.md
6#+OPTIONS: toc:nil 6#+OPTIONS: toc:nil
7#+BANKRUPTCY_COUNT: 3.2 7#+BANKRUPTCY_COUNT: 3.2
8#+Time-stamp: <2021-01-12 17:49:44 aduckworth> 8#+Time-stamp: <2021-01-13 17:27:55 aduckworth>
9 9
10* Basics 10* Basics
11 11
@@ -2412,3 +2412,7 @@ from [[https://github.com/mpereira/.emacs.d#align-all-tags-in-the-buffer-on-tag-
2412 GPL, for what should be fairly obvious reasons. To that, I say: 2412 GPL, for what should be fairly obvious reasons. To that, I say:
2413 2413
2414 *SUE ME, RMS!* 2414 *SUE ME, RMS!*
2415
2416** TODO Local variables
2417
2418One day, I’m going to add a Local Variables block to the end of this file, which will add an =after-save-hook= to auto-tangle the file after saving. But first I need to research how best to do that asynchronously. So.