/strace-mode

Emacs mode for strace

Primary LanguageEmacs LispGNU General Public License v3.0GPL-3.0

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:

(require 'strace-mode)