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

Fix editorconfig hook

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

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

@@ -1139,7 +1139,8 @@ THEM are function and its args."
(add-hook 'after-first-visit-hook
'editorconfig-mode)
(add-hook 'after-first-visit-hook
'editorconfig-mode-apply))
'editorconfig-mode-apply
t)) ;; Do after enabling editorconfig-mode
(set-variable 'editorconfig-get-properties-function
'editorconfig-core-get-properties-hash)
(set-variable 'editorconfig-mode-lighter "")


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