Skip to content

Instantly share code, notes, and snippets.

@expede
Created January 15, 2015 22:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save expede/31c89c0b755ad80fc568 to your computer and use it in GitHub Desktop.
Save expede/31c89c0b755ad80fc568 to your computer and use it in GitHub Desktop.
spacemacs configuration packages
(defvar expede-packages
'(
cucumber-goto-step
ac-haskell-process
ac-html
ac-helm
ac-octave
brainfuck-mode
coffee-mode
helm-robe
helm-idris
highlight-indentation
indent-guide
crosshairs
idris-mode
)
"List of all packages to install and/or initialize. Built-in packages
which require an initialization must be listed explicitly in the list.")
(defvar expede-excluded-packages '()
"List of packages to exclude.")
;; For each package, define a function expede/init-<package-expede>
;;
;; (defun expede/init-my-package ()
;; "Initialize my package"
;; )
;;
;; Often the body of an initialize function uses `use-package'
;; For more info on `use-package', see readme:
;; https://github.com/jwiegley/use-package
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment