Skip to content

Commit

Permalink
more readme update
Browse files Browse the repository at this point in the history
  • Loading branch information
md-arif-shaikh committed Apr 1, 2023
1 parent de523ac commit 5ef5349
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions README.org
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@
- [[#soccer-table][soccer-table]]

* About the package
~Soccer~ is an [[https://www.gnu.org/software/emacs/][Emacs]] package for getting fixtures, results, standing table, scorecard etc for soccer (football) matches inside emacs. Following are some the competitions that are included
~Soccer~ is an [[https://www.gnu.org/software/emacs/][Emacs]] package for getting fixtures, results, standing table, etc for soccer (football) matches inside emacs. Following are some the competitions that are included
- Premier League (England)
- La Liga (Spain)
- Ligue 1 (France)
Expand Down Expand Up @@ -50,7 +50,6 @@ Additionally you may want to make some keybindings to call the interactive funct
(setq soccer-time-local-time-utc-offset "+0530")
:bind (("C-c s f" . soccer-fixtures-next)
("C-c s r" . soccer-results-last)
("C-c s s" . soccer-scorecard)
("C-c s t" . soccer-table)))
#+END_SRC
This will fetch and install the package from ~Melpa~, set your local ~utc-offset~ and set the above keybindings.
Expand All @@ -63,7 +62,6 @@ Additionally you may want to make some keybindings to call the interactive funct
(setq soccer-time-local-time-utc-offset "+0530")
:bind (("C-c s f" . soccer-fixtures-next)
("C-c s r" . soccer-results-last)
("C-c s s" . soccer-scorecard)
("C-c s t" . soccer-table)))
#+END_SRC
* Useful interactive functions
Expand All @@ -82,7 +80,7 @@ Additionally you may want to make some keybindings to call the interactive funct
| ~soccer-table~ | Full Ranking table |
| ~soccer-table-top-4~ | Rank table with top 4 teams |
| ~soccer-table-bottom-4~ | Rank table with bottom 4 teams |
| soccer-schedule | Add fixtures in org-agenda |
| ~soccer-schedule~ | Add fixtures in org-agenda |
|-----------------------------+------------------------------------|

* Screenshots
Expand Down

0 comments on commit 5ef5349

Please sign in to comment.