summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org16
1 files changed, 16 insertions, 0 deletions
diff --git a/config.org b/config.org index 53ecfb7..b4f814f 100644 --- a/config.org +++ b/config.org
@@ -1737,6 +1737,22 @@ This way, I can configure my feeds in an [[file:elfeed.org][org file]]!
1737 (elfeed-org)) 1737 (elfeed-org))
1738#+end_src 1738#+end_src
1739 1739
1740** Emacs Web WOWser
1741
1742I can /not/ get over how hilarious this name is 😜
1743
1744#+begin_src emacs-lisp
1745 (use-package eww
1746 :custom
1747 (shr-animate-image nil)
1748 :bind (:map eww-mode-map
1749 ("b" . #'eww-back-url)
1750 ("f" . #'eww-forward-url))
1751 :config
1752 (require 'url-cookie)
1753 (cuss url-cookie-confirmation t))
1754#+end_src
1755
1740* Appendix A: Scripts 1756* Appendix A: Scripts
1741 1757
1742** ~emacsdc~ 1758** ~emacsdc~