]> code.delx.au - gnu-emacs/commitdiff
Disable App Nap (bug#22993)
authorAaron Jensen <aaronjensen@gmail.com>
Thu, 7 Jul 2016 18:46:57 +0000 (19:46 +0100)
committerAlan Third <alan@idiocy.org>
Thu, 7 Jul 2016 18:57:47 +0000 (19:57 +0100)
* nextstep/templates/Info.plist.in: Insert AppNap disable code.

Copyright-paperwork-exempt: yes

nextstep/templates/Info.plist.in

index dcd2fe341679ffbeca7a8ad3b787076d78cb123f..889a070411dfb2af6196c2a0adf278e888165074 100644 (file)
@@ -675,5 +675,7 @@ along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
        </array>
        <key>NSAppleScriptEnabled</key>
        <string>YES</string>
+        <key>LSAppNapIsDisabled</key>
+        <true/>
 </dict>
 </plist>