Whtiespace fixes.
This commit is contained in:
parent
8196589886
commit
9ae9eacfdb
@ -333,9 +333,9 @@ Key bindings:
|
|||||||
(c-initialize-cc-mode t)
|
(c-initialize-cc-mode t)
|
||||||
(set-syntax-table cuda-mode-syntax-table)
|
(set-syntax-table cuda-mode-syntax-table)
|
||||||
(setq major-mode 'cuda-mode
|
(setq major-mode 'cuda-mode
|
||||||
mode-name "Cuda"
|
mode-name "Cuda"
|
||||||
local-abbrev-table cuda-mode-abbrev-table
|
local-abbrev-table cuda-mode-abbrev-table
|
||||||
abbrev-mode t)
|
abbrev-mode t)
|
||||||
(use-local-map c-mode-map)
|
(use-local-map c-mode-map)
|
||||||
;; `c-init-language-vars' is a macro that is expanded at compile
|
;; `c-init-language-vars' is a macro that is expanded at compile
|
||||||
;; time to a large `setq' with all the language variables and their
|
;; time to a large `setq' with all the language variables and their
|
||||||
|
Loading…
Reference in New Issue
Block a user