(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
-(use-package benchmark-init
- :ensure
- t
- :config
- (add-hook 'after-init-hook 'benchmark-init/deactivate))
-
(use-package visual-fill-column
:ensure
t
(use-package howm
:ensure
t
- :init
+ :config
(add-hook 'after-save-hook 'howm-mode-set-buffer-name)
(add-hook 'howm-mode-hook 'howm-mode-set-buffer-name)
- :config
(require 're-howm-skeletons)
(setq howm-template-list '("= %title%cursor\n%date %file\n\n"
"= %title%cursor Meeting\n%date %file\n\nAttendees: \n"