Skip to content

Commit

Permalink
tweak sr-speedbar, no refresh
Browse files Browse the repository at this point in the history
  • Loading branch information
chen bin authored and chen bin committed Mar 23, 2013
1 parent 93f35b9 commit d42f67c
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions init-sr-speedbar.el
Expand Up @@ -3,7 +3,8 @@
;; sr-speedbar config
(setq sr-speedbar-right-side nil)
(setq sr-speedbar-skip-other-window-p t)
(setq sr-speedbar-auto-refresh t)
;; no auto-refresh
(setq sr-speedbar-auto-refresh nil)

(setq sr-speedbar-width-console 30)
(setq sr-speedbar-width-x 30)
Expand All @@ -18,5 +19,6 @@
(speedbar-edit-line)
(other-window 1))

(global-set-key (kbd "C-c j") 'sr-speedbar-toggle)
(global-set-key (kbd "C-c j s") 'sr-speedbar-toggle)
(global-set-key (kbd "C-c j r") 'sr-speedbar-refresh-toggle)
(provide 'init-sr-speedbar)

0 comments on commit d42f67c

Please sign in to comment.