diaries, triumphs, failures, and rants
- All
- Animals
- Books
- Chess
- Cigars and the Man-Grill
- Collaboration
- Doctor Who
- General
- Internet
- iPhone
- Java
- LDAP
- mac
- oneLiners
- onThisDay
- slamd
- Star Trek
- Sun
- Travel
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: emacs, font, lisp, tips, tools
Posted at 07:32AM Nov 03, 2008 by tgardner in General |
Comments:
Monday Nov 03, 2008