From d0771ef53556dca6ffb287e4b0bd0b7cbd16dfcb Mon Sep 17 00:00:00 2001 From: tavo-wasd Date: Sun, 25 Aug 2024 19:05:45 -0600 Subject: [PATCH] another theme plus smart quotes --- emacs/init.el | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/emacs/init.el b/emacs/init.el index 8e43a69..3fd27c7 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -14,7 +14,7 @@ ;; --- Customization (defvar custom-font "JetBrains Mono-10") -(defvar custom-theme 'doom-henna) +(defvar custom-theme 'doom-material) (setq org-agenda-files '("~/Documents/agenda")) ; (custom-set-faces @@ -217,6 +217,8 @@ (setq org-startup-folded t) (require 'org-tempo) +(setq org-export-with-smart-quotes t) + (setq org-src-preserve-indentation t org-edit-src-content-indentation 0 org-confirm-babel-evaluate nil)