Sign inSign up

ugeek/emacs

By ugeek

Updated almost 7 years ago

Emacs 26.3

Image
0

1.1K

ugeek/emacs repository overview

Emacs 26.3 (Ubuntu 19.10)

#!/bin/bash
set -e

docker run --rm \
	-u $(id -u):$(id -g) \
	-v /tmp/.X11-unix:/tmp/.X11-unix:ro \
	-v /dev/snd:/dev/snd \
	-v "$HOME:$HOME" \
	-w "$HOME" \
	-e DISPLAY="unix$DISPLAY" \
	-e HOME \
	$(find /dev/snd/ -type c | sed 's/^/--device /') \
	ugeek/emacs "$@"

Tag summary

Content type

Image

Digest

Size

102.8 MB

Last updated

almost 7 years ago

docker pull ugeek/emacs