Emacs: Fix incorrectly detection of editorconfig-mode
Alan Pearce alan@alanpearce.eu
Thu, 29 Jun 2017 00:23:15 +0200
1 files changed, 1 insertions(+), 1 deletions(-)
jump to
M emacs/.emacs.d/init.org → emacs/.emacs.d/init.org
@@ -905,7 +905,7 @@ #+BEGIN_SRC emacs-lisp (use-package dtrt-indent :config (progn (define-hook-helper after-change-major-mode () - (unless (and (fboundp editorconfig-mode) + (unless (and (boundp editorconfig-mode) editorconfig-mode) (dtrt-indent-adapt))) (defadvice dtrt-indent-try-set-offset (after toggle-smart-tabs activate)