all repos — nixfiles @ ca36b49592990ec69413050dd4cc085256fa6ad2

System and user configuration, managed by nix and home-manager

emacs/elisp/el-get-setup.el (view raw)

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))