From 94142ef5780de4a049436de08b8d7e0cd3d04245 Mon Sep 17 00:00:00 2001 From: Franck Cuny Date: Thu, 14 Dec 2023 06:19:50 -0800 Subject: simplify the layout --- home/profiles/emacs.nix | 12 ------------ 1 file changed, 12 deletions(-) delete mode 100644 home/profiles/emacs.nix (limited to 'home/profiles/emacs.nix') diff --git a/home/profiles/emacs.nix b/home/profiles/emacs.nix deleted file mode 100644 index dbc5411..0000000 --- a/home/profiles/emacs.nix +++ /dev/null @@ -1,12 +0,0 @@ -{ 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="; - }; -} -- cgit 1.4.1