Bernd Rellermeyer

Results 7 issues of Bernd Rellermeyer

I cannot remap keys on my Cherry Wired Keyboard. ``evremap config.toml`` does not ouput an error message, but does not have any effect. ``evremap list-devices`` shows two devices named "Cherry...

I nowadays use `visual-line-mode` which has rebindings for `kill-line`, `move-beginning-of-line` and `move-end-of-line` to handle visual lines. The line movement commands in Boon take still physical lines instead of visual lines...

I do not have powerline installed, but sometimes Emacs wants to load powerline, e. g. when I call `describe-funtion` for a boon function the first time with completion. `describe-function` has...

The `boon-quit-key` should be bound to `boon-quit` in special state: (define-key boon-special-map boon-quit-key #'boon-quit)

The mainfont, sansfont, monofont etc. variables should only be used in the LaTeX template if no fontfamily package is used. Various fontfamily packages like newpxtext set the mainfont etc. in...

format:LaTeX
templates

Some key bindings, like C-N for next-line, have shift-select-mode activated when called with an uppercase letter, which activates the mark. This does not work in God mode, because the key...

bug

I have made some configuration items for the LaTeX memoir class in the LaTeX template. 1. There should be no \frontmatter, \mainmatter and \backmatter if the article option is provided....