[emacs] Fix eww search and org file path

This commit is contained in:
2021-11-20 14:43:53 -05:00
parent 33fe5ff83b
commit 0814528e26
2 changed files with 5 additions and 0 deletions

View File

@ -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

View File

@ -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.