diff options
| author | Franck Cuny <franck@fcuny.net> | 2023-11-10 08:48:32 -0800 |
|---|---|---|
| committer | Franck Cuny <franck@fcuny.net> | 2023-11-10 08:48:32 -0800 |
| commit | b2bc9893c003151c90a91bce92bca50b39de2c1d (patch) | |
| tree | f3f657ca12db958d130fda7bb1be8afcaa3caafb | |
| parent | clean up some of the completion configurations (diff) | |
| download | emacs.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.org | 1 |
1 files changed, 0 insertions, 1 deletions
@@ -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 |
