~moved auto fill mode hook
This commit is contained in:
@@ -60,12 +60,6 @@ Load my custom "Grayscale" theme (look at [[file:Grayscale-theme.el][this file]]
|
|||||||
#+BEGIN_SRC emacs-lisp
|
#+BEGIN_SRC emacs-lisp
|
||||||
(setq inhibit-startup-screen t)
|
(setq inhibit-startup-screen t)
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
** Set auto-fill-mode for all text-modes
|
|
||||||
Auto fill mode is nice for most text modes, 80 char limit is great.
|
|
||||||
|
|
||||||
#+BEGIN_SRC emacs-lisp
|
|
||||||
(add-hook 'text-mode-hook #'auto-fill-mode)
|
|
||||||
#+END_SRC
|
|
||||||
* Emacs Mode-line
|
* Emacs Mode-line
|
||||||
Firstly, declare a variable for the number of spaces between each
|
Firstly, declare a variable for the number of spaces between each
|
||||||
module in the modeline.
|
module in the modeline.
|
||||||
@@ -763,6 +757,12 @@ corrections to real words) to use ivy.
|
|||||||
"M-A" #'flyspell-correct-at-point
|
"M-A" #'flyspell-correct-at-point
|
||||||
"M-a" #'ispell-word))
|
"M-a" #'ispell-word))
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
|
** Set auto-fill-mode for all text-modes
|
||||||
|
Auto fill mode is nice for most text modes, 80 char limit is great.
|
||||||
|
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(add-hook 'text-mode-hook #'auto-fill-mode)
|
||||||
|
#+END_SRC
|
||||||
* Org
|
* Org
|
||||||
** Org default with evil
|
** Org default with evil
|
||||||
Setup for org mode, currently basically nothing. Has evil-org for
|
Setup for org mode, currently basically nothing. Has evil-org for
|
||||||
|
|||||||
Reference in New Issue
Block a user