pkmoore / strace-mode

Emacs mode for strace

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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)

About

Emacs mode for strace

License:GNU General Public License v3.0


Languages

Language:Emacs Lisp 100.0%