Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/pkmoore/strace-mode

Emacs mode for strace
https://github.com/pkmoore/strace-mode

Last synced: 2 months ago
JSON representation

Emacs mode for strace

Awesome Lists containing this project

README

        

# strace-mode

This package provides a major mode with highlighting for output
from `strace`. By default, file names ending in `.strace` will
enable this mode.

## Installation

### From melpa

Use `package-install` to install strace-mode.

### Manual

Put `strace-mode.el` in your emacs's `load-path`, then add this
line to your init file:

```el
(require 'strace-mode)
```