diaries, triumphs, failures, and rants

pageicon Monday Nov 03, 2008

Emacs ideas

FONT FACES

To set a font-face for Emacs on Mac OS X, place the following in your .emacs file:

(set-face-attribute 'default nil :family "courier" :height 140)

of course, this sets "courier" ...

SAVING REAL ESTATE

To get rid of the annoying scrollbar and toolbars:

(if (fboundp 'scroll-bar-mode) (scroll-bar-mode -1))
(if (fboundp 'tool-bar-mode) (tool-bar-mode -1))

Technorati Tags: , , , ,

Comments:

Post a Comment:
Comments are closed for this entry.

« November 2009
SunMonTueWedThuFriSat
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
     
       
Today

Feeds

Search this blog

Links

Weblog menu

Today's referrers

Today's Page Hits: 385