summaryrefslogtreecommitdiffstats
path: root/emacs
diff options
context:
space:
mode:
authorAlexander Sulfrian <alexander@sulfrian.net>2009-11-20 18:52:05 +0100
committerAlexander Sulfrian <alexander@sulfrian.net>2009-11-20 18:52:05 +0100
commit82060930ef2808455b36af6fe5d7e3c513b7e24b (patch)
tree89ac7b313d5edb8b7f08d28277d8a7d821b70d12 /emacs
parent07963cfc7b5bd985bf01ef22c90970501104352d (diff)
downloaddotfiles-82060930ef2808455b36af6fe5d7e3c513b7e24b.tar.gz
dotfiles-82060930ef2808455b36af6fe5d7e3c513b7e24b.tar.xz
dotfiles-82060930ef2808455b36af6fe5d7e3c513b7e24b.zip
added ido buffers to the ecb compile window
Diffstat (limited to 'emacs')
-rw-r--r--emacs1
1 files changed, 1 insertions, 0 deletions
diff --git a/emacs b/emacs
index 4c5ac55..4e219ad 100644
--- a/emacs
+++ b/emacs
@@ -34,6 +34,7 @@
'(display-time-mail-file (quote none))
'(display-time-string-forms (quote ((if (and (not display-time-format) display-time-day-and-date) (format-time-string "---%a %b %e " now) "") (propertize (format-time-string (or display-time-format (if display-time-24hr-format "%H:%M" "%-I:%M%p")) now) (quote help-echo) (format-time-string "%a %b %e, %Y" now)) load (if mail (concat " " (propertize display-time-mail-string (quote display) (\` (when (and display-time-use-mail-icon (display-graphic-p)) (\,@ display-time-mail-icon) (\,@ (if (and display-time-mail-face (memq (plist-get (cdr display-time-mail-icon) :type) (quote (pbm xbm)))) (let ((bg (face-attribute display-time-mail-face :background))) (if (stringp bg) (list :background bg))))))) (quote face) display-time-mail-face (quote help-echo) "You have new mail; mouse-2: Read mail" (quote mouse-face) (quote mode-line-highlight) (quote local-map) (make-mode-line-mouse-map (quote mouse-2) read-mail-command))) ""))))
'(double-mode nil t (double))
+ '(ecb-compilation-buffer-names (quote (("*Calculator*") ("*vc*") ("*vc-diff*") ("*Apropos*") ("*Occur*") ("*shell*") ("\\*[cC]ompilation.*\\*" . t) ("\\*i?grep.*\\*" . t) ("*JDEE Compile Server*") ("*Help*") ("\\*.*[Cc]ompletions\\*" . t) ("*Backtrace*") ("*Compile-log*") ("*bsh*") ("*Messages*"))))
'(ecb-compile-window-height 6)
'(ecb-compile-window-width (quote frame))
'(ecb-directories-menu-user-extension (quote (("Version Control" (ecb-dir-popup-cvs-status "CVS Status") (ecb-dir-popup-cvs-examine "CVS Examine") (ecb-dir-popup-cvs-update "CVS Update")))))