X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/327b0cc1a1ad113aca91b7f51355253663fad110..eeae870db94ec517f8f06b19c22f6e386af365d5:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 76f3eea..0c129d1 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1863,10 +1863,8 @@ This function is intended for use with `ivy-ignore-buffers'." ;; easily type pretty quotes & other typography, like ‘’“”-–—«»‹› (use-package typo - :disabled :defer 0.5 :config - (typo-global-mode 1) :hook (((text-mode erc-mode web-mode) . typo-mode) (tex-mode . (lambda ()(typo-mode -1)))))