Merge pull request #75 from gleber/add-volatile-highlights
Add volatile-highlights
This commit is contained in:
commit
40b5c6def9
2 changed files with 4 additions and 1 deletions
|
@ -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
|
||||
|
|
|
@ -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 ()
|
||||
|
|
Loading…
Reference in a new issue