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

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

Re: v. 29.1.1 | Missing syntax colouring option


From: Emanuel Berg
Subject: Re: v. 29.1.1 | Missing syntax colouring option
Date: Thu, 10 Aug 2023 22:24:41 +0200
User-agent: Gnus/5.13 (Gnus v5.13)

Jens Schmidt via Users list for the GNU Emacs text editor wrote:

> There is a PowerShell Emacs major mode including syntax
> highlighting on MELPA [...] However MELPA is not in the list
> of default package archives, so some extra work is needed to
> get that going.

Eval this:

(cl-pushnew
 '("melpa" . "https://melpa.org/packages/";)
  package-archives :test #'equal)

Then do M-x list-packages RET

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




reply via email to

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