Fix incorrect indentation for lines affected by # modifier

master
Lenbok 2015-03-28 15:38:13 +13:00
parent b43734c3e5
commit 7632b065c6
1 changed files with 1 additions and 0 deletions

View File

@ -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)