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

Re: [emacs-w3m/emacs-w3m] New MELPA version (20190225.443) is broken (#20)



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:

;; 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, view it on GitHub, or mute the thread.