mirror of
https://gitlab.com/dwt1/dotfiles.git
synced 2026-08-11 02:21:14 +10:00
Forcing org to preserve indentation on babel-tangle.
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user