Commit Graph

2440 Commits

Author SHA1 Message Date
2de58df052
(Try to) fix indentation of Org headings converted from list items
Not quite sure whether this is it, but looks better than before.
2025-10-03 10:37:48 +02:00
4697c53197
Fix empty unless block
Oops.
2025-10-02 16:20:31 +02:00
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
b37fd1202f
Add project shortcut for magit 2025-10-02 16:15:15 +02:00
f83a39e6a7
Fix misplaced DATE in stuck projects definition
Items with DATE subentries are not automatically non-stuck – no idea why I have put it there.
2025-10-02 16:08:00 +02:00
025bae7320
Update copy of plantuml-mode with reference to Git repository
This allows to keep track of upstream changes more easily.
2025-10-01 20:52:53 +02:00
3e7a086bdc
Always offer ace-window action dispatch menu when switching windows
This is a trial to make better use of the action dispatch menu (which I currently don't use at all).
2025-09-28 18:07:04 +02:00
c3a659c33e
Use most-recently used window for other scrolling
Taken from [the Emacs Window Management Almanac][1], for trying it out.

[1]: https://karthinks.com/software/emacs-window-management-almanac/#scroll-other-window--built-in
2025-09-28 18:05:50 +02:00
3984dc4264
Don't bind vundo by default
Let the default undo binding do it's job and switch to vundo only when necessary.
2025-09-28 15:04:26 +02:00
6e1663f4c3
Try out vundo 2025-09-28 10:04:06 +02:00
95e74f79c6
Remove some more obsolete usages of winner-mode 2025-09-27 17:42:03 +02:00
2cfc6a479f
Remember how to enable ace-window action dispatch for 2- windows
`nil` is the default, but having this explicitly might help me to remember how to change this in the
future.
2025-09-27 17:37:49 +02:00
0aa82e7ccf
Remove obsolete usage of winner-mode
Using `tab-bar-history-mode` already.
2025-09-27 17:37:32 +02:00
6ae36fbe6a
Use additional shorter key binding for switching windows
`lispy` overwrites this binding, remove that.  And while we are at it: don't let lispy load
`semantic`, as we do not use it – I think.
2025-09-27 13:57:31 +02:00
80abf669f5
Set default binding to access password store
Might be customized when password-store is not used.
2025-09-20 17:08:41 +02:00
35532188f0
Enable run-or-hide semantics for project-eshell buffers 2025-09-19 19:24:22 +02:00
10273424b1
Unify shortcuts for eshell
It's rather inconsistent to call eshell without project context from the main shortcut menu when
most of the other shortcuts require a project.  Since calling eshell directly is done only rarely,
let's try to be consistent here and reinstantiate the old project-eshell shortcut (which now
duplicates the `<f1>` binding).
2025-09-19 19:09:01 +02:00
bc5ab7a50c
Remove unused completion style for the kill ring 2025-09-19 17:34:16 +02:00
0a3397eedf
Do not follow links on RET
This is annoying, I often open links accidentally while trying to insert a line break in front of a
link …
2025-09-19 17:25:15 +02:00
3f80ad2b94
Close eshell buffers on exit
They appear when opening eshell, so they should go when exiting eshell.
2025-09-19 17:19:32 +02:00
4a5f3c44f9
Open eshell in current project by default
I use this more than opening a non-project eshell, so let's switch keys.
2025-09-19 16:51:35 +02:00
bf47708450
Reenable dispatch actions when entering a project
This is the default, and I often find myself switching from eshell to dired when entering a new
project – but not always.  So let's ask what to open when entering a new project instead.
2025-09-18 16:42:44 +02:00
b39a05a392
Fix fill-column in main configuration file
To ensure consistent filling across machines.
2025-09-12 20:35:38 +02:00
1b61d8f2db
Realign some comments to fit wider fill-column 2025-09-12 20:20:49 +02:00
1da79e1ac4
Use default completion in eshell to mimic standard shell behavior
Using vertico to complete file names feels irritating – I just want to have completion automatically
until a common prefix and will navigate from there with additional input or wildcards.
2025-09-12 20:19:33 +02:00
0b80424a6d
Disable default key binding to toggle Org comments
I don't need this and often enough hit the key by accident.
2025-09-12 17:50:30 +02:00
6c52fb5c70
Do not let lispy enable semantic-mode on its own
The key binding for `semantic-mode` collides with that of `org-priority` in Org mode.
2025-09-12 16:47:20 +02:00
ff584221c7
Do not show scheduled items in backlog
Such items are meant to be dealt with when the time is due, and are shown in the agenda then.
2025-09-07 15:22:57 +02:00
866c79c2b2
Fix setting for EShell's scrolling behavior
`t` is not an allowed value (as per `setopt`'s complaints), the correct value would be `all`.  But
let's try `this` for now, this sounds interesting.
2025-09-06 16:50:41 +02:00
463a0082b5
Let EShell's echo behave like in ordinary shells
This is what I expect.
2025-09-06 16:50:11 +02:00
145f99d5ae
Mark current vertico candicate with fringe indicator
The default highlighting is nice, but sometimes be hard to see due to text faces (e.g with
`consult-org-heading`).
2025-09-04 19:34:00 +02:00
613044b954
Do not show passed deadlines in separate agenda view
They will be shown in the main time grid agenda view anyway.

Note that this does not exclude deadlines due to today – those are still shown both in the main time
grid agenda view as well as in the separate upcoming deadline view.
2025-08-31 10:31:37 +02:00
df0dd214b8
Remember where my custom deadline agenda view comes from
Would be best to get rid of it, but I don't want the additional date display …
2025-08-30 19:43:28 +02:00
7c753326c0
Use only one window for displaying help buffers by default
To allow showing multiple help buffers simultaneously, let `switch-to-buffer` not respect
`display-buffer-alist` and change the buffer of the current window directly.  For this, set
`switch-to-buffer-obey-display-actions` back to nil.
2025-08-26 21:55:20 +02:00
3139541bb9
Ignore case when sorting
This feels more natural … but might break things.  Embrace for impact!
2025-08-25 16:38:49 +02:00
25d7a72fd6
Add missing generic git-link-homepage handler for Gitea URLs 2025-08-25 16:37:36 +02:00
65177e5fb2
Add key binging for git-link-homepage
I think I am going to need this often.
2025-08-24 21:00:04 +02:00
b5eb80d2cc
Use generic git-link handler for Gitea URLs 2025-08-24 20:20:35 +02:00
30aa2732a8
Try out git-link.el
Looks very promising!
2025-08-24 17:46:28 +02:00
9f0738ae60
Consider projects with DATE items as non-stuck
It might be that those DATE entries are past items, but this should be captured by in the
Unsupervised agenda view.
2025-08-24 14:26:27 +02:00
cdf906c550
Include current task in captures DATEs 2025-08-24 14:16:10 +02:00
7994a01618
Align tags after editing Org headlines 2025-08-24 14:15:52 +02:00
0dd4391d09
Reduce content of main agenda view
The task backlog does not have to be present all the time, I am checking the task backlog anyway
during the weekly review.
2025-08-22 20:44:18 +02:00
9c506ffdb5
Fix title of custom agenda view for somewhen tasks 2025-08-22 20:44:01 +02:00
2904d46250
Merge branch 'use-consult-for-org-headlines' 2025-08-22 16:56:50 +02:00
1f30ab8590
Make sure there are no duplicates in location candidates 2025-08-19 19:38:11 +02:00
e50bae5c6b
Disable incomplete org-refile-get-location override for now
A better implementation is needed that accomodates for `org-refile-target-verify-function`.
2025-08-17 20:11:19 +02:00
251ee5ad28
Remove now unnecessary autoload 2025-08-17 20:09:11 +02:00
cab71bf815
Remove obsolete configuration for org-goto 2025-08-17 20:09:02 +02:00
4e59c1467d
Remember to incorporate org-refile-target-verify-function 2025-08-17 19:53:05 +02:00