~heckyel/livie

e2ebb8962b93abd91cb6a75acd69a288e3a716c7 — Jesús 3 years ago b82d2dd
change function 'q' key
2 files changed, 2 insertions(+), 2 deletions(-)

M README.md
M livie.el
M README.md => README.md +1 -1
@@ 51,7 51,7 @@ with the buffer are shown below.
|----------------|------------------------------|-------------------------------------------------------|
| <kbd>n</kbd>   | `next-line`                  | Move cursor to next line                              |
| <kbd>p</kbd>   | `previous-line`              | Move cursor to previous line                          |
| <kbd>q</kbd>   | `livie-quit`                 | Bury the `*livie*` buffer                             |
| <kbd>q</kbd>   | `livie-quit`                 | Close `*livie*` buffer                                |
| <kbd>s</kbd>   | `livie-search`               | Make a new search                                     |
| <kbd>></kbd>   | `livie-search-next-page`     | Go to next page                                       |
| <kbd><</kbd>   | `livie-search-previous-page` | Go to previous page                                   |

M livie.el => livie.el +1 -1
@@ 205,7 205,7 @@ too long)."
(defun livie-quit ()
  "Quit livie buffer."
  (interactive)
  (quit-window))
  (kill-buffer))

(defun livie--format-author (name)
  "Format a channel NAME to be inserted in the *livie* buffer."