Add shortcut to deadgrep and turn off prettycode #emacs
This commit is contained in:
@ -88,7 +88,8 @@
|
||||
(:prefix "b"
|
||||
:desc "Black format buffer" "f" #'blacken-buffer)
|
||||
(:prefix "/"
|
||||
:desc "Search the web" "w" #'web-search)
|
||||
:desc "Search the web" "w" #'web-search
|
||||
:desc "Search all the things" "g" #'deadgrep)
|
||||
(:prefix "y"
|
||||
:desc "Yank pop!" "p" #'counsel-yank-pop
|
||||
:desc "Git yank link" "g" #'git-link))
|
||||
@ -99,8 +100,6 @@
|
||||
web-search-providers)
|
||||
(setq web-search-default-provider "Searx"))
|
||||
|
||||
(setq beacon-mode 1)
|
||||
|
||||
(def-package! org-alert
|
||||
:commands (org-alert-enable))
|
||||
|
||||
|
||||
Reference in New Issue
Block a user