From 82fb9bf3b24ceafe4cbda825fa6ea28f087dfcf1 Mon Sep 17 00:00:00 2001 From: Thomas Voss Date: Mon, 21 Oct 2024 12:34:33 +0200 Subject: emacs: Do ‘makefile-backslash-region’ with spaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .config/emacs/modules/mm-editing.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to '.config/emacs') diff --git a/.config/emacs/modules/mm-editing.el b/.config/emacs/modules/mm-editing.el index 5f51d7a..b482143 100644 --- a/.config/emacs/modules/mm-editing.el +++ b/.config/emacs/modules/mm-editing.el @@ -14,7 +14,10 @@ (let (indent-tabs-mode) (apply function arguments))) -(dolist (command #'(align c-backslash-region comment-dwim)) +(dolist (command #'(align + c-backslash-region + comment-dwim + makefile-backslash-region)) (advice-add command :around #'mm-editing-force-space-indentation)) -- cgit v1.2.3