Running emacs in a docker container

后端 未结 3 1338
余生分开走
余生分开走 2021-02-05 05:23

I\'m using a Mac and want to run emacs in my docker container. Is there a preferred way to solve this? In my flow I get stuc because the DISPLAY/TERM aren\'t set



        
3条回答
  •  死守一世寂寞
    2021-02-05 06:02

    As Adrian Mouat mentioned in his comment, just do:

    export TERM=xterm
    

    and you'll be able to run emacs (note, though, that you'll always have to double-enter C-p to move to previous line, because Docker).

提交回复
热议问题