From: rush Date: Fri, 7 Aug 2026 14:34:11 +0000 (-0400) Subject: Re-enable tab-only in text mode X-Git-Url: https://git.earman.xyz/?a=commitdiff_plain;h=422973dac6f8c313a842b5844533fdb838bc4d06;p=emacsinit.git Re-enable tab-only in text mode Ran into annoying issues with not being able to insert tabs in the middle of lines. --- diff --git a/init.el b/init.el index 149fbbe..bdfdbc6 100644 --- a/init.el +++ b/init.el @@ -529,6 +529,7 @@ installed." (interactive) (setq-local tab-width width)) +(keymap-set text-mode-map "" (lambda () (interactive) (insert "\t"))) ;; (keymap-global-set "" (lambda () (interactive) (insert "\t"))) ;;; Buffer dealiŋ