about summary refs log tree commit diff
path: root/users/wpcarro/emacs
diff options
context:
space:
mode:
authorWilliam Carroll <wpcarro@gmail.com>2021-12-20T02·58-0500
committerwpcarro <wpcarro@gmail.com>2021-12-20T03·02+0000
commit9b2259a60ddcf064e8f0b5a2622c085b4e535276 (patch)
treea7b7d9555bc946c1adab98cdc2b84588c42372f2 /users/wpcarro/emacs
parent3359f52806202276f36416aef3d05b9aa0ac79dd (diff)
feat(wpcarro/marcus): Ensure EDITOR is set to Emacs r/3324
I should've done this awhile ago. I'm tired of having `nano` open in vterm
instances.

Change-Id: I784e4a7a3e8acba11105052b6c0fe1f6f9ac614b
Reviewed-on: https://cl.tvl.fyi/c/depot/+/4512
Reviewed-by: wpcarro <wpcarro@gmail.com>
Tested-by: BuildkiteCI
Diffstat (limited to 'users/wpcarro/emacs')
-rw-r--r--users/wpcarro/emacs/default.nix2
1 files changed, 2 insertions, 0 deletions
diff --git a/users/wpcarro/emacs/default.nix b/users/wpcarro/emacs/default.nix
index 7114350e62..d95f5fa271 100644
--- a/users/wpcarro/emacs/default.nix
+++ b/users/wpcarro/emacs/default.nix
@@ -1,5 +1,7 @@
 { pkgs, depot, ... }:
 
+# TODO(wpcarro): See if it's possible to expose emacsclient on PATH, so that I
+# don't need to depend on wpcarros-emacs and emacs in my NixOS configurations.
 let
   inherit (builtins) path;
   inherit (depot.third_party.nixpkgs) emacsPackagesGen emacs27;