Indentation fixes in begin_src blocks

This commit is contained in:
Vedang Manerikar 2024-11-28 14:18:56 +05:30
parent 0b89db44a7
commit a4b9e4c33a

View file

@ -3769,8 +3769,8 @@ Org agenda, in particular, provides commands to filter tasks by tag:
#+end_quote #+end_quote
#+begin_src emacs-lisp :tangle "unravel-modules/unravel-org.el" #+begin_src emacs-lisp :tangle "unravel-modules/unravel-org.el"
;;;; tags ;;;; tags
(use-package org (use-package org
:ensure nil :ensure nil
:config :config
(setq org-tag-alist nil) (setq org-tag-alist nil)