AdamNiederer / AdamNiederer/vue-mode

Disable ugly background hook not working

Ouverte
#105 2 commentaires 2 réactions 0 personnes assignées Voir sur GitHub
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)))
```

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

Guide de contribution

Aucun guide de contribution indexé pour ce dépôt

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.