From eeae870db94ec517f8f06b19c22f6e386af365d5 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 29 Dec 2019 02:07:45 -0500 Subject: emacs: update packages and add back typo.el --- .emacs.d/init.el | 2 -- 1 file changed, 2 deletions(-) (limited to '.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))))) -- cgit v1.2.3-83-g751a