Skillnad mellan versioner av "Emacs info"

Från Charlottendal
Hoppa till: navigering, sök
(HOME-katalog)
Rad 8: Rad 8:
 
"HOME"="h:\\local"
 
"HOME"="h:\\local"
  
 +
</pre>
 +
====.emacs====
 +
<pre>
 +
(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))
 +
(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)
 
</pre>
 
</pre>
  

Versionen från 3 februari 2010 kl. 12.53

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))
(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)

Länkar

Installation