From 9332115e8cdee54eaf3c7458f9e64041f9094046 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Codru=C8=9B=20Constantin=20Gu=C8=99oi?= Date: Fri, 9 Nov 2018 22:08:34 +0200 Subject: [PATCH] Maybe @emacspace does not like block endings without language? --- layers/+lang/c-c++/README.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layers/+lang/c-c++/README.org b/layers/+lang/c-c++/README.org index bbef7350d..6dfdc4fb9 100644 --- a/layers/+lang/c-c++/README.org +++ b/layers/+lang/c-c++/README.org @@ -237,7 +237,7 @@ an entry like #+BEGIN_SRC emacs-lisp (c-c++ :variables c-c++-enable-google-style t) -#+END_SRC +#+END_SRC emacs-lisp 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 @@ -247,7 +247,7 @@ set that up like this: (c-c++ :variables c-c++-enable-google-style t c-c++-enable-google-newline t) -#+END_SRC +#+END_SRC emacs-lisp ** Newlines You can enable the =Auto-newline= minor mode that automatically adds newlines @@ -256,7 +256,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 +#+END_SRC emacs-lisp ** Projectile sub-project adoption To prevent projectile from using subproject root when visiting files in a subproject,