2019-11-14 10:23:03 +01:00
|
|
|
(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.
|
2020-05-15 16:07:46 +02:00
|
|
|
'(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 (ox-reveal ace-window htmlize ivy magit))))
|
2019-11-14 10:23:03 +01:00
|
|
|
(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.
|
2020-05-15 16:07:46 +02:00
|
|
|
)
|