diff options
-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: |