From 2807e16d1726f203dc9a9d9f7eb5bcf3accdc9d3 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 11 May 2016 15:41:33 +0200 Subject: Emacs: Fix typo in function name --- tag-emacs/emacs.d/init.org | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tag-emacs/emacs.d/init.org') diff --git a/tag-emacs/emacs.d/init.org b/tag-emacs/emacs.d/init.org index 5426feb..a1561fc 100644 --- a/tag-emacs/emacs.d/init.org +++ b/tag-emacs/emacs.d/init.org @@ -725,7 +725,7 @@ guesses the correct settings for me. :config (progn (defun ap/dtrt-adapt-if-needed () (unless editorconfig-mode - (dtrt-adapt))) + (dtrt-indent-adapt))) (if (fboundp #'editorconfig-mode) (add-hook 'after-change-major-mode-hook #'ap/dtrt-adapt-if-needed) (add-hook 'after-change-major-mode-hook #'dtrt-indent-adapt)) -- cgit 1.4.1