myhome/.emacs.d/emacs-custom.el
Marcin Woźniak 75d6aa6ed3 Updated
Signed-off-by: Marcin Woźniak <y0rune@aol.com>
2020-08-30 14:42:47 +02:00

19 lines
714 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.
'(livedown-autostart nil)
'(livedown-browser nil)
'(livedown-open t)
'(livedown-port 1337)
'(package-selected-packages
(quote
(ox-jira use-package switch-window ox-reveal markdown-mode magit htmlize dracula-theme))))
(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.
)