64198261f7
Fix equality check for default task when continuing the clock
...
The markers involved in this check might point to the same heading, but on different positions. Try
to mitigate this by checking for equality of the ID property.
2025-07-19 15:20:45 +02:00
914609074b
Refactor utilities functions
...
Group dired functions in separate section.
Remove unused window-single-toogle mode, as I use winner-mode for this.
Remove obsolete custom function to list changed repositories, as `magit-list-repositories` is just fine.
2025-07-14 18:53:52 +02:00
7f603479bd
Remove obsolete configuration for clojure-mode
...
The `auto-mode-alist` configuration is done by `clojure-mode` itself.
2025-07-14 18:40:46 +02:00
c4195ea9fa
Refactor lispy configuration
...
Enable lispy in all Lisp buffers (use `lisp-data-mode-hook` for this). Also ensure that `semantic`
has been loaded whey trying to find symbol definitions via `xref`, to avoid an exception about
`semantic-new-buffer-fcn` being undefined.
2025-07-14 18:36:39 +02:00
5655c58341
Remove obsolete shell and ansi-term popup shortcuts
...
Using `project-shell` as a replacement for the shell buffer. I haven't used `ansi-term` in ages,
mostly because it does not work on Windows.
2025-07-14 18:27:17 +02:00
072fd2887b
Show default eshell buffer in normal window
2025-07-14 17:26:13 +02:00
a8446ce820
Abandon shell side windows
...
I need more shells that the side window can handle, so let's use normal windows for that.
2025-07-14 17:25:29 +02:00
b5be01b19a
Add shortcut for switching to projects
2025-07-07 17:53:27 +02:00
5180d89eee
Display all available man pages for chosen topic
...
Inspired by http://yummymelon.com/devnull/announcing-casual-man-and-help.html .
2025-06-29 11:34:09 +02:00
ba231c8a41
Reduce display information in tab-bar
...
Inspired by https://www.rahuljuliato.com/posts/emacs-tab-bar-groups , not aiming at replacing my tmux
workflow, though.
2025-06-28 17:28:02 +02:00
454bcf4bbd
Try to omit the stack element number when killing in calc
...
Not (yet?) working for `M-w`, though.
2025-06-28 11:15:58 +02:00
1625a6d7d4
Reorder magit variables to improve readability
...
Short settings first, long last.
2025-06-28 10:09:20 +02:00
babb0f6f23
Make setopt happy about magit-repolist-columns
...
It's a bit verbose, but the startup warning is gone :)
2025-06-28 10:07:44 +02:00
a7dc559178
Remember to move some hooks to a better place
2025-06-28 10:01:51 +02:00
989d1017e9
Collect Org link configuration at one place
...
To this end, move the Org link configuration to `ol.el` package declaration. This is more
consistent with the overall approach.
2025-06-28 09:59:46 +02:00
400faebf40
Try to get used to magit-dispatch
...
This might be a performance improvement when working on Windows, so let's try to get used to it.
This will require some muscle memory adjustment, but might be worth it.
2025-06-28 09:52:44 +02:00
f8deccc5fe
Apply minor magit performance improvements
...
As suggested by https://coredumped.dev/2025/06/18/making-tramp-go-brrrr./ , even though I am not
using magit over TRAMP.
2025-06-28 09:52:15 +02:00
df70776a8b
Try out some TRAMP performance improvements
...
As suggested by https://coredumped.dev/2025/06/18/making-tramp-go-brrrr./ .
2025-06-28 09:51:22 +02:00
1ec3748fc4
Prevent accidental refiling to HOLD headings
...
Headings with inherited tag HOLD are not shown on any agenda and thus risk being overlooked. Try to
prevent this by disallowing any heading tagged with HOLD (local or inherited) as refile target.
2025-06-27 16:50:57 +02:00
9354941ca1
Open eshell by default when switching to projects
...
This is what I usually need, and opening dired can be done by using the eshell alias `d`.
2025-06-27 16:44:46 +02:00
3d63440d2f
Do not query for creating missing links
...
Inspired by https://spepo.github.io/2025-06-22-fault-tolerant-org-links.html .
2025-06-25 17:46:49 +02:00
58b3c81418
Try out visual-fill-column-mode
2025-06-22 14:50:25 +02:00
9706def3c6
Fix wide docstring
2025-06-22 11:16:28 +02:00
09009552ae
Fix some warnings in db-mail.el
2025-06-22 11:03:28 +02:00
762d035611
Search RSS links from end of article
...
The “Link” link is usually placed at the very end of the article, so search from there.
Furthermore, when another link also contains “Link”, searching from the end will avoid opening this
link instead.
2025-06-22 10:44:08 +02:00
7a14c64ef0
Explicitly configure top margin for org-tree-slide presentations
...
Better to remember how the variable was named, in case I need to adjust this locally.
2025-06-22 10:43:35 +02:00
b38b2ede6a
Do not enable olivetti-mode on org-tree-slide-mode by default
...
Usually, no extra spacing is needed because org-tree-slides are shown with increased face size, such
that the whole width is necessary.
2025-06-20 16:12:05 +02:00
f865ec138e
Fix false keyword in use-package declaration
2025-06-17 09:09:35 +02:00
1832e9615c
Ensure headlines converted from items end in correct number of blank lines
2025-06-17 08:52:18 +02:00
45af82410a
Set some buffer-local variables via setq-default
2025-06-16 14:04:44 +02:00
ca17fa4b7e
Fix autoload definition
2025-06-16 12:25:10 +02:00
69564d0495
Make checkdoc a bit more happy
2025-06-16 12:24:00 +02:00
66d32f0ff8
Make redefinition of frequently used features keymap work
...
Replaced keymap with prefix funtion for this. Not completely understood yet what I am doing here.
2025-06-16 12:23:31 +02:00
12458f7dc1
Note deficit when using keymaps for frequently used features
2025-06-16 11:25:11 +02:00
b7c7703b84
Use descriptive names in frequently used feature keymap
2025-06-16 11:24:33 +02:00
90ab0210d0
Make checkdoc happy and apply fill-column
2025-06-15 18:31:21 +02:00
ab9245d58f
Replace hydra for frequently used features by simple map
...
Easier :)
2025-06-15 18:22:09 +02:00
cef425b1f8
Remove redundant zoom hydra
...
It's already available with `text-scale-adjust`, so let's use this.
2025-06-15 17:44:20 +02:00
b3830b6868
Move hydras to main db-utils package
...
No need to keep them separate. Will be replaced partially by repeat-maps when possible.
2025-06-15 16:59:49 +02:00
49352abbfc
Only show trailing whitespace in text-mode and prog-mode
2025-06-15 12:09:17 +02:00
2180704db9
Highlight trailing whitespaces by default
2025-06-15 12:03:14 +02:00
648b5cc341
Show folding levels for outline-minor more in fringe
...
Neat :)
2025-06-09 20:17:29 +02:00
b7819025e9
Handle GPG ascii armored .asc files like .gpg files
2025-06-08 19:40:05 +02:00
db16dec343
Fix false face setting in inactive mode-lines
...
Same fix as for the Org clock mode line.
2025-06-07 20:37:27 +02:00
4593f083e6
Fix inheritance setting for Org mode line face
...
Should not inherit from any face, so that the background is consistent with the rest of the
mode-line.
2025-06-07 20:34:58 +02:00
45123dee0a
Deemphasize buffer name in inactive mode-lines
2025-06-07 20:32:01 +02:00
aaad0c7745
Update mode-line format
...
The previous setting had been overwritten by smart-mode-line anyway, so let's adapt it to the
actual value.
2025-06-07 19:27:56 +02:00
598be98640
Remove now used smart-mode-line package
2025-06-07 19:25:02 +02:00
fef218ec94
Show project information in mode-line
2025-06-07 19:24:45 +02:00
fccbbd8509
Colorize Org clock mode-line display according to theme
...
Do not use a custom face setting here.
2025-06-07 19:23:50 +02:00