From ccdf01ac1097e7e25ca86ab3ae56724a6795fc90 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 5 May 2020 15:03:45 +0200 Subject: [PATCH] Emacs: Use built-in org-mode. --- init.d/text/misc.el | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/init.d/text/misc.el b/init.d/text/misc.el index 30d7426..87f08a2 100644 --- a/init.d/text/misc.el +++ b/init.d/text/misc.el @@ -1,6 +1,6 @@ ;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*- -;; Time-stamp: <2020-05-04T20:42:50+0200> +;; Time-stamp: <2020-05-05T15:03:35+0200> ;;; Commentary: @@ -108,6 +108,7 @@ ;; Document editing, formatting, and organizing mode. (use-package org + :ensure nil ; Use built-in version. :defines (org-default-notes-file) :commands (org-mode) :custom ((org-support-shift-select t) ; Make shift behave normally on text.