-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathscala-mode-feature-speedbar.elc
20 lines (16 loc) · 1.72 KB
/
scala-mode-feature-speedbar.elc
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
;ELC
;;; Compiled by [email protected] on Fri Apr 27 12:23:24 2012
;;; from file /Users/per/Projects/WiklanderConsulting/Internal/emacs-config/scala/scala-mode-feature-speedbar.el
;;; in Emacs version 22.1.1
;;; with all optimizations.
;;; This file uses dynamic docstrings, first added in Emacs 19.29.
(if (and (boundp 'emacs-version)
(< (aref emacs-version (1- (length emacs-version))) ?A)
(or (and (boundp 'epoch::version) epoch::version)
(string-lessp emacs-version "19.29")))
(error "`scala-mode-feature-speedbar.el' was compiled for Emacs 19.29 or later"))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
(byte-code "\300\301!\210\302\303!\210\304\305\306\307\310\311%\207" [provide scala-mode-feature-speedbar require speedbar custom-declare-group scala-mode-feature:speedbar nil "Options how the speedbar works under Scala mode" :group scala] 6)
#@113 Normally scala-mode starts with the speedbar closed.Turning this on will open it whenever scala-mode is loaded.
(custom-declare-variable 'scala-mode-feature:speedbar-open 'nil '(#$ . 914) :type 'boolean :set #[(sym val) "\302 \"\210 \205\f \303\304!\207" [sym val set-default speedbar 1] 3] :group 'scala-mode-feature:speedbar)
(defalias 'scala-mode-feature-speedbar-install #[nil "\304\305\306#\210\307\310\311\"\210 \312\313\314\315\"\210\316\207" [speedbar-file-key-map scala-mode-feature:tags-command speedbar-fetch-etags-command speedbar-fetch-etags-arguments define-key "" (lambda nil (interactive) (speedbar-flush-expand-line)) add-hook speedbar-mode-hook #[nil "\300\301!\207" [speedbar-add-supported-extension "\\.scala"] 2] ("-e" "-f -") add-to-list speedbar-fetch-etags-parse-list ("\\.scala" . speedbar-parse-c-or-c++tag) t] 4])