all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* reload customization
@ 2015-02-11 16:30 Haines Brown
  2015-02-11 16:43 ` Barry Margolin
  2015-02-12 11:35 ` Nicolas Richard
  0 siblings, 2 replies; 6+ messages in thread
From: Haines Brown @ 2015-02-11 16:30 UTC (permalink / raw)
  To: help-gnu-emacs

In my init file I have

  (defun reload () "Reloads .emacs interactively."
    (interactive)
    (load "~/.emacs"))

The problem is that I also have

  (split-window-horizontally)

As things now stand, a reload splits current window so that I end up
with three. I'd like to have reload instead preserve the two window
split.



^ permalink raw reply	[flat|nested] 6+ messages in thread

end of thread, other threads:[~2015-02-12 13:26 UTC | newest]

Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-02-11 16:30 reload customization Haines Brown
2015-02-11 16:43 ` Barry Margolin
2015-02-11 17:46   ` Haines Brown
2015-02-11 22:28     ` Barry Margolin
2015-02-12 11:35 ` Nicolas Richard
2015-02-12 13:26   ` Stefan Monnier

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.