Change inline literal to inline code

This commit is contained in:
Evie Litherland-Smith 2024-01-16 08:23:26 +00:00
parent 24d4a4926c
commit 9a2e49305c

View file

@ -5,7 +5,7 @@
#+property: header-args:emacs-lisp :tangle yes :mkdirp yes :results output silent
* Setup
Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia/nixos/src/branch/main/home/emacs.nix][NixOS config]], otherwise add =(org-babel-load-file "~/.emacs/README.org")= to init file.
Loading this file is handled automatically on my [[https://git.xenia.me.uk/xenia/nixos/src/branch/main/home/emacs.nix][NixOS config]], otherwise add ~(org-babel-load-file "~/.emacs/README.org")~ to init file.
* Common defaults
#+begin_src emacs-lisp :results output silent