:config
(global-aggressive-indent-mode t))
-(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"))
+(when (equal system-type 'windows-nt)
+ (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")))
(use-package howm
:ensure