Reindent values

This commit is contained in:
contrapunctus 2022-02-17 19:36:42 +05:30
parent 940d829bc6
commit 80a0460fc3
1 changed files with 9 additions and 9 deletions

View File

@ -4060,11 +4060,11 @@ SLIME opens CLHS links in Firefox, but I'd rather open them in Tor Browser; Tor
;; (t . "xdg-open %s")
))
(setq org-todo-keywords '((sequence "TODO" "RESEARCH" "STARTED" "DONE"))
org-image-actual-width 400
org-cycle-include-plain-lists 'integrate
org-image-actual-width 400
org-cycle-include-plain-lists 'integrate
org-link-search-must-match-exact-headline nil
org-html-head "<link rel=\"stylesheet\" type=\"text/css\" href=\"style.css\" />"
org-html-self-link-headlines t
org-html-self-link-headlines t
org-export-default-inline-image-rule
`(("https" .
,(format "\\.%s\\'"
@ -4076,17 +4076,17 @@ SLIME opens CLHS links in Firefox, but I'd rather open them in Tor Browser; Tor
(regexp-opt
'("png" "jpeg" "jpg" "gif" "tiff" "tif" "xbm"
"xpm" "pbm" "pgm" "ppm" "webp") t))))
org-link-file-path-type 'relative
org-link-file-path-type 'relative
;; https://emacs.stackexchange.com/questions/18877/how-to-indent-without-the-two-extra-spaces-at-the-beginning-of-code-blocks-in-or
org-edit-src-content-indentation 0
org-src-fontify-natively t
org-src-window-setup 'current-window
org-src-fontify-natively t
org-src-window-setup 'current-window
org-src-strip-leading-and-trailing-blank-lines t
org-src-preserve-indentation t
org-src-tab-acts-natively t
org-src-preserve-indentation t
org-src-tab-acts-natively t
;; https://emacs.stackexchange.com/questions/20759/all-org-subheadings-in-imenu
;; I ended up using consult-org-heading instead
org-goto-interface 'outline-path-completion
org-goto-interface 'outline-path-completion
org-outline-path-complete-in-steps nil)
(org-link-set-parameters "gemini" :export #'my-export-gemini-link)
(org-link-set-parameters "xmpp" :export #'my-export-xmpp-link))