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
|
# gnupg
|
||||||
# nixpkgs-fmt
|
# nixpkgs-fmt
|
||||||
#])
|
#])
|
||||||
[(with epkgs.elpaPackages; [ auctex org flymake ])]
|
[(with epkgs.elpaPackages; [
|
||||||
|
auctex
|
||||||
|
org
|
||||||
|
flymake
|
||||||
|
])]
|
||||||
++ (with epkgs.melpaStablePackages; [ ]) ++ (with epkgs.melpaPackages; [
|
++ (with epkgs.melpaStablePackages; [ ]) ++ (with epkgs.melpaPackages; [
|
||||||
academic-phrases
|
academic-phrases
|
||||||
add-hooks
|
add-hooks
|
||||||
@ -63,12 +67,6 @@ let
|
|||||||
use-package
|
use-package
|
||||||
yaml-mode
|
yaml-mode
|
||||||
]));
|
]));
|
||||||
#]) ++ (with lpkgs; [
|
|
||||||
# defaultencrypt
|
|
||||||
# ligatures
|
|
||||||
# javacc-mode
|
|
||||||
# org-roam-ui
|
|
||||||
#] ++ lpkgs.packagesForBinaries));
|
|
||||||
in
|
in
|
||||||
{
|
{
|
||||||
services.emacs = {
|
services.emacs = {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user