diff options
author | William Carroll <wpcarro@gmail.com> | 2020-08-25T13·02+0100 |
---|---|---|
committer | William Carroll <wpcarro@gmail.com> | 2020-08-25T13·02+0100 |
commit | 23a41528bbaab127c3c3d67128409102f5f90a2e (patch) | |
tree | a9b5b521cdd81f3e53a3021d8f12184a270ac3d6 /emacs | |
parent | 64afb11d60918bb44ba54f243f49b64ef21f8c77 (diff) |
Remove unnecessary TODO
The Nix expression that builds `wpcarros-emacs` sets BRIEFCASE, so the .envrc isn't relied on.
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/.emacs.d/wpc/wpc-nix.el | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/emacs/.emacs.d/wpc/wpc-nix.el b/emacs/.emacs.d/wpc/wpc-nix.el index 52076ab11e26..11cf7d9b160c 100644 --- a/emacs/.emacs.d/wpc/wpc-nix.el +++ b/emacs/.emacs.d/wpc/wpc-nix.el @@ -10,8 +10,6 @@ (require 'device) -;; TODO: These may fail at startup. How can I make sure that the .envrc is -;; consulted when Emacs starts? (prelude/assert (f-exists? (getenv "BRIEFCASE"))) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; |