modus-themes

(★ 897)

Highly accessible themes for GNU Emacs, conforming with the highest standard for colour contrast between background and foreground values (WCAG AAA).

File Explorer

  • .dir-locals.el
  • .gitignore
  • CHANGELOG.org
  • COPYING
  • modus-operandi-deuteranopia-theme.el
  • modus-operandi-theme.el
  • modus-operandi-tinted-theme.el
  • modus-operandi-tritanopia-theme.el
  • modus-themes.el
  • modus-vivendi-deuteranopia-theme.el
  • modus-vivendi-theme.el
  • modus-vivendi-tinted-theme.el
  • modus-vivendi-tritanopia-theme.el
  • README.md

# Use via CDN

jsDelivr

jsDelivr serves any public GitHub repository as a CDN with zero setup. Pick a version and a file to get a ready-to-paste link and snippet.

Command Glossary

Commands referenced in this DOCs, explained below.

🔍

bind

View Details ▼

Bash builtin to manage bash hotkeys and variables.

bind {{-p|-P}}

List all bound commands and their hotkeys:

bind -q {{command}}

Query a command for its hotkey:

bind -x '"{{key_sequence}}":{{command}}'

Bind a key:

// repository documentation