diff options
author | 2019-09-20 12:47:22 -0400 | |
---|---|---|
committer | 2019-09-20 12:47:22 -0400 | |
commit | b29aa20fef0303ebd7b3e5dcaff4a612c7e0cf39 (patch) | |
tree | 2c6e9da8af7be71cf250b55c15d0f5742e525f2f /.emacs.d/init.el | |
parent | e003a4093636de8eaad7b7e4144bfbd7230dd021 (diff) | |
download | configs-b29aa20fef0303ebd7b3e5dcaff4a612c7e0cf39.tar.gz configs-b29aa20fef0303ebd7b3e5dcaff4a612c7e0cf39.tar.xz configs-b29aa20fef0303ebd7b3e5dcaff4a612c7e0cf39.zip |
emacs: update packages and disable emojify
Diffstat (limited to '.emacs.d/init.el')
-rw-r--r-- | .emacs.d/init.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 55e63b7..12cafdb 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -1885,6 +1885,7 @@ This function is intended for use with `ivy-ignore-buffers'." ;; (use-package fill-column-indicator) (use-package emojify + :disabled :hook (erc-mode . emojify-mode)) (use-feature window |