Commit Graph

1459 Commits

Author SHA1 Message Date
6565ad5933
Remove obsolete Org capture template 2025-11-16 17:29:03 +01:00
52b2c29644
Remove some obsolete function 2025-11-16 17:24:31 +01:00
4c37de8f71
Remove setting apparently interfering with font locking on Windows
When `redisplay-skip-fontification-on-input` is set to non-nil, fontification on Windows (at least
with my configuration) is annoyingly deferred until first input.  First tests show that removing
this setting does not perceivably impact performance, but further testing is needed.
2025-11-13 18:06:37 +01:00
9865f1c970
Allow for wider mail text
72 characters is too limiting, but keep hard lines breaks (for now – maybe using
visuall-fill-column-mode could be interesting for writing mails?).
2025-11-09 11:51:39 +01:00
cd7e8b2226
Postpone large file warnings
My Org archive is large enough to trigger this warning every time I open it and it's annoying.
Emacs can handle that file size easily, so let's increase that limit.
2025-11-09 11:35:53 +01:00
32548786b1
Switch to manpage after displaying it
I usually want to search in manpages and switch to them anyway, so we can as well make it the
default.
2025-11-01 09:27:10 +01:00
ce4cb798fc
Fix typo in comment 2025-10-31 09:58:46 +01:00
5e9b23f1b8
Display Org images by default
When images are used, they should be displayed, shouldn't they?  And when images are not wide enough
to fill the complete text width (= fill-column), I find it nicer to display them centered.
2025-10-31 09:57:33 +01:00
0e24e044f5
Do not use buttons for outline folding
Sometimes RET mistakenly folds the current headline instead of inserting a new line.  Since I
neither use RET nor the in-margin buttons for folding anyway, this feature can safely be disabled.
2025-10-24 17:18:47 +02:00
af38539d50
Do not hide URLs in Markdown by default
This looks irritating for images, and also makes spotting typos in URLs more difficult.
Surprisingly, I don't have these issues in Org mode, so maybe this is just old habits dying hard
here.
2025-10-15 18:00:11 +02:00
3754720221
Close window of past eshell buffer, but not when it's the last
This reverts 5cda3fe77c and fixes the underlying issue of deleting the
last window.
2025-10-12 20:48:29 +02:00
5cda3fe77c
Remove redundant exit hook for deleting eshell buffer
This is already handled by `eshell-kill-on-exit`, and results in error messages inserted in the then
shown buffer.
2025-10-10 19:41:04 +02:00
e8d1035f0c
Don't let eshell manipulate the mode-line
This results in an almost empty mode-line otherwise.
2025-10-10 16:42:48 +02:00
67a312a29f
Remove extra whitespace in front of VC mode-line information 2025-10-10 09:19:39 +02:00
c151d9fc70
Remove unnecessary variable setting 2025-10-09 21:02:46 +02:00
6591dcb5a2
Use moody to display VC information more nicely 2025-10-09 20:59:49 +02:00
4e1270659b
Simplify inactive mode-line format 2025-10-09 20:59:35 +02:00
2c8dd43bb8
Clean up mode line
Inspired by (the first minutes of) [Emacs: write a custom mode line][1].  Nice!

[1]: https://protesilaos.com/codelog/2023-07-29-emacs-custom-modeline-tutorial/
2025-10-09 13:25:56 +02:00
77c79127f3
Update configuration for markdown-mode
Based on the excellent documentation at https://jblevins.org/projects/markdown-mode/.
2025-10-09 10:32:30 +02:00
02d06b4d6e
Do not show Calc's trail by default
Rarely using it, and when I do, it can be displayed with `t d`.
2025-10-07 16:32:19 +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
35532188f0
Enable run-or-hide semantics for project-eshell buffers 2025-09-19 19:24:22 +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
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