fix: restore broken links
All checks were successful
deploy / build (push) Successful in 5m30s

This commit is contained in:
2024-09-21 15:27:37 +02:00
parent 420bd45c34
commit c02d6690ed
13 changed files with 34 additions and 43 deletions

View File

@@ -498,7 +498,7 @@ configuration for the ~mu4e~ package itself.
Quick sidenote: on Arch Linux, youll need to install either ~mu~ or
~mu-git~ from the AUR in order to use mu4e. I also have a ~.desktop~ file
to make it possible to open mu4e directly from my program picker. It
uses the shell script ~emacsmail~ Ive written [[file:bin.org::#Emacsmail-afffb7cd][here]].
uses the shell script ~emacsmail~ Ive written [[file:./scripts.md#emacsmail][here]].
#+header: :mkdirp yes
#+begin_src conf-desktop :tangle ~/.local/share/applications/mu4e.desktop
[Desktop Entry]
@@ -1092,7 +1092,7 @@ notification system, and Ill activate the modeline notification.
EMMS, also known as the /Emacs MultiMedia System/, allows the user to
interact through Emacs with multimedia elements such as music and
videos. My main use for it will be for music with MPD (see its
configuration [[file:mpd.org][here]]).
configuration [[file:/mpd.md][here]]).
#+begin_src emacs-lisp
(use-package emms
:defer t

View File

@@ -224,7 +224,7 @@ mode), except for ~s-RET~ which opens an eshell terminal.
#+end_src
A couple of commands are also automatically executed through my
~autostart~ script written [[file:bin.org::#Autostart-a99e99e7][here]].
~autostart~ script written [[file:/scripts.md#autostart][here]].
#+name: exwm-autostart
#+begin_src emacs-lisp :tangle no
(exwm/run-in-background "autostart")

View File

@@ -746,7 +746,7 @@ installed this major mode.
#+end_src
*** Shells
Aside from Eshell, my main shell on my machine is fish (see my [[file:fish.org][fish
Aside from Eshell, my main shell on my machine is fish (see my [[file:/fish.md][fish
config]]), therefore I need a mode for it.
#+begin_src emacs-lisp
(use-package fish-mode
@@ -900,7 +900,7 @@ when entering ~lisp-mode~.
#+end_src
Sly enables some deep interactivity between Emacs and a CommonLisp
application running the Slynk backend. For an example, see [[file:stumpwm.org::#Utilities-Sly-kkok6oi0yaj0][my Sly
application running the Slynk backend. For an example, see [[file:/stumpwm/utilities.md#sly][my Sly
configuration for StumpWM]].
#+begin_src emacs-lisp
(use-package sly