From b2bc9893c003151c90a91bce92bca50b39de2c1d Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Fri, 10 Nov 2023 08:48:32 -0800 Subject: remove extra configuration As per the documentation, if `use-dialog-box` is `nil`, then `use-file-diablog` value is considered to be nil. --- init.org | 1 - 1 file changed, 1 deletion(-) diff --git a/init.org b/init.org index cbc3311..78cd4b1 100644 --- a/init.org +++ b/init.org @@ -35,7 +35,6 @@ Using an =early-init.el= file can speedup loading emacs. This is only available (setq make-pointer-invisible t) ;; hide cursor while typing (setq use-dialog-box nil) ;; do not show GUI dialogs -(setq use-file-dialog nil) (setq inhibit-startup-screen t) ;; hide the startup screen ;; don't report warnings and errors related to native compilation -- cgit 1.4.1