summaryrefslogtreecommitdiff
path: root/init.org
diff options
context:
space:
mode:
Diffstat (limited to 'init.org')
-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)