[emacs-w3m:13274] Re: [emacs-w3m/emacs-w3m] New MELPA version (20190225.443) is broken (#20)
Danny Yue <[email protected]>
| Newsgroups | gmane.emacs.w3m |
|---|---|
| Message-ID | <emacs-w3m/emacs-w3m/issues/20/[email protected]> |
I tried with the following steps:
1. Remove installed w3m.
2. Ensure `~/.emacs.d/elpa/w3m-xxx` is removed.
Emacs version:
```
GNU Emacs 26.1 (build 1, x86_64-pc-linux-gnu, GTK+ Version 3.22.30) of 2018-07-05
```
The following is my configuration:
```emacs-lisp
;; setup packages installed by MELPA
(require 'package)
(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t)
(add-to-list 'package-archives '("org" . "https://orgmode.org/elpa/") t)
(setq package-enable-at-startup nil)
(package-initialize)
(setq load-prefer-newer t)
(require 'use-package)
```
--
You are receiving this because you commented.
Reply to this email directly or view it on GitHub:
https://github.com/emacs-w3m/emacs-w3m/issues/20#issuecomment-467273002