Emacs: Use built-in org-mode.
This commit is contained in:
parent
b927b12d99
commit
ccdf01ac10
|
@ -1,6 +1,6 @@
|
||||||
;;; misc.el --- Miscellaneous file formats. -*- lexical-binding: t; -*-
|
;;; 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:
|
;;; Commentary:
|
||||||
|
|
||||||
|
@ -108,6 +108,7 @@
|
||||||
|
|
||||||
;; Document editing, formatting, and organizing mode.
|
;; Document editing, formatting, and organizing mode.
|
||||||
(use-package org
|
(use-package org
|
||||||
|
:ensure nil ; Use built-in version.
|
||||||
:defines (org-default-notes-file)
|
:defines (org-default-notes-file)
|
||||||
:commands (org-mode)
|
:commands (org-mode)
|
||||||
:custom ((org-support-shift-select t) ; Make shift behave normally on text.
|
:custom ((org-support-shift-select t) ; Make shift behave normally on text.
|
||||||
|
|
Loading…
Reference in New Issue
Block a user