diff options
author | Ricardo Wurmus <rekado@elephly.net> | 2024-02-21 22:50:46 +0100 |
---|---|---|
committer | Ricardo Wurmus <rekado@elephly.net> | 2024-02-21 22:50:46 +0100 |
commit | f7d5bfd3d931dd46d898aa4fc60695098ce22d1e (patch) | |
tree | 23058aeb3db7cbf00298cca3e10e4cd14885eb17 | |
parent | 0e25fec7b1e2e1f4c53cd61be1c829ca33e5396b (diff) |
Don't use typo mode.
-rw-r--r-- | init.org | 10 |
1 files changed, 0 insertions, 10 deletions
@@ -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: |