I tried with the following steps:
~/.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.