Indentation default -> 2
This commit is contained in:
5
main.org
5
main.org
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user