summaryrefslogtreecommitdiffstats
path: root/lisp/init-org.el
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/init-org.el')
-rw-r--r--lisp/init-org.el6
1 files changed, 0 insertions, 6 deletions
diff --git a/lisp/init-org.el b/lisp/init-org.el
index c1568f8..0b4603e 100644
--- a/lisp/init-org.el
+++ b/lisp/init-org.el
@@ -46,12 +46,6 @@
;; fold by default
(setq org-startup-folded t)
- ;; highlight code blocks
- (setq org-src-fontify-natively t)
-
- ;; indent code blocks the same way as the language major mode
- (setq org-src-tab-acts-natively t)
-
;; define todo states
(setq org-todo-keywords '((sequence "TODO(t)" "WAIT(w@)" "|" "ABRT(a@)" "DONE(d)")))