A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://github.com/dimitri/el-get/wiki/Installation-on-Windows below:

Installation on Windows · dimitri/el-get Wiki · GitHub

The lisp snippets for installing el-get download the full el-get installer via https, eg the "lazy installer":

;; So the idea is that you copy/paste this code into your *scratch* buffer,
;; hit C-j, and you have a working el-get.
(url-retrieve
 "https://raw.githubusercontent.com/dimitri/el-get/master/el-get-install.el"
 (lambda (s)
   (goto-char (point-max))
   (eval-print-last-sexp)))

but the GNU Emacs releases for versions 25 and below don't support https out of the box on Windows. As of Emacs 26, the official GNU release does include the gnutls dlls (unless you choose the no-deps zip file), so the extra steps below are no longer needed. As mentioned here, the needed dlls can be retrieved from http://sourceforge.net/projects/ezwinports/files/.


RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.4