Update custom file for win
This commit is contained in:
parent
7e8f94b78f
commit
f6c788ebe6
1 changed files with 4 additions and 2 deletions
|
@ -3,8 +3,10 @@
|
||||||
;; If you edit it by hand, you could mess it up, so be careful.
|
;; If you edit it by hand, you could mess it up, so be careful.
|
||||||
;; Your init file should contain only one such instance.
|
;; Your init file should contain only one such instance.
|
||||||
;; If there is more than one, they won't work right.
|
;; If there is more than one, they won't work right.
|
||||||
|
'(Info-additional-directory-list (quote ("~/Info")))
|
||||||
'(ansi-color-faces-vector
|
'(ansi-color-faces-vector
|
||||||
[default default default italic underline success warning error])
|
[default default default italic underline success warning error])
|
||||||
|
'(backup-directory-alist (quote (("." . "~/.backup_filez"))))
|
||||||
'(custom-enabled-themes (quote (sanityinc-tomorrow-day)))
|
'(custom-enabled-themes (quote (sanityinc-tomorrow-day)))
|
||||||
'(custom-safe-themes
|
'(custom-safe-themes
|
||||||
(quote
|
(quote
|
||||||
|
@ -39,10 +41,10 @@
|
||||||
"-%-")))
|
"-%-")))
|
||||||
'(nov-unzip-program
|
'(nov-unzip-program
|
||||||
"C:\\Users\\Marcus.Kammer\\AppData\\Local\\Programs\\unzip-5.51-1-bin\\bin\\unzip.exe")
|
"C:\\Users\\Marcus.Kammer\\AppData\\Local\\Programs\\unzip-5.51-1-bin\\bin\\unzip.exe")
|
||||||
'(olivetti-body-width 90)
|
'(olivetti-body-width 73)
|
||||||
'(olivetti-lighter " Olv")
|
'(olivetti-lighter " Olv")
|
||||||
'(olivetti-minimum-body-width 80)
|
'(olivetti-minimum-body-width 80)
|
||||||
'(olivetti-mode-hook nil)
|
'(olivetti-mode-hook nil t)
|
||||||
'(org-agenda-files (quote ("d:/syncplicity/Marcus.Kammer/documents/Journal/")))
|
'(org-agenda-files (quote ("d:/syncplicity/Marcus.Kammer/documents/Journal/")))
|
||||||
'(org-babel-load-languages
|
'(org-babel-load-languages
|
||||||
(quote
|
(quote
|
||||||
|
|
Loading…
Add table
Reference in a new issue