Ulrich Wortmann
Ulrich Wortmann
Looking at the examples, I get the idea of how fastfd defines a model, but I struggle to transfer this to a 1D setup. I am trying to model something...
I have a couple of fontaine presets, that I can switch happily with `fontaine-set-preset`. I also set `(fontaine-set-preset (or (fontaine-restore-latest-preset) 'DejaVu))` and `:hook (add-hook 'after-enable-theme-hook #'fontaine-apply-current-preset)`, and `fontaine-latest-state.eld` contains `DejaVu`...
I have the following in my dir-locals.el ``` ((nil . ((eglot-workspace-configuration . (:ltex-ls (:language "en-US" :disabledRules ["MORFOLOGIK_RULE_EN_US" "CONSECUTIVE_SPACES"] :additionalRules (:motherTongue "de-DE"))))))) ``` and eglot-show-workspace-configuration shows ``` { "ltex-ls": { "language":...
**Describe the bug** some distributions like opensuse tumbleweed no longer ship libpoppler139, but now use 144. It is possible to update the requirements to 144?
**Describe the bug** A clear and concise description of what the bug is. ``` ./configure -q --bindir=/home/uliw/.emacs.d/elpa/pdf-tools-20240429.407/ && make clean && make -s configure: error: Package requirements (poppler) were not...
The current startup involves calling several nested init files ``` .emacs.d/init.el .emacs.d/scimax/init.el .emacs.d/scimax/preload.el .emacs.d/scimax/bootstrap .emacs.d/scimax/several packages .emacs.d/scimax/packages .emacs.d/scimax/several packages .emacs.d/scimax/user.el .emacs.d/scimax/settings.el (or org, or user.el) ``` This results in variables...