Procházet zdrojové kódy

Revert "Fix ignoramus v"

This reverts commit 9f40ebf96c.
master
10sr před 4 roky
rodič
revize
3ebd29ef2b
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 0 přidání a 13 odebrání
  1. +0
    -13
      emacs.el

+ 0
- 13
emacs.el Zobrazit soubor

@@ -588,16 +588,6 @@ 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

@@ -721,9 +711,6 @@ 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)


Načítá se…
Zrušit
Uložit