Add shortcut to deadgrep and turn off prettycode #emacs

This commit is contained in:
Colin Powell
2019-08-01 10:44:45 -04:00
parent 8fc197750b
commit b0e1d35580
3 changed files with 22 additions and 12 deletions

View File

@ -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))