Changes for custom Emacs config

This commit is contained in:
2022-09-18 11:37:45 -07:00
parent 05f5e2b857
commit c4f02528b3
2 changed files with 5 additions and 0 deletions

View File

@@ -25,6 +25,7 @@
ripgrep ripgrep
tmux tmux
fira-code fira-code
roboto-mono
]; ];
imports = [ imports = [

View File

@@ -14,6 +14,10 @@
pull.rebase = true; pull.rebase = true;
transfer.fsckobjects = true; transfer.fsckobjects = true;
credential.helper = "store"; credential.helper = "store";
# Needed for straight.el bootstrapping
# nongnu-elpa repository has zero padded file modes
fetch.fsck.zeroPaddedFilemode = "warn";
}; };
ignores = [ ignores = [