From 422973dac6f8c313a842b5844533fdb838bc4d06 Mon Sep 17 00:00:00 2001 From: rush Date: Fri, 7 Aug 2026 10:34:11 -0400 Subject: [PATCH] Re-enable tab-only in text mode Ran into annoying issues with not being able to insert tabs in the middle of lines. --- init.el | 1 + 1 file changed, 1 insertion(+) 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ŋ -- 2.39.5