change function 'q' key

This commit is contained in:
Jesús 2021-01-26 21:28:05 -05:00
parent b82d2dd9bc
commit e2ebb8962b
No known key found for this signature in database
GPG Key ID: F6EE7BC59A315766
2 changed files with 2 additions and 2 deletions

View File

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

View File

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