|
Revision 1337, 0.7 kB
(checked in by ash, 1 year ago)
|
Още скриптове, които редовно ползвам. Може да са интересни за другите.
|
| 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 |
) |
|---|