From 7632b065c6a09e59fe686a677da8f1d76c687d5d Mon Sep 17 00:00:00 2001 From: Lenbok Date: Sat, 28 Mar 2015 15:38:13 +1300 Subject: [PATCH] Fix incorrect indentation for lines affected by # modifier --- contrib/scad-mode.el | 1 + 1 file changed, 1 insertion(+) diff --git a/contrib/scad-mode.el b/contrib/scad-mode.el index 546d22fe..9b30c031 100644 --- a/contrib/scad-mode.el +++ b/contrib/scad-mode.el @@ -193,6 +193,7 @@ Key bindings: ;; (setq local-abbrev-table scad-mode-abbrev-table ;; abbrev-mode t) (use-local-map scad-mode-map) + (c-set-offset (quote cpp-macro) 0 nil) (c-basic-common-init 'scad-mode (or scad-indent-style "k&r")) (c-font-lock-init) (c-run-mode-hooks 'c-mode-common-hook 'scad-mode-hook)