Compare commits

..

1 Commits

Author SHA1 Message Date
f10cee0930 Fix issues with deriving too much from c++-mode 2019-07-06 21:49:17 +10:00

View File

@ -329,7 +329,6 @@ initialization, then `cuda-mode-hook'.
Key bindings:
\\{cuda-mode-map}"
(c-initialize-cc-mode t)
;; (set-syntax-table cuda-mode-syntax-table)
(setq abbrev-mode t)
(use-local-map c-mode-map)
;; `c-init-language-vars' is a macro that is expanded at compile