Compare commits

..

No commits in common. "67ec14a8ab354e4f9facc8a519018b645ee86d2d" and "fa8bb4855e4b7cf2463ec53ec06df5ebd7c47f56" have entirely different histories.

2 changed files with 2 additions and 4 deletions

View file

@ -1226,7 +1226,6 @@ 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)
@ -1448,7 +1447,7 @@ https://github.com/magit/magit/issues/460 (@cpitclaudel)."
(map! :leader
:desc "Projectile grep"
"/" #'projectile-grep)
(after! projectile (put 'projectile-grep 'disabled nil))
(put 'projectile-grep 'disabled nil)
;;;-- projectile wrapper commands ;;;--
(require 'sudo-edit)

View file

@ -1411,7 +1411,6 @@ 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
@ -1681,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)
(after! projectile (put 'projectile-grep 'disabled nil))
(put 'projectile-grep 'disabled nil)
#+END_SRC
** sudo-edit