From 1b7ea5bb11980dc1dc9a69a5dea3a959a23f13c5 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 14 Feb 2019 19:34:07 +0100 Subject: [PATCH] =?UTF-8?q?Don=E2=80=99t=20ensure=20the=20po-mode=20packag?= =?UTF-8?q?e?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit It is installed from a system package on all my machines, so there’s no need to fetch it from MELPA. --- configuration.org | 1 + 1 file changed, 1 insertion(+) diff --git a/configuration.org b/configuration.org index d5b9ded..bd3515a 100644 --- a/configuration.org +++ b/configuration.org @@ -3168,6 +3168,7 @@ See previous versions of the current file. #+BEGIN_SRC emacs-lisp (use-package po-mode + :ensure nil :mode "\\.po\\'") #+END_SRC