Update search link and fix org movements
This commit is contained in:
@ -34,10 +34,9 @@
|
|||||||
;;
|
;;
|
||||||
;; Keybinds
|
;; Keybinds
|
||||||
|
|
||||||
(map! :m "M-j" '+hlissner:multi-next-line
|
;;:m "M-j" '+hlissner:multi-next-line
|
||||||
:m "M-k" '+hlissner:multi-previous-line
|
;;:m "M-k" '+hlissner:multi-previous-line
|
||||||
|
(map! ;; Easier window movement
|
||||||
;; Easier window movement
|
|
||||||
:n "C-h" 'evil-window-left
|
:n "C-h" 'evil-window-left
|
||||||
:n "C-j" 'evil-window-down
|
:n "C-j" 'evil-window-down
|
||||||
:n "C-k" 'evil-window-up
|
:n "C-k" 'evil-window-up
|
||||||
@ -96,7 +95,7 @@
|
|||||||
|
|
||||||
;; app/search
|
;; app/search
|
||||||
(after! web-search
|
(after! web-search
|
||||||
(push '("Searx" "http://search.onec.me/?q=%s")
|
(push '("Searx" "http://search.unbl.ink/?q=%s")
|
||||||
web-search-providers)
|
web-search-providers)
|
||||||
(setq web-search-default-provider "Searx"))
|
(setq web-search-default-provider "Searx"))
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user