Add yascroll

This commit is contained in:
2014-07-26 10:21:43 +01:00
parent 07a6b38a50
commit de58c3986a
2 changed files with 6 additions and 0 deletions

View File

@@ -52,6 +52,11 @@
;; (when (require 'git-gutter-fringe nil 'noerror)
;; (global-git-gutter-mode)))
;; Enable Yascroll
(if gui-window-system
(when (require 'yascroll nil 'noerror)
(global-yascroll-bar-mode 1)))
;; Display up to 20 results in when using grizzl completion.
(when (require 'grizzl nil 'noerror)
(setq *grizzl-read-max-results* 20))

View File

@@ -99,6 +99,7 @@
writegood-mode
writeroom-mode
yaml-mode
yascroll
yasnippet
zencoding-mode
)