From mboxrd@z Thu Jan 1 00:00:00 1970 From: Robert Miesen Subject: Re: highlight tip in emacs Date: Sun, 17 Aug 2008 13:29:48 -0700 Message-ID: <48A88A3C.1010101@yahoo.com> References: <4edb04d40808122027w7e6e163dqc6d69ae498b43090@mail.gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: Received: from mailman by lists.gnu.org with tmda-scanned (Exim 4.43) id 1KUot7-0006Jc-9s for emacs-orgmode@gnu.org; Sun, 17 Aug 2008 16:30:09 -0400 Received: from exim by lists.gnu.org with spam-scanned (Exim 4.43) id 1KUot5-0006J4-Qn for emacs-orgmode@gnu.org; Sun, 17 Aug 2008 16:30:08 -0400 Received: from [199.232.76.173] (port=56768 helo=monty-python.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1KUot5-0006Ix-Hp for emacs-orgmode@gnu.org; Sun, 17 Aug 2008 16:30:07 -0400 Received: from smtp105.prem.mail.sp1.yahoo.com ([98.136.44.60]:31276) by monty-python.gnu.org with smtp (Exim 4.60) (envelope-from ) id 1KUot4-00044k-8O for emacs-orgmode@gnu.org; Sun, 17 Aug 2008 16:30:07 -0400 In-Reply-To: <4edb04d40808122027w7e6e163dqc6d69ae498b43090@mail.gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Memnon Anon Cc: emacs-orgmode@gnu.org Hay, thanks. This is exactly what I needed! Memnon Anon wrote: > Hi! > > I have this setting in my .emacs. Highlights the line point is in. > These colors are nice for a black background imo. > For a nice color for a light background, ask google ;) > > ;;;;;;;;;;;;;; Misc Settings > ;; > ;; Line containing point is decently highlighted > (global-hl-line-mode 1) > (set-face-background 'hl-line "#330") > ;; other nice background colors: #222, #111 > > > memnon > > P.S.: This setting turns highlighting on all the time. > But this setting is very unobtrusive imo > (for a black background and under X!)