From e472853b7416916a01d895b6e5465b73c2f7fe35 Mon Sep 17 00:00:00 2001 From: janis Date: Sun, 28 Dec 2025 16:22:22 +0100 Subject: [PATCH] re-enable typo mode --- init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/init.org b/init.org index e736e9c..7afbfb3 100644 --- a/init.org +++ b/init.org @@ -925,7 +925,7 @@ Use org-bullets for fancy headline markers #+end_src Use typo-mode in org-mode for en and em dashes: -#+begin_src emacs-lisp :tangle no +#+begin_src emacs-lisp (use-package typo :straight t :hook (org-mode . typo-mode)