diff --git a/init.el b/init.el index 07e42f0a2..7113f7afe 100644 --- a/init.el +++ b/init.el @@ -32,3 +32,7 @@ nil t)) (require 'core (concat user-emacs-directory "core/core")) + +;; Announce Doom's version, in case shell config wants to detect Doom and offer +;; special support for Doom Emacs. +(setenv "DOOM" doom-version)