From 7717872d0626c3924d7b631eabda05be7906f414 Mon Sep 17 00:00:00 2001 From: Sean Whitton Date: Tue, 15 Mar 2016 06:48:28 -0700 Subject: C-x 4 d bypasses frames-only-mode --- .emacs.d/init-custom.el | 1 + 1 file changed, 1 insertion(+) diff --git a/.emacs.d/init-custom.el b/.emacs.d/init-custom.el index a2189234..bdc47644 100644 --- a/.emacs.d/init-custom.el +++ b/.emacs.d/init-custom.el @@ -44,6 +44,7 @@ '(fci-rule-color "#383838") '(footnote-narrow-to-footnotes-when-editing t) '(footnote-section-tag "") + '(frames-only-mode-use-window-functions (quote (calendar dired-other-window))) '(gnus-alias-add-identity-menu nil) '(gnus-alias-allow-forward-as-reply t) '(gnus-alias-default-identity "Nucifera") -- cgit v1.2.3