idk
This commit is contained in:
parent
ef40efc886
commit
df7daa6851
|
@ -2413,12 +2413,15 @@ Builtin webbrowser for emacs. Trying it out as a text only browser for things.
|
|||
(setq eww-search-prefix "https://search.tfcconnection.org/search?q=")
|
||||
|
||||
(general-def 'normal eww-mode-map
|
||||
"gv" 'chris/eww-mpv
|
||||
"gv" 'chris/eww-empv
|
||||
"gV" 'chris/eww-video-dl)
|
||||
(chris/leader-keys
|
||||
:state 'normal
|
||||
:keymap 'eww-mode-map
|
||||
"fs" '(eww-browse :which-key "browse"))
|
||||
(chris/leader-keys
|
||||
:state 'normal
|
||||
"sY" '(chris/search-yt :which-key "search youtube"))
|
||||
#+end_src
|
||||
|
||||
** Completion
|
||||
|
|
5
init.el
5
init.el
|
@ -1808,12 +1808,15 @@ Optional BACKEND must be `re-reveal' or a backend derived from it."
|
|||
(setq eww-search-prefix "https://search.tfcconnection.org/search?q=")
|
||||
|
||||
(general-def 'normal eww-mode-map
|
||||
"gv" 'chris/eww-mpv
|
||||
"gv" 'chris/eww-empv
|
||||
"gV" 'chris/eww-video-dl)
|
||||
(chris/leader-keys
|
||||
:state 'normal
|
||||
:keymap 'eww-mode-map
|
||||
"fs" '(eww-browse :which-key "browse"))
|
||||
(chris/leader-keys
|
||||
:state 'normal
|
||||
"sY" '(chris/search-yt :which-key "search youtube"))
|
||||
|
||||
(use-package vertico
|
||||
:init
|
||||
|
|
Loading…
Reference in a new issue