summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-mac.el
diff options
context:
space:
mode:
Diffstat (limited to 'custom/jao-custom-mac.el')
-rw-r--r--custom/jao-custom-mac.el3
1 files changed, 3 insertions, 0 deletions
diff --git a/custom/jao-custom-mac.el b/custom/jao-custom-mac.el
index a4d44a1..94879c6 100644
--- a/custom/jao-custom-mac.el
+++ b/custom/jao-custom-mac.el
@@ -21,5 +21,8 @@
(add-to-list 'Info-directory-list "/opt/homebrew/share/info")
+(setenv "CC" "clang")
+(setenv "CXX" "clang++")
+
(provide 'jao-custom-mac)
;;; jao-custom-mac.el ends here