Changes for custom Emacs config
This commit is contained in:
@@ -25,6 +25,7 @@
|
|||||||
ripgrep
|
ripgrep
|
||||||
tmux
|
tmux
|
||||||
fira-code
|
fira-code
|
||||||
|
roboto-mono
|
||||||
];
|
];
|
||||||
|
|
||||||
imports = [
|
imports = [
|
||||||
|
|||||||
@@ -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 = [
|
||||||
|
|||||||
Reference in New Issue
Block a user