Fixed notifications
This commit is contained in:
parent
d360ba4ff8
commit
bf707a3acb
1 changed files with 2 additions and 2 deletions
|
|
@ -28,8 +28,8 @@
|
||||||
# Package is optional, defaults to pkgs.emacs
|
# Package is optional, defaults to pkgs.emacs
|
||||||
package =
|
package =
|
||||||
if x11
|
if x11
|
||||||
then pkgs.emacs-unstable
|
then pkgs.emacs30
|
||||||
else pkgs.emacs-unstable-pgtk;
|
else pkgs.emacs30-pgtk;
|
||||||
|
|
||||||
# By default emacsWithPackagesFromUsePackage will only pull in
|
# By default emacsWithPackagesFromUsePackage will only pull in
|
||||||
# packages with `:ensure`, `:ensure t` or `:ensure <package name>`.
|
# packages with `:ensure`, `:ensure t` or `:ensure <package name>`.
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue