# HG changeset patch # User Oleksandr Gavenko # Date 1428433810 -10800 # Node ID 0e2a8e5f75b1bd074ab57580f27cd059d079eb9a # Parent 300a2718b555c21e5fa046a1638986c929aaaa41 Disable noisy prompts when Emacs loads with desktop-save-mode opening any Linux source file. diff -r 300a2718b555 -r 0e2a8e5f75b1 .emacs-my --- a/.emacs-my Tue Apr 14 13:01:01 2015 +0300 +++ b/.emacs-my Tue Apr 07 22:10:10 2015 +0300 @@ -2482,6 +2482,9 @@ (ignore-errors (require 'cedet-java)) + (setq project-linux-build-directory-default 'same + project-linux-architecture-default "x86") + ;; (require 'semantic/db-javap) ;; (add-to-list 'ede-locate-setup-options 'ede-locate-idutils)