Fix some styling issues
This commit is contained in:
parent
fecb782d83
commit
f39ca8b6da
@ -1082,7 +1082,6 @@ And set up all the pretty symbols.
|
|||||||
** Treat soft line breaks as hard ones in textual modes
|
** Treat soft line breaks as hard ones in textual modes
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
;; text-mode settings
|
|
||||||
(add-hook 'text-mode-hook (lambda () (visual-line-mode t)))
|
(add-hook 'text-mode-hook (lambda () (visual-line-mode t)))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
|
||||||
@ -2258,7 +2257,7 @@ Then configure ~real-auto-save-mode~
|
|||||||
|
|
||||||
** Electric case
|
** 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.
|
mode.
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
Loading…
Reference in New Issue
Block a user