-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathinit.el
25 lines (25 loc) · 1.39 KB
/
init.el
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
(org-babel-load-file "~/.emacs.d/config/reduce-garbage.org")
(org-babel-load-file "~/.emacs.d/config/better-defaults.org")
(org-babel-load-file "~/.emacs.d/config/evil.org")
(org-babel-load-file "~/.emacs.d/config/ivy.org")
(org-babel-load-file "~/.emacs.d/config/visuals.org")
(org-babel-load-file "~/.emacs.d/config/functions.org")
(org-babel-load-file "~/.emacs.d/config/major-modes.org")
(org-babel-load-file "~/.emacs.d/config/yas.org")
(org-babel-load-file "~/.emacs.d/config/helpful-packages.org")
(org-babel-load-file "~/.emacs.d/config/magit.org")
(org-babel-load-file "~/.emacs.d/config/projectile.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.
'(package-selected-packages
(quote
(company helpful which-key yasnippet web-mode typescript-mode slime cider clojure-mode haskell-mode rust-mode csharp-mode org-bullets rainbow-delimiters doom-themes doom-modeline all-the-icons ivy-rich counsel ivy diminish evil-collection evil exec-path-from-shell use-package))))
(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.
)