aboutsummaryrefslogtreecommitdiff
path: root/.emacs
blob: e250c9c8528b1b180d65a97214fe6135d033215c (plain)
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
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
;; Load up the general config

;; Added by Package.el.  This must come before configurations of
;; installed packages.  Don't delete this line.  If you don't want it,
;; just comment it out by adding a semicolon to the start of the line.
;; You may delete these explanatory comments.
(package-initialize)

(load-file "~/.emacs.local.d/general.el")

;; Modes
;;(load-file "~/.emacs.local.d/modes/auto-complete.el")
;;(load-file "~/.emacs.local.d/modes/ecb.el")

;;(load-file "~/.emacs.local.d/modes/linum.el")
;;(load-file "~/.emacs.local.d/modes/notmuch.el")

(load-file "~/.emacs.local.d/modes/anzu.el")
(load-file "~/.emacs.local.d/modes/auto-fill.el")
(load-file "~/.emacs.local.d/modes/company.el")
(load-file "~/.emacs.local.d/modes/dashboard.el")
(load-file "~/.emacs.local.d/modes/doom-modeline.el")
(load-file "~/.emacs.local.d/modes/eshell.el")
(load-file "~/.emacs.local.d/modes/flyspell.el")
(load-file "~/.emacs.local.d/modes/go-lang.el")
(load-file "~/.emacs.local.d/modes/ibuffer.el")
(load-file "~/.emacs.local.d/modes/helm.el")
(load-file "~/.emacs.local.d/modes/ido.el")
(load-file "~/.emacs.local.d/modes/imenu.el")
(load-file "~/.emacs.local.d/modes/latex.el")
(load-file "~/.emacs.local.d/modes/mail-mode.el")
(load-file "~/.emacs.local.d/modes/markdown.el")
(load-file "~/.emacs.local.d/modes/magit.el")
(load-file "~/.emacs.local.d/modes/org.el")
(load-file "~/.emacs.local.d/modes/package.el")
(load-file "~/.emacs.local.d/modes/projectile.el")
(load-file "~/.emacs.local.d/modes/smex.el")
(load-file "~/.emacs.local.d/modes/sml.el")
(load-file "~/.emacs.local.d/modes/sublimity.el")
(load-file "~/.emacs.local.d/modes/whitespace.el")
(load-file "~/.emacs.local.d/modes/writeroom.el")

(load-file "~/.emacs.local.d/modes/themes.el")

;; Extra Debian packages: elpa-yaml-mode
;; Extra packages to install from Elpa: puppet-mode

(provide '.emacs)
nihil fit ex nihilo