-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathemacs.el
45 lines (41 loc) · 1.67 KB
/
emacs.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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
;; 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)
(add-to-list 'load-path "~/emacs/modules")
(load-file "~/emacs/conf/git.el")
(load-file "~/emacs/conf/theme.el")
(load-file "~/emacs/conf/global.el")
(load-file "~/emacs/conf/c-linux.el")
(load-file "~/emacs/conf/key.el")
(load-file "~/emacs/conf/gdb.el")
;(load-file "~/emacs/conf/gtags.el")
(load-file "~/emacs/conf/cscope.el")
(load-file "~/emacs/conf/vline.el")
(load-file "~/emacs/conf/hilight.el")
(load-file "~/emacs/conf/col80.el")
(load-file "~/emacs/conf/del-trailing.el")
(load-file "~/emacs/conf/linum.el")
(load-file "~/emacs/conf/ido.el")
(load-file "~/emacs/conf/compile.el")
(load-file "~/emacs/conf/lua.el")
(load-file "~/emacs/modules/rust-mode.el")
(load-file "~/emacs/modules/dts-mode.el")
(load-file "~/emacs/modules/csharp-mode.el")
(load-file "~/emacs/conf/verilog.el")
(load-file "~/emacs/modules/php-mode.el")
(load-file "~/emacs/modules/bgscript.el")
(load-file "~/emacs/modules/rename.el")
(load-file "~/emacs/modules/strace.el")
(load-file "~/emacs/modules/markdown-mode.el")
(load-file "~/emacs/conf/markdown-mode.el")
(load-file "~/emacs/modules/transpose-frame.el")
(load-file "~/emacs/modules/meson.el")
(load-file "~/emacs/modules/flymd-master/flymd.el")
(load-file "~/emacs/modules/kivy-mode.el")
(load-file "~/emacs/modules/arduino-mode.el")
(load-file "~/emacs/conf/tramp.el")
(load-file "~/emacs/conf/funcname.el")
(load-file "~/emacs/modules/tablegen-mode.el")
(require 'transpose-frame)