Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit 916d38b

Browse files
author
Kaushal.Modi
committed
feat: Update Emacs to version 28.1
Fixes #782.
1 parent 9289b69 commit 916d38b

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

Dockerfile

+2-1
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
3535
update-locale en_US.UTF-8 && \
3636
add-apt-repository -y ppa:ondrej/php && \
3737
add-apt-repository -y ppa:git-core/ppa && \
38+
add-apt-repository -y ppa:kelleyk/emacs && \
3839
apt-get -y update && \
3940
apt-get install -y --no-install-recommends \
4041
advancecomp \
@@ -47,7 +48,7 @@ RUN export DEBIAN_FRONTEND=noninteractive && \
4748
cmake \
4849
doxygen \
4950
elixir \
50-
emacs-nox \
51+
emacs28-nox \
5152
expect \
5253
file \
5354
fontconfig \

included_software.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ The specific patch versions included will depend on when the image was last buil
2727
* Java
2828
* 8 (default)
2929
* Emacs
30-
* 26.3 (default)
30+
* 28.1 (default)
3131
* Erlang
3232
* 22.2 (default)
3333
* Elixir

0 commit comments

Comments
 (0)