root/home/.emacs

Revision 48, 0.5 kB (checked in by conrad, 4 years ago)

add .emacs

Line 
1 (custom-set-variables
2   ;; custom-set-variables was added by Custom -- don't edit or cut/paste it!
3   ;; Your init file should contain only one such instance.
4  '(case-fold-search t)
5  '(current-language-environment "Latin-1")
6  '(default-input-method "latin-1-prefix")
7  '(global-font-lock-mode t nil (font-lock))
8  '(load-home-init-file t t)
9  '(show-paren-mode t nil (paren))
10  '(transient-mark-mode t))
11 (custom-set-faces
12   ;; custom-set-faces was added by Custom -- don't edit or cut/paste it!
13   ;; Your init file should contain only one such instance.
14  )
Note: See TracBrowser for help on using the browser.