Switched non tangled sections to also not output results

This commit is contained in:
2024-10-01 16:18:01 +01:00
parent 5ebdd91d33
commit 092bd235b6

View File

@@ -1277,7 +1277,7 @@ toggle option is necessary.
#+end_src #+end_src
** WAIT esup ** WAIT esup
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no :results none
:END: :END:
I used to be able to just use I used to be able to just use
[[file:elisp/profiler-dotemacs.el][profile-dotemacs.el]], when my [[file:elisp/profiler-dotemacs.el][profile-dotemacs.el]], when my
@@ -1299,7 +1299,7 @@ really need this in my config at all times. Enable when needed.
#+end_src #+end_src
** WAIT Hl-line ** WAIT Hl-line
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no :results none
:END: :END:
Highlights the current line. Highlights the current line.
@@ -2064,7 +2064,7 @@ thankfully.
#+end_src #+end_src
** WAIT Elfeed ** WAIT Elfeed
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no :results none
:END: :END:
Elfeed is the perfect RSS feed reader, integrated into Emacs Elfeed is the perfect RSS feed reader, integrated into Emacs
perfectly. I've got a set of feeds that I use for a large variety of perfectly. I've got a set of feeds that I use for a large variety of
@@ -2266,7 +2266,7 @@ or something, but very annoying as it's a break from standards!
#+end_src #+end_src
** WAIT gif-screencast ** WAIT gif-screencast
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no :results none
:END: :END:
Little application that uses =gifsicle= to make essentially videos of Little application that uses =gifsicle= to make essentially videos of
Emacs. Useful for demonstrating features. Emacs. Useful for demonstrating features.
@@ -3061,7 +3061,7 @@ time a clock out occurs.")
#+end_src #+end_src
** WAIT Org ref ** WAIT Org ref
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no :results none
:END: :END:
For bibliographic stuff in $\LaTeX$ export. For bibliographic stuff in $\LaTeX$ export.
@@ -3124,7 +3124,7 @@ Evil org for some nice bindings.
#+end_src #+end_src
** WAIT Org reveal ** WAIT Org reveal
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no :results none
:END: :END:
Org reveal allows one to export org files as HTML presentations via Org reveal allows one to export org files as HTML presentations via
reveal.js. Pretty nifty and it's easy to use. reveal.js. Pretty nifty and it's easy to use.
@@ -3245,7 +3245,7 @@ $(DEPDIR):
#+end_src #+end_src
** WAIT SQL ** WAIT SQL
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no :results none
:END: :END:
The default SQL package provides support for connecting to common The default SQL package provides support for connecting to common
database types (sqlite, mysql, etc) for auto completion and query database types (sqlite, mysql, etc) for auto completion and query
@@ -3260,7 +3260,7 @@ there.
#+end_src #+end_src
** WAIT Ada ** WAIT Ada
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no :results none
:END: :END:
Check out [[file:elisp/ada-mode.el][ada-mode]], my custom ~ada-mode~ Check out [[file:elisp/ada-mode.el][ada-mode]], my custom ~ada-mode~
that replaces the default one. This mode just colourises stuff, and that replaces the default one. This mode just colourises stuff, and
@@ -3463,7 +3463,7 @@ sometimes format their documentation as markdown, which
#+end_src #+end_src
** WAIT D ** WAIT D
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no :results none
:END: :END:
D is a systems level programming language with C-style syntax. I D is a systems level programming language with C-style syntax. I
think it has some interesting ideas such as a toggleable garbage think it has some interesting ideas such as a toggleable garbage
@@ -3481,7 +3481,7 @@ execution of d-mode blocks and alias ~D-mode~ with ~d-mode~.
#+end_src #+end_src
** WAIT Rust ** WAIT Rust
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no :results none
:END: :END:
Rust is the systems programming language that also does web stuff and Rust is the systems programming language that also does web stuff and
CLI programs and basically tries to be a jack of all trades. It's got CLI programs and basically tries to be a jack of all trades. It's got
@@ -3506,7 +3506,7 @@ must learn it, right?
#+end_src #+end_src
** WAIT Racket ** WAIT Racket
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no :results none
:END: :END:
A scheme with lots of stuff inside it. Using it for a language design A scheme with lots of stuff inside it. Using it for a language design
book so it's useful to have some Emacs binds for it. book so it's useful to have some Emacs binds for it.
@@ -3519,7 +3519,7 @@ book so it's useful to have some Emacs binds for it.
:display :display
("\\*Racket REPL*" ("\\*Racket REPL*"
(display-buffer-at-bottom) (display-buffer-at-bottom)
(window-height . 0.25)) (window-height . 0.3))
:init :init
(setq racket-documentation-search-location 'local) (setq racket-documentation-search-location 'local)
:general :general
@@ -3542,7 +3542,7 @@ book so it's useful to have some Emacs binds for it.
#+end_src #+end_src
** WAIT CSharp ** WAIT CSharp
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no :results none
:END: :END:
Haven't used C# in a while, but Emacs is alright for it with Haven't used C# in a while, but Emacs is alright for it with
omnisharp. omnisharp.
@@ -3553,7 +3553,7 @@ omnisharp.
#+end_src #+end_src
** WAIT Java ** WAIT Java
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no :results none
:END: :END:
I kinda dislike Java, but if necessary I will code in it. Just setup I kinda dislike Java, but if necessary I will code in it. Just setup
a style and some pretty symbols. You can use LSP to get cooler a style and some pretty symbols. You can use LSP to get cooler
@@ -3593,7 +3593,7 @@ features to be fair.
#+end_src #+end_src
** WAIT Haskell ** WAIT Haskell
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no :results none
:END: :END:
Haskell is a static lazy functional programming language (what a Haskell is a static lazy functional programming language (what a
mouthful). It's quite a beautiful language and really learning it will mouthful). It's quite a beautiful language and really learning it will
@@ -3789,7 +3789,7 @@ typing. It's nice because it adds nice auto completion.
#+end_src #+end_src
** WAIT Scheme ** WAIT Scheme
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no :results none
:END: :END:
Another Lisp but simpler than the rest. A beauty of engineering and Another Lisp but simpler than the rest. A beauty of engineering and
fun to write programs in. fun to write programs in.
@@ -3811,7 +3811,10 @@ fun to write programs in.
"sr" #'scheme-send-region "sr" #'scheme-send-region
"e" #'scheme-send-last-sexp)) "e" #'scheme-send-last-sexp))
#+end_src #+end_src
** Ocaml ** WAIT Ocaml
:PROPERTIES:
:header-args:emacs-lisp: :tangle no :results none
:END:
*** Ocaml Setup *** Ocaml Setup
Firstly, install ~opam~ and ~ocaml~. Then run the following script: Firstly, install ~opam~ and ~ocaml~. Then run the following script:
#+begin_src sh #+begin_src sh
@@ -3869,7 +3872,10 @@ Common Lisp is a dialect of Lisp, the most /common/ one around. Emacs
comes with builtin Lisp support, of course, and it's really good in comes with builtin Lisp support, of course, and it's really good in
comparison to literally everything else. However, I wish it had a comparison to literally everything else. However, I wish it had a
better REPL... better REPL...
*** Sly *** WAIT Sly
:PROPERTIES:
:header-args:emacs-lisp: :tangle no :results none
:END:
Enter /SLY/. Sly is a fork of /SLIME/ and is *mandatory* for lisp Enter /SLY/. Sly is a fork of /SLIME/ and is *mandatory* for lisp
development on Emacs. development on Emacs.
@@ -3888,7 +3894,7 @@ Here I just setup Sly to use ~sbcl~.
(window-height . 0.5)) (window-height . 0.5))
("\\*sly-" ("\\*sly-"
(display-buffer-at-bottom) (display-buffer-at-bottom)
(window-height . 0.25)) (window-height . 0.3))
:config :config
(evil-set-initial-state 'sly-db-mode 'normal) (evil-set-initial-state 'sly-db-mode 'normal)
(with-eval-after-load "org" (with-eval-after-load "org"
@@ -3975,7 +3981,10 @@ Here I just setup Sly to use ~sbcl~.
:keymaps 'sly-inspector-mode-map :keymaps 'sly-inspector-mode-map
"q" #'sly-inspector-quit)) "q" #'sly-inspector-quit))
#+end_src #+end_src
*** Sly-ASDF *** WAIT Sly-ASDF
:PROPERTIES:
:header-args:emacs-lisp: :tangle no :results none
:END:
ASDF is the package declaration system that _most_ Common Lisp ASDF is the package declaration system that _most_ Common Lisp
programmers use. Here's a package which integrates some stuff into programmers use. Here's a package which integrates some stuff into
SLY for ASDF. SLY for ASDF.
@@ -4024,7 +4033,7 @@ Ligatures and bindings for (Emacs) Lisp. Pretty self declarative.
#+end_src #+end_src
*** WIP Hydra like Lispy *** WIP Hydra like Lispy
:PROPERTIES: :PROPERTIES:
:header-args:emacs-lisp: :tangle no :header-args:emacs-lisp: :tangle no :results none
:END: :END:
A [[*Hydra][Hydra]] which uses the ~Lispy~ package (by A [[*Hydra][Hydra]] which uses the ~Lispy~ package (by
abo-abo) to create a set of motions that allow movement around a lisp abo-abo) to create a set of motions that allow movement around a lisp