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

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

Re: Feeling lost without tabs


From: Tak Kunihiro
Subject: Re: Feeling lost without tabs
Date: Sun, 20 Jul 2014 14:22:54 +0900 (JST)

> I know C-x C-b pops it up, but involves multiple keys and it also
> takes a a lot of screen real estate.

I make a narrow window on left-hand side and have buffer-menu.  I
recommend to make the window dedicated and remember, the window is
dedicated by you.

(defun buffer-menu-left ()
  "Open buffer-menu at the left-hand side"
  (interactive)
  (split-window-horizontally 30)
  (buffer-menu t)
  (set-window-dedicated-p (selected-window) t))



reply via email to

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