diff options
author | 2019-06-21 00:50:04 -0400 | |
---|---|---|
committer | 2019-06-21 00:50:04 -0400 | |
commit | 2384d16183bbd65c9c1fd336fead85b8488760e0 (patch) | |
tree | 129c4ef0db9208b66247a029bcedf1c7c88bc227 /.emacs.d/init.el | |
parent | ed00e70402281fd87eebc879ccd747932872e1c3 (diff) | |
download | configs-2384d16183bbd65c9c1fd336fead85b8488760e0.tar.gz configs-2384d16183bbd65c9c1fd336fead85b8488760e0.tar.xz configs-2384d16183bbd65c9c1fd336fead85b8488760e0.zip |
emacs: update packages and disable erc track bindings
TODO: add global binding for erc-track-switch-buffer
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 4846e5d..d78e9b2 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -2128,6 +2128,7 @@ https://csclub.uwaterloo.ca/~abandali/") (use-feature erc-track :after erc :custom + (erc-track-enable-keybindings nil) (erc-track-exclude-types '("JOIN" "MODE" "NICK" "PART" "QUIT" "324" "329" "332" "333" "353" "477")) (erc-track-priority-faces-only 'all) |