From 2051347e72e1cb719770edbe4b9252afbae520f7 Mon Sep 17 00:00:00 2001 From: Daniel Borchmann Date: Mon, 11 May 2020 19:14:28 +0200 Subject: [PATCH] Pin Org Mode version to stable --- init.el | 1 + 1 file changed, 1 insertion(+) diff --git a/init.el b/init.el index 26129b8..d28b2ef 100644 --- a/init.el +++ b/init.el @@ -715,6 +715,7 @@ With given ARG, display files in `db/important-document-path’." db/org-rfc-open)) (use-package org + :pin "gnu" :commands (org-store-link) :bind (:map org-mode-map ([remap org-return] . org-return-indent))