summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRicardo Wurmus <rekado@elephly.net>2020-05-14 15:01:45 +0200
committerRicardo Wurmus <rekado@elephly.net>2020-05-14 15:01:53 +0200
commitf98a12060f8ff38571c45df290850057d79e83db (patch)
tree731701af40be7e7ec2025517ee086a415ec3596d
parent57c98af3f26edcae656108d2e5f2b192e5ded3b4 (diff)
Remove term-mode hook.
-rw-r--r--init.org6
1 files changed, 0 insertions, 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 "<up>") '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)