Emacs: Use built-in org-mode.

This commit is contained in:
tastytea 2020-05-05 15:03:45 +02:00
parent b927b12d99
commit ccdf01ac10
1 changed files with 2 additions and 1 deletions

View File

@ -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.