Fix undesired literate-elisp-load ing of block

This commit is contained in:
contrapunctus 2022-01-17 11:29:30 +05:30
parent b9fd71965c
commit d65bd41cac
1 changed files with 1 additions and 5 deletions

View File

@ -133,11 +133,7 @@ NAME is the name of the process and its buffer."
#+END_SRC
** Startup programs :disabled:
:PROPERTIES:
:literate-load: no
:tangle: no
:END:
#+BEGIN_SRC emacs-lisp
#+BEGIN_SRC emacs-lisp :load no :tangle no
(my-start-process (expand-file-name "~/bin/kmonad") "kmonad" (expand-file-name "~/kmonad-tvs.kbd"))
(my-start-process (expand-file-name "~/bin/kmonad") "kmonad" (expand-file-name "~/kmonad-legion.kbd"))
(my-start-process "transmission-gtk")