From cfb055dab71044429e6a3fb1500e93b68ddf2bdc Mon Sep 17 00:00:00 2001 From: Oliver Epper Date: Sun, 12 Dec 2021 13:11:17 +0100 Subject: [PATCH] show actual org filename in config --- Emacs.org | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/Emacs.org b/Emacs.org index 0f27905..b96d410 100644 --- a/Emacs.org +++ b/Emacs.org @@ -9,9 +9,14 @@ This is the configuration we've been building in the *Emacs From Scratch* series The following variables are used to tweak some of the configuration pieces for use in the live streams so you might need to adjust them for your local machine if you try to use this configuration directly. +#+NAME: config-file +#+begin_src emacs-lisp :tangle no :eval (setq org-confirm-babel-evaluate nil) :results values + (eval buffer-file-name) +#+end_src + #+begin_src emacs-lisp - ;; NOTE: init.el is now generated from Emacs.org. Please edit that file + ;; NOTE: init.el is now generated from <>. Please edit that file ;; in Emacs and init.el will be generated automatically! ;; You will most likely need to adjust this font size for your system!