help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

always latest Emacs (was: Re: typing slows down dramatically when typing


From: Emanuel Berg
Subject: always latest Emacs (was: Re: typing slows down dramatically when typing digits in emails)
Date: Thu, 22 Dec 2022 05:45:44 +0100
User-agent: Gnus/5.13 (Gnus v5.13)

>> Which version of Emacs is that?
>
> We should have a Gnus posting style that inserts the Emacs
> version last ...

To automate even further, take a look at this for my
#2 favorite program, mpv.

Can you do something similar with Emacs?

Because this version thing is passé anyway ... there should be
only one version, the latest, which everyone should
have by definition.

#! /bin/zsh
#
# this file:
#   https://dataswamp.org/~incal/conf/.zsh/mpv-install
#
# commands:
#   https://fostips.com/install-mpv-media-player-debian/

mpv-install-setup () {
    sudo apt install apt-transport-https

    local key=uvt_key.gpg
    local url=https://non-gnu.uvt.nl/debian/$key
    curl $url --output $key
    sudo mv $key /etc/apt/trusted.gpg.d

    sudo sh -c 'echo "deb https://non-gnu.uvt.nl/debian $(lsb_release -sc) uvt" 
>> /etc/apt/sources.list.d/non-gnu-uvt.list'
    sudo apt update
}

mpv-install () {
    sudo apt install -t "o=UvT" mpv
}

-- 
underground experts united
https://dataswamp.org/~incal




reply via email to

[Prev in Thread] Current Thread [Next in Thread]