From 13276e1275aab19e8367ea090fcf75dc8ee1d554 Mon Sep 17 00:00:00 2001 From: 10sr <8.slashes@gmail.com> Date: Fri, 22 Mar 2019 11:55:26 +0900 Subject: [PATCH] Add comment --- emacs.el | 1 + 1 file changed, 1 insertion(+) diff --git a/emacs.el b/emacs.el index a0fc959..c6502c2 100644 --- a/emacs.el +++ b/emacs.el @@ -377,6 +377,7 @@ found, otherwise returns nil." ;; C-h and DEL (global-set-key (kbd "C-h") (kbd "DEL")) +;; (normal-erase-is-backspace-mode 1) ;;(global-set-key (kbd "C-m") 'reindent-then-newline-and-indent) (global-set-key (kbd "C-m") 'newline-and-indent)