From f98a12060f8ff38571c45df290850057d79e83db Mon Sep 17 00:00:00 2001 From: Ricardo Wurmus Date: Thu, 14 May 2020 15:01:45 +0200 Subject: Remove term-mode hook. --- init.org | 6 ------ 1 file changed, 6 deletions(-) diff --git a/init.org b/init.org index 96b7af8..f69cd0e 100644 --- a/init.org +++ b/init.org @@ -693,12 +693,6 @@ TODO: here’s the rest of my shell configuration: (define-key shell-mode-map (kbd "") 'comint-previous-matching-input-from-input))) -;; TODO: this isn't working -(add-hook 'term-mode-hook - (lambda () - (define-key term-mode-map - (kbd "C-d") 'my/comint-delchar-or-eof-or-kill-buffer))) - ;; Show current path instead of just "*shell*<2>" (setq uniquify-buffer-name-style 'forward) (require 'uniquify) -- cgit v1.2.3