66bfff019c
mic-paren is an extension and replacement to the packages paren and stig-paren for Emacs. When mic-paren is active Emacs normal parenthesis matching is deactivated. Instead parenthesis matching will be performed as soon as the cursor is positioned at a parenthesis. The matching parenthesis (or the entire expression between the parentheses) is highlighted until the cursor is moved away from the parenthesis.
9 lines
295 B
Text
9 lines
295 B
Text
===========================================================================
|
|
$NetBSD: MESSAGE,v 1.1 2020/01/22 00:11:01 pho Exp $
|
|
|
|
Add the following lines to your .emacs file:
|
|
|
|
(require 'mic-paren)
|
|
(paren-activate)
|
|
|
|
===========================================================================
|