mirror of
https://github.com/ellmau/nixos.git
synced 2025-12-19 09:29:36 +01:00
added comment
This commit is contained in:
parent
a1f58252b1
commit
86164ed72b
@ -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 = {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user