Skip to content

Ikuyu/emacs-teletext-nos

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

28 Commits
 
 
 
 
 
 
 
 

Repository files navigation

emacs-teletext-nos

Read NOS Teletext pages in Emacs.

Requirements

Installation

Add the teletext-nos package to your Emacs config. Use Quelpa until it’s available on Melpa.

(use-package teletext-nos
  :defer t
  :init (require 'teletext-nos)
  :quelpa (teletext-nos
           :fetcher github
           :repo "Ikuyu/emacs-teletext-nos"))

Usage

Within Emacs type M-x teletext [ENTER]. Use the left mouse button to click on the word NOS or set a key globally like this:

(global-set-key (kbd "C-c e t") (lambda ()
                                  (interactive)
                                  (teletext)
                                  (face-remap-add-relative 'default :foreground "#ffffff":background "#000000")
                                  (teletext-select-network "NOS")))

About

Read NOS Teletext pages in Emacs

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published