Add java to emacs
This commit is contained in:
parent
9b14a4f1ac
commit
bfe1d11f29
|
@ -88,6 +88,7 @@
|
||||||
(sh +fish) ; she sells {ba,z,fi}sh shells on the C xor
|
(sh +fish) ; she sells {ba,z,fi}sh shells on the C xor
|
||||||
yaml ; JSON, but readable
|
yaml ; JSON, but readable
|
||||||
(kotlin +lsp)
|
(kotlin +lsp)
|
||||||
|
(java +lsp +meghanada)
|
||||||
:email
|
:email
|
||||||
;;(mu4e +org +gmail)
|
;;(mu4e +org +gmail)
|
||||||
;;notmuch
|
;;notmuch
|
||||||
|
|
|
@ -120,7 +120,11 @@
|
||||||
# Use krunner (from kde) as our launcher
|
# Use krunner (from kde) as our launcher
|
||||||
menu = "albert show";
|
menu = "albert show";
|
||||||
# Use waybar, but through systemd
|
# Use waybar, but through systemd
|
||||||
bars = [ ];
|
bars = [
|
||||||
|
{
|
||||||
|
command = "waybar";
|
||||||
|
}
|
||||||
|
];
|
||||||
# Use fira code
|
# Use fira code
|
||||||
fonts = {
|
fonts = {
|
||||||
names = [ "Fira Code Nerd Font" ];
|
names = [ "Fira Code Nerd Font" ];
|
||||||
|
@ -195,11 +199,6 @@
|
||||||
programs.waybar = {
|
programs.waybar = {
|
||||||
enable = true;
|
enable = true;
|
||||||
package = unstable.waybar;
|
package = unstable.waybar;
|
||||||
# Enable systemd configuration
|
|
||||||
systemd = {
|
|
||||||
enable = true;
|
|
||||||
target = "sway-session.target";
|
|
||||||
};
|
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue