From 0814528e263ee0fe4355dae7b6850449fc00a2a6 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Sat, 20 Nov 2021 14:43:53 -0500 Subject: [PATCH] [emacs] Fix eww search and org file path --- emacs/.config/doom/config.org | 4 ++++ emacs/.config/doom/custom.el | 1 + 2 files changed, 5 insertions(+) diff --git a/emacs/.config/doom/config.org b/emacs/.config/doom/config.org index 53d2db3..2e33155 100644 --- a/emacs/.config/doom/config.org +++ b/emacs/.config/doom/config.org @@ -40,6 +40,10 @@ border. (add-hook 'after-init-hook #'global-emojify-mode) ;; emojis?! (add-hook 'prog-mode-hook #'goto-address-mode) ;; linify links! #+END_SRC +** Search +#+BEGIN_SRC emacs-lisp +(setq eww-search-prefix "https://search.unbl.ink/?q=") +#+END_SRC * Keybindings #+BEGIN_SRC emacs-lisp (map! ;; Easier window movement diff --git a/emacs/.config/doom/custom.el b/emacs/.config/doom/custom.el index b766e3d..e4799ac 100644 --- a/emacs/.config/doom/custom.el +++ b/emacs/.config/doom/custom.el @@ -9,6 +9,7 @@ ;; 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. + '(org-agenda-files file-expand-wildcards "~/var/org/2021-*") '(package-selected-packages '(selectrum))) (custom-set-faces ;; custom-set-faces was added by Custom.