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

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

reload customization


From: Haines Brown
Subject: reload customization
Date: Wed, 11 Feb 2015 11:30:29 -0500
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/24.4 (gnu/linux)

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.



reply via email to

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