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