aboutsummaryrefslogtreecommitdiffstats
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org11
1 files changed, 9 insertions, 2 deletions
diff --git a/config.org b/config.org
index ac37638..20265d3 100644
--- a/config.org
+++ b/config.org
@@ -416,8 +416,15 @@ Start org-indent-mode. This displays a single indented star instead of many
416stars in org-mode headings. 416stars in org-mode headings.
417 417
418#+BEGIN_SRC emacs-lisp 418#+BEGIN_SRC emacs-lisp
419(setq org-startup-indented t 419(setq
420 org-src-fontify-natively t) 420 ;; Indents headers instead of displaying all of the asterisks
421 org-startup-indented t
422
423 ;; Use emac's syntax highlighting for SRC block
424 org-src-fontify-natively t
425
426 ;; Don't split the line when hitting M-RET for a new heading
427 org-M-RET-may-split-line '((item . nil)))
421#+END_SRC 428#+END_SRC
422** Key Bindings 429** Key Bindings
423Define the keybindings for org-mode related things 430Define the keybindings for org-mode related things