Don't use a gtk file picker
This commit is contained in:
parent
1b359a1266
commit
80a33d737d
3
init.el
3
init.el
@ -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)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user