Changeset - 04c586a11e07
[Not reviewed]
0 1 0
Lance Edgar - 4 months ago 2024-07-03 14:18:29
lance@edbob.org
fix: install non-dfsg package for emacs

for sake of tramp info manual

cf. https://www.reddit.com/r/emacs/comments/d6r3dt/comment/f0vujx6/
1 file changed with 4 insertions and 1 deletions:
0 comments (0 inline, 0 general) First comment
rattail_fabric2/apt.py
Show inline comments
 
@@ -112,4 +112,7 @@ def install_emacs(c):
 
        if ubuntu_version and ubuntu_version < 16:
 
            emacs = 'emacs23-nox'
 

	
 
    install(c, emacs, 'emacs-goodies-el')
 
    install(c, emacs,
 
            'emacs-common-non-dfsg', # nb. includes tramp manual
 
            'emacs-goodies-el',
 
            )
0 comments (0 inline, 0 general) First comment
You need to be logged in to comment. Login now