From b0e256586c24c6fb169d61e98302b11026ff10d2 Mon Sep 17 00:00:00 2001 From: Yuchen Pei Date: Wed, 28 Jun 2023 19:54:44 +1000 Subject: Some minor fixes --- emacs/.emacs.d/init/ycp-editing.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/init/ycp-editing.el') diff --git a/emacs/.emacs.d/init/ycp-editing.el b/emacs/.emacs.d/init/ycp-editing.el index b77f1ea..bddd955 100644 --- a/emacs/.emacs.d/init/ycp-editing.el +++ b/emacs/.emacs.d/init/ycp-editing.el @@ -133,7 +133,7 @@ (setq delete-old-versions t) (setq version-control t) -(add-hook 'text-mode-hook #'turn-on-auto-fill) +(add-hook 'text-mode-hook #'my-text-modes-setup) (add-to-list 'auto-mode-alist -- cgit v1.2.3