.emacs.d/site-lisp
Daniel - 619e5bdcae
No longer store timeline of current buffer in separate variable
This does not play nicely with undo, because undo won't track changes to local
variables.  Thus, if we every want to have a working undo in timeline buffers,
the timeline needs to be saved as something textual.  Luckily, we already store
each entry of the timeline as a text property in the timeline table, and from
now on we will extract the timeline from there whenever we need it.

Undo is still not working fully yet, there are some oddities that need to be
addressed first.
2020-01-26 20:45:44 +01:00
..
term Initial commit 2017-07-16 18:07:00 +02:00
db-customize.el Let the org mode RFC link handler cache its documents 2020-01-19 17:17:47 +01:00
db-emms.el [Music] Introduce ‘db/play-auto-playlist’ 2019-06-10 14:11:52 +02:00
db-eshell.el [eshell] Fix prompt coloring 2019-10-05 17:57:32 +02:00
db-hydras.el Dynamically create hydra from `db/frequently-used-features' 2019-12-20 16:12:11 +01:00
db-mail.el [Mail] Only show SMTP trace buffer when available 2019-04-28 10:59:06 +02:00
db-music.el [Music] Add simple function to play files from git-annex-find call 2019-06-10 16:27:28 +02:00
db-org.el Move some more custom org mode link handlers to `db-org' 2020-01-19 17:21:14 +01:00
db-projects.el [Projects] Delete bookmarks when archiving projects 2018-08-18 10:50:55 +02:00
db-utils-test.el Add obvious test for NTP conversion 2020-01-18 10:20:21 +01:00
db-utils.el Require customizations in utilities package 2020-01-19 17:21:32 +01:00
timeline-tools-test.el Trying to make test for `timeline-tools' independent of locale 2020-01-05 14:32:35 +01:00
timeline-tools.el No longer store timeline of current buffer in separate variable 2020-01-26 20:45:44 +01:00