mirror of
https://github.com/librephoenix/nixos-config
synced 2025-04-21 01:34:34 +05:30
Compare commits
2 commits
fa8bb4855e
...
67ec14a8ab
Author | SHA1 | Date | |
---|---|---|---|
![]() |
67ec14a8ab | ||
![]() |
2104e82401 |
|
@ -1226,6 +1226,7 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
|
|||
:filter-return #'~/magit-process-environment)
|
||||
|
||||
(require 'magit-todos)
|
||||
(setq magit-todos-keywords-list '("TODO" "FIXME" "HACK" "REVIEW" "DEPRECATED" "BUG"))
|
||||
(magit-todos-mode 1)
|
||||
|
||||
(evil-set-initial-state 'ibuffer-mode 'motion)
|
||||
|
@ -1447,7 +1448,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)
|
||||
|
|
|
@ -1411,6 +1411,7 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
|
|||
:filter-return #'~/magit-process-environment)
|
||||
|
||||
(require 'magit-todos)
|
||||
(setq magit-todos-keywords-list '("TODO" "FIXME" "HACK" "REVIEW" "DEPRECATED" "BUG"))
|
||||
(magit-todos-mode 1)
|
||||
|
||||
#+END_SRC
|
||||
|
@ -1680,7 +1681,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