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.
|
"Insert a brand new 2nd level Org heading containing the current date/time.
|
||||||
Start insert mode."
|
Start insert mode."
|
||||||
(interactive)
|
(interactive)
|
||||||
|
(goto-char (point-max))
|
||||||
(insert "* ")
|
(insert "* ")
|
||||||
(mitch-insert-current-datetime)
|
(mitch-insert-current-datetime)
|
||||||
(evil-insert 1))
|
(evil-insert 1))
|
||||||
|
Loading…
Reference in New Issue
Block a user