Merge branch 'master' of github.com:bbatsov/prelude

# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
This commit is contained in:
Bozhidar Batsov 2012-10-19 14:48:53 +03:00
commit 11772f6612

View file

@ -205,8 +205,8 @@
;; load yasnippet ;; load yasnippet
(require 'yasnippet) (require 'yasnippet)
(add-to-list 'yas/snippet-dirs prelude-snippets-dir) (add-to-list 'yas-snippet-dirs prelude-snippets-dir)
(yas/global-mode 1) (yas-global-mode 1)
;; projectile is a project management mode ;; projectile is a project management mode
(require 'projectile) (require 'projectile)