Remove yascroll mode, it was impacting scroll performance

This commit is contained in:
2014-08-29 19:09:10 +01:00
parent 4eebd1cc45
commit dbaac2abef
2 changed files with 0 additions and 6 deletions

View File

@@ -52,11 +52,6 @@
(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

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