branch: externals/ergoemacs-mode commit e81daf4afa3800d5bf106ad6168f55062cc160c1 Author: Matthew Fidler <514778+mattfid...@users.noreply.github.com> Commit: Matthew Fidler <514778+mattfid...@users.noreply.github.com>
Require comit-mode See #505 --- ergoemacs-themes.el | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/ergoemacs-themes.el b/ergoemacs-themes.el index 8ac744d..1dfb5f5 100644 --- a/ergoemacs-themes.el +++ b/ergoemacs-themes.el @@ -1304,6 +1304,7 @@ In a terminal, this can be either arrow keys (e.g. meta+O A == <up>) or regular (ergoemacs-set-apps ergoemacs-override-keymap) (ergoemacs-install-isearch-mode) + (ergoemacs-install-comint-bindings) (ergoemacs-set-remaps ergoemacs-override-keymap) (ergoemacs-set-quit) @@ -1339,7 +1340,10 @@ In a terminal, this can be either arrow keys (e.g. meta+O A == <up>) or regular (ergoemacs-set-text-transform ergoemacs-override-keymap) (ergoemacs-set-select-items ergoemacs-override-keymap) (ergoemacs-fix-arrow-keys ergoemacs-override-keymap) + (ergoemacs-install-isearch-mode) + (ergoemacs-install-comint-bindings) + (ergoemacs-set-remaps ergoemacs-override-keymap) (ergoemacs-set-quit) (ergoemacs-set-menu-bar-help) @@ -1443,6 +1447,7 @@ This affects modes like `grep-mode' since this is a parent keymap" (add-hook 'eshell-post-command-hook #'ergoemacs-install-eshell-bindings) +(require 'comint) (defun ergoemacs-install-comint-bindings () "Install comint key bindings." (ergoemacs-save-key-state @@ -1457,8 +1462,6 @@ This affects modes like `grep-mode' since this is a parent keymap" (ergoemacs-define-key comint-mode-map (kbd "M-f") 'comint-delchar-or-maybe-eof) (ergoemacs-define-key comint-mode-map (kbd "C-g") 'comint-delchar-or-maybe-eof)))) -(with-eval-after-load 'comint (ergoemacs-install-comint-bindings)) - (defun ergoemacs-install-dired-bindings () "Install `dired-mode-map' bindings." (ergoemacs-save-key-state