:demand
packages with custom keybindings that should always be loaded
This commit is contained in:
parent
804bb016b8
commit
65fe828f26
1 changed files with 3 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue