diff options
author | Case Duckworth | 2021-05-22 16:42:05 -0500 |
---|---|---|
committer | Case Duckworth | 2021-05-22 16:42:05 -0500 |
commit | 2c90c19ac1574c5cd80a554a02dc5f4468ba72e1 (patch) | |
tree | ac14062b2a0bd8ee316644a4ed625a264829559f | |
parent | Change winum position in mode-line (diff) | |
download | emacs-2c90c19ac1574c5cd80a554a02dc5f4468ba72e1.tar.gz emacs-2c90c19ac1574c5cd80a554a02dc5f4468ba72e1.zip |
Turn off auto-fill-mode in gemini-mode
-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") |