From: rearman Date: Fri, 8 Aug 2025 21:07:09 +0000 (-0400) Subject: Separate howm templates for work and home X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=e6abcc03a1c877f7fbdc5f94abd50d240525684e;p=emacsinit.git Separate howm templates for work and home --- diff --git a/re/re-packages.el b/re/re-packages.el index fe09d0c..48d4603 100644 --- a/re/re-packages.el +++ b/re/re-packages.el @@ -132,10 +132,11 @@ :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