commit ffb95119077117b25ec25766a22d456feb3faf13
parent 2c52f0eb2419fb38d9c7a1f26edda78daa2c52ac
Author: Shimmy Xu <shimmy.xu@shimmy1996.com>
Date: Sun, 22 Oct 2017 11:17:32 -0500
Added parenthesis highlighting and disabled auto-fill for org-mode.
Diffstat:
1 file changed, 12 insertions(+), 0 deletions(-)
diff --git a/README.org b/README.org
@@ -135,6 +135,12 @@ Use spaces for indenting.
(setq-default indent-tabs-mode nil)
#+END_SRC
+** Parenthesis Highlighting
+Highlight matching parenthesis.
+#+BEGIN_SRC emacs-lisp
+ (show-paren-mode t)
+#+END_SRC
+
** Remove Trailing Whitespace
Remove trailing whitespace upon saving.
#+BEGIN_SRC emacs-lisp
@@ -190,6 +196,12 @@ Automantically enable truncated lines when starting =org-mode=.
(setq-default org-startup-truncated t)
#+END_SRC
+** Turn Off =auto-fill=
+Disable =auto-fill-mode= when in =org-mode=.
+#+BEGIN_SRC emacs-lisp
+ (add-hook 'org-mode-ook 'turn-off-auto-fill)
+#+END_SRC
+
* Helm
Stolen from Admiral Akber's config.