29 lines
1.2 KiB
EmacsLisp
29 lines
1.2 KiB
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])
|
|
'(ansi-color-names-vector
|
|
["#212526" "#ff4b4b" "#b4fa70" "#fce94f" "#729fcf" "#e090d7" "#8cc4ff" "#eeeeec"])
|
|
'(custom-enabled-themes (quote (nord)))
|
|
'(custom-safe-themes
|
|
(quote
|
|
("7f6d4aebcc44c264a64e714c3d9d1e903284305fd7e319e7cb73345a9994f5ef" default)))
|
|
'(delete-selection-mode nil)
|
|
'(global-hl-line-mode t)
|
|
'(indent-tabs-mode nil)
|
|
'(inhibit-startup-buffer-menu t)
|
|
'(initial-buffer-choice "~/Documents/Journal/notes.org")
|
|
'(org-html-htmlize-output-type nil)
|
|
'(package-enable-at-startup t)
|
|
'(package-selected-packages
|
|
(quote
|
|
(colorless-themes nord-theme 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.
|
|
)
|