summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-11-09 08:01:43 -0600
committerCase Duckworth2020-11-09 08:01:43 -0600
commitf8ac1a5e774ff617a3461c2ae081ca848fd493e8 (patch)
tree82c8ee37ac4ecdf65cda4b66428007cc64c3596d /config.org
parentChange fill column to 80 (diff)
downloademacs-f8ac1a5e774ff617a3461c2ae081ca848fd493e8.tar.gz
emacs-f8ac1a5e774ff617a3461c2ae081ca848fd493e8.zip
Make elpher certs follow no-littering
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
1 files changed, 4 insertions, 0 deletions
diff --git a/config.org b/config.org index 3f4e0b3..879d040 100644 --- a/config.org +++ b/config.org
@@ -721,6 +721,10 @@ I was using company, but I think it might've been causing issues with ~awk-mode~
721 (use-package elpher 721 (use-package elpher
722 :straight (elpher 722 :straight (elpher
723 :repo "git://thelambdalab.xyz/elpher.git") 723 :repo "git://thelambdalab.xyz/elpher.git")
724 :custom
725 (elpher-certificate-directory
726 (no-littering-expand-var-file-name "elpher-certificates/"))
727 (elpher-ipv4-always t)
724 :config 728 :config
725 (defun elpher:eww-browse-url (original url &optional new-window) 729 (defun elpher:eww-browse-url (original url &optional new-window)
726 "Handle gemini/gopher links with eww." 730 "Handle gemini/gopher links with eww."