Skip to content

[Bug]: face-remap divergent? #142

Description

@chxp

Bug summary

Problem

Use the following config, Neomacs divergent from Emacs (I prefer white bg in org mode):

(defun my-org-white-bg ()
  (face-remap-add-relative  'default  '(:background "black" :foreground "white"))
  )
(add-hook 'org-mode-hook 'my-org-white-bg)
  • In emacs, it is:
Image
  • In neomacs, it is:
Image

The same problem?

In neomacs -Q -nw,then C-x 3, the two windows display the different faces:

Image

Metadata

Metadata

Assignees

No one assigned

    Labels

    bugSomething isn't working

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions