Compare commits

..

1 Commits

Author SHA1 Message Date
33225476ba Fix issues with deriving too much from c++-mode 2019-07-06 21:48:26 +10:00

View File

@ -329,6 +329,7 @@ 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