Skip to content

Instantly share code, notes, and snippets.

@scrogson
Created June 4, 2015 05:58
Show Gist options
  • Save scrogson/f99fb8f739dbb49116ac to your computer and use it in GitHub Desktop.
Save scrogson/f99fb8f739dbb49116ac to your computer and use it in GitHub Desktop.
;;; init.el ---
;;; Commentary:
;;
;;; Code:
(package-initialize)
(require 'cask "/usr/local/share/emacs/site-lisp/cask.el")
(cask-initialize)
(add-to-list 'load-path (expand-file-name "bundles" user-emacs-directory))
;; To require a specfic bundle just require it for example...
(require 'evil-bundle)
(provide 'init)
;;; init.el ends here
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment