summaryrefslogtreecommitdiff
path: root/emacs.el
diff options
context:
space:
mode:
Diffstat (limited to 'emacs.el')
-rw-r--r--emacs.el5
1 files changed, 5 insertions, 0 deletions
diff --git a/emacs.el b/emacs.el
index b6e9fe1..4a9b21a 100644
--- a/emacs.el
+++ b/emacs.el
@@ -27,6 +27,8 @@
(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-confirm-babel-evaluate nil
org-src-fontify-natively t
org-src-tab-acts-natively t)
@@ -35,6 +37,9 @@
(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)
;; Disable Toolbar