Skip to content

Commit

Permalink
make: Automatically enable outline-minor-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
tarsius committed Oct 1, 2023
1 parent 2b38da4 commit 64f9ca3
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .dir-locals.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
((nil
(indent-tabs-mode . nil))
(makefile-gmake-mode
(outline-regexp . "##"))
(outline-regexp . "##")
(mode . outline-minor))
(".github"
(nil . ((truncate-lines . nil)))))

0 comments on commit 64f9ca3

Please sign in to comment.