aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHugo Hörnquist <hugo@lysator.liu.se>2022-08-05 16:01:39 +0200
committerHugo Hörnquist <hugo@lysator.liu.se>2022-08-05 16:01:39 +0200
commit7ad5ca8da0c58861c89bcdea479b8b8d7008ec91 (patch)
treedc182c08a9a374c8295719ba6f974382505135bd
parenttor 4 aug 2022 19:23:50 CEST (diff)
downloadwiki-public-7ad5ca8da0c58861c89bcdea479b8b8d7008ec91.tar.gz
wiki-public-7ad5ca8da0c58861c89bcdea479b8b8d7008ec91.tar.xz
fre 5 aug 2022 16:01:39 CEST
-rw-r--r--.vimwiki_tags4
-rw-r--r--Media.wiki9
-rw-r--r--automake.wiki4
-rw-r--r--emacs.wiki2
-rw-r--r--index.wiki4
-rw-r--r--systemd.wiki4
6 files changed, 24 insertions, 3 deletions
diff --git a/.vimwiki_tags b/.vimwiki_tags
index f3b08c3..e18710a 100644
--- a/.vimwiki_tags
+++ b/.vimwiki_tags
@@ -5,7 +5,7 @@
!_TAG_PROGRAM_NAME Vimwiki Tags
!_TAG_PROGRAM_URL https://github.com/vimwiki/vimwiki
!_TAG_PROGRAM_VERSION 2.5
-tidle Media.wiki 32;" vimwiki:Media\tMedia#tidle
-tilde Media.wiki 33;" vimwiki:Media\tMedia#tilde
+tidle Media.wiki 33;" vimwiki:Media\tMedia#tidle
+tilde Media.wiki 34;" vimwiki:Media\tMedia#tilde
todo Västgöta/webbsida.wiki 299;" vimwiki:Västgöta/webbsida\tVästgöta/webbsida#Kalender
todo Västgöta/webbsida.wiki 365;" vimwiki:Västgöta/webbsida\tVästgöta/webbsida#Veckbrev mailproxy
diff --git a/Media.wiki b/Media.wiki
index a952e93..e6ef140 100644
--- a/Media.wiki
+++ b/Media.wiki
@@ -25,6 +25,7 @@ Teolog
- [ ] The Foundation Trilogy av Isaav Asimov
- [ ] Processen - Kafka
- [ ] The Time Travaler's Wife
+- [ ] Hail Mary av Andry Weir
== Böcker (fackliga) ==
- [ ] "List Processing in Real Time on a Serial Computer" by Henry Baker
@@ -62,7 +63,13 @@ Teolog
- [X] Incredibles 2 :: Bra, men jag är inte 6 längre.
- [X] Juno - Om gravid tonåring
- [ ] Liar, Liar
-- [ ] Black Mirror
+- [.] Black Mirror
+ - [X] Season 1
+ - [ ] Season 2
+ - [ ] Season 3
+ - [ ] Season 4
+ - [ ] Season 5
+ - [ ] Season 6
- [X] The Act (TV-Serie, HBO)
- [X] Toy Story 4
- [ ] American ultra
diff --git a/automake.wiki b/automake.wiki
new file mode 100644
index 0000000..41e4f52
--- /dev/null
+++ b/automake.wiki
@@ -0,0 +1,4 @@
+== Setting Guile Version ==
+The macro `GUILE_PKG([3.0 2.2 2.0])` checks for the first valid Guile
+to use. Setting the environment variable `GUILE_EFFECTIVE_VERSION=2.2`
+forces that specific version.
diff --git a/emacs.wiki b/emacs.wiki
new file mode 100644
index 0000000..27a0c5b
--- /dev/null
+++ b/emacs.wiki
@@ -0,0 +1,2 @@
+== hack-dir-local-variables<f> ==
+Reload `.dir-locals.el`
diff --git a/index.wiki b/index.wiki
index e235325..647ae0b 100644
--- a/index.wiki
+++ b/index.wiki
@@ -27,6 +27,10 @@
- [[Common lisp]]
- [[Python]]
- [[postfix]]
+- [[automake]]
+- [[systemd]]
+- [[emacs]]
+- [[ffmpeg]]
== Projekt ==
- [[GitServer]]
diff --git a/systemd.wiki b/systemd.wiki
new file mode 100644
index 0000000..ed372c3
--- /dev/null
+++ b/systemd.wiki
@@ -0,0 +1,4 @@
+systemctl list-dependencies <name>.target
+
+
+systemctl list-dependencies --user graphical-session.target