This commit is contained in:
Zelong Kuang
2025-12-22 12:44:51 +11:00
parent cfdf9afe94
commit a962027904
2 changed files with 3 additions and 3 deletions

View File

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