From: Jan Djärv Date: Fri, 2 Apr 2010 15:06:01 +0000 (+0200) Subject: Mention how to create non-tab frames. X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=0fc4efad472258fc5de68f2fe767ce13ce569066;p=emacs.git Mention how to create non-tab frames. --- diff --git a/README.TABS b/README.TABS index 64a7cc8d964..c08887a5186 100644 --- a/README.TABS +++ b/README.TABS @@ -1,6 +1,10 @@ You can drag tabs to reorder them, drop them on another frame to move it there and drop on the root window to create a new frame. +Frames created with frame parameter disable-tabs set to t will not have tabs. +This parameter can't be toggeled at runtime, it must be set when creating +the frame. + Lisp code is in native-tabs.el. Keybindings are: (global-set-key "\C-x7\C-f" 'find-file-new-tab)