Fix typo in c-c++ README.
This commit is contained in:
parent
b81e8e1ce8
commit
53f12be40c
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ by setting the variable =c-c++-default-mode-for-headers= to =c++-mode=.
|
|||
|
||||
#+BEGIN_SRC emacs-lisp
|
||||
(setq-default dotspacemacs-configuration-layers
|
||||
'((c-c++ variables:
|
||||
'((c-c++ :variables
|
||||
c-c++-default-mode-for-headers 'c++-mode)))
|
||||
#+END_SRC
|
||||
|
||||
|
|
Reference in a new issue