beluga and emacs w/ beluga
This commit is contained in:
parent
b0c590080c
commit
d0ae6c0516
2 changed files with 1164 additions and 0 deletions
1150
emacs/beluga-mode.el
Normal file
1150
emacs/beluga-mode.el
Normal file
File diff suppressed because it is too large
Load diff
14
home.nix
14
home.nix
|
|
@ -9,6 +9,7 @@
|
||||||
home.homeDirectory = "/home/nat";
|
home.homeDirectory = "/home/nat";
|
||||||
home.packages = with pkgs; [
|
home.packages = with pkgs; [
|
||||||
julia-mono
|
julia-mono
|
||||||
|
beluga
|
||||||
bitwarden
|
bitwarden
|
||||||
gimp
|
gimp
|
||||||
godot
|
godot
|
||||||
|
|
@ -42,6 +43,19 @@
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
||||||
|
programs.emacs =
|
||||||
|
let
|
||||||
|
emacsPath = ./emacs;
|
||||||
|
in {
|
||||||
|
enable = true;
|
||||||
|
extraConfig = "
|
||||||
|
(add-to-list 'load-path' \"${emacsPath}\")
|
||||||
|
(load \"beluga-mode.el\")
|
||||||
|
";
|
||||||
|
};
|
||||||
|
|
||||||
|
|
||||||
home.sessionVariables = {
|
home.sessionVariables = {
|
||||||
EDITOR = "kak";
|
EDITOR = "kak";
|
||||||
};
|
};
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue