From c47e76dcb93bff269f2ae51d25d9c484c26fc8d5 Mon Sep 17 00:00:00 2001 From: Christopher James Hayward Date: Sat, 6 Mar 2021 09:09:45 -0500 Subject: [PATCH] Load latest org mode --- modules/core.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modules/core.org b/modules/core.org index 6aaba0a..0606168 100644 --- a/modules/core.org +++ b/modules/core.org @@ -19,6 +19,12 @@ Minimal configuration to make Emacs usable for my own personal workflow. This do *Org mode*[fn:4] is one of the hallmark features of Emacs, and provides the basis for my *Literate Programming*[fn:5] platform. It's essentially a markdown language with rich features for project management, scheduling, development, and writing. It's hard to convey everything within its capabilities. ++ Force *straight.el*[fn:2] to ignore the local version of *Org*[fn:4] + +#+begin_src emacs-lisp +(straight-use-package '(org :local-repo nil)) +#+end_src + + Setup ~shell~ and ~emacs-lisp~ as *Babel Languages*[fn:6] + Configure *Structure Templates*[fn:7] for both languages