Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

show actual org filename in config #73

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
7 changes: 6 additions & 1 deletion Emacs.org
Original file line number Diff line number Diff line change
Expand Up @@ -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 <<config-file()>>. 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!
Expand Down