help-gnu-emacs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: How to use Emacs-lisp without editing .emacs file?


From: Teemu Likonen
Subject: Re: How to use Emacs-lisp without editing .emacs file?
Date: Sat, 06 Feb 2010 09:21:27 +0200
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/23.1 (gnu/linux)

* 2010-02-05 12:29 (-0800), sayeo wrote:

> How would I enter emacs-lisp such as 

> ;; highlight brackets
> (require 'paren)
> (show-paren-mode 1)

That "require" command is not needed. Emacs will load paren.el
automatically when you call show-paren-mode function.


reply via email to

[Prev in Thread] Current Thread [Next in Thread]