summary refs log tree commit diff
diff options
context:
space:
mode:
authorFranck Cuny <franck@fcuny.net>2023-11-10 08:48:32 -0800
committerFranck Cuny <franck@fcuny.net>2023-11-10 08:48:32 -0800
commitb2bc9893c003151c90a91bce92bca50b39de2c1d (patch)
treef3f657ca12db958d130fda7bb1be8afcaa3caafb
parentclean up some of the completion configurations (diff)
downloademacs.d-b2bc9893c003151c90a91bce92bca50b39de2c1d.tar.gz
remove extra configuration
As per the documentation, if `use-dialog-box` is `nil`, then
`use-file-diablog` value is considered to be nil.
-rw-r--r--init.org1
1 files changed, 0 insertions, 1 deletions
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