Update custom file for windows
This commit is contained in:
parent
206d1b732f
commit
32e2a958fc
1 changed files with 12 additions and 0 deletions
|
@ -7,6 +7,9 @@
|
|||
'(ansi-color-faces-vector
|
||||
[default default default italic underline success warning error])
|
||||
'(backup-directory-alist (quote (("." . "~/.backup_filez"))))
|
||||
'(calendar-date-style (quote iso))
|
||||
'(calendar-view-diary-initially-flag t)
|
||||
'(calendar-week-start-day 1)
|
||||
'(custom-enabled-themes (quote (nord)))
|
||||
'(custom-safe-themes
|
||||
(quote
|
||||
|
@ -20,6 +23,7 @@
|
|||
(alpha . 100)
|
||||
(fullscreen . maximized))))
|
||||
'(delete-by-moving-to-trash t)
|
||||
'(diary-file "d:/Syncplicity/Marcus.Kammer/documents/Diary/diary")
|
||||
'(display-line-numbers-grow-only t)
|
||||
'(elpy-modules
|
||||
(quote
|
||||
|
@ -32,6 +36,7 @@
|
|||
'(inhibit-startup-buffer-menu t)
|
||||
'(initial-buffer-choice "d:/syncplicity/Marcus.Kammer/documents/Journal/notes.org")
|
||||
'(initial-frame-alist nil)
|
||||
'(ispell-program-name "aspell")
|
||||
'(line-spacing nil)
|
||||
'(ls-lisp-dirs-first t)
|
||||
'(menu-bar-mode nil)
|
||||
|
@ -43,6 +48,7 @@
|
|||
(global-mode-string
|
||||
("--" global-mode-string))
|
||||
"-%-")))
|
||||
'(nov-text-width nil)
|
||||
'(nov-unzip-program
|
||||
"C:\\Users\\Marcus.Kammer\\AppData\\Local\\Programs\\unzip-5.51-1-bin\\bin\\unzip.exe")
|
||||
'(nov-variable-pitch nil)
|
||||
|
@ -51,6 +57,7 @@
|
|||
'(olivetti-minimum-body-width 80)
|
||||
'(olivetti-mode-hook nil t)
|
||||
'(org-agenda-files (quote ("d:/syncplicity/Marcus.Kammer/documents/Journal/")))
|
||||
'(org-agenda-include-diary t)
|
||||
'(org-babel-load-languages
|
||||
(quote
|
||||
((js . t)
|
||||
|
@ -67,6 +74,11 @@
|
|||
'(org-clock-out-remove-zero-time-clocks t)
|
||||
'(org-default-notes-file "d:/syncplicity/Marcus.Kammer/documents/Journal/notes.org")
|
||||
'(org-duration-format (quote h:mm))
|
||||
'(org-export-with-sub-superscripts nil)
|
||||
'(org-html-table-caption-above nil)
|
||||
'(org-html-table-default-attributes
|
||||
(quote
|
||||
(:border "2" :cellspacing "0" :cellpadding "6" :rules "groups" :frame "hsides" :width "100%")))
|
||||
'(org-modules
|
||||
(quote
|
||||
(ol-bbdb ol-bibtex ol-docview ol-eww ol-gnus ol-info ol-irc ol-mhe ol-rmail org-tempo ol-w3m)))
|
||||
|
|
Loading…
Add table
Reference in a new issue