Don't use a gtk file picker

This commit is contained in:
Alexander Rosenberg 2023-10-23 15:49:47 -07:00
parent 1b359a1266
commit 80a33d737d
Signed by: Zander671
GPG Key ID: 5FD0394ADBD72730

View File

@ -83,6 +83,9 @@
;; Allow the frame to be any size ;; Allow the frame to be any size
(setq frame-resize-pixelwise t) (setq frame-resize-pixelwise t)
;; Don't use a gtk file picker
(setq use-file-dialog nil)
;; Disable startup screen ;; Disable startup screen
(setq inhibit-startup-screen t) (setq inhibit-startup-screen t)