mirror of
https://github.com/Swarsel/.dotfiles.git
synced 2025-12-06 09:07:21 +01:00
refactor: revamp whole Emacs.org
This is the first part of consolidating my Emacs and NixOS config into a single file. This commit refactors the whole of Emacs.org and adds more bits of prose to the configuration sections.
This commit is contained in:
parent
5e9c3c398f
commit
bc8c52554d
8 changed files with 7068 additions and 2939 deletions
18
Nix.org
18
Nix.org
|
|
@ -5347,6 +5347,10 @@ As for the `home.sessionVariables`, it should be noted that environment variable
|
|||
source = ../../programs/config/.aspell.conf;
|
||||
target = ".aspell.conf";
|
||||
};
|
||||
".gitmessage" = {
|
||||
source = ../../programs/git/.gitmessage;
|
||||
target = ".gitmessage";
|
||||
};
|
||||
};
|
||||
|
||||
home.sessionVariables = {
|
||||
|
|
@ -5416,6 +5420,20 @@ As for the `home.sessionVariables`, it should be noted that environment variable
|
|||
};
|
||||
userEmail = "leon.schwarzaeugl@gmail.com";
|
||||
userName = "Swarsel";
|
||||
difftastic.enable = true;
|
||||
lfs.enable = true;
|
||||
includes = [
|
||||
{
|
||||
contents = {
|
||||
github = {
|
||||
user = "Swarsel";
|
||||
};
|
||||
commit = {
|
||||
template = "~/.gitmessage";
|
||||
};
|
||||
};
|
||||
}
|
||||
];
|
||||
};
|
||||
|
||||
#+end_src
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue