]> git.eshelyaron.com Git - emacs.git/commitdiff
Mention how to create non-tab frames.
authorJan Djärv <jan.h.d@swipnet.se>
Fri, 2 Apr 2010 15:06:01 +0000 (17:06 +0200)
committerJan Djärv <jan.h.d@swipnet.se>
Fri, 2 Apr 2010 15:06:01 +0000 (17:06 +0200)
README.TABS

index 64a7cc8d9649814057b75ef3cb5827d7a6e78171..c08887a5186844ad1a93e3487e3273338064ec6f 100644 (file)
@@ -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)