re-enable typo mode
This commit is contained in:
parent
8f13c0eef1
commit
e472853b74
2
init.org
2
init.org
|
|
@ -925,7 +925,7 @@ Use org-bullets for fancy headline markers
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Use typo-mode in org-mode for en and em dashes:
|
Use typo-mode in org-mode for en and em dashes:
|
||||||
#+begin_src emacs-lisp :tangle no
|
#+begin_src emacs-lisp
|
||||||
(use-package typo
|
(use-package typo
|
||||||
:straight t
|
:straight t
|
||||||
:hook (org-mode . typo-mode)
|
:hook (org-mode . typo-mode)
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue