Emacs info

Från Charlottendal
Version från den 22 november 2010 kl. 12.34 av Stig (Diskussion | bidrag) (.emacs)

(skillnad) ← Äldre version | Nuvarande version (skillnad) | Nyare version → (skillnad)
Hoppa till: navigering, sök

Emacs

Installation

HOME-katalog

Windows Registry Editor Version 5.00

[HKEY_CURRENT_USER\Software\GNU\Emacs]
"HOME"="h:\\local"

.emacs

(custom-set-variables
  ;; custom-set-variables was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 '(inhibit-startup-screen t)
 '(next-line-add-newlines nil)
 '(require-final-newline t)
 '(show-paren-mode t)
 '(size-indication-mode t)
 '(tool-bar-mode nil)
 '(transient-mark-mode t))
(custom-set-faces
  ;; custom-set-faces was added by Custom.
  ;; If you edit it by hand, you could mess it up, so be careful.
  ;; Your init file should contain only one such instance.
  ;; If there is more than one, they won't work right.
 )
(set-frame-height (selected-frame) 80)
(set-frame-width (selected-frame) 120)
(transient-mark-mode t)
(show-paren-mode 1)
;; language
(set-input-mode t nil 'iso)
(standard-display-8bit 160 255)

Länkar

Installation