From f7d5bfd3d931dd46d898aa4fc60695098ce22d1e Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Wed, 21 Feb 2024 22:50:46 +0100 Subject: Don't use typo mode. --- init.org | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/init.org b/init.org index 8eb9387..f3c6034 100644 --- a/init.org +++ b/init.org @@ -1310,16 +1310,6 @@ This is even more stuff to be done after initialising packages. I still need to (lambda () (variable-pitch-mode 1) (olivetti-mode 1))) - -;; pretty quotes! -(add-hook 'erc-mode-hook - (lambda () - (require 'typo) - (typo-mode 1))) -(add-hook 'org-mode-hook - (lambda () - (require 'typo) - (typo-mode 1))) #+END_SRC Here are a few commands that I used pretty often: -- cgit v1.2.3