~yoctocell/peertube

3ce0df17465bcf4ed1a478f7346dbd8a1a2363af — yoctocell 3 years ago bc5a2b3
Enable read-only-mode in info buffer
1 files changed, 2 insertions(+), 1 deletions(-)

M peertube.el
M peertube.el => peertube.el +2 -1
@@ 255,7 255,8 @@ Format to thousands (K) or millions (M) if necessary."
    (with-current-buffer "*peertube-info*"
      (erase-buffer)
      (insert
       (concat title channel date views duration likes dislikes description)))))
       (concat title channel date views duration likes dislikes description))))
  (read-only-mode 1))

(defun peertube-change-sort-method ()
  "Change sorting method used for `peertube' and update the results buffer."