diff options
| author | noa@gaiwan.org | 2024-06-23 10:00:06 +0000 | 
|---|---|---|
| committer | noa@gaiwan.org | 2024-06-23 10:00:06 +0000 | 
| commit | e6ba6a344144d26f43fd2d2cc60c5e2196d4b4fb (patch) | |
| tree | ccc44c290985158afc50f93f65b174dc0b4f0842 | |
| parent | a3e1bd51dabb86c9fd6805db5a32ff6c9911d460 (diff) | |
Add information on inserting source blocks into org files
| -rw-r--r-- | config.org | 1 | 
1 files changed, 1 insertions, 0 deletions
| @@ -31,6 +31,7 @@ For this initial test, my configuration fails on both counts.  All i've done is  #+end_src  * Configuration +I can easily insert new source blocks with ~C-c C-,~.  #+begin_src elisp    ;;; init.el --- my emacs configuration  -*- lexical-binding: t; -*- | 
