summaryrefslogtreecommitdiff
path: root/example.emacs.el
diff options
context:
space:
mode:
authorDavid Bremner <david@tethera.net>2018-03-17 14:19:04 -0300
committerDavid Bremner <david@tethera.net>2018-03-17 14:19:04 -0300
commitb2fddfbc03b5ac2dd99afd3642a4e74b6d0cf2a3 (patch)
tree529d816bfe7a5068606ca0de8f9f27efbbc6f87f /example.emacs.el
parent1064ff18be10106a45aa01eaf0f3836a61c00ca6 (diff)
another example, simpler way to set variablesHEADmaster
Diffstat (limited to 'example.emacs.el')
-rw-r--r--example.emacs.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/example.emacs.el b/example.emacs.el
index 4fe349a..39db02d 100644
--- a/example.emacs.el
+++ b/example.emacs.el
@@ -23,6 +23,9 @@
(top-file . "~/teaching/csXXXX/marks-top.msg")
(bottom-file . "~/teaching/csXXXX/marks-bottom.msg")
)
+ ("Agent Jones"
+ ("From" . "jones@example.com")
+ (notmuch-draft-folder . "Nothing.To.Hide"))
("Agent Smith"
("From" . "smith@example.com")
do-stuff)))