Add shortcut to deadgrep and turn off prettycode #emacs
This commit is contained in:
@ -88,7 +88,8 @@
|
|||||||
(:prefix "b"
|
(:prefix "b"
|
||||||
:desc "Black format buffer" "f" #'blacken-buffer)
|
:desc "Black format buffer" "f" #'blacken-buffer)
|
||||||
(:prefix "/"
|
(:prefix "/"
|
||||||
:desc "Search the web" "w" #'web-search)
|
:desc "Search the web" "w" #'web-search
|
||||||
|
:desc "Search all the things" "g" #'deadgrep)
|
||||||
(:prefix "y"
|
(:prefix "y"
|
||||||
:desc "Yank pop!" "p" #'counsel-yank-pop
|
:desc "Yank pop!" "p" #'counsel-yank-pop
|
||||||
:desc "Git yank link" "g" #'git-link))
|
:desc "Git yank link" "g" #'git-link))
|
||||||
@ -99,8 +100,6 @@
|
|||||||
web-search-providers)
|
web-search-providers)
|
||||||
(setq web-search-default-provider "Searx"))
|
(setq web-search-default-provider "Searx"))
|
||||||
|
|
||||||
(setq beacon-mode 1)
|
|
||||||
|
|
||||||
(def-package! org-alert
|
(def-package! org-alert
|
||||||
:commands (org-alert-enable))
|
:commands (org-alert-enable))
|
||||||
|
|
||||||
|
|||||||
@ -15,8 +15,8 @@
|
|||||||
deft ; notational velocity for Emacs
|
deft ; notational velocity for Emacs
|
||||||
doom ; what makes DOOM look the way it does
|
doom ; what makes DOOM look the way it does
|
||||||
doom-dashboard ; a nifty splash screen for Emacs
|
doom-dashboard ; a nifty splash screen for Emacs
|
||||||
;;doom-quit ; DOOM quit-message prompts when you quit Emacs
|
doom-quit ; DOOM quit-message prompts when you quit Emacs
|
||||||
fill-column ; a `fill-column' indicator
|
;;fill-column ; a `fill-column' indicator
|
||||||
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
hl-todo ; highlight TODO/FIXME/NOTE/DEPRECATED/HACK/REVIEW
|
||||||
;;hydra
|
;;hydra
|
||||||
;;indent-guides ; highlighted indent columns
|
;;indent-guides ; highlighted indent columns
|
||||||
@ -27,7 +27,7 @@
|
|||||||
(popup ; tame sudden yet inevitable temporary windows
|
(popup ; tame sudden yet inevitable temporary windows
|
||||||
+all ; catch all popups that start with an asterix
|
+all ; catch all popups that start with an asterix
|
||||||
+defaults) ; default popup rules
|
+defaults) ; default popup rules
|
||||||
pretty-code ; replace bits of code with pretty symbols
|
;;(pretty-code +fira) ; replace bits of code with pretty symbols
|
||||||
;;tabbar ; FIXME an (incomplete) tab bar for Emacs
|
;;tabbar ; FIXME an (incomplete) tab bar for Emacs
|
||||||
;;treemacs ; a project drawer, like neotree but cooler
|
;;treemacs ; a project drawer, like neotree but cooler
|
||||||
unicode ; extended unicode support for various languages
|
unicode ; extended unicode support for various languages
|
||||||
@ -49,7 +49,7 @@
|
|||||||
snippets ; my elves. They type so I don't have to
|
snippets ; my elves. They type so I don't have to
|
||||||
|
|
||||||
:emacs
|
:emacs
|
||||||
(dired +icons)
|
(dired +icons +ranger)
|
||||||
electric ; smarter, keyword-based electric-indent
|
electric ; smarter, keyword-based electric-indent
|
||||||
vc ; version-control and Emacs, sitting in a tree
|
vc ; version-control and Emacs, sitting in a tree
|
||||||
|
|
||||||
@ -67,7 +67,7 @@
|
|||||||
;;editorconfig ; let someone else argue about tabs vs spaces
|
;;editorconfig ; let someone else argue about tabs vs spaces
|
||||||
;;ein ; tame Jupyter notebooks with emacs
|
;;ein ; tame Jupyter notebooks with emacs
|
||||||
eval ; run code, run (also, repls)
|
eval ; run code, run (also, repls)
|
||||||
flycheck ; tasing you for every semicolon you forget
|
(flycheck +childframe) ; tasing you for every semicolon you forget
|
||||||
flyspell ; tasing you for misspelling mispelling
|
flyspell ; tasing you for misspelling mispelling
|
||||||
gist ; interacting with github gists
|
gist ; interacting with github gists
|
||||||
(lookup ; helps you navigate your code and documentation
|
(lookup ; helps you navigate your code and documentation
|
||||||
@ -167,3 +167,17 @@
|
|||||||
;; provides a Spacemacs-inspired keybinding scheme and a smartparens
|
;; provides a Spacemacs-inspired keybinding scheme and a smartparens
|
||||||
;; config. Use it as a reference for your own modules.
|
;; config. Use it as a reference for your own modules.
|
||||||
(default +bindings +smartparens))
|
(default +bindings +smartparens))
|
||||||
|
(custom-set-variables
|
||||||
|
;; custom-set-variables was added by Custom.
|
||||||
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
;; Your init file should contain only one such instance.
|
||||||
|
;; If there is more than one, they won't work right.
|
||||||
|
'(custom-safe-themes
|
||||||
|
(quote
|
||||||
|
("ff829b1ac22bbb7cee5274391bc5c9b3ddb478e0ca0b94d97e23e8ae1a3f0c3e" "fa477d10f10aa808a2d8165a4f7e6cee1ab7f902b6853fbee911a9e27cf346bc" "030346c2470ddfdaca479610c56a9c2aa3e93d5de3a9696f335fd46417d8d3e4" "886fe9a7e4f5194f1c9b1438955a9776ff849f9e2f2bbb4fa7ed8879cdca0631" "7d4340a89c1f576d1b5dec57635ab93cdc006524bda486b66d01a6f70cffb08e" "ab9456aaeab81ba46a815c00930345ada223e1e7c7ab839659b382b52437b9ea" default))))
|
||||||
|
(custom-set-faces
|
||||||
|
;; custom-set-faces was added by Custom.
|
||||||
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
|
;; Your init file should contain only one such instance.
|
||||||
|
;; If there is more than one, they won't work right.
|
||||||
|
)
|
||||||
|
|||||||
@ -39,14 +39,11 @@
|
|||||||
|
|
||||||
;; handy tools
|
;; handy tools
|
||||||
(package! git-link)
|
(package! git-link)
|
||||||
(package! restclient)
|
|
||||||
(package! atomic-chrome)
|
(package! atomic-chrome)
|
||||||
(package! auth-source-pass)
|
(package! auth-source-pass)
|
||||||
(package! ivy-todo)
|
(package! ivy-todo)
|
||||||
(package! ivy-explorer)
|
(package! ivy-explorer)
|
||||||
(package! ivy-lobsters)
|
(package! ivy-lobsters)
|
||||||
(package! dumb-jump)
|
|
||||||
(package! beacon)
|
|
||||||
(package! web-search)
|
(package! web-search)
|
||||||
(package! mpdel)
|
(package! mpdel)
|
||||||
(package! ivy-mpdel)
|
(package! ivy-mpdel)
|
||||||
@ -56,10 +53,10 @@
|
|||||||
(package! emojify)
|
(package! emojify)
|
||||||
(package! deadgrep)
|
(package! deadgrep)
|
||||||
(package! kaolin-themes)
|
(package! kaolin-themes)
|
||||||
|
(package! magit-circleci)
|
||||||
|
|
||||||
;; modes!
|
;; modes!
|
||||||
(package! terraform-mode)
|
(package! terraform-mode)
|
||||||
(package! plantuml-mode)
|
|
||||||
|
|
||||||
;; themes
|
;; themes
|
||||||
(package! nimbus-theme)
|
(package! nimbus-theme)
|
||||||
|
|||||||
Reference in New Issue
Block a user