From e052fd6e1f30c9221945269e769d46a71b4fa4d7 Mon Sep 17 00:00:00 2001 From: Julien Palard Date: Sun, 14 Oct 2018 22:40:32 +0200 Subject: [PATCH] Get an up to date po mode. --- .emacs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.emacs b/.emacs index 49b650c..19f064b 100644 --- a/.emacs +++ b/.emacs @@ -212,7 +212,7 @@ '(frame-background-mode (quote dark)) '(package-selected-packages (quote - (org python-mode blacken python yaml-mode company-anaconda anaconda-mode flycheck-pycheckers flycheck company)))) + (org po-mode python-mode blacken python yaml-mode company-anaconda anaconda-mode flycheck-pycheckers flycheck company)))) (custom-set-faces ;; custom-set-faces was added by Custom.