Submitted originally by: tyler.bubin
Can I use my emacs (or another text editor) in Domino? What do I need to do to set up my favorite editor?
Submitted originally by: tyler.bubin
Can I use my emacs (or another text editor) in Domino? What do I need to do to set up my favorite editor?
Comments
1 comment
RUN sudo apt-get install emacs -y
More detailed instructions:
1. Choose a compute environment you have permission to edit and click Edit Definition
2. Go to the Dockerfile Instructions section and enter the line RUN sudo apt-get install emacs -y
3. Save and click build. Make sure it builds successfully.
4. Try it out in the terminal of a jupyter of jupyterlab session.
Comment below with questions or suggestions, or email us at support@dominodatalab.com if you need a hand.
Submitted by: katie.shakman
Please sign in to leave a comment.