From c1a68ffee2b9b6f30f835eed5dee66220ba2d9e9 Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Tue, 9 Feb 2021 06:19:51 +0100 Subject: [PATCH] Disable using dialog boxes MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Even though i’m so much used to using the keyboard, i sometimes click on things. And then, these annoying dialogs apper. Well, not any more! --- configuration.org | 3 ++- customizations.el | 1 - 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/configuration.org b/configuration.org index 62b1fe2..f8ada80 100644 --- a/configuration.org +++ b/configuration.org @@ -99,7 +99,8 @@ :custom (user-full-name "Gergely Polonkai") (user-mail-address "gergely@polonkai.eu") - (kill-read-only-ok t)) + (kill-read-only-ok t) + (use-dialog-box nil)) #+END_SRC ** Set up my personal keymap diff --git a/customizations.el b/customizations.el index ca50d9e..391a82d 100644 --- a/customizations.el +++ b/customizations.el @@ -22,7 +22,6 @@ '(inhibit-startup-echo-area-message (user-login-name)) '(inhibit-startup-screen t) '(initial-scratch-message nil) - '(kill-read-only-ok t) '(message-sendmail-envelope-from 'header) '(minibuffer-prompt-properties '(read-only t cursor-intangible t face minibuffer-prompt)) '(package-selected-packages