po.el 274 B

12345
  1. (add-hook 'po-subedit-mode-hook (lambda () (ispell-change-dictionary "ru")))
  2. (add-hook 'po-subedit-mode-hook '(lambda () (activate-input-method "russian-computer")))
  3. (add-hook 'po-subedit-exit-hook (lambda () (ispell-buffer)))
  4. (add-hook 'po-mode-hook 'git-auto-commit-mode)