all repos — archive/dotfiles @ 7a9efc6c9276733b0496725725448445e4420f82

Superseded by nixfiles

Emacs: Fix startup error from comint keybind

Alan Pearce
commit

7a9efc6c9276733b0496725725448445e4420f82

parent

888dc9c2c1ea5a700ed0d8cca3ec1ad8d67db8cd

1 file changed, 4 insertions(+), 0 deletions(-)

jump to
M tag-emacs/emacs.d/init.eltag-emacs/emacs.d/init.el
@@ -962,6 +962,10 @@ :defer t
:config (define-key shell-mode-map (kbd "C-d") 'comint-delchar-or-eof-or-kill-buffer)) +(req-package comint + :defer t + :config (bind-key "C-c C-l" #'helm-comint-input-ring comint-mode-map)) + (req-package multi-term :if (not (eq system-type 'windows-nt)) :bind ("C-`" . multi-term-dedicated-toggle))