about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--config.org7
1 files changed, 7 insertions, 0 deletions
diff --git a/config.org b/config.org index f9da6ba..58d75c6 100644 --- a/config.org +++ b/config.org
@@ -1093,6 +1093,13 @@ from [[https://github.com/alphapapa/unpackaged.el#org-return-dwim][unpackaged.el
1093 :straight (gemini-mode 1093 :straight (gemini-mode
1094 :repo "https://git.carcosa.net/jmcbray/gemini.el.git") 1094 :repo "https://git.carcosa.net/jmcbray/gemini.el.git")
1095 :mode "\\.\\(gemini|gmi\\)\\'" 1095 :mode "\\.\\(gemini|gmi\\)\\'"
1096 :custom-face
1097 (gemini-heading-face-1
1098 ((t (:inherit (elpher-gemini-heading1)))))
1099 (gemini-heading-face2
1100 ((t (:inherit (elpher-gemini-heading2)))))
1101 (gemini-heading-face3
1102 ((t (:inherit (elpher-gemini-heading3)))))
1096 :hook 1103 :hook
1097 (gemini-mode . visual-fill-column-mode)) 1104 (gemini-mode . visual-fill-column-mode))
1098 1105