help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Resizing and positioning Emacs main window and speedbar


From: kala
Subject: Re: Resizing and positioning Emacs main window and speedbar
Date: Wed, 12 Jul 2006 06:03:21 -0700 (PDT)


Peter Dyballa wrote:
> 
> Am 12.07.2006 um 13:25 schrieb kala:
> See initial-frame-alist.
> 
> --
> Greetings
> 
>    Pete
> 

Thanks, that solved the main window issue. Now how to apply size &
postioning settings to the speedbar?

I have now:

;; start speedbar if we're using a window system
(when window-system
  (speedbar t ))

(custom-set-variables
  ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
  ;; Your init file should contain only one such instance.
 '(case-fold-search t)
 '(current-language-environment "Latin-9")
 '(default-input-method "latin-9-prefix")
 '(global-font-lock-mode t nil (font-lock))
 '(hide-ifdef-initially nil t)
 '(initial-frame-alist (quote ((top . 0) (left . 0) (width . 80) (height .
63))))
 '(view-calendar-holidays-initially nil t)
 '(view-diary-entries-initially nil t))

in my ~/.emacs-file
-- 
View this message in context: 
http://www.nabble.com/Resizing-and-positioning-Emacs-main-window-and-speedbar-tf1930321.html#a5288219
Sent from the Emacs - Help forum at Nabble.com.





reply via email to

[Prev in Thread] Current Thread [Next in Thread]