2018-01-10 03:56:51 +01:00
|
|
|
(package-initialize)
|
|
|
|
(org-babel-load-file "~/.emacs.d/config.org")
|
2018-01-10 06:33:52 +01: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.
|
2018-01-13 15:29:33 +01:00
|
|
|
'(package-selected-packages
|
|
|
|
(quote
|
|
|
|
(anaconda-mode rainbow-mode ox-twbs google-this auctex smartparens eclim flycheck rainbow-delimiters forest-blue-theme))))
|
2018-01-10 06:33:52 +01: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.
|
2018-01-13 15:29:33 +01:00
|
|
|
)
|