mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Add yascroll
This commit is contained in:
@@ -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))
|
||||
|
||||
@@ -99,6 +99,7 @@
|
||||
writegood-mode
|
||||
writeroom-mode
|
||||
yaml-mode
|
||||
yascroll
|
||||
yasnippet
|
||||
zencoding-mode
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user