(setq howm-template-list '("= %title%cursor\n%date %file\n\n"
"= %title%cursor\n%date %file\n\nSystemNotes\nBeforeStartup\nPlcProgram\nHumanMachineInterface\nDuringStartup\nAfterStartup\n"
"= %title%cursor\n%date %file\n\nMeeting Attendees: \n"
- "= @%title%cursor\n%date %file\n\nCompany: \nPosition: \nEmail: \nOffice: \nCell: \n")))
+ "= @%title%cursor\n%date %file\n\nCompany: \nPosition: \nEmail: \nOffice: \nCell: \n")
+ howm-template howm-template-list))
(use-package howm
:ensure
howm-history-file (expand-file-name ".howm-history"
howm-home-directory)
howm-keyword-case-fold-search t
- howm-remember-insertion-format "%s"
- howm-template howm-template-list)
+ howm-remember-insertion-format "%s")
(add-hook 'after-save-hook 'howm-mode-set-buffer-name)
(add-hook 'howm-mode-hook 'howm-mode-set-buffer-name))