Fix dired on macos

This commit is contained in:
Zelong Kuang
2025-12-22 07:03:16 +11:00
parent c8f042876e
commit 99c1b3f601
2 changed files with 20 additions and 15 deletions

View File

@@ -55,6 +55,8 @@
(setq frame-title-format "Emacs: %b")
(setq custom-safe-themes t)
(setq insert-directory-program "gls")
(setq-default tab-width 4
compilation-scroll-output t
indent-tabs-mode nil)