diff options
author | Vincent Ambo <tazjin@tvl.su> | 2024-09-15T00·34+0300 |
---|---|---|
committer | clbot <clbot@tvl.fyi> | 2024-09-15T00·42+0000 |
commit | 684a06ac3cce87cfd07d51ccc7c532323bc2eef0 (patch) | |
tree | 8ecf37b4a9ced586b0c348d83352595302333182 | |
parent | 9b6ebb947be3363a0c8bea4a78dce9f381d0dd81 (diff) |
fix(tazjin/dotfiles): ensure EDITOR=emacsclient is set r/8699
Change-Id: I5ab162545493367c0e92c7737800c0c5e23f221e Reviewed-on: https://cl.tvl.fyi/c/depot/+/12491 Autosubmit: tazjin <tazjin@tvl.su> Tested-by: BuildkiteCI Reviewed-by: tazjin <tazjin@tvl.su>
-rw-r--r-- | users/tazjin/dotfiles/niri.config.kdl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/users/tazjin/dotfiles/niri.config.kdl b/users/tazjin/dotfiles/niri.config.kdl index 68893f706787..2ccc56413655 100644 --- a/users/tazjin/dotfiles/niri.config.kdl +++ b/users/tazjin/dotfiles/niri.config.kdl @@ -43,6 +43,7 @@ spawn-at-startup "systemctl --user start xss-lock" environment { QT_QPA_PLATFORM "wayland" DISPLAY ":0" + EDITOR "emacsclient" } hotkey-overlay { |