From mboxrd@z Thu Jan 1 00:00:00 1970 From: Bastien Subject: Re: Prose with markup needs more line spacing [legibility 5/6] Date: Mon, 10 Feb 2020 08:07:31 +0100 Message-ID: <87o8u6apjg.fsf@gnu.org> References: Mime-Version: 1.0 Content-Type: text/plain Return-path: Received: from eggs.gnu.org ([2001:470:142:3::10]:58949) by lists.gnu.org with esmtp (Exim 4.90_1) (envelope-from ) id 1j13AN-0003Ll-O5 for emacs-orgmode@gnu.org; Mon, 10 Feb 2020 02:07:36 -0500 In-Reply-To: (Texas Cyberthal's message of "Tue, 4 Feb 2020 12:10:13 +0800") List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane-mx.org@gnu.org Sender: "Emacs-orgmode" To: Texas Cyberthal Cc: "emacs-orgmode@gnu.org" Texas Cyberthal writes: > #+begin_src elisp > ;; prose with markup needs more line spacing > (defun leo-space-lines () > (setq line-spacing 0.175)) > (add-hook 'org-mode-hook 'leo-space-lines) > #+end_src This can definitely be part of the Emacs theme you can write to target prose writers. -- Bastien