emacs: Make sure frame is focused on launch on darwin

This commit is contained in:
Charlotte Van Petegem 2024-07-19 11:26:17 +02:00
parent 15586a8f7c
commit 1436dfae51
3 changed files with 15 additions and 1 deletions

View file

@ -6,6 +6,7 @@ in
{
chvp.base.emacs = {
basePackage = pkgs.emacs-pgtk;
extraConfig = [ (builtins.readFile ./linux-init.el) ];
};
home-manager.users.${username} = { ... }: {
services.emacs = {