19 lines
847 B
EmacsLisp
19 lines
847 B
EmacsLisp
(custom-set-variables
|
|
;; custom-set-variables was added by Custom.
|
|
;; 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.
|
|
'(ansi-color-faces-vector
|
|
[default default default italic underline success warning error])
|
|
'(custom-enabled-themes (quote (misterioso)))
|
|
'(inhibit-startup-buffer-menu t)
|
|
'(initial-buffer-choice "d:/syncplicity/Marcus.Kammer/documents/Journal/README.org")
|
|
'(package-selected-packages
|
|
(quote
|
|
(org toc-org ox-reveal ace-window htmlize ivy magit))))
|
|
(custom-set-faces
|
|
;; custom-set-faces was added by Custom.
|
|
;; 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.
|
|
)
|