From 2c90c19ac1574c5cd80a554a02dc5f4468ba72e1 Mon Sep 17 00:00:00 2001 From: Case Duckworth Date: Sat, 22 May 2021 16:42:05 -0500 Subject: Turn off auto-fill-mode in gemini-mode --- init.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'init.el') 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'." (setup (:straight (gemini-mode :host nil :repo "https://git.carcosa.net/jmcbray/gemini.el.git")) - (:file-match "\\.\\(gemini\\|gmi\\)\\'")) + (:file-match "\\.\\(gemini\\|gmi\\)\\'") + (:hook turn-off-auto-fill)) (setup gforth (when (locate-library "gforth") -- cgit 1.4.1-21-gabe81