prop-menu package not showing up in emacs list-packages

Viewed 17

I am trying to install the prop-menu package for emacs (on WSL2) and here's my init.el :

(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/"))
(add-to-list 'package-archives '("nongnu" . "https://elpa.nongnu.org/nongnu/"))

However, when I run the M-x package-list-packages command in the emacs GUI, I am not able to see the package listed :

enter image description here

0 Answers
Related