AdamNiederer / AdamNiederer/vue-mode
Disable ugly background hook not working
- Langage dominant
- Emacs Lisp
- Étoiles
- 341
- Forks
- 59
- Métriques de merge des PR
- Aucune PR mergée en 30 j
Description
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)))
```

Guide de contribution
Aucun guide de contribution indexé pour ce dépôt
Évaluation
Cette issue n'a pas encore été évaluée.