Skip to content

Commit

Permalink
Note that rebuild-on-save is redundant when using flycheck
Browse files Browse the repository at this point in the history
  • Loading branch information
purcell committed Mar 10, 2019
1 parent 2b42755 commit b2c833d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion psc-ide.el
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,10 @@ Defaults to \"output/\" and should only be changed with
:type 'boolean)

(defcustom psc-ide-rebuild-on-save nil
"Whether to rebuild files on save and display errors/warnings in a buffer."
"Whether to rebuild files on save and display errors/warnings in a buffer.
If you are using the psc-ide flycheck backend, this setting is
generally redundant, because flycheck will be rebuilding your
files."
:group 'psc-ide
:type 'boolean)

Expand Down

0 comments on commit b2c833d

Please sign in to comment.