Emacs: Difference between revisions
m (M moved page Configure Emacs to Emacs)  | 
				No edit summary  | 
				||
| Line 2: | Line 2: | ||
* Use CUA mode  | * Use CUA mode  | ||
{| class="mw-collapsible mw-collapsed wikitable"  | |||
! emacs configuration  | |||
|-  | |||
| This common config should work well in both terminal and UI:  | |||
 /home/m/development/config/common/home/m/.emacs  | |||
NOTE that you need some other things to be configured properly:  | |||
* the terminal must use a light light blue background since it will be carried over into [emacs -nw]  | |||
* the terminal must have 256-color support; set this in .bashrc:  | |||
 export TERM=xterm-256color  | |||
* Make sure you check out undo support via [ctrl-x u]  | |||
|}  | |||
Revision as of 20:36, 24 March 2016
Emacs is great and sucks too.
- Use CUA mode
 
| emacs configuration | 
|---|
This common config should work well in both terminal and UI:
/home/m/development/config/common/home/m/.emacs NOTE that you need some other things to be configured properly: 
 export TERM=xterm-256color 
  |