summaryrefslogtreecommitdiffhomepage
path: root/custom/jao-custom-mac.el
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2026-03-25 23:43:34 +0000
committerjao <jao@gnu.org>2026-03-25 23:45:20 +0000
commitd5a102ea3527b6037469ab9f9798d709d3e032d0 (patch)
tree462eb6b03210280d272b3e98522187547a1ffdc2 /custom/jao-custom-mac.el
parent5c11fc1947560a1535cf093e1fbab241b4412a97 (diff)
downloadelibs-d5a102ea3527b6037469ab9f9798d709d3e032d0.tar.gz
elibs-d5a102ea3527b6037469ab9f9798d709d3e032d0.tar.bz2
rust tweaks
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