diff options
author | Griffin Smith <root@gws.fyi> | 2020-05-04T17·14-0400 |
---|---|---|
committer | Griffin Smith <root@gws.fyi> | 2020-05-04T17·14-0400 |
commit | 7221955a24fa32ce30cf36ee93cdaadb2390985c (patch) | |
tree | 0ff6c3254aa35dd94835acd9dfceb0b788593833 /home | |
parent | 73e59d225a0515dc9f9b7bfc6d48f700623875e4 (diff) |
Emacs needs gnutls
Diffstat (limited to 'home')
-rw-r--r-- | home/modules/emacs.nix | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/home/modules/emacs.nix b/home/modules/emacs.nix index cb78db7febfa..e7543eb1685d 100644 --- a/home/modules/emacs.nix +++ b/home/modules/emacs.nix @@ -28,6 +28,8 @@ in { }) ispell + + gnutls ]; programs.emacs.enable = true; |