emacs.d/bundle/custom_win32.el

24 lines
984 B
EmacsLisp
Raw Normal View History

2020-05-15 20:26:53 +02: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.
'(ansi-color-faces-vector
[default default default italic underline success warning error])
'(inhibit-startup-buffer-menu t)
2020-05-17 11:08:27 +02:00
'(initial-buffer-choice "~/Documents/Journal/notes.org")
2020-07-17 17:44:04 +02:00
'(menu-bar-mode nil)
2020-05-15 20:26:53 +02:00
'(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)))
'(package-selected-packages
(quote
2020-07-17 17:44:04 +02:00
(elpy use-package nord-theme nordless-theme org toc-org ox-reveal ace-window htmlize ivy magit)))
'(tool-bar-mode nil))
2020-05-15 20:26:53 +02: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.
)