Skip to content

Commit

Permalink
started with literate programming
Browse files Browse the repository at this point in the history
  • Loading branch information
NWS99 committed Jan 15, 2024
1 parent 057387e commit 90f25f0
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Notes.org
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,11 @@
** [[https:www.gnu.org/software/emacs/documentation.html][GNU Emacs - Documentation]]
* Fundamentals
** Org-Mode
*** Litterate Programming
#+BEGIN_SRC python
print("hello")
#+END_SRC
*** org-babel-tangle
** Distributions
*** Doom Emacs
*** Spacemacs
Expand Down
7 changes: 7 additions & 0 deletions shell.nix
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
{ pkgs ? import <nixpkgs> {} }:
pkgs.mkShell {
nativeBuildInputs = with pkgs.buildPackages;
[
python310
];
}

0 comments on commit 90f25f0

Please sign in to comment.