Update custom file for gnu
This commit is contained in:
parent
63eb6e6c0b
commit
fa5f2021ee
1 changed files with 4 additions and 1 deletions
|
@ -3,6 +3,7 @@
|
|||
;; If you edit it by hand, you could mess it up, so be careful.
|
||||
;; Your init file should contain only one such instance.
|
||||
;; If there is more than one, they won't work right.
|
||||
'(TeX-engine 'xetex)
|
||||
'(ansi-color-faces-vector
|
||||
[default default default italic underline success warning error])
|
||||
'(ansi-color-names-vector
|
||||
|
@ -29,7 +30,8 @@
|
|||
(undecorated)
|
||||
(width . 85)
|
||||
(height . 70)
|
||||
(fullscreen . fullscreen)))
|
||||
(fullscreen . maximized)
|
||||
(vertical-scroll-bars)))
|
||||
'(delete-selection-mode nil)
|
||||
'(diary-file "~/Documents/diary/diary")
|
||||
'(display-time-mode t)
|
||||
|
@ -63,6 +65,7 @@
|
|||
'(org-babel-python-command "python3")
|
||||
'(org-default-notes-file "~/Documents/journal/notes.org")
|
||||
'(org-html-htmlize-output-type nil)
|
||||
'(org-latex-compiler "xelatex")
|
||||
'(org-modules
|
||||
'(ol-bbdb ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m orgtbl-sqlinsert))
|
||||
'(org-plantuml-jar-path "~/.local/bin/plantuml.jar")
|
||||
|
|
Loading…
Add table
Reference in a new issue