Browse Source

[emacs] Fix eww search and org file path

Colin Powell 3 years ago
parent
commit
0814528e26
2 changed files with 5 additions and 0 deletions
  1. 4 0
      emacs/.config/doom/config.org
  2. 1 0
      emacs/.config/doom/custom.el

+ 4 - 0
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

+ 1 - 0
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.