-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathetc.el
31 lines (31 loc) · 839 Bytes
/
etc.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
26
27
28
29
30
31
(load "etc/color" nil t)
(load "etc/backup" nil t)
(load "etc/bs-show" nil t)
(load "etc/compilation" nil t)
(load "etc/css" nil t)
(load "etc/dired" nil t)
(load "etc/disabled" nil t)
(load "etc/elixir" nil t)
(load "etc/env" nil t)
(load "etc/flycheck" nil t)
(load "etc/global-keys" nil t)
(load "etc/html" nil t)
(load "etc/ido" nil t)
(load "etc/javascript" nil t)
(load "etc/jslint" nil t)
(load "etc/lambda" nil t)
(load "etc/markdown" nil t)
(load "etc/modes" nil t)
(load "etc/multi-term" nil t)
(load "etc/objc" nil t)
(load "etc/org" nil t)
(load "etc/outline" nil t)
(load "etc/ruby" nil t)
(load "etc/set-mark-before-mouse-set-point" nil t)
(load "etc/TeX" nil t)
(load "etc/typescript" nil t)
(load "etc/ui" nil t)
(load "etc/uniquify" nil t)
(load "etc/web-mode" nil t)
(load "etc/whitespace" nil t)
(load "etc/yaml" nil t)