Fix code blocks

This commit is contained in:
JAremko 2018-10-20 15:51:21 +03:00 committed by Eugene Yaremenko
parent bf2bf86269
commit 2eca814a5b
1 changed files with 10 additions and 10 deletions

View File

@ -130,7 +130,7 @@ an entry like
#+BEGIN_SRC emacs-lisp
(c-c++ :variables
c-c++-enable-google-style t)
#+END_SRC emacs-lisp
#+END_SRC
Additionally, if you have =c-c++-enable-google-newline= variable set then
=`google-make-newline-indent= will be set as a =c-mode-common-hook=. You would
@ -140,7 +140,7 @@ set that up like this:
(c-c++ :variables
c-c++-enable-google-style t
c-c++-enable-google-newline t)
#+END_SRC emacs-lisp
#+END_SRC
** Newlines
You can enable the =Auto-newline= minor mode that automatically adds newlines
@ -149,7 +149,7 @@ after certain characters by setting the =c-c++-enable-auto-newline= variable.
#+BEGIN_SRC emacs-lisp
(c-c++ :variables
c-c++-enable-auto-newline t)
#+END_SRC emacs-lisp
#+END_SRC
* Key Bindings