about summary refs log tree commit diff
path: root/emacs/.emacs.d/wpc
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2020-08-25T13·02+0100
committerWilliam Carroll <wpcarro@gmail.com>2020-08-25T13·02+0100
commit23a41528bbaab127c3c3d67128409102f5f90a2e (patch)
treea9b5b521cdd81f3e53a3021d8f12184a270ac3d6 /emacs/.emacs.d/wpc
parent64afb11d60918bb44ba54f243f49b64ef21f8c77 (diff)
Remove unnecessary TODO
The Nix expression that builds `wpcarros-emacs` sets BRIEFCASE, so the .envrc
isn't relied on.
Diffstat (limited to 'emacs/.emacs.d/wpc')
-rw-r--r--emacs/.emacs.d/wpc/wpc-nix.el2
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")))
 
 ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;