AdamNiederer / AdamNiederer/vue-mode

Disable ugly background hook not working

未關閉
#105 2 則留言 2 個 reaction 已指派 0 人 在 GitHub 檢視
主要語言
Emacs Lisp
星號
341
分支
59
PR 合併指標
30 天內沒有已合併 PR

描述

According to the instructions...

> Or disable the background color completely in your .emacs.d/init.el:
>
> (add-hook 'mmm-mode-hook
> (lambda ()
> (set-face-background 'mmm-default-submode-face nil)))

However, this does not work for me. I'm using the `emacs` package provided by `Fedora 32`, and it happens on a "normal" `emacs`, and also in `spacemacs`.

```
$ emacs --version
GNU Emacs 27.1
[snip]
```
```
$ grep -A3 "default background" ~/.emacs.d/init.el
;; disable ugly default background on vue-mode
(add-hook 'mmm-mode-hook
(lambda ()
(set-face-background 'mmm-default-submode-face nil)))
```

![20200831_12h01m28s_grim](https://user-images.githubusercontent.com/6151586/91713654-15120600-eb82-11ea-8d4c-6703744abf04.png)

貢獻指南

這個儲存庫沒有索引到貢獻指南

研究方向

Reproduce the issue with GNU Emacs 27.1 using the ~/.emacs.d/init.el snippet and mmm-mode-hook configuration shown. Start by checking how vue-mode and mmm-mode establish mmm-default-submode-face, then confirm that the background is disabled in normal Emacs and Spacemacs or identify the required configuration change.

由索引模型根據 Issue 內容生成。

評估

技術堆疊
emacs
領域
tooling
Issue 類型
缺陷
難度
2/5
預估耗時
1-3 小時
活躍度
停滯
描述清晰度
基本清楚
新手友好度
42/100

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。