Skip to content

Commit

Permalink
dtrt-indent: fix typo in advice (thanks @phil-s)
Browse files Browse the repository at this point in the history
  • Loading branch information
rrthomas committed Jan 28, 2019
1 parent e860db7 commit 94d143c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dtrt-indent.el
Original file line number Diff line number Diff line change
Expand Up @@ -1032,7 +1032,7 @@ Disable dtrt-indent if offset explicitly set."
((eql (nth 2 (dtrt-indent--search-hook-mapping major-mode))
(ad-get-arg 0))
(setq dtrt-indent-explicit-offset t))
((eql 'indent-tab-mode
((eql 'indent-tabs-mode
(ad-get-arg 0))
(setq dtrt-indent-explicit-tab-mode t))))

Expand Down

0 comments on commit 94d143c

Please sign in to comment.