|
|
|
|
|
by kabdib
1330 days ago
|
|
Well, if you're running Epsilon (a really great commercial Emacs clone), you can use this macro: new-day: macro "<EscapeKey>>----------------<EnterKey>A-xinsert da <EnterKey><EnterKey><EnterKey><TabKey>"
... which I bind to C-M-N.I have the following batch file in my path: note.cmd
--------
@echo off
epsilon -add +9999999 %USERPROFILE%\notes.txt
You can tell I'm running Windows; I have a similar thing for Linux (Epsilon also runs there).That's it. Nothing fancy. You could do it with just about any modern editor. |
|