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
hl-line-mode
To reproduce the bug, start emacs with the following minimal init.el:
init.el
(require 'package) (setq package-archives '(("elpa" . "https://elpa.gnu.org/packages/") ("melpa" . "https://melpa.org/packages/") ("org" . "https://orgmode.org/elpa/"))) (package-initialize) (unless package-archive-contents (package-refresh-contents)) (use-package dracula-theme :if (display-graphic-p) :init (load-theme 'dracula t)) (global-hl-line-mode)
and switch the theme, e.g. M-x load-theme RET whiteboard. The result is:
M-x load-theme RET whiteboard
Here is how it should look:
I get a similar visual bug in org-modern-mode, but I haven't been able to find a suitable minimal config yet.
org-modern-mode
The text was updated successfully, but these errors were encountered:
No branches or pull requests
To reproduce the bug, start emacs with the following minimal
init.el
:and switch the theme, e.g.
M-x load-theme RET whiteboard
. The result is:Here is how it should look:
I get a similar visual bug in
org-modern-mode
, but I haven't been able to find a suitable minimal config yet.The text was updated successfully, but these errors were encountered: