Swap home.nix to thoom-emacs config

This commit is contained in:
2024-04-15 09:30:19 -07:00
parent 8e75430b0b
commit 9965ccccfd
4 changed files with 12 additions and 7 deletions

View File

@@ -54,12 +54,12 @@ let tide_conf = builtins.readFile ./tide_config.fish; in
fish_add_path --path ~/.dotfiles/bin ~/.local/bin ~/bin
# TODO - Adjust for nix-managed Doom if I ever do that
fish_add_path ~/.emacs.d/bin
# fish_add_path ~/.emacs.d/bin
fzf_configure_bindings --history=\cr --directory=\ef --git_status=\es
#
# If running under kitty, fake the term for ssh to avoid
# having to install terminfo on remote machine
function ssh --wraps ssh
if test $TERM = xterm-kitty
set --function --export TERM xterm-256color