Forcing org to preserve indentation on babel-tangle.

This commit is contained in:
Derek Taylor
2024-04-22 08:39:39 -05:00
parent a07324b0a1
commit 3f34c73dab
2 changed files with 10 additions and 1 deletions
+3 -1
View File
@@ -537,6 +537,8 @@
(require 'org-tempo)
(setq org-src-preserve-indentation t)
(use-package toc-org
:commands toc-org-enable
:init (add-hook 'org-mode-hook 'toc-org-enable))
@@ -720,7 +722,7 @@
(browse-url
(concat "https://github.com/search?l=" language
"&type=code&q=" code))))
(defun dm-search ()
"Search various search engines."
(interactive)