Explorar el Código

Fix editorcofig load

master
10sr hace 2 años
padre
commit
e7bbcd150a
Firmado por: 10sr ID de clave GPG: 7BEC428194130EB2
Se han modificado 1 ficheros con 1 adiciones y 1 borrados
  1. +1
    -1
      emacs.el

+ 1
- 1
emacs.el Ver fichero

@@ -1246,7 +1246,7 @@ THEM are function and its args."
;; (add-hook 'after-first-visit-hook ;; (add-hook 'after-first-visit-hook
;; 'editorconfig-mode-apply ;; 'editorconfig-mode-apply
;; t)) ;; Do after enabling editorconfig-mode ;; 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) (set-variable 'editorconfig--enable-20210221-testing t)
(editorconfig-mode 1)) (editorconfig-mode 1))
(set-variable 'editorconfig-get-properties-function (set-variable 'editorconfig-get-properties-function


Cargando…
Cancelar
Guardar