diff options
-rw-r--r-- | init.el | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/init.el b/init.el index b68c1a2..71694ba 100644 --- a/init.el +++ b/init.el | |||
@@ -879,7 +879,8 @@ if ripgrep is installed, otherwise `consult-grep'." | |||
879 | (setup (:straight (gemini-mode | 879 | (setup (:straight (gemini-mode |
880 | :host nil | 880 | :host nil |
881 | :repo "https://git.carcosa.net/jmcbray/gemini.el.git")) | 881 | :repo "https://git.carcosa.net/jmcbray/gemini.el.git")) |
882 | (:file-match "\\.\\(gemini\\|gmi\\)\\'")) | 882 | (:file-match "\\.\\(gemini\\|gmi\\)\\'") |
883 | (:hook turn-off-auto-fill)) | ||
883 | 884 | ||
884 | (setup gforth | 885 | (setup gforth |
885 | (when (locate-library "gforth") | 886 | (when (locate-library "gforth") |