fix: docs, version number

This commit is contained in:
Pavel Korytov 2021-12-22 20:03:03 +03:00
parent 378d8b0c65
commit 90ebfb5df2
2 changed files with 2 additions and 2 deletions

View file

@ -21,7 +21,7 @@ As the package isn't yet available anywhere but in this repository, you can clon
My preferred way is to use =use-package= with =straight=: My preferred way is to use =use-package= with =straight=:
#+begin_src emacs-lisp #+begin_src emacs-lisp
(use-package exwm-modeline (use-package exwm-modeline
:straight (:host github :repo "SqrtMinusOne/exwm-modelline") :straight (:host github :repo "SqrtMinusOne/exwm-modeline")
:after (exwm)) :after (exwm))
#+end_src #+end_src

View file

@ -6,7 +6,7 @@
;; Author: Korytov Pavel <thexcloud@gmail.com> ;; Author: Korytov Pavel <thexcloud@gmail.com>
;; Maintainer: Korytov Pavel <thexcloud@gmail.com> ;; Maintainer: Korytov Pavel <thexcloud@gmail.com>
;; Version: 0.1.4 ;; Version: 0.1.0
;; Package-Requires: ((emacs "27.1") (exwm "0.26")) ;; Package-Requires: ((emacs "27.1") (exwm "0.26"))
;; Homepage: https://github.com/SqrtMinusOne/pomm.el ;; Homepage: https://github.com/SqrtMinusOne/pomm.el