about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-11-24 08:35:04 -0600
committerCase Duckworth2020-11-24 08:35:04 -0600
commitdf2483866b4e87faabd3902a5ee50f1ff6e7357f (patch)
treec602df781fe49735ae154a614692018b26c648bd /config.org
parentAdd Go Mode (diff)
downloademacs-df2483866b4e87faabd3902a5ee50f1ff6e7357f.tar.gz
emacs-df2483866b4e87faabd3902a5ee50f1ff6e7357f.zip
Elpher headings match modus headings
Diffstat (limited to 'config.org')
-rw-r--r--config.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.org b/config.org index f77967f..e24b1a7 100644 --- a/config.org +++ b/config.org
@@ -1049,6 +1049,13 @@ from [[https://github.com/alphapapa/unpackaged.el#org-return-dwim][unpackaged.el
1049 (elpher-certificate-directory 1049 (elpher-certificate-directory
1050 (no-littering-expand-var-file-name "elpher-certificates/")) 1050 (no-littering-expand-var-file-name "elpher-certificates/"))
1051 (elpher-ipv4-always t) 1051 (elpher-ipv4-always t)
1052 :custom-face
1053 (elpher-gemini-heading1
1054 ((t (:inherit (modus-theme-heading-1)))))
1055 (elpher-gemini-heading2
1056 ((t (:inherit (modus-theme-heading-2)))))
1057 (elpher-gemini-heading3
1058 ((t (:inherit (modus-theme-heading-3)))))
1052 :config 1059 :config
1053 (defun elpher:eww-browse-url (original url &optional new-window) 1060 (defun elpher:eww-browse-url (original url &optional new-window)
1054 "Handle gemini/gopher links with eww." 1061 "Handle gemini/gopher links with eww."