X-Git-Url: https://git.shemshak.org/~bandali/configs/blobdiff_plain/9424b3d6cbc92a6e2f732bad825fa27cfc4a79a3..526dc1d93664062cfdb0e55bd6623d9dc7993471:/.emacs.d/init.el diff --git a/.emacs.d/init.el b/.emacs.d/init.el index 4846e5d..007cf6f 100644 --- a/.emacs.d/init.el +++ b/.emacs.d/init.el @@ -473,8 +473,6 @@ For disabling the behaviour for certain buffers and/or modes." ("C-c F d" . delete-frame) ("C-c F D" . server-edit) - ("C-c o" . other-window) - ("C-S-h C" . describe-char) ("C-S-h F" . describe-face) @@ -484,6 +482,9 @@ For disabling the behaviour for certain buffers and/or modes." ("s-p" . beginning-of-buffer) ("s-n" . end-of-buffer) + ("M-o" . other-window) + ("M-O" . facemenu-keymap) + :map emacs-lisp-mode-map ("" . a/add-elisp-section)) @@ -2128,6 +2129,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)