From 90ec35910ca54741704913deb8aeeb6bbaa0c377 Mon Sep 17 00:00:00 2001 From: marc Date: Sat, 2 Nov 2019 13:14:38 +0100 Subject: [PATCH] removed name tag in first code block --- init.org | 1 - 1 file changed, 1 deletion(-) diff --git a/init.org b/init.org index 3f2582e..fb03ef2 100644 --- a/init.org +++ b/init.org @@ -8,7 +8,6 @@ * First start When pulling the repository the first time, an initial init.el needs to be setup. After start it will replace itself with the configuration from init.org -#+NAME: init.el #+BEGIN_SRC emacs-lisp :tangle no (require 'org') (find-file (concat user-emacs-directory "init.org"))