Enable caching + set default dict + nyan

This commit is contained in:
Sebastian Schulze 2015-09-11 14:45:23 +02:00
parent 21322af3b4
commit 63966d60ac
1 changed files with 9 additions and 0 deletions

View File

@ -30,6 +30,9 @@
(setq user-full-name "Sebastian Schulze")
(setq user-mail-address "github.com@bascht.com")
(nyan-mode 1)
(org-bullets-mode 1)
;;; Global modes
(projectile-global-mode)
(global-company-mode)
@ -43,6 +46,12 @@
(setq browse-url-browser-function (quote browse-url-firefox))
;;; Enable Projectile cache until I know what is going on
(setq projectile-enable-caching t)
;;; Start with an english dictionary
(setq ispell-dictionary 'english)
(prelude-require-packages '(ace-jump-mode
ace-window
ack-and-a-half