1
0
mirror of https://github.com/ellmau/nixos.git synced 2025-12-19 09:29:36 +01:00

added comment

This commit is contained in:
Stefan Ellmauthaler 2021-09-25 20:34:09 +02:00
parent a1f58252b1
commit 86164ed72b

View File

@ -21,7 +21,11 @@ let
# gnupg
# nixpkgs-fmt
#])
[(with epkgs.elpaPackages; [ auctex org flymake ])]
[(with epkgs.elpaPackages; [
auctex
org
flymake
])]
++ (with epkgs.melpaStablePackages; [ ]) ++ (with epkgs.melpaPackages; [
academic-phrases
add-hooks
@ -63,12 +67,6 @@ let
use-package
yaml-mode
]));
#]) ++ (with lpkgs; [
# defaultencrypt
# ligatures
# javacc-mode
# org-roam-ui
#] ++ lpkgs.packagesForBinaries));
in
{
services.emacs = {