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

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

Re: Whitespace-mode configuration or alternative


From: Alex Kost
Subject: Re: Whitespace-mode configuration or alternative
Date: Mon, 06 Feb 2017 22:22:44 +0300
User-agent: Gnus/5.13 (Gnus v5.13) Emacs/25.1 (gnu/linux)

Thierry Leurent (2017-02-06 15:18 +0100) wrote:

> Hello,
>
> I'm not a lisp developer but I'm trying to configure Emacs as a multi purpose 
> editor like Atom, Notepad++, ....
>
> In my code, I like to put a comment at the end of a line, for example :
> (load-file "~/.emacs.d/A-GPFunctions.el")   ; Load some custom elisp fuctions.
> (load-file "~/.emacs.d/A-PLoader.el")            ; Load some usefull packages.
> To have a something as sexy as possible, I like align my comments by section.
>
> With whitespace-mode, this lines are highlighted. I don't like this.
> How can I change it ?

You probably want to set 'whitespace-line-column' variable to a bigger
value.  Also there is 'whitespace-style' variable that allows you to
control different aspects of whitespace-mode.

-- 
Alex



reply via email to

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