mirror of
https://github.com/vale981/pomm.el
synced 2025-03-04 17:21:43 -05:00
fix: typo
This commit is contained in:
parent
85200761b0
commit
3315304dd1
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ My preferred way is =use-package= with =straight.el=:
|
||||||
#+begin_src emacs-lisp
|
#+begin_src emacs-lisp
|
||||||
(use-package pomm
|
(use-package pomm
|
||||||
:straight t
|
:straight t
|
||||||
:commands (pomm pomm-thrid-time))
|
:commands (pomm pomm-third-time))
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
||||||
Or you can clone the repository, add the package to the =load-path= and load it with =require=:
|
Or you can clone the repository, add the package to the =load-path= and load it with =require=:
|
||||||
|
|
Loading…
Add table
Reference in a new issue