Procházet zdrojové kódy

Fix editorcofig load

master
10sr před 2 roky
rodič
revize
e7bbcd150a
Podepsáno: 10sr ID GPG klíče: 7BEC428194130EB2
1 změnil soubory, kde provedl 1 přidání a 1 odebrání
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Zobrazit soubor

@@ -1246,7 +1246,7 @@ THEM are function and its args."
;; (add-hook 'after-first-visit-hook
;; 'editorconfig-mode-apply
;; t)) ;; Do after enabling editorconfig-mode
(when (eval-and-compile (require 'editorconfig))
(when (eval-and-compile (require 'editorconfig nil t))
(set-variable 'editorconfig--enable-20210221-testing t)
(editorconfig-mode 1))
(set-variable 'editorconfig-get-properties-function


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