summaryrefslogtreecommitdiffstats
path: root/.emacs.d/init.el
diff options
context:
space:
mode:
authorAmin Bandali <bandali@gnu.org>2019-12-29 02:07:45 -0500
committerAmin Bandali <bandali@gnu.org>2019-12-29 02:07:45 -0500
commiteeae870db94ec517f8f06b19c22f6e386af365d5 (patch)
tree39f2914826663869aebff7adcbb33d7be93cf296 /.emacs.d/init.el
parent327b0cc1a1ad113aca91b7f51355253663fad110 (diff)
downloadconfigs-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.el2
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)))))