From 33a75791416d32608851b22b86f1bde47f12f8b1 Mon Sep 17 00:00:00 2001 From: Marek Paśnikowski Date: Sun, 8 Jan 2023 22:27:29 +0100 Subject: Install Flashrom on Aisaka --- emacs.el | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'emacs.el') 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 -- cgit v1.2.3