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