When inserting new org heading, jump to bottom of file
This commit is contained in:
parent
0a09256a6e
commit
357645dc20
@ -84,6 +84,7 @@ the end."
|
||||
"Insert a brand new 2nd level Org heading containing the current date/time.
|
||||
Start insert mode."
|
||||
(interactive)
|
||||
(goto-char (point-max))
|
||||
(insert "* ")
|
||||
(mitch-insert-current-datetime)
|
||||
(evil-insert 1))
|
||||
|
Loading…
Reference in New Issue
Block a user