Mercurial > emacs
view mac/.emacs @ 32853:3410d8818561
(widget-beginning-of-line, widget-end-of-line):
Replace with aliases of the normal emacs b-o-l/e-o-l functions.
(widget-field-keymap, widget-text-keymap):
Don't bind C-a/C-e.
author | Miles Bader <miles@gnu.org> |
---|---|
date | Wed, 25 Oct 2000 05:37:15 +0000 |
parents | 923b8d6d8277 |
children |
line wrap: on
line source
; MPW does not allow saving a file with name beginning with a period. ; Use Emacs or SimpleText to edit and save this file instead. (cond ((fboundp 'global-font-lock-mode) ;; Turn on font-lock in all modes that support it (global-font-lock-mode t) ;; Maximum colors (setq font-lock-maximum-decoration t))) (setq default-frame-alist '((font . "fontset-mac")))