{ lib, config, pkgs, ... }: { home.packages = with pkgs; [ # see https://github.com/hlissner/doom-emacs/issues/4138 (aspellWithDicts (dicts: with dicts; [ en en-computers en-science ])) ]; home.sessionVariables = { EDITOR = "emacsclient -a="; VISUAL = "emacsclient -a="; }; }