Difference between revisions of "Appearance"

From WikEmacs
Jump to navigation Jump to search
(Created page with "Color Themes")
 
(extracted away some things)
(14 intermediate revisions by 7 users not shown)
Line 1: Line 1:
Color Themes
+
== Minimal Emacs ==
 +
 
 +
[[:Category:Intermediate|Intermediate users]] might prefer to turn off or customize [[Toolbar]], [[Menubar]] and [[Scrollbar]].  This provides a distraction free environment and maximizes the screen area available for coding or text editing.
 +
 
 +
; {{CustomizeVariable|tool-bar-mode}}
 +
: Turn off toolbar
 +
 
 +
; {{CustomizeVariable|menu-bar-mode}}
 +
: Turn off menubar
 +
 
 +
; {{CustomizeVariable|scroll-bar-mode}}
 +
: Turn off scrollbar.
 +
 
 +
; {{CustomizeVariable|blink-cursor-mode}}
 +
: Also see {{CustomizeGroup|Cursor}}
 +
 
 +
== Adding and changing key bindings ==
 +
 
 +
== CUA mode ==
 +
 
 +
== Line wrapping ==
 +
 
 +
== Region, selection, transient-mark-mode ==
 +
 
 +
[[Category:Beginner]][[Category:Customization]]

Revision as of 14:56, 19 April 2012

Minimal Emacs

Intermediate users might prefer to turn off or customize Toolbar, Menubar and Scrollbar. This provides a distraction free environment and maximizes the screen area available for coding or text editing.

M-x customize-variable RET tool-bar-mode
Turn off toolbar
M-x customize-variable RET menu-bar-mode
Turn off menubar
M-x customize-variable RET scroll-bar-mode
Turn off scrollbar.
M-x customize-variable RET blink-cursor-mode
Also see M-x customize-group RET Cursor RET

Adding and changing key bindings

CUA mode

Line wrapping

Region, selection, transient-mark-mode