branch: externals/ergoemacs-mode commit f0c4e91aed30a26779e8b0c9164ef4c2824ab346 Author: Walter Landry <wlan...@caltech.edu> Commit: Walter Landry <wlan...@caltech.edu>
Unset keys in ibuffer --- ergoemacs-themes.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el index b62e869..ec0a7c6 100644 --- a/ergoemacs-themes.el +++ b/ergoemacs-themes.el @@ -1268,6 +1268,9 @@ calling any other ergoemacs-set-* function" (with-eval-after-load 'compile (ergoemacs-unset-keys-in-map compilation-mode-map)) +(add-hook 'ibuffer-load-hook #'(ergoemacs-unset-keys-in-map ibuffer-mode-map)) + + (ergoemacs-translation normal () "Identify transformation" :keymap (let ((map (make-sparse-keymap)))