We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Emacs startup fails with undefined symbol unicode-fonts//setup-fonts This bug was introduced in commit 37bad60
Observed behaviour: 👀 💔 Emacs opens the messages buffer with an error complaining about the missing function
Expected behaviour: ❤️ 😄 Emacs starts without errors
(csv html (unicode-fonts :variables unicode-fonts-enable-ligatures t) (ibuffer :variables ibuffer-group-buffers-by 'projects) nav-flash theming helm (auto-completion :variables auto-completion-front-end 'company auto-completion-enable-snippets-in-popup t auto-completion-enable-help-tooltip nil auto-completion-use-company-posframe t) multiple-cursors (git :variables git-enable-magit-gitflow-plugin t magit-bury-buffer-function 'magit-mode-quit-window) (version-control :variables version-control-diff-tool 'git-gutter version-control-global-margin nil version-control-diff-side 'left) (spell-checking :variables spell-checking-enable-by-default nil spell-checking-enable-auto-dictionary t) dtrt-indent (lsp :variables lsp-keymap-prefix "C-c C-l" lsp-ui-doc-enable nil lsp-ui-doc-position 'at-point lsp-ui-doc-max-height 15 lsp-use-upstream-bindings nil) emacs-lisp shell-scripts (python :variables lsp-pyright-venv-path "/home/kassick/.pyenv/versions" python-auto-set-local-pyenv-version nil python-test-runner 'pytest python-backend 'lsp python-lsp-server 'pyright python-spacemacs-indent-guess nil python-formatter 'yapf) rust (c-c++ :variables c-c++-backend 'lsp-clangd) cmake javascript (typescript) (groovy :variables groovy-lsp-jar-path "/home/kassick/Sources/user/groovy-language-server/build/libs/groovy-language-server-all.jar") terraform yaml (markdown :variables markdown-live-preview-engine 'vmd) org (latex :variables latex-enable-folding t latex-enable-auto-fill nil) (bibtex) (shell :variables shell-default-height 30 shell-default-position 'bottom) kzk-general kzk-evil kzk-window-management kzk-projectile kzk-code-tweaks kzk-mc kzk-embrace kzk-magit kzk-org kzk-lsp kzk-makefile kzk-python kzk-ahs kzk-visual-editing kzk-helm kzk-company kzk-persp spacemacs-editing)
The text was updated successfully, but these errors were encountered:
sorry for the inconveniences...
I accidentally pushed a that line while not pushing the function... you can find it here rolandwalker/unicode-fonts#3 (comment)
I will add it once I get home.
Sorry, something went wrong.
It should be fixed in 4f6413e
No branches or pull requests
Description
Emacs startup fails with undefined symbol unicode-fonts//setup-fonts
This bug was introduced in commit 37bad60
Reproduction guide 🪲
Observed behaviour: 👀 💔
Emacs opens the messages buffer with an error complaining about the missing function
Expected behaviour: ❤️ 😄
Emacs starts without errors
System Info 💻
Backtrace 🐾
The text was updated successfully, but these errors were encountered: