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

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

Re: Defun Self Documentation


From: Joost Kremers
Subject: Re: Defun Self Documentation
Date: Thu, 05 Nov 2020 20:22:42 +0100
User-agent: mu4e 1.5.6; emacs 27.1.50

On Thu, Nov 05 2020, Christopher Dimech wrote:
> Don't people find it tough to immediately figure out which bracket closes
> what? 

That's what `show-paren-mode` is for. :-) You'll only really need it when
editing existing code, however. For writing code, you should use something that
keeps parentheses balanced (I use `paredit-mode' myself, but there are other
options), and when reading code, you should mostly ignore the parentheses and
focus on the indentation.

This comes to mind:

https://github.com/tarsius/paren-face/blob/master/parentheses.png

;-)

-- 
Joost Kremers
Life has its moments



reply via email to

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