Skillnad mellan versioner av "Emacs info"

Från Charlottendal
Hoppa till: navigering, sök
(HOME-katalog)
(.emacs)
 
Rad 18: Rad 18:
 
  '(inhibit-startup-screen t)
 
  '(inhibit-startup-screen t)
 
  '(next-line-add-newlines nil)
 
  '(next-line-add-newlines nil)
  '(require-final-newline t))
+
  '(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
 
   ;; custom-set-faces was added by Custom.
 
   ;; custom-set-faces was added by Custom.
Rad 29: Rad 33:
 
(transient-mark-mode t)
 
(transient-mark-mode t)
 
(show-paren-mode 1)
 
(show-paren-mode 1)
 +
;; language
 +
(set-input-mode t nil 'iso)
 +
(standard-display-8bit 160 255)
 
</pre>
 
</pre>
  

Nuvarande version från 22 november 2010 kl. 12.34

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