:demand packages with custom keybindings that should always be loaded

This commit is contained in:
Charlotte Van Petegem 2021-03-19 15:57:26 +01:00
parent 804bb016b8
commit 65fe828f26
No known key found for this signature in database
GPG key ID: 019E764B7184435A

View file

@ -50,6 +50,7 @@
;; Replacements for emacs built-ins that better integrate with `ivy'.
(use-package counsel
:demand t
:diminish (counsel-mode)
:config (counsel-mode 1)
:general
@ -124,6 +125,7 @@
;; Git integration
(use-package magit
:demand t
:general
(nmap
:prefix "SPC"
@ -159,6 +161,7 @@
;; Project management
(use-package projectile
:after (ripgrep)
:demand t
:diminish (projectile-mode)
:custom
(projectile-completion-system 'ivy "Make sure projectile uses ivy as