source: scripts/emacs

Last change on this file was 1337, checked in by Александър Шопов, 18 years ago

Още скриптове, които редовно ползвам. Може да са интересни за другите.

File size: 764 bytes
Line 
1(custom-set-variables
2 ;; custom-set-variables was added by Custom.
3 ;; If you edit it by hand, you could mess it up, so be careful.
4 ;; Your init file should contain only one such instance.
5 ;; If there is more than one, they won't work right.
6 '(auto-compression-mode t nil (jka-compr))
7 '(case-fold-search t)
8 '(column-number-mode t)
9 '(compile-command "m bg.po")
10 '(current-language-environment "UTF-8")
11 '(default-input-method "rfc1345")
12 '(global-font-lock-mode t nil (font-lock))
13 '(inhibit-splash-screen t))
14(custom-set-faces
15 ;; custom-set-faces was added by Custom.
16 ;; If you edit it by hand, you could mess it up, so be careful.
17 ;; Your init file should contain only one such instance.
18 ;; If there is more than one, they won't work right.
19 )
Note: See TracBrowser for help on using the repository browser.