Ensure that some essential packages are always installed

This commit is contained in:
Daniel - 2021-06-19 14:31:05 +02:00
parent c2f2b23a6c
commit 1a7afdf85e
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 4 additions and 0 deletions

View File

@ -703,6 +703,7 @@
yas-minor-mode
yas-global-mode
yas-reload-all)
:ensure t
:diminish yas-minor-mode
:config (yas-reload-all))
@ -1409,6 +1410,7 @@
(use-package git-commit
:commands (global-git-commit-mode)
:ensure t
:init (setq git-commit-style-convention-checks '(non-empty-second-line
overlong-summary-line)
git-commit-known-pseudo-headers '("Signed-off-by"
@ -1421,6 +1423,7 @@
"Reviewed-by")))
(use-package magit
:ensure t
:commands (magit-status)
:init (setq magit-diff-refine-hunk nil
magit-commit-show-diff nil)
@ -1510,6 +1513,7 @@
db/gnus-demon-scan-news-on-level-2))
(use-package bbdb
:ensure t
:commands (bbdb-search-name
bbdb-initialize
bbdb-mua-auto-update-init