Commit graph

7047 commits

Author SHA1 Message Date
Protesilaos 722e27069c
herbstluftwm: make the active border colour less intense 2026-09-04 16:01:56 +03:00
Protesilaos cd18b9f67a
emacs: make prot-emacs-completion-in-buffer also support corfu + completion-preview-mode option 2026-09-04 15:57:37 +03:00
Protesilaos 59d9078de9
emacs: make prot-emacs-completion-in-buffer also support corfu + completion-preview-mode option 2026-09-04 15:56:57 +03:00
Protesilaos 77bb9978c2
emacs: tweak vertico to use new reverse option without reversing the candidates
This places the prompt at the bottom while keeping the candidates at
the top, like how it is by default with the Completions buffer. That
makes more sense to me when viewing the results of consult-line, for
example.
2026-09-04 14:55:46 +03:00
Protesilaos 89853cc302
emacs: fix typo 2026-09-04 14:55:38 +03:00
Protesilaos f88e54b4f5
emacs: tweak the cape heading 2026-09-04 14:26:51 +03:00
Protesilaos a662dbced5
emacs: include cape in completion-category-overrides 2026-09-04 14:26:30 +03:00
Protesilaos cdf2c7c25d
herbstluft: distinguish between some inner and outer theme styles 2026-09-04 13:53:01 +03:00
Protesilaos 6e253caf22
emacs: reorder settings in the completion-preview section 2026-09-04 12:22:43 +03:00
Protesilaos 4ac1f352f4
herbstluft: use different colour for active framee background
This is because we might have another, say, white terimnal so it can
get confusing to make the focusd empty frame look like it also has a
terminal in it.
2026-09-04 09:20:31 +03:00
Protesilaos 73b1b4afad
herbstluft: simplify the colour configuration 2026-09-04 09:11:38 +03:00
Protesilaos 4921e1c7f1
emacs: remove back delete commands from completion-preview-commands 2026-09-03 21:44:26 +03:00
Protesilaos c31c524135
emacs: add note about de facto obsolete mct 2026-09-03 21:42:09 +03:00
Protesilaos d52d443e08
herbstluft: add colour for selected frame that has no windows in it 2026-09-02 15:23:04 +03:00
Protesilaos 03d39e0b66
herbstluft: use grey colours for the active border
Those work better with practically all applications and their colour schemes.
2026-09-02 10:02:43 +03:00
Protesilaos 05b70f3438
emacs: disable electric-quote-mode
I thought it was inserting quote pairs, but what it actually does is
try to be smart about how fancy the quotes are, which I do not like.
If I type `example' in an Elisp comment, this is exactly what I want
to see.
2026-09-01 06:02:32 +03:00
Protesilaos fcd246c3d4
emacs: update examples of prot-emacs-install-vc and also fix mandoura URL 2026-08-31 14:56:03 +03:00
Protesilaos d4aba6b5ff
emacs: add require for package.el and tweak prot-emacs-install 2026-08-31 14:55:34 +03:00
Protesilaos 0dd7c0b40b
emacs: update the comments about completion-preview-mode 2026-08-30 21:43:02 +03:00
Protesilaos 9d269ae5ae
emacs: include org-self-insert-command to completion-preview-commands 2026-08-30 15:00:49 +03:00
Protesilaos 43d549d985
emacs: configure cape to be active unless company is enabled 2026-08-30 15:00:20 +03:00
Protesilaos 971029cda0
emacs: enable electric functionality almost everywhere 2026-08-29 19:24:32 +03:00
Protesilaos 7d0fa5668e
emacs: change prot-icons-style to use emoji for a little while 2026-08-29 19:14:21 +03:00
Protesilaos 1aad9f27da
emacs: make a stylistic change in prot-icons.el 2026-08-29 19:13:57 +03:00
Protesilaos d9026d2d27
emacs: update some of the prot-icons-emoji 2026-08-29 19:13:34 +03:00
Protesilaos 5606dcc95f
emacs: add and reorganise some Emacs 31 settings for VC 2026-08-29 19:12:50 +03:00
Protesilaos 6d8a394f37
emacs: tweak the completion-preview-mode configuration 2026-08-29 19:12:18 +03:00
Protesilaos 904a770d31
emacs: make prot-emacs-abbrev set the ; prefix for the given table 2026-08-29 19:07:14 +03:00
Protesilaos 536b15c5f6
emacs: make prot-common-truncate-lines-silently override 'message' 2026-08-28 11:13:14 +03:00
Protesilaos 6378548705
herbstluftwm: tweak the colours to not rely on transparency
I want to remove the picom dependency, because it may be causing
performance issues.
2026-08-28 10:26:48 +03:00
Protesilaos 421f8fa5a1
herbstluftwm: configure show_frame_decorations 2026-08-28 10:07:48 +03:00
Protesilaos 2840a43cd1
emacs: tweak the company configuration 2026-08-28 06:27:16 +03:00
Protesilaos 08a4ca48b3
emacs: change query-replace-show-preview to a custom function 2026-08-25 10:33:24 +03:00
Protesilaos 6126f1ba44
emacs: also match vc-dir regexp in display-buffer-alist
The derived-mode does not seem to work all the time.
2026-08-24 12:26:58 +03:00
Protesilaos 3ac5eafdf7
emacs: tweak the xref and grep settings for using ripgrep 2026-08-24 12:26:48 +03:00
Protesilaos bf391c6eb1
emacs: implement prot-search-grep-to-dired 2026-08-24 12:26:48 +03:00
Protesilaos 49a825ca3e
emacs: move vc handling of prot-emacs-install into prot-emacs-install-vc
This is easier to reason about.
2026-08-24 12:26:48 +03:00
Protesilaos ccfe49b043
mbsync: clarify commenet about MaildirStore Path and Inbox settings 2026-08-24 12:14:41 +03:00
Protesilaos 1c4cce305e
emacs: make minor refinements to display-buffer-alist 2026-08-15 21:41:13 +03:00
Protesilaos d332c08c28
emacs: add section related to query-replace 2026-08-15 21:40:17 +03:00
Protesilaos 9069f5e88b
emacs: make refinements for flymake 2026-08-15 21:39:58 +03:00
Protesilaos 0f3cdd9bf7
emacs: make outline-xref always use xref-show-definitions-completing-read 2026-08-15 21:39:21 +03:00
Protesilaos aeb94bc513
emacs: remove some of the abbrev definitions that I do not use anymore 2026-08-15 21:38:06 +03:00
Protesilaos 007fa0c1ec
emacs: connect cursory with prot-streaming-mode 2026-08-15 21:37:35 +03:00
Protesilaos 7dd11916e8
emacs: expand some comments in the Org document 2026-08-15 21:37:10 +03:00
Protesilaos 0c4d928bc4
emacs: make minor refinements to prot-minibuffer 2026-08-15 21:36:35 +03:00
Protesilaos 6f85a2eb17
emacs: extend prot-minibuffer to cover input methods 2026-08-15 21:36:22 +03:00
Protesilaos ceb013bf88
emacs: tweak display-buffer-alist to include vc-compilation-mode 2026-08-12 06:51:39 +03:00
Protesilaos dee0a8eeb9
emacs: add show-paren-not-in-comments-or-strings for reference 2026-08-12 06:43:17 +03:00
Protesilaos ef03df0e76
emacs: change the placement of an Org variable 2026-08-12 06:42:30 +03:00