Skip to content

Commit

Permalink
Don't permanently prevent emacs from displaying!
Browse files Browse the repository at this point in the history
  • Loading branch information
jkdufair committed Feb 12, 2021
1 parent 7b5b880 commit b9b7c8a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions spotify-track-search.el
Original file line number Diff line number Diff line change
Expand Up @@ -310,6 +310,8 @@ COLS is a vector of column descriptors."
(setq spotify-artwork-fetch-count 0)
(setq line-spacing 10)
(message "Fetching tracks...")
;; in case the fetch chokes somehow, don't lock up all of emacs forever
(run-at-time "3 sec" nil (lambda () (setq inhibit-redisplay nil)))
(setq inhibit-redisplay t))
(setq tabulated-list-printer #'tabulated-list-print-entry))
(spotify-track-search-set-list-format)
Expand Down

0 comments on commit b9b7c8a

Please sign in to comment.