From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!.POSTED!not-for-mail From: J191 Newsgroups: gmane.emacs.help Subject: Re: How to always start emacs with Relative Line Numbers turned on by default Date: Thu, 23 Aug 2018 11:22:04 -0700 (PDT) Message-ID: References: <3e39f2d5-8a01-4d95-b38d-bcb6d777fe28@googlegroups.com> NNTP-Posting-Host: blaine.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset="UTF-8" X-Trace: blaine.gmane.org 1535048600 3463 195.159.176.226 (23 Aug 2018 18:23:20 GMT) X-Complaints-To: usenet@blaine.gmane.org NNTP-Posting-Date: Thu, 23 Aug 2018 18:23:20 +0000 (UTC) Injection-Date: Thu, 23 Aug 2018 18:22:04 +0000 User-Agent: G2/1.0 To: help-gnu-emacs@gnu.org Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Aug 23 20:23:16 2018 Return-path: Envelope-to: geh-help-gnu-emacs@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by blaine.gmane.org with esmtp (Exim 4.84_2) (envelope-from ) id 1fsuGK-0000pm-3H for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Aug 2018 20:23:16 +0200 Original-Received: from localhost ([::1]:38351 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1fsuIQ-0005AL-J6 for geh-help-gnu-emacs@m.gmane.org; Thu, 23 Aug 2018 14:25:26 -0400 X-Received: by 2002:a37:18d8:: with SMTP id 85-v6mr16091763qky.47.1535048525016; Thu, 23 Aug 2018 11:22:05 -0700 (PDT) X-Received: by 2002:ac8:35e8:: with SMTP id l37-v6mr149253qtb.6.1535048524704; Thu, 23 Aug 2018 11:22:04 -0700 (PDT) Original-Path: usenet.stanford.edu!z10-v6no1062191qtb.0!news-out.google.com!i36-v6ni473qti.0!nntp.google.com!z10-v6no1062190qtb.0!postnews.google.com!glegroupsg2000goo.googlegroups.com!not-for-mail Original-Newsgroups: gnu.emacs.help In-Reply-To: Complaints-To: groups-abuse@google.com Original-Injection-Info: glegroupsg2000goo.googlegroups.com; posting-host=86.98.107.151; posting-account=ljoAGgoAAAAkz6_SBYuEugXufNJmL2BB Original-NNTP-Posting-Host: 86.98.107.151 Original-Xref: usenet.stanford.edu gnu.emacs.help:223597 X-BeenThere: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.21 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: "help-gnu-emacs" Xref: news.gmane.org gmane.emacs.help:117722 Archived-At: On Thursday, August 23, 2018 at 9:34:08 PM UTC+4, Eli Zaretskii wrote: > > Date: Thu, 23 Aug 2018 09:39:37 -0700 (PDT) > > From: J191 > > > > In Emacs 26.x, How do I get Emacs to start with Relative Line Numbers turned on by default ? > > Like this: > > (setq-default display-line-numbers 'relative) Thank you