AdamNiederer / AdamNiederer/vue-mode
Disable ugly background hook not working
- 主要語言
- 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)))
```

貢獻指南
這個儲存庫沒有索引到貢獻指南
研究方向
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