Merge pull request #75 from gleber/add-volatile-highlights

Add volatile-highlights
This commit is contained in:
Bozhidar Batsov 2012-02-18 12:28:08 -08:00
commit 40b5c6def9
2 changed files with 4 additions and 1 deletions

View file

@ -123,6 +123,9 @@
;; highlight the current line
(global-hl-line-mode +1)
(require 'volatile-highlights)
(volatile-highlights-mode t)
;; tramp, for sudo access
(require 'tramp)
;; keep in mind known issues with zsh - see emacs wiki

View file

@ -43,7 +43,7 @@
gist groovy-mode haml-mode haskell-mode inf-ruby
magit markdown-mode paredit projectile python
sass-mode rainbow-mode scss-mode solarized-theme
yaml-mode yari zenburn-theme)
volatile-highlights yaml-mode yari zenburn-theme)
"A list of packages to ensure are installed at launch.")
(defun prelude-packages-installed-p ()