From: rush Date: Thu, 9 Jul 2026 18:21:43 +0000 (-0400) Subject: Disable hard tab binding, but keep it in the file X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=61da260a0ccbce30489165d1061a97c6c1359ade;p=emacsinit.git Disable hard tab binding, but keep it in the file --- diff --git a/init.el b/init.el index 1de3a45..8e30b0b 100644 --- a/init.el +++ b/init.el @@ -505,7 +505,7 @@ installed." (interactive) (setq-local tab-width width)) -(keymap-global-set "" (lambda () (interactive) (insert "\t"))) +;; (keymap-global-set "" (lambda () (interactive) (insert "\t"))) ;;; Buffer dealiŋ