aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAryadev Chavali <aryadev@aryadevchavali.com>2020-08-09 17:23:02 +0100
committerAryadev Chavali <aryadev@aryadevchavali.com>2020-08-09 17:23:02 +0100
commit6b289457fb6cc55ff812e5293fa0a12d9935005a (patch)
tree3b67c77310b744ab6d1822b07ce39769fc50bbcb
parentb7129e5441bc48b42b119e7687274ab9a60c4f8e (diff)
downloaddotfiles-6b289457fb6cc55ff812e5293fa0a12d9935005a.tar.gz
dotfiles-6b289457fb6cc55ff812e5293fa0a12d9935005a.tar.bz2
dotfiles-6b289457fb6cc55ff812e5293fa0a12d9935005a.zip
~moved auto fill mode hook
-rw-r--r--Emacs/.config/emacs/config.org12
1 files changed, 6 insertions, 6 deletions
diff --git a/Emacs/.config/emacs/config.org b/Emacs/.config/emacs/config.org
index 7464934..fa419c4 100644
--- a/Emacs/.config/emacs/config.org
+++ b/Emacs/.config/emacs/config.org
@@ -60,12 +60,6 @@ Load my custom "Grayscale" theme (look at [[file:Grayscale-theme.el][this file]]
#+BEGIN_SRC emacs-lisp
(setq inhibit-startup-screen t)
#+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
Firstly, declare a variable for the number of spaces between each
module in the modeline.
@@ -763,6 +757,12 @@ corrections to real words) to use ivy.
"M-A" #'flyspell-correct-at-point
"M-a" #'ispell-word))
#+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 default with evil
Setup for org mode, currently basically nothing. Has evil-org for