24 lines
1.3 KiB
EmacsLisp
24 lines
1.3 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.
|
|
'(custom-enabled-themes (quote (dracula)))
|
|
'(custom-safe-themes
|
|
(quote
|
|
("c433c87bd4b64b8ba9890e8ed64597ea0f8eb0396f4c9a9e01bd20a04d15d358" "303488aa27ce49f658a7ba4035e93380421e394ec2799ae8fd952d08808c7235" "0fffa9669425ff140ff2ae8568c7719705ef33b7a927a0ba7c5e2ffcfac09b75" "dcdd1471fde79899ae47152d090e3551b889edf4b46f00df36d653adc2bf550d" default)))
|
|
'(fringe-mode 6 nil (fringe))
|
|
'(linum-format " %7i ")
|
|
'(org-agenda-files (quote ("~/data/org/notes.org" "~/data/org/work.org")))
|
|
'(package-selected-packages
|
|
(quote
|
|
(markdown-preview-eww markdown-mode+ helm-swoop fzf solarized-theme cmake-project cmake-ide rust-playground rust-mode company magit-gerrit elixir-mode evil-org org-pomodoro evil magit dracula-theme use-package)))
|
|
'(powerline-color1 "#00779a")
|
|
'(powerline-color2 "#00475a"))
|
|
(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.
|
|
)
|