emacs: update packages and disable erc track bindings
[~bandali/configs] / .emacs.d / init.el
index 4846e5d..d78e9b2 100644 (file)
@@ -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)