mirror of
https://github.com/librephoenix/nixos-config
synced 2025-01-18 22:55:52 +05:30
Fully fixes projectile-grep disable from doom
This commit is contained in:
parent
fa8bb4855e
commit
2104e82401
|
@ -1447,7 +1447,7 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
|
|||
(map! :leader
|
||||
:desc "Projectile grep"
|
||||
"/" #'projectile-grep)
|
||||
(put 'projectile-grep 'disabled nil)
|
||||
(after! projectile (put 'projectile-grep 'disabled nil))
|
||||
|
||||
;;;-- projectile wrapper commands ;;;--
|
||||
(require 'sudo-edit)
|
||||
|
|
|
@ -1680,7 +1680,7 @@ I don't have this active right now since it's kinda weird with pgtk...
|
|||
(map! :leader
|
||||
:desc "Projectile grep"
|
||||
"/" #'projectile-grep)
|
||||
(put 'projectile-grep 'disabled nil)
|
||||
(after! projectile (put 'projectile-grep 'disabled nil))
|
||||
|
||||
#+END_SRC
|
||||
** sudo-edit
|
||||
|
|
Loading…
Reference in a new issue