Add web search mapping and some org changes #emacs
This commit is contained in:
@ -87,6 +87,8 @@
|
||||
:desc "Elfeed feed reader" "f" #'elfeed)
|
||||
(:prefix "p"
|
||||
:desc "Black buffer" "b" #'blacken-buffer)
|
||||
(:prefix "/"
|
||||
:desc "Search the web" "w" #'web-search)
|
||||
(:prefix "y"
|
||||
:desc "Yank pop!" "p" #'counsel-yank-pop
|
||||
:desc "Git yank link" "g" #'git-link))
|
||||
@ -94,6 +96,15 @@
|
||||
;; app/rss
|
||||
(add-hook! 'elfeed-show-mode-hook (text-scale-set 1.5))
|
||||
|
||||
;; app/search
|
||||
(after! web-search
|
||||
(push '("Searx" "http://search.onec.me/?q=%s")
|
||||
web-search-providers)
|
||||
(setq web-search-default-provider "Searx"))
|
||||
|
||||
(after! beacon
|
||||
(beacon-mode 1))
|
||||
|
||||
;;
|
||||
;; Modules
|
||||
|
||||
@ -103,6 +114,7 @@
|
||||
|
||||
;; app/rss
|
||||
(add-hook! 'elfeed-show-mode-hook (text-scale-set 2))
|
||||
(setq rmh-elfeed-org-files (list "~/org/elfeed.org"))
|
||||
|
||||
;; emacs/eshell
|
||||
(after! eshell
|
||||
|
||||
Reference in New Issue
Block a user