From f284a6d534fb0be9f553ddd2d941a002591b2a05 Mon Sep 17 00:00:00 2001 From: Evie Litherland-Smith Date: Mon, 11 Dec 2023 12:19:43 +0000 Subject: [PATCH] Add org-babel-load-file instructions --- README.org | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.org b/README.org index 9ec4e81..ec76a58 100644 --- a/README.org +++ b/README.org @@ -4,6 +4,9 @@ #+FILETAGS: :emacs:config:org: #+PROPERTY: header-args:emacs-lisp :tangle yes :mkdirp yes :results output silent +* Setup +Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia/nixos/src/branch/main/home/emacs.nix][NixOS config]], otherwise add src_emacs-lisp[:tangle no]{(org-babel-load-file "~/Projects/emacs/README.org")} to init file. + * Common defaults #+BEGIN_SRC emacs-lisp :results output silent (setq custom-file (locate-user-emacs-file "custom.el"))