Commit Graph

2426 Commits

Author SHA1 Message Date
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
d6ea954434
Remove obsolete docstring parts 2025-08-17 19:53:04 +02:00
bc22db34da
Don't quote nil 2025-08-17 19:53:04 +02:00
4dd695a333
Use consult function to provide org-goto
`org-goto` does not work as before, as our custom Org refile location query function does not honor
the `org-refile-targets` variable.  So, let's just use `consult-org-heading` directly, since this is
what I want.
2025-08-17 19:53:03 +02:00
8c5cdd00bd
Provide regular expression in custom Org refile location function
Not sure what this is good for, but it might be necessary somewhen?
2025-08-17 19:53:03 +02:00
b10c97e06d
Fix type signature for org-refile-get-location substitute function 2025-08-17 19:53:03 +02:00
1ccc8d927d
Use consult for querying Org refile locations 2025-08-17 19:53:02 +02:00
44fb922b66
Allow custom prompt in own Org location query function 2025-08-17 19:53:02 +02:00
eff28a5321
Make custom Org location query function available in main init file 2025-08-17 19:53:02 +02:00
504b3cab80
Do not create new nodes when refiling
I haven't used this … ever?
2025-08-17 19:53:01 +02:00
7f512bed15
Avoid duplicate entries in Org location queries
This happens when the current buffer is already part of the Org agenda files.  In this case, we do
not add the default buffer to the list of search files.
2025-08-17 19:53:01 +02:00
e60dee0a13
Fix prompt when choosing Org headings 2025-08-17 19:53:01 +02:00
5d7776a6dd
Include prefix when choosing Org heading
Otherwise, the candidates seem to be truncated at the front?
2025-08-17 19:53:00 +02:00
9780f1fe7f
Use default buffer for Org location queries 2025-08-17 19:53:00 +02:00
27582a4195
Replace custom usage of `org-refile-targets' with consult functions
This is experimental and needs some further testing.
2025-08-17 19:53:00 +02:00