From 972bf9f39d43d0ef931b008c72972f624a6d840e Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 20 Apr 2019 16:13:29 -0400 Subject: [PATCH] Update search link and fix org movements --- emacs/.config/doom/config.el | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/emacs/.config/doom/config.el b/emacs/.config/doom/config.el index b24d711..4a32b97 100644 --- a/emacs/.config/doom/config.el +++ b/emacs/.config/doom/config.el @@ -34,10 +34,9 @@ ;; ;; Keybinds -(map! :m "M-j" '+hlissner:multi-next-line - :m "M-k" '+hlissner:multi-previous-line - - ;; Easier window movement +;;:m "M-j" '+hlissner:multi-next-line +;;:m "M-k" '+hlissner:multi-previous-line +(map! ;; Easier window movement :n "C-h" 'evil-window-left :n "C-j" 'evil-window-down :n "C-k" 'evil-window-up @@ -96,7 +95,7 @@ ;; app/search (after! web-search - (push '("Searx" "http://search.onec.me/?q=%s") + (push '("Searx" "http://search.unbl.ink/?q=%s") web-search-providers) (setq web-search-default-provider "Searx"))