Fix typo in c-c++ README.

This commit is contained in:
person808 2015-06-25 19:15:00 -10:00 committed by syl20bnr
parent b81e8e1ce8
commit 53f12be40c

View file

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