![]() |
ubuntu.com - launchpad.net - ubuntu help
|
|
|||||||
Ubuntu 9.10 is out!!!
When downloading Ubuntu 9.10 please consider using bittorrent to get your copy of Ubuntu. The Ubuntu Developers Summit for Lucid Lynx will be held the week of 16-Nov-2009 till 20-Nov-2009 in Dallas, TX USA. Visit the the Ubuntu wiki for more information about UDS and how to participate remotely. |
|
Tutorials & Tips The place to find Ubuntu related Tips & Tricks. |
|
|
Thread Tools | Display Modes |
|
|
#1 |
|
5 Cups of Ubuntu
![]() Join Date: Mar 2006
Location: Tempe, AZ
Beans: 18
Ubuntu 8.04 Hardy Heron
|
HOWTO: Beautiful Emacs
The standard emacs package for Hardy looks incredibly horrible. The main reason for this is the ugly font it uses. The ugliness is exacerbated on large monitors. Anti-Aliased fonts improve the look tremendously. Unfortunately, the standard package doesn't support this...but the 'emacs-snapshot' package does. You'll need the universe repository enabled and then from a terminal:
Code:
apt-get install emacs-snapshot Add the following line to this file: Code:
Emacs.font: Monospace-10 Either restart X or just type the following form the terminal: Code:
xrdb -merge ~/.Xdefaults I'd also recommend setting up a color theme with the color-theme library. Get it by typing this in a terminal: Code:
apt-get install emacs-goodies-el Code:
M-x load-library RET color-theme Code:
M-x color-theme-select Once you have a theme you like, you can put it in your ~/.emacs so it'll load every time. If I want the "Gnome 2" theme, I'd put: Code:
(require 'color-theme) (color-theme-gnome2) http://www.emacswiki.org/cgi-bin/wiki/ColorTheme |
|
|
|
| Bookmarks |
| Thread Tools | |
| Display Modes | |
|
|