Major refactor: use-package-always-defer = nil & use :hook

Possibly breaking change: packages are no longer deferred by default.

Addresses #286
This commit is contained in:
Henrik Lissner 2017-12-08 22:33:12 -05:00
parent 2cbd1b9107
commit 9d81bc5a8b
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
45 changed files with 90 additions and 151 deletions

View file

@ -1,8 +1,7 @@
;;; ui/hl-todo/packages.el -*- lexical-binding: t; -*-
(def-package! hl-todo
:commands hl-todo-mode
:init (add-hook 'prog-mode-hook #'hl-todo-mode)
:hook (prog-mode . hl-todo-mode)
:config
(setq hl-todo-keyword-faces
`(("TODO" . ,(face-foreground 'warning))