File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -78,7 +78,7 @@ lookups during Emacs startup.")
78
78
This reduces visual clutter and slightly enhances startup performance. The
79
79
tradeoff is that the mode line is hidden during the startup phase." )
80
80
81
- (defvar minimal-emacs-package-initialize-and-refresh t
81
+ (defvar minimal-emacs-package-initialize-and-refresh nil
82
82
" Whether to automatically initialize and refresh packages.
83
83
When set to non-nil, Emacs will automatically call `package-initialize' and
84
84
`package-refresh-contents' to set up and update the package system." )
Original file line number Diff line number Diff line change 427
427
(setq dired-omit-files (concat " \\ `[.]\\' " ))
428
428
429
429
; ; Group directories first
430
- (when minimal-emacs-dired-group-directories-first
430
+ (when ( bound-and-true-p minimal-emacs-dired-group-directories-first)
431
431
(with-eval-after-load 'dired
432
432
(let ((args " --group-directories-first -ahlv" ))
433
433
(when (or (eq system-type 'darwin )
You can’t perform that action at this time.
0 commit comments