Christoph Göttschkes

Results 5 issues of Christoph Göttschkes

Ligatures are rendered differently, dependent on line-wrapping and the current cursor position. In the first picture, line-wrapping is enabled, in the second disabled: ![wrapping-on](https://github.com/lem-project/lem/assets/1265113/fea61c74-7aa4-4163-a462-5a03b3a6f598) ![wrapping-off](https://github.com/lem-project/lem/assets/1265113/83b6f16b-de5a-44e8-9d5b-7174f9bfd21e) This happens only for the...

bug
sdl2
stale

A was fooling around a bit and noticed, that the result of `define-command` could be bound using `define-key` with a very simple change. Just prototyped a `lambda-command`. Can be used...

Feature

Configures the adaptive-fill-regexp for zig-mode, such that other commands like fill-region can automatically determine a fill-prefix for comments. Also, adds doc comment style comments to comment-start-skip, so these commands also...

The property for the `mode-name` is `:mode-name` in `evil-common.el`, but `:mode` in `evil-jumps.el`. Changed it in `evil-jumps.el`, so that the `mode-name` in jump-list buffers is set correct. For local variables,...

`eshell-bol` is an obsolete function starting with Emacs 30.1. See `(view-emacs-news 30.1)`: > *** Eshell now uses 'field' properties in its output. > In particular, this means that pressing the...