Don’t ensure the po-mode package

It is installed from a system package on all my machines, so there’s no need to
fetch it from MELPA.
This commit is contained in:
Gergely Polonkai 2019-02-14 19:34:07 +01:00
parent bcaedd15e9
commit 1b7ea5bb11
1 changed files with 1 additions and 0 deletions

View File

@ -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