Merge pull request #107396 from pallix/fix-typo-comment-emacs-packages

Fix small typo in a comment of emacs-packages

authored by adisbladis and committed by GitHub 51df49e2 d39e2981

+1 -1
+1 -1
pkgs/top-level/emacs-packages.nix
··· 4 # 5 # Recommended: simply use `emacsWithPackages` with the packages you want. 6 # 7 - # Alterative: use `emacs`, install everything to a system or user profile 8 # and then add this at the start your `init.el`: 9 /* 10 (require 'package)
··· 4 # 5 # Recommended: simply use `emacsWithPackages` with the packages you want. 6 # 7 + # Alternative: use `emacs`, install everything to a system or user profile 8 # and then add this at the start your `init.el`: 9 /* 10 (require 'package)