Indentation default -> 2

This commit is contained in:
2026-01-19 21:14:15 -05:00
parent 71bb316433
commit a82da456bd

View File

@@ -149,6 +149,7 @@ Visual Theme of Emacs config: defined in the =themes= directory.
:config
;; Set location of custom theme dir
(setq custom-theme-directory (concat user-emacs-directory "themes"))
(setq standard-indent 2)
(load-theme 'UniverseHighContrast))
#+end_src
@@ -505,8 +506,8 @@ updating our bibliography.
bibtex-autokey-titlewords 2
bibtex-autokey-titlewords-stretch 1
bibtex-autokey-titleword-length 5)
(add-to-list 'org-export-before-parsing-functions 'org-ref-csl-preprocess-buffer)
(add-to-list 'org-export-before-parsing-functions 'org-ref-refproc)
;; (add-to-list 'org-export-before-parsing-functions 'org-ref-csl-preprocess-buffer)
;; (add-to-list 'org-export-before-parsing-functions 'org-ref-refproc)
:require org-ref org-ref-helm oc-bibtex oc-bibtex oc-csl oc-natbib org-ref-refproc)
#+end_src