|
(setq c-mode-hook '(lambda ()
(c-set-style "k&r")
(c-toggle-auto-hungry-state 1))
comment-multi-line t)
(setq load-path (append load-path (list "~/.el"
"~/.el/bbdb-2.00/")))
(setq auto-mode-alist (cons '("\\.vst\\'" . vhdl-mode)
(cons '("\\.vbe\\'" . vhdl-mode) auto-mode-alist)))
(setq make-backup-files nil)
(toggle-text-mode-auto-fill)
(setq frame-title-format "Emacs - %b")
(setq icon-title-format "Emacs - %b")
(column-number-mode t)
(setq-default abbrev-mode t)
(read-abbrev-file "~/.abbrev_defs")
(setq save-abbrevs t)
(cond ((fboundp 'global-font-lock-mode)
(require 'font-lock)
(setq font-lock-maximum-decoration t)
(setq font-lock-support-mode 'lazy-lock-mode)
(global-font-lock-mode t)))
(setq outline-regexp "[ ]*[*]+")
(load "~/.el/incdec.el")
(require 'jka-compr)
(require 'dired-x)
(require 'paren)
(show-paren-mode)
(standard-display-european 1)
(fset 'yes-or-no-p 'y-or-n-p)
(setq transient-mark-mode t)
(setq display-time-day-and-date t)
(setq display-time-24hr-format t)
(display-time)
(custom-set-variables
'(visible-bell t)
'(enable-multibyte-characters t))
|
|
|
All content copyright by the contributors. |
Website maintained with
Emacs ,
wsmake and
html-helper-mode |
Emacs community logo by Daniel Lundin |
Last updated on Sat Jan 22 14:49:24 2005
by Ingo Koch |
|
|
|
|