Age | Commit message (Collapse) | Author |
|
* bongo.el (durand-bongo-replace-name-in-playlist-files): When I moved
some songs to sub-directories, I would like to quickly change the song
names in the playlist files quickly, otherwise when playing songs from
the playlists, they will become broken links. This function provides
exactly this functionality. For the usage see the documentation of
this function.
|
|
* bongo.el (durand-bongo-mpv-player-tick): Now if the timer encounters
an error, it will stop itself. Hopefully this can prevent Emacs
from running the tick timer indefinitely that sometimes happens for
no reason.
|
|
* bongo.el (durand-bongo-mpv-player-tick, bongo-mpv-player-tick):
Cancel this timer as soon as possible.
(durand-bongo-seek-stop-timer, durand-bongo-seek-tick)
(durand-bongo-seek-start-timer): Start a dedicated timer for seeking
purposes. Also update the seek buffer after updating the elapsed
time.
(durand-bongo-seek-start-timer-maybe): For compatibility, don't start
the timer if the backend is not mpv.
|
|
* bongo.el (durand-bongo-dired-library): Fix the documentation string
in which a variable was marked incorrectly.
|
|
* bongo.el : I was appending a list with a non-list, essentially.
|
|
* bongo.el: I used to set Info-directory-list to the directory of
bongo at startup. This causes Info to not initialize that variable,
and as a consequence, the Info will not be started correctly, before
I fix the value of that variable. Now this problem is fixed.
|
|
Now TeX and elfeed are roughly configured.
|
|
A lot of improvements.
|
|
In the course of configuring Emacs there are numerous changes to make.
This is one regular step.
|
|
* bongo.el: Use header-line now.
Try to improve the tick.
* dired-conf.el: Require dired-x.
* elisp.el: Hide Eldoc on the mode line.
* text-conf.el (assq): Hide auto-fill-mode on the mode line.
* modeline.el (modeline-format-left): Display minor modes information.
(modeline-minor-modes-name-len-max): Max length of displayed minor modes.
(modeline-format-minor-modes): Display minor modes information.
(durand-mouse-minor-mode-menu): Make the default minor mode menu work
with my custom mode line.
* rime-conf.el ("emacs-rime"): Bind a key to set the input method to
rime in the minibuffer, so that I can use this input method to search
the buffer, for example.
|
|
|