-
Notifications
You must be signed in to change notification settings - Fork 0
/
sunflower-modules.el
40 lines (37 loc) · 1.36 KB
/
sunflower-modules.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
;;; Uncomment the modules you'd like to use and restart Prelude afterwards
;; Emacs IRC client
(require 'sunflower-erc)
(require 'sunflower-ido) ;; Super charges Emacs completion for C-x C-f and more
;; (require 'sunflower-helm) ;; Interface for narrowing and search
;; (require 'sunflower-helm-everywhere) ;; Enable Helm everywhere
(require 'sunflower-company)
;; (require 'sunflower-key-chord) ;; Binds useful features to key combinations
;; (require 'sunflower-mediawiki)
;; (require 'sunflower-evil)
;;; Programming languages support
;; (require 'sunflower-c)
;; (require 'sunflower-clojure)
(require 'sunflower-coffee)
(require 'sunflower-common-lisp)
(require 'sunflower-css)
(require 'sunflower-emacs-lisp)
(require 'sunflower-erlang)
(require 'sunflower-elixir)
;; (require 'sunflower-go)
;; (require 'sunflower-haskell)
(require 'sunflower-js)
;; (require 'sunflower-latex)
(require 'sunflower-lisp)
;; (require 'sunflower-ocaml)
(require 'sunflower-org) ;; Org-mode helps you keep TODO lists, notes and more
(require 'sunflower-perl)
(require 'sunflower-python)
(require 'sunflower-ruby)
;; (require 'sunflower-scala)
(require 'sunflower-scheme)
(require 'sunflower-shell)
(require 'sunflower-scss)
(require 'sunflower-web) ;; Emacs mode for web templates
(require 'sunflower-xml)
(require 'sunflower-yaml)
(require 'sunflower-outer-spaces) ; Remove and highlight redundant spaces