From a36afa5136b519b1e57f90ac10b4b7377ce5d196 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Sun, 19 Apr 2020 20:34:47 -0400 Subject: [PATCH] Remove redundant dtrt-indent mapping It was upstreamed in jscheid/dtrt-indent#51 --- core/core-editor.el | 2 -- 1 file changed, 2 deletions(-) diff --git a/core/core-editor.el b/core/core-editor.el index a6f194cf9..b08f53670 100644 --- a/core/core-editor.el +++ b/core/core-editor.el @@ -383,8 +383,6 @@ files, so we replace calls to `pp' with the much faster `prin1'." ;; Reduced from the default of 5000 for slightly faster analysis (setq dtrt-indent-max-lines 2000) - ;; Add support for more languages - (add-to-list 'dtrt-indent-hook-mapping-list '(typescript-mode javascript typescript-indent-level)) ;; always keep tab-width up-to-date (push '(t tab-width) dtrt-indent-hook-generic-mapping-list)