Parcourir la source

Revert "Revert "Fix ignoramus v""

This reverts commit 3ebd29ef2b.
master
10sr il y a 3 ans
Parent
révision
493495549b
Signé par: 10sr ID de la clé GPG: 7BEC428194130EB2
1 fichiers modifiés avec 13 ajouts et 0 suppressions
  1. +13
    -0
      emacs.el

+ 13
- 0
emacs.el Voir le fichier

@@ -588,6 +588,16 @@ THEM are function and its args."
"/.venv/"))
(global-hardhat-mode 1))

(with-eval-after-load 'ignoramus
(defvar ignoramus-file-basename-exact-names)
(set-variable 'ignoramus-file-basename-exact-names
(delete "profile"
ignoramus-file-basename-exact-names))
(set-variable 'ignoramus-file-basename-exact-names
(delete "Profile"
ignoramus-file-basename-exact-names))
)

;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;
;; title and mode-line

@@ -711,6 +721,9 @@ THEM are function and its args."
(advice-add 'wgrep-to-original-mode
:after
'my-mode-line-color-update)
(with-eval-after-load 'hardhat
;; TODO: Add hook to hardhat-local-hook
())

(set-face-background 'header-line
my-mode-line-background-default)


Chargement…
Annuler
Enregistrer