all repos — nixfiles @ 2807e16d1726f203dc9a9d9f7eb5bcf3accdc9d3

System and user configuration, managed by nix and home-manager

Emacs: Fix typo in function name

Alan Pearce
commit

2807e16d1726f203dc9a9d9f7eb5bcf3accdc9d3

parent

a6a79446121d2ac54d1ce462383998222e92e40d

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M tag-emacs/emacs.d/init.orgtag-emacs/emacs.d/init.org
@@ -725,7 +725,7 @@ (use-package dtrt-indent
: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))