Skip to content

Commit

Permalink
Add more major modes to god-exempt-major-modes
Browse files Browse the repository at this point in the history
  • Loading branch information
darth10 committed Apr 13, 2020
1 parent 42e9de7 commit 567eb3b
Showing 1 changed file with 22 additions and 3 deletions.
25 changes: 22 additions & 3 deletions god-mode.el
Original file line number Diff line number Diff line change
Expand Up @@ -63,11 +63,30 @@ Use `god-mode-alist' instead.")
:type 'string)

(defcustom god-exempt-major-modes
'(dired-mode
'(Custom-mode
Info-mode
ag-mode
calculator-mode
calendar-mode
cider-test-report-mode
compilation-mode
debugger-mode
dired-mode
edebug-mode
ediff-mode
eww-mode
geben-breakpoint-list-mode
git-commit-mode ; For versions prior to Magit 2.1.0
grep-mode
ibuffer-mode
magit-popup-mode
org-agenda-mode
pdf-outline-buffer-mode
recentf-dialog-mode
sldb-mode
sly-db-mode
vc-annotate-mode
git-commit-mode ; For versions prior to Magit 2.1.0
magit-popup-mode)
wdired-mode)
"List of major modes that should not start with `god-local-mode' enabled."
:group 'god
:type '(function))
Expand Down

0 comments on commit 567eb3b

Please sign in to comment.