diff options
author | 2019-12-29 02:07:45 -0500 | |
---|---|---|
committer | 2019-12-29 02:07:45 -0500 | |
commit | eeae870db94ec517f8f06b19c22f6e386af365d5 (patch) | |
tree | 39f2914826663869aebff7adcbb33d7be93cf296 /.emacs.d/init.el | |
parent | 327b0cc1a1ad113aca91b7f51355253663fad110 (diff) | |
download | configs-eeae870db94ec517f8f06b19c22f6e386af365d5.tar.gz configs-eeae870db94ec517f8f06b19c22f6e386af365d5.tar.xz configs-eeae870db94ec517f8f06b19c22f6e386af365d5.zip |
emacs: update packages and add back typo.el
Diffstat (limited to '')
-rw-r--r-- | .emacs.d/init.el | 2 |
1 files changed, 0 insertions, 2 deletions
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))))) |