|
cvsdist |
c08065 |
;; Use po-mode for translation files
|
|
cvsdist |
c08065 |
|
|
cvsdist |
c08065 |
(autoload 'po-mode "po-mode")
|
|
cvsdist |
c08065 |
(setq auto-mode-alist (cons '("\\.po[tx]?\\'\\|\\.po\\." . po-mode)
|
|
cvsdist |
c08065 |
auto-mode-alist))
|
|
cvsdist |
c08065 |
|
|
cvsdist |
c08065 |
;;; To automatically use proper fonts under Emacs 20, also add:
|
|
cvsdist |
c08065 |
|
|
cvsdist |
c08065 |
(autoload 'po-find-file-coding-system "po-mode")
|
|
cvsdist |
c08065 |
(modify-coding-system-alist 'file "\\.po[tx]?\\'\\|\\.po\\."
|
|
cvsdist |
c08065 |
'po-find-file-coding-system)
|
|
cvsdist |
c08065 |
|