felko / neuron-mode

An emacs mode for editing Zettelkasten notes with neuron
GNU General Public License v3.0
119 stars 21 forks source link

Make cache regeneration global #23

Closed felko closed 4 years ago

felko commented 4 years ago

Currently neuron-refresh-buffer is used for both regenerating the cache (global) but also to refresh the title overlays displayed next to zettel IDs (local). Switching to an already open zettel buffer does not refresh the titles so neuron-refresh-buffer would need to be called a second time.

It would be preferable to expose cache regeneration as a global command which would update all buffers in neuron-mode.