From f39ca8b6daf796fcf278a1db36f945afe8fe03b8 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Wed, 21 Nov 2018 13:40:58 +0100 Subject: [PATCH] Fix some styling issues --- configuration.org | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/configuration.org b/configuration.org index dc42aec..43eea1a 100644 --- a/configuration.org +++ b/configuration.org @@ -1082,7 +1082,6 @@ And set up all the pretty symbols. ** Treat soft line breaks as hard ones in textual modes #+BEGIN_SRC emacs-lisp -;; text-mode settings (add-hook 'text-mode-hook (lambda () (visual-line-mode t))) #+END_SRC @@ -2258,7 +2257,7 @@ Then configure ~real-auto-save-mode~ ** Electric case -Insert snake_case and camelCase without using the Shift key. It is automatically enabled in C +Insert ~snake_case~ and ~camelCase~ without using the Shift key. It is automatically enabled in C mode. #+BEGIN_SRC emacs-lisp