chore(org-mode): switch to built-in org-mode

The upstream org-mode package seems to have changes on a daily basis,
and org-mode is one of the slowest packages to install. This should
avoid those long wait times.
This commit is contained in:
2021-01-15 01:30:03 +00:00
parent bfb79e66e0
commit 7a2fbb88d4
2 changed files with 1 additions and 1 deletions

View File

@@ -13,6 +13,7 @@
(require 'siren-smartparens)
(use-package org
:straight (:type built-in)
:bind
(:map org-mode-map
("C-j" . org-return-indent)