From 1e9bc4d45f82978a631e7ae50a897a2ab73b423b Mon Sep 17 00:00:00 2001 From: fredrikr79 Date: Fri, 28 Feb 2025 19:41:36 +0100 Subject: [PATCH] treesitter + gdbinit --- home.nix | 1 + home/config/gdb/gdbinit | 3 ++- 2 files changed, 3 insertions(+), 1 deletion(-) diff --git a/home.nix b/home.nix index c57c216..6b31af1 100644 --- a/home.nix +++ b/home.nix @@ -72,6 +72,7 @@ in { shfmt libtool tinymist + emacsPackages.treesit-grammars.with-all-grammars ]; # Home Manager is pretty good at managing dotfiles. The primary way to manage diff --git a/home/config/gdb/gdbinit b/home/config/gdb/gdbinit index dd6e651..b40f545 100644 --- a/home/config/gdb/gdbinit +++ b/home/config/gdb/gdbinit @@ -1 +1,2 @@ -add-auto-load-safe-path /home/fredrikr/vms/xv6-riscv64/riscv-hello-asm/oving1/.gdbinit +add-auto-load-safe-path /home/fredrikr/Programming/xv6-riscv64/riscv-hello-asm/oving1/.gdbinit +add-auto-load-safe-path /home/fredrikr/Programming/xv6-riscv64/riscv-hello-asm/oving2/.gdbinit