Update to include some minor macOS tweak

This commit is contained in:
William Moore 2024-12-10 14:35:11 -06:00
parent 98e3c4c411
commit 7bb5af5c83

View File

@ -1,3 +1,6 @@
(when (string= system-type "darwin")
(setq dired-use-ls-dired nil))
(global-ede-mode t)
(global-font-lock-mode t)