From c4d0ee11d3dc428e2736218bddc1833253d57b6f Mon Sep 17 00:00:00 2001 From: Jermolene Date: Mon, 7 Apr 2014 09:02:31 +0100 Subject: [PATCH] Update Emacs tip --- .../tw5.com/tiddlers/tips/Editing Tiddlers with Emacs.tid | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/editions/tw5.com/tiddlers/tips/Editing Tiddlers with Emacs.tid b/editions/tw5.com/tiddlers/tips/Editing Tiddlers with Emacs.tid index b5cd91355..8f5e342a4 100644 --- a/editions/tw5.com/tiddlers/tips/Editing Tiddlers with Emacs.tid +++ b/editions/tw5.com/tiddlers/tips/Editing Tiddlers with Emacs.tid @@ -4,7 +4,11 @@ tags: tips title: Editing Tiddlers with Emacs type: text/vnd.tiddlywiki -This [[Emacs|http://www.gnu.org/software/emacs/]] macro from Michael Fogleman simplifies editing tiddlers in `*.tid` files by automatically updating the `modified` field: +This [[Emacs|http://www.gnu.org/software/emacs/]] function from Michael Fogleman simplifies editing tiddlers in `*.tid` files by automatically updating the `modified` field. + +If you have Emacs, you can save this function somewhere (such as in your init file). When you finish editing a tiddler, you can call the function, and it will update the modified time. + +> Help Wanted: Even better would be a TiddlyWiki-mode that used this function as a save-hook ``` (defun tid-time ()