A RetroSearch Logo

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

Search Query:

Showing content from https://github.com/sabof/magic-buffer below:

sabof/magic-buffer: An executable cookbook for emacse's display engine

An executable cookbook, on how to (ab)use emacse's display engine. Feel free to add sections, or suggest improvements.

You can add the following snippet to your .emacs. It will download and install the latest version of magic-buffer on its firsts run.

(defun magic-buffer ()
  (interactive)
  (let (( file-name
          (concat temporary-file-directory
                  "magic-buffer.el"))
        ( try-downloading
          (lambda ()
            (url-copy-file
             "https://raw.githubusercontent.com/sabof/magic-buffer/master/magic-buffer.el"
             file-name t)
            (require 'magic-buffer file-name))))
    (condition-case nil
        (funcall try-downloading)
      (error (funcall try-downloading))))
  (magic-buffer))

then


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