From 4b9325a86c8a1f72ac936b7aa72bd1e08d824370 Mon Sep 17 00:00:00 2001 From: rearman Date: Thu, 13 Apr 2023 15:28:28 -0400 Subject: [PATCH] Make c-style do what I want on backspace --- init.org | 1 + 1 file changed, 1 insertion(+) diff --git a/init.org b/init.org index 038d5e6..9420e34 100644 --- a/init.org +++ b/init.org @@ -444,6 +444,7 @@ Please use Tabs in C files, I'm BEGGING. Absolutely ridiculous that there's no (lambda () (setq indent-tabs-mode t) (setq show-trailing-whitespace t) + (setq c-backspace-function 'backward-delete-char) ;; don't expand my tabs, just delete them. (c-set-style "linux-tabs-only"))) #+END_SRC -- 2.39.5