19 lines
860 B
EmacsLisp
19 lines
860 B
EmacsLisp
(org-babel-load-file "~/.emacs.d/conf.org")
|
|
(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 doom-solarized-dark))
|
|
'(custom-safe-themes
|
|
(quote
|
|
("229c5cf9c9bd4012be621d271320036c69a14758f70e60385e87880b46d60780" default)))
|
|
'(package-selected-packages
|
|
(quote
|
|
(highlight-numbers cmake-ide flycheck-irony company-irony-c-headers company-irony irony nyan-mode neotree flycheck))))
|
|
(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.
|
|
)
|