From d2d00d4442a18e16d6c8ee28e8f1ee2a148823a7 Mon Sep 17 00:00:00 2001 From: Lucien Cartier-Tilet Date: Tue, 5 Apr 2022 17:09:57 +0200 Subject: [PATCH] [StumpWM] Minor markup change --- org/config/stumpwm.org | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/org/config/stumpwm.org b/org/config/stumpwm.org index 7c89293..8d9f2c8 100644 --- a/org/config/stumpwm.org +++ b/org/config/stumpwm.org @@ -1319,9 +1319,9 @@ Let’s also create a keymap for screenshots. #+caption: ~*my-screenshot-keymap*~ | Keychord | Function | |----------+----------------------------| -| =d= | =exec flameshot gui -d 3000= | -| =s= | =exec flameshot full= | -| =S= | =exec flameshot gui= | +| ~d~ | ~exec flameshot gui -d 3000~ | +| ~s~ | ~exec flameshot full~ | +| ~S~ | ~exec flameshot gui~ | Here’s the equivalent in Common Lisp. #+begin_src lisp