emacs.d/bundle/custom.el

20 lines
847 B
EmacsLisp
Raw Normal View History

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")
2020-05-15 20:26:53 +02:00
'(package-selected-packages
(quote
(org toc-org 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
)