Skip to content

Commit

Permalink
disable (yascroll), which is still a bit buggy
Browse files Browse the repository at this point in the history
  • Loading branch information
To1ne committed Mar 5, 2012
1 parent 85581bf commit 35b4a27
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
10 changes: 5 additions & 5 deletions core/temacco-el-get.el
Expand Up @@ -32,11 +32,11 @@
:build ("ln -s etc/gccsense.el gccsense.el")
:description "GCCSense is the most intelligent development tools for C/C++ using GCC's code analyzers."
)
(:name yascroll
:type http
:url "https://raw.github.com/m2ym/yascroll-el/master/yascroll.el"
:description "Yet Another Scroll Bar Mode for GNU Emacs."
)
; (:name yascroll
; :type http
; :url "https://raw.github.com/m2ym/yascroll-el/master/yascroll.el"
; :description "Yet Another Scroll Bar Mode for GNU Emacs."
; )
(:name popwin
:type git
:url "https://github.com/m2ym/popwin-el.git"
Expand Down
2 changes: 1 addition & 1 deletion etc/init-yascroll.el
@@ -1,3 +1,3 @@
(require 'yascroll)
(global-yascroll-bar-mode 1)
(setq yascroll:delay-to-hide 0.5)
;(setq yascroll:delay-to-hide 0.5)

0 comments on commit 35b4a27

Please sign in to comment.