[emacs] Fix eww search and org file path
This commit is contained in:
@ -40,6 +40,10 @@ border.
|
|||||||
(add-hook 'after-init-hook #'global-emojify-mode) ;; emojis?!
|
(add-hook 'after-init-hook #'global-emojify-mode) ;; emojis?!
|
||||||
(add-hook 'prog-mode-hook #'goto-address-mode) ;; linify links!
|
(add-hook 'prog-mode-hook #'goto-address-mode) ;; linify links!
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** Search
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(setq eww-search-prefix "https://search.unbl.ink/?q=")
|
||||||
|
#+END_SRC
|
||||||
* Keybindings
|
* Keybindings
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(map! ;; Easier window movement
|
(map! ;; Easier window movement
|
||||||
|
|||||||
@ -9,6 +9,7 @@
|
|||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
|
'(org-agenda-files file-expand-wildcards "~/var/org/2021-*")
|
||||||
'(package-selected-packages '(selectrum)))
|
'(package-selected-packages '(selectrum)))
|
||||||
(custom-set-faces
|
(custom-set-faces
|
||||||
;; custom-set-faces was added by Custom.
|
;; custom-set-faces was added by Custom.
|
||||||
|
|||||||
Reference in New Issue
Block a user