summary refs log tree commit diff stats
path: root/emacs/elisp/el-get-setup.el
blob: 53f3a4621ecc222aaade8727db4726a6cff0efa8 (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
(setq
 eg:basic-packages
 '(
   auto-compile
   auto-indent-mode
   autopair
   ace-jump-mode
   bind-key
   company
   dired+
   diminish
   expand-region
   helm
   help+
   help-fns+
   help-macro+
   help-mode+
   mic-paren
   misc-cmds
   multiple-cursors
   projectile
   project-persist
   paredit
   solarized-theme
   smart-tab
   smarttabs
   smex
   undo-tree
   use-package
   )

 eg:windows-packages
 '(ntcmd
   w32-browser
   ;; powershell
   ;; powershell-mode
   )

 eg:cygwin-packages
 '(windows-path))