diff options
author | Alexander Sulfrian <alexander@sulfrian.net> | 2009-11-20 18:54:19 +0100 |
---|---|---|
committer | Alexander Sulfrian <alexander@sulfrian.net> | 2009-11-20 18:54:19 +0100 |
commit | 6ec950bc92c599ad5db7d33e91a94f65fc822af6 (patch) | |
tree | 104aca29133156ad9a8236bae07d70d568029349 | |
parent | 82060930ef2808455b36af6fe5d7e3c513b7e24b (diff) | |
download | dotfiles-6ec950bc92c599ad5db7d33e91a94f65fc822af6.tar.gz dotfiles-6ec950bc92c599ad5db7d33e91a94f65fc822af6.tar.xz dotfiles-6ec950bc92c599ad5db7d33e91a94f65fc822af6.zip |
resize compile window on hover
-rw-r--r-- | emacs | 1 | ||||
-rw-r--r-- | emacs.elc | bin | 17196 -> 17251 bytes |
2 files changed, 1 insertions, 0 deletions
@@ -36,6 +36,7 @@ '(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-temporally-enlarge (quote both)) '(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"))))) '(ecb-history-sort-method nil) Binary files differ |