Ensure some essential packages are loaded if not present

This commit is contained in:
Daniel - 2021-01-16 14:35:40 +01:00
parent a49d7fc76d
commit 123c72664b
No known key found for this signature in database
GPG Key ID: 1C7071A75BB72D64
1 changed files with 2 additions and 0 deletions

View File

@ -659,6 +659,7 @@
(unbind-key "C-c $" flyspell-mode-map)))
(use-package key-chord
:ensure t
:commands (key-chord-mode)
:config (progn
(key-chord-define-global "``" "")
@ -1423,6 +1424,7 @@
:commands (magit-list-repositories))
(use-package projectile
:ensure t
:commands (projectile-mode)
:defines (projectile-known-projects)
:bind (:map projectile-mode-map ("C-c p" . projectile-command-map))