Skip to content

Commit

Permalink
enable outline minor mode by default
Browse files Browse the repository at this point in the history
  • Loading branch information
wandersoncferreira committed Oct 11, 2021
1 parent 7390f49 commit 01a2e02
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions github-review.el
Original file line number Diff line number Diff line change
Expand Up @@ -548,6 +548,7 @@ Github API provides only the originalPosition in the query.")
"Major mode for code review"
(setq mode-name "Code Review"
major-mode 'github-review-mode)
(add-hook 'github-review-mode-hook #'outline-minor-mode)
(run-mode-hooks 'github-review-mode-hook))

(provide 'github-review)
Expand Down

0 comments on commit 01a2e02

Please sign in to comment.