Fix some styling issues

This commit is contained in:
Gergely Polonkai 2018-11-21 13:40:58 +01:00
parent fecb782d83
commit f39ca8b6da
1 changed files with 1 additions and 2 deletions

View File

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