summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.el')
-rw-r--r--emacs.el3
1 files changed, 0 insertions, 3 deletions
diff --git a/emacs.el b/emacs.el
index fb30b69..7f1a1cd 100644
--- a/emacs.el
+++ b/emacs.el
@@ -27,8 +27,6 @@
(global-display-fill-column-indicator-mode)
;; Prepare Literate Programming
-;; (require 'org-auto-tangle)
-(add-hook 'org-mode-hook 'org-auto-tangle-mode)
(setq-default
org-startup-indented t
org-confirm-babel-evaluate nil
@@ -39,7 +37,6 @@
(shell . t )))
(add-to-list 'auto-mode-alist '("\\.epub\\'" . nov-mode))
-(setq-default org-auto-tangle-default t)
;; Monospace Font in Ebook Reader
(setq-default nov-variable-pitch nil)