.emacs.d/site-lisp
Daniel Borchmann 90a2684641
Fix deleting of entries in timelines when not at beginning of line
When not at bol, the cursor would only jump to the beginning of the line instead of killing it,
because `kill-line` only deletes the rest of the line.  Use `kill-whole-line` instead.
2025-10-02 16:19:31 +02:00
..
term Initial commit 2017-07-16 18:07:00 +02:00
db-customize.el Set default binding to access password store 2025-09-20 17:08:41 +02:00
db-emms.el Rename main music hydra and move it to `db-music' 2020-06-27 10:16:53 +02:00
db-eshell.el Enable run-or-hide semantics for project-eshell buffers 2025-09-19 19:24:22 +02:00
db-latex.el Separate TeX configuration into separate package 2023-10-28 12:06:27 +02:00
db-mail.el Fix wide docstring 2025-06-22 11:16:28 +02:00
db-music.el Minor reformatting in music-control hydra 2024-03-24 16:55:19 +01:00
db-org.el Remember where my custom deadline agenda view comes from 2025-08-30 19:43:28 +02:00
db-utils-test.el Fix precision error in `db/ntp-to-time' 2020-06-27 09:35:31 +02:00
db-utils.el Move shortcut function to utilities package 2025-08-07 17:01:23 +02:00
org-password-manager.el Ensure org-password-manager only checks for properties when in Org 2024-06-19 16:45:01 +02: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 Fix deleting of entries in timelines when not at beginning of line 2025-10-02 16:19:31 +02:00