Remove unnecessary TODO

The Nix expression that builds `wpcarros-emacs` sets BRIEFCASE, so the .envrc
isn't relied on.
This commit is contained in:
William Carroll 2020-08-25 14:02:32 +01:00
parent 64afb11d60
commit 23a41528bb

View file

@ -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")))
;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;