Преглед изворни кода

Fix editorconfig init

master
10sr пре 4 година
родитељ
комит
510e06c3ea
Signed by: 10sr GPG Key ID: 7BEC428194130EB2
1 измењених фајлова са 3 додато и 1 уклоњено
  1. +3
    -1
      emacs.el

+ 3
- 1
emacs.el Прегледај датотеку

@@ -1137,7 +1137,9 @@ THEM are function and its args."

(when (fboundp 'editorconfig-mode)
(add-hook 'after-first-visit-hook
'editorconfig-mode))
'editorconfig-mode)
(add-hook 'after-first-visit-hook
'editorconfig-mode-apply))
(set-variable 'editorconfig-get-properties-function
'editorconfig-core-get-properties-hash)
(set-variable 'editorconfig-mode-lighter "")


Loading…
Откажи
Сачувај