Vincent Koppelmans
Vincent Koppelmans
Yasnippets can have a keybinding assigned to them, e.g.: ``` # -*- mode: snippet -*- # name: Highlight # expand-env: ((yas-wrap-around-region nil) (item-string "")) # binding : C-c y h...
Is emacs-grammarly broken because of changes in the Grammarly app? I am on Grammarly 1.5.64 and when I run `grammarly-save-region-and-run` on a region, Grammarly opens but shows me the error...
deadgrep no longer searches the underlying folder in dired, but always defaults to searching the home directory. This also happens with emacs -Q: ``` (add-to-list 'load-path "/home/vincent/.emacs.d/elpa/deadgrep-20231130.1628") (add-to-list 'load-path "/home/vincent/.emacs.d/elpa/s-20220902.1511")...
When I try to run nano-modeline since the update to the modular version a week or so ago, I get the error 'Invalid Face': ``` Debugger entered--Lisp error: (error "Invalid...
**Is your feature request related to a problem? Please describe.** Several feature requests are about automated syncing. Most request propose syncing with a server. Perhaps, we could use another way...
### Pre-Flight checklist - [X] Did you check to see if this issue already exists? - [X] This is a single feature request. (Do not put multiple feature requests in...
For web pages with external css and js, the page is not loaded correctly. The pages work fine when I directly load them in a browser. It does not seem...
### Version 1.9.3 build 79 ### What platform are you using? Android ### OS Version android 14 one ui 6.1 ### What happened? after updating to 1.9.3 via fdroid all...
In my init.el I have the following setting: ``` (setq tab-bar-tab-name-truncated-max 20 tab-bar-tab-name-function 'tab-bar-tab-name-truncated) ``` When I check the variable `tab-bar-tab-name-funtion` after starting emacs, it correctly returns `tab-bar-tab-name-truncated`. When I...