diff --git a/desktop/.config/.gsd-keyboard.settings-ported b/desktop/.config/.gsd-keyboard.settings-ported new file mode 100644 index 0000000..e69de29 diff --git a/desktop/.config/alacritty/alacritty.toml b/desktop/.config/alacritty/alacritty.toml new file mode 100644 index 0000000..95dc44a --- /dev/null +++ b/desktop/.config/alacritty/alacritty.toml @@ -0,0 +1,50 @@ +# Source https//github.com/tyrannicaltoucan/vim-deep-space + +# Default colors +[colors.primary] +background = '#1b202a' +foreground = '#9aa7bd' + +# Colors the cursor will use if `custom_cursor_colors` is true +[colors.cursor] +text = '#232936' +cursor = '#51617d' + +# Normal colors +[colors.normal] +black = '#1b202a' +red = '#b15e7c' +green = '#709d6c' +yellow = '#b5a262' +blue = '#608cc3' +magenta = '#8f72bf' +cyan = '#56adb7' +white = '#9aa7bd' + +# Bright colors +[colors.bright] +black = '#232936' +red = '#b3785d' +green = '#709d6c' +yellow = '#d5b875' +blue = '#608cc3' +magenta = '#c47ebd' +cyan = '#51617d' +white = '#9aa7bd' + +[font] +size = 12 + +[font.normal] +family = "CaskaydiaCove Nerd Font" +# style = "bold" + +[shell] +program = "/usr/bin/zsh" + +[window] +opacity = 0.8 + +[window.padding] +x = 20 +y = 20 diff --git a/desktop/.config/alacritty/alacritty.toml.bk b/desktop/.config/alacritty/alacritty.toml.bk new file mode 100644 index 0000000..50efcb5 --- /dev/null +++ b/desktop/.config/alacritty/alacritty.toml.bk @@ -0,0 +1,45 @@ +# Colors (Gruvbox Material Hard Dark) + +# Default colors +[colors.primary] +background = '#1d2021' +foreground = '#d4be98' + +# Normal colors +[colors.normal] +black = '#32302f' +red = '#ea6962' +green = '#a9b665' +yellow = '#d8a657' +blue = '#7daea3' +magenta = '#d3869b' +cyan = '#89b482' +white = '#d4be98' + +# Bright colors (same as normal colors) +[colors.bright] +black = '#32302f' +red = '#ea6962' +green = '#a9b665' +yellow = '#d8a657' +blue = '#7daea3' +magenta = '#d3869b' +cyan = '#89b482' +white = '#d4be98' + +[font] +size = 12 + +[font.normal] +family = "CaskaydiaCove Nerd Font" +style = "bold" + +[shell] +program = "/bin/bash" + +# [window] +# opacity = 0.8 + +[window.padding] +x = 20 +y = 20 diff --git a/desktop/.config/autostart/Nextcloud.desktop b/desktop/.config/autostart/Nextcloud.desktop new file mode 100644 index 0000000..219765f --- /dev/null +++ b/desktop/.config/autostart/Nextcloud.desktop @@ -0,0 +1,11 @@ +[Desktop Entry] +Name=Nextcloud +GenericName=File Synchronizer +Exec="/usr/bin/nextcloud" --background +Terminal=false +Icon=Nextcloud +Categories=Network +Type=Application +StartupNotify=false +X-GNOME-Autostart-enabled=true +X-GNOME-Autostart-Delay=10 diff --git a/desktop/.config/nano/nanorc b/desktop/.config/nano/nanorc new file mode 100644 index 0000000..7885e80 --- /dev/null +++ b/desktop/.config/nano/nanorc @@ -0,0 +1,2 @@ +include "/usr/share/nano/*.nanorc" +include "/usr/share/nano/extra/*.nanorc" diff --git a/desktop/.config/sway/config b/desktop/.config/sway/config new file mode 100644 index 0000000..6ca6187 --- /dev/null +++ b/desktop/.config/sway/config @@ -0,0 +1,143 @@ +# variables +set $mod Mod4 +set $left h +set $down j +set $up k +set $right l +set $term alacritty -e 'tmux' +set $term_no_tmux alacritty +set $menu exec tofi-drun | xargs swaymsg exec -- + +font pango:Iosevka Nerd Font 9 + +# setting the solid. +# output * bg #a89984 solid_color + +# use this if you are into wallpapers. +output * bg $HOME/.config/sway/wallpaper.jpg fill + +# common bindings +bindsym $mod+Return exec $term +bindsym $mod+Shift+Return exec $term_no_tmux +bindsym $mod+d exec $menu +bindsym $mod+Shift+q kill +bindsym $mod+Shift+c reload +bindsym $mod+Shift+e exec swaynag -t warning -m 'Exit Sway?' -B 'Yes, exit sway' 'swaymsg exit' --font="Iosevka Nerd Font" + +floating_modifier $mod normal + +# more bindings +bindsym $mod+$left focus left +bindsym $mod+$down focus down +bindsym $mod+$up focus up +bindsym $mod+$right focus right +bindsym $mod+Left focus left +bindsym $mod+Down focus down +bindsym $mod+Up focus up +bindsym $mod+Right focus right +bindsym $mod+Shift+$left move left +bindsym $mod+Shift+$down move down +bindsym $mod+Shift+$up move up +bindsym $mod+Shift+$right move right +bindsym $mod+Shift+Left move left +bindsym $mod+Shift+Down move down +bindsym $mod+Shift+Up move up +bindsym $mod+Shift+Right move right +bindsym $mod+1 workspace number 1 +bindsym $mod+2 workspace number 2 +bindsym $mod+3 workspace number 3 +bindsym $mod+4 workspace number 4 +bindsym $mod+5 workspace number 5 +bindsym $mod+6 workspace number 6 +bindsym $mod+7 workspace number 7 +bindsym $mod+8 workspace number 8 +bindsym $mod+9 workspace number 9 +bindsym $mod+0 workspace number 10 +bindsym $mod+Shift+1 move container to workspace number 1 +bindsym $mod+Shift+2 move container to workspace number 2 +bindsym $mod+Shift+3 move container to workspace number 3 +bindsym $mod+Shift+4 move container to workspace number 4 +bindsym $mod+Shift+5 move container to workspace number 5 +bindsym $mod+Shift+6 move container to workspace number 6 +bindsym $mod+Shift+7 move container to workspace number 7 +bindsym $mod+Shift+8 move container to workspace number 8 +bindsym $mod+Shift+9 move container to workspace number 9 +bindsym $mod+Shift+0 move container to workspace number 10 +bindsym $mod+Shift+v floating toggle +bindsym $mod+b splith +bindsym $mod+v splitv +bindsym $mod+s layout stacking +bindsym $mod+w layout tabbed +bindsym $mod+e layout toggle split +bindsym $mod+f fullscreen +bindsym $mod+space focus mode_toggle +bindsym $mod+a focus parent +bindsym $mod+r mode "resize" + +mode "resize" { + bindsym $left resize shrink width 20px + bindsym $down resize grow height 20px + bindsym $up resize shrink height 20px + bindsym $right resize grow width 20px + + bindsym Left resize shrink width 20px + bindsym Down resize grow height 20px + bindsym Up resize shrink height 20px + bindsym Right resize grow width 20px + + bindsym Return mode "default" + bindsym Escape mode "default" +} + +bar { + swaybar_command waybar + + # swaybar_command swaybar + # + # status_command /usr/bin/i3status-rs $HOME/.config/i3status/config.toml + # position top + # font pango:CaskaydiaCove Nerd Font 12 + # + # colors { + # background #050505 + # + # focused_workspace #97a97c #87986a #050505 + # } +} + +# startup executions +# exec swww init + +default_border pixel 1 +default_floating_border pixel 1 + +# Thin borders: +smart_borders on +smart_gaps off + +## Window decoration +#class border backgr text indicator child_border +client.focused #333845 #333845 #ffffff #2e9ef4 #8fbcbb +client.focused_inactive #333333 #5f676a #ffffff #484e50 #5f676a +client.unfocused #2f343a #222222 #888888 #333845 #333845 +client.urgent #2f343a #900000 #ffffff #900000 #900000 +client.placeholder #000000 #0c0c0c #ffffff #000000 #333845 +client.background #ffffff + +# swayfx config + +blur enable +blur_passes 3 +blur_radius 5 +layer_effects "waybar" shadows enable; +corner_radius 12 +default_dim_inactive 0.1 +shadows enable + +# window gaps +gaps inner 4 +gaps outer 4 + +# includes +include /etc/sway/config.d/* +include $HOME/.config/sway/config.d/* diff --git a/desktop/.config/sway/config.d/input b/desktop/.config/sway/config.d/input new file mode 100644 index 0000000..35a4eb0 --- /dev/null +++ b/desktop/.config/sway/config.d/input @@ -0,0 +1,12 @@ +input type:keyboard { + repeat_delay 250 + repeat_rate 50 + xkb_layout "it" + xkb_options "grp:alt_shift_toggle,caps:escape" +} + +input type:touchpad { + dwt disable + tap enabled + natural_scroll disable +} diff --git a/desktop/.config/sway/wallpaper.jpg b/desktop/.config/sway/wallpaper.jpg new file mode 100644 index 0000000..2d746fd Binary files /dev/null and b/desktop/.config/sway/wallpaper.jpg differ diff --git a/desktop/.config/sway/wallpaper2.jpg b/desktop/.config/sway/wallpaper2.jpg new file mode 100644 index 0000000..cbea0d4 Binary files /dev/null and b/desktop/.config/sway/wallpaper2.jpg differ diff --git a/desktop/.config/tofi/config b/desktop/.config/tofi/config new file mode 100644 index 0000000..593944c --- /dev/null +++ b/desktop/.config/tofi/config @@ -0,0 +1,17 @@ +font = CaskaydiaCove Nerd Font Bold +font-size = 12 + +background-color = #1d2021 +corner-radius = 6 + +outline-width = 0 + +border-width = 2 +border-color = #202020 + +text-color = #ede0d4 +selection-color = #97a97c +prompt-text = "Run: " + +width = 50% +height = 40% diff --git a/desktop/.config/user-dirs.dirs b/desktop/.config/user-dirs.dirs new file mode 100644 index 0000000..cb4c477 --- /dev/null +++ b/desktop/.config/user-dirs.dirs @@ -0,0 +1,15 @@ +# This file is written by xdg-user-dirs-update +# If you want to change or add directories, just edit the line you're +# interested in. All local changes will be retained on the next run. +# Format is XDG_xxx_DIR="$HOME/yyy", where yyy is a shell-escaped +# homedir-relative path, or XDG_xxx_DIR="/yyy", where /yyy is an +# absolute path. No other format is supported. +# +XDG_DESKTOP_DIR="$HOME/Scrivania" +XDG_DOWNLOAD_DIR="$HOME/Scaricati" +XDG_TEMPLATES_DIR="$HOME/Modelli" +XDG_PUBLICSHARE_DIR="$HOME/Pubblici" +XDG_DOCUMENTS_DIR="$HOME/Documenti" +XDG_MUSIC_DIR="$HOME/Musica" +XDG_PICTURES_DIR="$HOME/Immagini" +XDG_VIDEOS_DIR="$HOME/Video" diff --git a/desktop/.config/user-dirs.locale b/desktop/.config/user-dirs.locale new file mode 100644 index 0000000..af853c4 --- /dev/null +++ b/desktop/.config/user-dirs.locale @@ -0,0 +1 @@ +it_IT \ No newline at end of file diff --git a/desktop/.config/waybar/config b/desktop/.config/waybar/config new file mode 100644 index 0000000..8751c32 --- /dev/null +++ b/desktop/.config/waybar/config @@ -0,0 +1,140 @@ +{ + "layer": "top", + "position": "bottom", + "margin-left": 10, + "margin-right": 10, + "margin-bottom": 10, + "height": 30, + "spacing": 5, + "modules-left": [ + "sway/workspaces", + "sway/mode", + "sway/window" + ], + "modules-center": [], + "modules-right": [ + "idle_inhibitor", + "pulseaudio", + "battery", + "backlight", + "clock", + "custom/power", + "custom/grimshot", + "custom/notification", + "tray" + ], + "idle_inhibitor": { + "format": "{icon} ", + "format-icons": { + "activated": "", + "deactivated": "" + } + }, + "battery": { + "states": { + "warning": 30, + "critical": 15 + }, + "format": "{capacity}% {icon}", + "format-charging": "{capacity}% 󱐋", + "format-plugged": "{capacity}% ", + "format-icons": [ + "", + "", + "", + "", + "" + ], + "on-click": "~/.config/sway/scripts/tofi-ppctl.sh" + }, + "clock": { + "interval": 10, + "format-alt": "{:%d/%m/%Y %H:%M:%S}", + "format": "{:%d/%m %H:%M}", + "tooltip-format": "{:%e %B %Y}", + "on-click-right": "gsimplecal" + }, + "sway/workspaces": { + "disable-scroll": true, + "disable-markup": false, + "all-outputs": false, + "format": " {icon} " + }, + "sway/mode": { + "format": "{}", + "tooltip": false + }, + "sway/window": { + "format": "{}", + "max-length": 120 + }, + "wlr/workspaces": { + "all-outputs": false, + "on-click": "activate", + "sort-by-number": true + }, + "pulseaudio": { + "scroll-step": 1, + "format": "{volume}% {icon}", + "format-bluetooth": "{volume}% {icon}  {format_source}", + "format-bluetooth-muted": "󰋋 {icon}  {format_source}", + "format-muted": "󰋋 {format_source}", + "format-source": "{volume}% ", + "format-source-muted": "", + "format-icons": { + "headphone": "󰋋", + "hands-free": "󰋎", + "headset": " 󰋎 ", + "phone": "", + "portable": "", + "car": "", + "default": [ + "" + ] + }, + "on-click": "pavucontrol", + "on-scroll-up": "pamixer -ui 2", + "on-scroll-down": "pamixer -ud 2" + }, + "backlight": { + "format": "{percent}% ", + "on-scroll-down": "brightnessctl -c backlight set 1%-", + "on-scroll-up": "brightnessctl -c backlight set +1%" + }, + "custom/power": { + "format": "⏻", + "on-click": "exec ~/.config/waybar/scripts/power-menu.sh", + "tooltip": false + }, + "custom/grimshot": { + "format": "󰹑", + "tooltip": false, + "on-click": "grimshot --notify save area - | swappy -f -", + "on-click-middle": "grimshot --notify save screen - | swappy -f -", + "on-click-right": "grimshot --notify save window - | swappy -f -" + }, + "custom/notification": { + "tooltip": false, + "format": "{icon}", + "format-icons": { + "notification": "", + "none": "", + "dnd-notification": "", + "dnd-none": "", + "inhibited-notification": "", + "inhibited-none": "", + "dnd-inhibited-notification": "", + "dnd-inhibited-none": "" + }, + "return-type": "json", + "exec-if": "which swaync-client", + "exec": "swaync-client -swb", + "on-click": "swaync-client -t -sw", + "on-click-right": "swaync-client -d -sw", + "escape": true + }, + "tray": { + "icon-size": 14, + "spacing": 10 + } +} diff --git a/desktop/.config/waybar/scripts/PBPbattery.sh b/desktop/.config/waybar/scripts/PBPbattery.sh new file mode 100755 index 0000000..1cf34da --- /dev/null +++ b/desktop/.config/waybar/scripts/PBPbattery.sh @@ -0,0 +1,21 @@ + +#!/bin/bash +#simple Shellscript for waybar/i3blocks/polybar on Pinebook pro +#05012020 geri123@gmx.net Gerhard S. + +PERCENT=$(cat /sys/class/power_supply/cw2015-battery/capacity) +STATUS=$(cat /sys/class/power_supply/cw2015-battery/status) +case $(( + $PERCENT >= 0 && $PERCENT <= 20 ? 1 : + $PERCENT > 20 && $PERCENT <= 40 ? 2 : + $PERCENT > 40 && $PERCENT <= 60 ? 3 : + $PERCENT > 60 && $PERCENT <= 80 ? 4 : 5)) in +# + (1) echo $STATUS:"":$PERCENT%;; + (2) echo $STATUS:"":$PERCENT%;; + (3) echo $STATUS:"":$PERCENT%;; + (4) echo $STATUS:"":$PERCENT%;; + (5) echo $STATUS:"":$PERCENT%;; +esac + + diff --git a/desktop/.config/waybar/scripts/keyhint.sh b/desktop/.config/waybar/scripts/keyhint.sh new file mode 100755 index 0000000..01f3396 --- /dev/null +++ b/desktop/.config/waybar/scripts/keyhint.sh @@ -0,0 +1,2 @@ +#!/bin/sh +yad --title="EndeavourOS Sway-WM keybindings:" --no-buttons --geometry=400x345-15-400 --list --column=key: --column=description: --column=command: "ESC" "close this app" "" "=" "modkey" "(set mod Mod4)" "+enter" "Terminal" "(xfce4-terminal)" "+d" "Application Menu" "(wofi)" "+p" "Activities" "(wofi)" "+o" "" "Open Broswer" "+n" "" "Open Files" "+q" "close focused app" "(kill)" "[Shift]+Print-key" "screenshot" "(grim)" "+Shift+e" "power-menu" "(wofi)" "+t" "open keybinding helper" "full list" diff --git a/desktop/.config/waybar/scripts/power-menu.sh b/desktop/.config/waybar/scripts/power-menu.sh new file mode 100755 index 0000000..edaa5d6 --- /dev/null +++ b/desktop/.config/waybar/scripts/power-menu.sh @@ -0,0 +1,16 @@ +#!/bin/bash + +entries="Logout Suspend Reboot Shutdown" + +selected=$(printf '%s\n' $entries | wofi --conf=$HOME/.config/wofi/config.power --style=$HOME/.config/wofi/style.widgets.css | awk '{print tolower($1)}') + +case $selected in + logout) + swaymsg exit;; + suspend) + exec systemctl suspend;; + reboot) + exec systemctl reboot;; + shutdown) + exec systemctl poweroff -i;; +esac diff --git a/desktop/.config/waybar/scripts/weather.sh b/desktop/.config/waybar/scripts/weather.sh new file mode 100755 index 0000000..b03cd1c --- /dev/null +++ b/desktop/.config/waybar/scripts/weather.sh @@ -0,0 +1,13 @@ +#!/bin/bash + +LOC="$1" +# HTML encode string as %20 +LOCATION=$(sed -e "s/ /%20/g" <<<"$LOC") +content=$(curl -sS "https://thisdavej.azurewebsites.net/api/weather/current?loc=$LOCATION°=C") +ICON=$(curl -s 'https://wttr.in/?format=1' | sed 's/[+0-9a-cA-Z°-]//g' ) +# echo $ICON +TEMP=$(echo $content | jq -r '. | "\(.temperature)°\(.degType)"' | sed 's/"//g') +TOOLTIP=$(echo $content | jq -r '. | "\(.temperature)°\(.degType)\n\(.skytext)"' | sed 's/"//g') +CLASS=$(echo $content | jq .skytext) +echo '{"text": "'$TEMP'", "tooltip": "'$ICON $TOOLTIP $LOC'", "class": '$CLASS' }' + diff --git a/desktop/.config/waybar/style.css b/desktop/.config/waybar/style.css new file mode 100644 index 0000000..78717b8 --- /dev/null +++ b/desktop/.config/waybar/style.css @@ -0,0 +1,197 @@ +* { + border: none; + /* border-radius: 10; */ + font-family: "Symbols Nerd Font", "monospace"; + font-size: 12px; + min-height: 18px; +} + +.bold { + font-weight: 500; +} + +#clock, +#battery, +#tray, +#idle_inhibitor, +#pulseaudio, +#backlight, +#mpris, +#custom-power, +#custom-grimshot, +#custom-notification { + color: @foreground; + background: @background; + margin-left: 0px; + padding-left: 10px; + padding-right: 10px; + margin-bottom: 0px; + border-radius: 10px; + transition: none; +} + +window#waybar { + background: transparent; +} + +window#waybar.hidden { + opacity: 0.2; +} + +#window { + padding-left: 10px; + padding-right: 10px; + border-radius: 10px; + transition: none; + color: @foreground; + background: @background; +} + +window#waybar.empty { + background: transparent; +} + +window#waybar.empty #window { + padding: 0px; + margin: 0px; + border: 0px; + background: transparent; +} + +#workspaces { + font-size: 16px; + border-radius: 10px; + background: @background; + transition: none; + padding: 0 6px; +} + +#workspaces button { + color: @foreground; + border-radius: 2px; + padding: 0; +} + +#workspaces button:active { + color: inherit; + background-color: #4b4e5e; + transition: none; +} + +#workspaces button:hover { + transition: none; + background-color: #4b4e5e; +} + +#workspaces button.focused { + border: 2px solid blue; + border-top: 0; + border-left: 0; + border-right: 0; +} + +#workspaces button.urgent { + background: @color1; + color: @background; +} + +#workspaces button.occupied { + background-color: @color1; + font-size: 4px; +} + +#window { + border: 2px solid #9C59D1; + border-top: 0; + border-left: 0; + border-right: 0; +} + +#mpris { + background-color: @background; + color: #ffef97; + border: 2px solid #ffef97; +} + +#idle_inhibitor { + background-color: @background; + color: #f697ff; + border: 2px solid #f697ff; +} + +#pulseaudio { + background-color: @background; + color: #c497ff; + border: 2px solid #c497ff; + /* padding-right: 12px; */ +} + +#battery { + background-color: @background; + color: #97c4ff; + border: 2px solid #97c4ff; + /* padding-right: 16px; */ +} + +#battery.warning { + background-color: #fff677; + color: @background; +} + +#battery.critical:not(.charging) { + animation-name: blink; + animation-duration: 0.5s; + animation-timing-function: linear; + animation-iteration-count: infinite; + animation-direction: alternate; +} + +@keyframes blink { + to { + background-color: #BF616A; + color: #B5E8E0; + } +} + +#backlight { + background-color: @background; + color: #97fff1; + border: 2px solid #97fff1; + /* padding-right: 12px; */ +} + +#clock { + background-color: @background; + color: #97ffa0; + border: 2px solid #97ffa0; +} + +#custom-power { + background-color: @background; + color: #ffef97; + border: 2px solid #ffef97; +} + +#custom-grimshot { + background-color: @background; + color: #ffb897; + border: 2px solid #ffb897; + /* padding-right: 14px; */ +} + +#custom-notification { + background-color: @background; + color: #ff9797; + border: 2px solid #ff9797; +} + + +#tray { + /* background-color: #ff8282; */ + padding-right: 10px; + + border: 2px solid #5BCEFA; + border-top: 0; + border-left: 0; + border-right: 0; +} diff --git a/desktop/.emacs.d/auto-save-list/.saves-12876-archlive~ b/desktop/.emacs.d/auto-save-list/.saves-12876-archlive~ new file mode 100644 index 0000000..170c241 --- /dev/null +++ b/desktop/.emacs.d/auto-save-list/.saves-12876-archlive~ @@ -0,0 +1,2 @@ +/home/andrea/cloudstorage/cloud.carduccidante.edu.it/Presidenza/Sorgenti/relazione_finale_sostegno_inviti/main.go +/home/andrea/cloudstorage/cloud.carduccidante.edu.it/Presidenza/Sorgenti/relazione_finale_sostegno_inviti/#main.go# diff --git a/desktop/.emacs.d/auto-save-list/.saves-13882-archlive~ b/desktop/.emacs.d/auto-save-list/.saves-13882-archlive~ new file mode 100644 index 0000000..2b67b80 --- /dev/null +++ b/desktop/.emacs.d/auto-save-list/.saves-13882-archlive~ @@ -0,0 +1,4 @@ +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/sandbox/probo-test/data/scripts/assessments.tengo +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/sandbox/probo-test/data/scripts/#assessments.tengo# +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/sandbox/probo-test/6 +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/sandbox/probo-test/#6# diff --git a/desktop/.emacs.d/auto-save-list/.saves-1786-archlive~ b/desktop/.emacs.d/auto-save-list/.saves-1786-archlive~ new file mode 100644 index 0000000..ef76d77 --- /dev/null +++ b/desktop/.emacs.d/auto-save-list/.saves-1786-archlive~ @@ -0,0 +1,4 @@ +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/probo/cmd/rank/rank.go +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/probo/cmd/rank/#rank.go# +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/probo/pkg/models/response.go +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/probo/pkg/models/#response.go# diff --git a/desktop/.emacs.d/auto-save-list/.saves-2079-archlive~ b/desktop/.emacs.d/auto-save-list/.saves-2079-archlive~ new file mode 100644 index 0000000..b034103 --- /dev/null +++ b/desktop/.emacs.d/auto-save-list/.saves-2079-archlive~ @@ -0,0 +1,20 @@ +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/probo/cmd/session/session.go +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/probo/cmd/session/#session.go# +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/sugarfoam/components/viewport/viewport.go +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/sugarfoam/components/viewport/#viewport.go# +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/sandbox/sf-table/main.go +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/sandbox/sf-table/#main.go# +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/probo/go.work +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/probo/#go.work# +/home/andrea/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.1-0.20240309002305-b9e62cbfe181/viewport/viewport.go +/home/andrea/go/pkg/mod/github.com/charmbracelet/bubbles@v0.18.1-0.20240309002305-b9e62cbfe181/viewport/#viewport.go# +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/sandbox/probo-test/data/json/math_test.json +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/sandbox/probo-test/data/json/#math_test.json# +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/sugarfoam/components/table/table.go +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/sugarfoam/components/table/#table.go# +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/sugarfoam/examples/starwars/main.go +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/sugarfoam/examples/starwars/#main.go# +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/probo/cmd/filter/filter.go +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/probo/cmd/filter/#filter.go# +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/sandbox/probo-test/data/participants/charles.json +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/sandbox/probo-test/data/participants/#charles.json# diff --git a/desktop/.emacs.d/auto-save-list/.saves-2559-archlive~ b/desktop/.emacs.d/auto-save-list/.saves-2559-archlive~ new file mode 100644 index 0000000..ee745b6 --- /dev/null +++ b/desktop/.emacs.d/auto-save-list/.saves-2559-archlive~ @@ -0,0 +1,4 @@ +/home/andrea/cloudstorage/cloud.carduccidante.edu.it/Presidenza/Sorgenti/documento_15_maggio/main.go +/home/andrea/cloudstorage/cloud.carduccidante.edu.it/Presidenza/Sorgenti/documento_15_maggio/#main.go# +/home/andrea/cloudstorage/cloud.carduccidante.edu.it/Presidenza/Sorgenti/documento_15_maggio/documento_15_maggio.md +/home/andrea/cloudstorage/cloud.carduccidante.edu.it/Presidenza/Sorgenti/documento_15_maggio/#documento_15_maggio.md# diff --git a/desktop/.emacs.d/auto-save-list/.saves-4658-archlive~ b/desktop/.emacs.d/auto-save-list/.saves-4658-archlive~ new file mode 100644 index 0000000..64d0c45 --- /dev/null +++ b/desktop/.emacs.d/auto-save-list/.saves-4658-archlive~ @@ -0,0 +1,2 @@ +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/probo/pkg/store/file/file.go +/home/andrea/cloudstorage/housecloud.andreafazzi.eu/dev/probo/pkg/store/file/#file.go# diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/.yas-setup-3079b6b0-b4a974a6.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/.yas-setup-3079b6b0-b4a974a6.eln new file mode 100755 index 0000000..2529575 Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/.yas-setup-3079b6b0-b4a974a6.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-177b348c-bc649e485j1zl6.eln.tmp b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-177b348c-bc649e485j1zl6.eln.tmp new file mode 100644 index 0000000..e69de29 diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-706f6804-7352d0d5.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-706f6804-7352d0d5.eln new file mode 100755 index 0000000..400cae7 Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-706f6804-7352d0d5.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-bbdb-6a994888-91c0dccf.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-bbdb-6a994888-91c0dccf.eln new file mode 100755 index 0000000..e16ef63 Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-bbdb-6a994888-91c0dccf.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-capf-a8a64fbf-1f5b5ace.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-capf-a8a64fbf-1f5b5ace.eln new file mode 100755 index 0000000..305a0ea Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-capf-a8a64fbf-1f5b5ace.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-clang-1881e973-93b0806bx30gMs.eln.tmp b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-clang-1881e973-93b0806bx30gMs.eln.tmp new file mode 100644 index 0000000..e69de29 diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-clang-5a00ee36-93b0806b.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-clang-5a00ee36-93b0806b.eln new file mode 100755 index 0000000..f1fe9fe Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-clang-5a00ee36-93b0806b.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-cmake-9d96a3b3-37adefb7.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-cmake-9d96a3b3-37adefb7.eln new file mode 100755 index 0000000..b72c7b7 Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-cmake-9d96a3b3-37adefb7.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-dabbrev-2de7cd3e-1ca754cd.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-dabbrev-2de7cd3e-1ca754cd.eln new file mode 100755 index 0000000..53c85d8 Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-dabbrev-2de7cd3e-1ca754cd.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-dabbrev-code-b6d8fa87-371a2769.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-dabbrev-code-b6d8fa87-371a2769.eln new file mode 100755 index 0000000..b849094 Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-dabbrev-code-b6d8fa87-371a2769.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-etags-55bae33d-c29954e0.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-etags-55bae33d-c29954e0.eln new file mode 100755 index 0000000..9784c47 Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-etags-55bae33d-c29954e0.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-files-2e94f3ea-f78d7f88OFJ4fc.eln.tmp b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-files-2e94f3ea-f78d7f88OFJ4fc.eln.tmp new file mode 100644 index 0000000..e69de29 diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-files-b3e63d11-f78d7f88.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-files-b3e63d11-f78d7f88.eln new file mode 100755 index 0000000..e689cc2 Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-files-b3e63d11-f78d7f88.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-gtags-402207c8-db3f0de4.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-gtags-402207c8-db3f0de4.eln new file mode 100755 index 0000000..6938092 Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-gtags-402207c8-db3f0de4.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-keywords-e59fb2f6-0dafc33e.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-keywords-e59fb2f6-0dafc33e.eln new file mode 100755 index 0000000..2fc995b Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-keywords-e59fb2f6-0dafc33e.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-oddmuse-3d9ab06f-6731a06a.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-oddmuse-3d9ab06f-6731a06a.eln new file mode 100755 index 0000000..fc1f735 Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-oddmuse-3d9ab06f-6731a06a.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-semantic-783be358-a573f90d.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-semantic-783be358-a573f90d.eln new file mode 100755 index 0000000..7aef24b Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-semantic-783be358-a573f90d.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-template-bd5d7407-18d25400.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-template-bd5d7407-18d25400.eln new file mode 100755 index 0000000..448c161 Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/company-template-bd5d7407-18d25400.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/go-mode-e758c47c-936c298c.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/go-mode-e758c47c-936c298c.eln new file mode 100755 index 0000000..ed0c27b Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/go-mode-e758c47c-936c298c.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/jq-mode-b72bba20-7965373e.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/jq-mode-b72bba20-7965373e.eln new file mode 100755 index 0000000..2bcd9e8 Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/jq-mode-b72bba20-7965373e.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/json-mode-bb36e9fb-4209de01.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/json-mode-bb36e9fb-4209de01.eln new file mode 100755 index 0000000..3123173 Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/json-mode-bb36e9fb-4209de01.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/json-snatcher-3e89f511-acdf01a2.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/json-snatcher-3e89f511-acdf01a2.eln new file mode 100755 index 0000000..a435846 Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/json-snatcher-3e89f511-acdf01a2.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/markdown-mode-85d07a9e-db5cd8cb.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/markdown-mode-85d07a9e-db5cd8cb.eln new file mode 100755 index 0000000..3a01999 Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/markdown-mode-85d07a9e-db5cd8cb.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/yasnippet-67ff3bbf-4d6a8b58.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/yasnippet-67ff3bbf-4d6a8b58.eln new file mode 100755 index 0000000..ac9fac4 Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/yasnippet-67ff3bbf-4d6a8b58.eln differ diff --git a/desktop/.emacs.d/eln-cache/29.3-4b59e32f/yasnippet-snippets-3d0551d6-ad4ae2c3.eln b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/yasnippet-snippets-3d0551d6-ad4ae2c3.eln new file mode 100755 index 0000000..616779a Binary files /dev/null and b/desktop/.emacs.d/eln-cache/29.3-4b59e32f/yasnippet-snippets-3d0551d6-ad4ae2c3.eln differ diff --git a/desktop/.emacs.d/elpa/archives/gnu/archive-contents b/desktop/.emacs.d/elpa/archives/gnu/archive-contents new file mode 100644 index 0000000..fb97659 --- /dev/null +++ b/desktop/.emacs.d/elpa/archives/gnu/archive-contents @@ -0,0 +1,4982 @@ +(1 + (ace-window . + [(0 10 0) + ((avy + (0 5 0))) + "Quickly switch windows." tar + ((:url . "https://github.com/abo-abo/ace-window") + (:keywords "window" "location") + (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") + (:authors + ("Oleh Krehel" . "ohwoeowho@gmail.com")) + (:commit . "7003c88cd9cad58dc35c7cd13ebc61c355fb5be7"))]) + (ack . + [(1 11) + nil "interface to ack-like tools" tar + ((:url . "https://github.com/leoliu/ack-el") + (:keywords "tools" "processes" "convenience") + (:maintainer "João Távora" . "joaotavora@gmail.com") + (:authors + ("Leo Liu" . "sdl.web@gmail.com")) + (:commit . "90c90a80322aa9f26ce88f2f24a224afc4c994b8"))]) + (activities . + [(0 7) + ((emacs + (29 1)) + (persist + (0 6))) + "Save/restore sets of windows, tabs/frames, and their buffers" tar + ((:url . "https://github.com/alphapapa/activities.el") + (:keywords "convenience") + (:maintainer "Adam Porter" . "adam@alphapapa.net") + (:authors + ("Adam Porter" . "adam@alphapapa.net")) + (:commit . "b63ccc58fc3b5b3e6ed5b74bf84bd4eff9bb1660"))]) + (ada-mode . + [(8 1 0) + ((uniquify-files + (1 0 4)) + (wisi + (4 3 0)) + (gnat-compiler + (1 0 3)) + (emacs + (25 3))) + "major-mode for editing Ada sources" tar + ((:url . "https://www.nongnu.org/ada-mode/") + (:keywords "languages" "ada") + (:maintainer "Stephen Leake" . "stephen_leake@stephe-leake.org") + (:authors + ("Stephen Leake" . "stephen_leake@stephe-leake.org")) + (:commit . "357ac189bea640023e33214e8efe9288d9d1416c"))]) + (ada-ref-man . + [(2020 1) + nil "Ada Reference Manual 2012" tar + ((:url . "http://stephe-leake.org/ada/arm.html") + (:keywords "languages" "ada") + (:maintainer "Stephen Leake" . "stephen_leake@member.fsf.org") + (:authors + ("Stephen Leake" . "stephen_leake@member.fsf.org")) + (:commit . "b86a173c1488989fd06f0b612e7b7acee9fda070"))]) + (adaptive-wrap . + [(0 8) + nil "Smart line-wrapping with wrap-prefix" tar + ((:maintainer + ("Stephen Berman" . "stephen.berman@gmx.net") + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:authors + ("Stephen Berman" . "stephen.berman@gmx.net") + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/adaptive-wrap.html") + (:commit . "026c35f59174febab2bcdb3c50fb8344c248671c"))]) + (adjust-parens . + [(3 2) + ((emacs + (24 3))) + "Indent and dedent Lisp code, automatically adjust close parens" tar + ((:maintainer "Barry O'Reilly" . "gundaetiapo@gmail.com") + (:authors + ("Barry O'Reilly" . "gundaetiapo@gmail.com")) + (:url . "https://elpa.gnu.org/packages/adjust-parens.html") + (:commit . "a7e0ece3037821ea438fe401ade6d3c60b3d24e0"))]) + (advice-patch . + [(0 1) + ((emacs + (24 4))) + "Use patches to advise the inside of functions" tar + ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/advice-patch.html") + (:commit . "b0575729f34d1c45f1b47d8793e84311a4770826"))]) + (aggressive-completion . + [(1 7) + ((emacs + (27 1))) + "Automatic minibuffer completion" tar + ((:keywords "minibuffer" "completion") + (:maintainer "Tassilo Horn" . "tsdh@gnu.org") + (:authors + ("Tassilo Horn" . "tsdh@gnu.org")) + (:url . "https://elpa.gnu.org/packages/aggressive-completion.html") + (:commit . "d92bf2428133b6e261780e16b7030afe91d3668e"))]) + (aggressive-indent . + [(1 10 0) + ((emacs + (24 3))) + "Minor mode to aggressively keep your code always indented" tar + ((:url . "https://github.com/Malabarba/aggressive-indent-mode") + (:keywords "indent" "lisp" "maint" "tools") + (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com") + (:authors + ("Artur Malabarba" . "emacs@endlessparentheses.com")) + (:commit . "cb416faf61c46977c06cf9d99525b04dc109a33c"))]) + (ahungry-theme . + [(1 10 0) + ((emacs + (24))) + "Ahungry color theme for Emacs. Make sure to (load-theme 'ahungry)." tar + ((:url . "https://github.com/ahungry/color-theme-ahungry") + (:keywords "ahungry" "palette" "color" "theme" "emacs" "color-theme" "deftheme") + (:maintainer "Matthew Carter" . "m@ahungry.com") + (:authors + ("Matthew Carter" . "m@ahungry.com")) + (:commit . "45bf75f17752c8e8dd4c8a4531c0aa419cdccb84"))]) + (aircon-theme . + [(0 0 6) + ((emacs + (24 4))) + "Cool and legible light theme" tar + ((:url . "https://git.sr.ht/~chambln/aircon-theme.el") + (:keywords "faces") + (:maintainer "Gregory Chamberlain" . "~chambln/public-inbox@lists.sr.ht") + (:authors + ("Gregory Chamberlain" . "greg@cosine.blue")) + (:commit . "0cecd81e7f6631c91ed0437d801517677e018c1d"))]) + (all . + [(1 1) + ((emacs + (24 3))) + "Edit all lines matching a given regexp" tar + ((:keywords "matching") + (:maintainer "Per Abrahamsen" . "per.abrahamsen@gmail.com") + (:authors + ("Per Abrahamsen" . "per.abrahamsen@gmail.com")) + (:url . "https://elpa.gnu.org/packages/all.html") + (:commit . "55aa1ac8853d81040aec0b3a2bd43200923146fd"))]) + (altcaps . + [(1 2 0) + ((emacs + (27 1))) + "Apply alternating letter casing to convey sarcasm or mockery" tar + ((:url . "https://git.sr.ht/~protesilaos/altcaps") + (:maintainer "Altcaps Development" . "~protesilaos/general-issues@lists.sr.ht") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "153329a7c88ef9991c272473257618940d95448b"))]) + (ampc . + [(0 2) + nil "Asynchronous Music Player Controller" tar + ((:keywords "ampc" "mpc" "mpd") + (:maintainer "Christopher Schmidt" . "christopher@ch.ristopher.com") + (:authors + ("Christopher Schmidt" . "christopher@ch.ristopher.com")) + (:url . "https://elpa.gnu.org/packages/ampc.html") + (:commit . "70e1a282a9d91c3cab9d87e613259891e124aa35"))]) + (arbitools . + [(0 977) + ((cl-lib + (0 5))) + "Package for chess tournaments administration" tar + ((:maintainer "David Gonzalez Gandara" . "dggandara@member.fsf.org") + (:authors + ("David Gonzalez Gandara" . "dggandara@member.fsf.org")) + (:url . "https://elpa.gnu.org/packages/arbitools.html") + (:commit . "93f48b7964909f92bdb410557a01db433826b95e"))]) + (ascii-art-to-unicode . + [(1 13) + nil "a small artist adjunct" tar + ((:url . "http://www.gnuvola.org/software/aa2u/") + (:keywords "ascii" "unicode" "box-drawing") + (:maintainer "Thien-Thi Nguyen" . "ttn@gnu.org") + (:authors + ("Thien-Thi Nguyen" . "ttn@gnu.org")) + (:commit . "83ec71af9e1812df781b78f28fa9dac0ff7b61bc"))]) + (assess . + [(0 7) + ((emacs + (24 4)) + (m-buffer + (0 15))) + "Test support functions" tar + ((:maintainer "Phillip Lord" . "phillip.lord@russet.org.uk") + (:authors + ("Phillip Lord" . "phillip.lord@russet.org.uk")) + (:url . "https://elpa.gnu.org/packages/assess.html") + (:commit . "cadeb24a5d8261fad4bdfdc09e7d571cc395a6ca"))]) + (async . + [(1 9 8) + ((emacs + (24 4))) + "Asynchronous processing in Emacs" tar + ((:url . "https://github.com/jwiegley/emacs-async") + (:keywords "async") + (:maintainer "Thierry Volpiatto" . "thievol@posteo.net") + (:authors + ("John Wiegley" . "jwiegley@gmail.com")) + (:commit . "00e07e060218fbd1e16faaf10116c03b12e62580"))]) + (auctex . + [(14 0 5) + ((emacs + (27 1))) + "Integrated environment for *TeX*" tar + ((:url . "https://www.gnu.org/software/auctex/") + (:keywords "tex" "latex" "texinfo" "context" "doctex" "preview-latex") + (:maintainer nil . "auctex-devel@gnu.org") + (:commit . "73edb3731e4bdbe3760fb4c12f94ae1aa075458f"))]) + (auctex-cont-latexmk . + [(0 2) + ((emacs + (29 3)) + (auctex + (14 0 5))) + "run latexmk continuously, report errors via Flymake" tar + ((:url . "https://github.com/ultronozm/auctex-cont-latexmk.el") + (:keywords "tex") + (:maintainer "Paul D. Nelson" . "nelson.paul.david@gmail.com") + (:authors + ("Paul D. Nelson" . "nelson.paul.david@gmail.com")) + (:commit . "afcf9d21170010a47f692ac6c48c3515c52bb62e"))]) + (auctex-label-numbers . + [(0 2) + ((emacs + (27 1)) + (auctex + (14 0 5))) + "Numbering for LaTeX previews and folds" tar + ((:url . "https://github.com/ultronozm/auctex-label-numbers.el") + (:keywords "tex") + (:maintainer "Paul D. Nelson" . "nelson.paul.david@gmail.com") + (:authors + ("Paul D. Nelson" . "nelson.paul.david@gmail.com")) + (:commit . "202e49bb9f754bc647deb112bd2c35f9a583b942"))]) + (aumix-mode . + [(7) + nil "run the aumix program in a buffer" tar + ((:url . "http://user42.tuxfamily.org/aumix-mode/index.html") + (:keywords "multimedia" "mixer" "aumix") + (:maintainer "Kevin Ryde" . "user42_kevin@yahoo.com.au") + (:authors + ("Kevin Ryde" . "user42_kevin@yahoo.com.au")) + (:commit . "72db1f3ee04f3d1db17487d5bd98466fcbad87fd"))]) + (auto-correct . + [(1 1 4) + nil "Remembers and automatically fixes past corrections" tar + ((:keywords "editing") + (:maintainer "Ian Dunn" . "dunni@gnu.org") + (:authors + ("Ian Dunn" . "dunni@gnu.org")) + (:url . "https://elpa.gnu.org/packages/auto-correct.html") + (:commit . "0d38425fad4cd96714c07cfa66983b20764ff518"))]) + (auto-header . + [(0 1 2) + nil "Automatically find the right C headers" tar + ((:url . "https://git.sr.ht/~pkal/auto-header") + (:keywords "c") + (:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht") + (:authors + ("Philip Kaludercic" . "philipk@posteo.net")) + (:commit . "f366c1bf15abd33a8c035438b68b6b854bf2bd1a"))]) + (auto-overlays . + [(0 10 10) + ((cl-lib + (0 5))) + "Automatic regexp-delimited overlays" tar + ((:url . "http://www.dr-qubit.org/tags/computing-code-emacs.html") + (:keywords "extensions") + (:maintainer "Toby Cubitt" . "toby-predictive@dr-qubit.org") + (:authors + ("Toby Cubitt" . "toby-predictive@dr-qubit.org")) + (:commit . "0807a75d2606462ef636b737e8f3873f98141a82"))]) + (autocrypt . + [(0 4 2) + ((emacs + (24 3))) + "Autocrypt implementation" tar + ((:url . "https://git.sr.ht/~pkal/autocrypt") + (:keywords "comm") + (:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht") + (:authors + ("Philip Kaludercic" . "philipk@posteo.net")) + (:commit . "dc0223f11daf526621fda206b38bf06c29759c94"))]) + (avy . + [(0 5 0) + ((emacs + (24 1)) + (cl-lib + (0 5))) + "Jump to arbitrary positions in visible text and select text quickly." tar + ((:url . "https://github.com/abo-abo/avy") + (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") + (:authors + ("Oleh Krehel" . "ohwoeowho@gmail.com")) + (:keywords "point" "location"))]) + (bbdb . + [(3 2 2 4) + ((emacs + (24)) + (cl-lib + (0 5))) + "Big Brother DataBase" tar + ((:maintainer "Roland Winkler" . "winkler@gnu.org") + (:url . "https://elpa.gnu.org/packages/bbdb.html") + (:commit . "641ff1f309e65ac8bd9794bd5f72cfc9ffc297a4"))]) + (beacon . + [(1 3 4) + ((emacs + (25 1))) + "Highlight the cursor whenever the window scrolls" tar + ((:url . "https://github.com/Malabarba/beacon") + (:keywords "convenience") + (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com") + (:authors + ("Artur Malabarba" . "emacs@endlessparentheses.com")) + (:commit . "0cf8b60f62876f3e75653a5fb30d5d5cdd74c586"))]) + (beframe . + [(1 1 1) + ((emacs + (28 1))) + "Isolate buffers per frame" tar + ((:url . "https://github.com/protesilaos/beframe") + (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "c3f4583b0767e7f8c38c83ed29af40af8ba3bdfa"))]) + (bicep-ts-mode . + [(0 1 3) + nil "tree-sitter support for Bicep" tar + ((:url . "https://github.com/josteink/bicep-ts-mode") + (:keywords "bicep" "languages" "tree-sitter") + (:maintainer "Jostein Kjønigsen" . "jostein@kjonigsen.net") + (:authors + ("Jostein Kjønigsen" . "jostein@kjonigsen.net")) + (:commit . "5350edd6a1bd05292a26e7a3b291de8cbaf6bc05"))]) + (bind-key . + [(2 4 1) + nil "A simple way to manage personal keybindings" tar + ((:url . "https://github.com/jwiegley/use-package") + (:keywords "keys" "keybinding" "config" "dotemacs") + (:maintainer "John Wiegley" . "johnw@newartisans.com") + (:authors + ("John Wiegley" . "johnw@newartisans.com")) + (:commit . "4932ed21d40f9e8ad48ad2a1f086fdf9b3847ac9"))]) + (blist . + [(0 3) + ((ilist + (0 1)) + (emacs + (24))) + "Display bookmarks in an ibuffer way" tar + ((:url . "https://gitlab.com/mmemmew/blist") + (:keywords "convenience") + (:maintainer "Durand" . "durand@jsdurand.xyz") + (:authors + ("Durand" . "durand@jsdurand.xyz")) + (:commit . "9e1054d3cb2b796704ebeb2575b29ad70f0bb21c"))]) + (bluetooth . + [(0 3 1) + ((emacs + (25 1)) + (dash + (2 18 1))) + "A Major mode for Bluetooth devices" tar + ((:url . "https://gitlab.com/rstocker/emacs-bluetooth") + (:keywords "hardware") + (:maintainer "Raffael Stocker" . "r.stocker@mnet-mail.de") + (:authors + ("Raffael Stocker" . "r.stocker@mnet-mail.de") + ("Etienne Prud homme" . "e.e.f.prudhomme@gmail.com")) + (:commit . "84488dfdd2355e512f9e9444a233448221b3d9cc"))]) + (bnf-mode . + [(0 4 5) + ((cl-lib + (0 5)) + (emacs + (24 3))) + "Major mode for editing BNF grammars." tar + ((:url . "https://github.com/sergeyklay/bnf-mode") + (:keywords "languages") + (:maintainer "Serghei Iakovlev" . "egrep@protonmail.ch") + (:authors + ("Serghei Iakovlev" . "egrep@protonmail.ch")) + (:commit . "a4fe013fc945d8396930bc6d0dcc1cf9d7102f41"))]) + (boxy . + [(1 1 4) + ((emacs + (26 1))) + "A boxy layout framework" tar + ((:url . "https://gitlab.com/grinn.amy/boxy") + (:keywords "tools") + (:maintainer "Amy Grinn" . "grinn.amy@gmail.com") + (:authors + ("Amy Grinn" . "grinn.amy@gmail.com")) + (:commit . "c65a353e01610633efe20d861393a5d9605bc59d"))]) + (boxy-headings . + [(2 1 6) + ((emacs + (26 1)) + (boxy + (1 1)) + (org + (9 4))) + "View org files in a boxy diagram" tar + ((:url . "https://gitlab.com/grinn.amy/boxy-headings") + (:keywords "tools") + (:maintainer "Amy Grinn" . "grinn.amy@gmail.com") + (:authors + ("Amy Grinn" . "grinn.amy@gmail.com")) + (:commit . "d38a3598753d2c36c4a47b9c4b39123554d58106"))]) + (breadcrumb . + [(1 0 1) + ((emacs + (28 1)) + (project + (0 9 8))) + "project and imenu-based breadcrumb paths" tar + ((:maintainer "João Távora" . "joaotavora@gmail.com") + (:authors + ("João Távora" . "joaotavora@gmail.com")) + (:url . "https://elpa.gnu.org/packages/breadcrumb.html") + (:commit . "ff5fb77e2556c42aee9f1131f824bdfb955d861f"))]) + (brief . + [(5 91) + ((nadvice + (0 3)) + (cl-lib + (0 5))) + "Brief Editor Emulator (Brief Mode)" tar + ((:keywords "brief" "emulations" "crisp") + (:maintainer "Luke Lee" . "luke.yx.lee@gmail.com") + (:authors + ("Luke Lee" . "luke.yx.lee@gmail.com")) + (:url . "https://elpa.gnu.org/packages/brief.html") + (:commit . "1d1d8fe291d785512eaa746dc2e5cd6dac96585c"))]) + (buffer-env . + [(0 6) + ((emacs + (27 1)) + (compat + (29 1))) + "Buffer-local process environments" tar + ((:url . "https://github.com/astoff/buffer-env") + (:keywords "processes" "tools") + (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com") + (:authors + ("Augusto Stoffel" . "arstoffel@gmail.com")) + (:commit . "3814bdf3585ffffea3014b1d01549894ec1aa897"))]) + (buffer-expose . + [(0 4 3) + ((emacs + (25)) + (cl-lib + (0 5))) + "Visual buffer switching using a window grid" tar + ((:url . "https://github.com/clemera/buffer-expose") + (:keywords "convenience") + (:maintainer "Clemens Radermacher" . "clemera@posteo.net") + (:authors + ("Clemens Radermacher" . "clemera@posteo.net")) + (:commit . "c4a1c745123b86c15ba7bb4858255b5252e8440a"))]) + (bufferlo . + [(0 8) + ((emacs + (27 1))) + "Manage frame/tab-local buffer lists" tar + ((:url . "https://github.com/florommel/bufferlo") + (:keywords "buffer" "frame" "tabs" "local") + (:maintainer "Florian Rommel" . "mail@florommel.de") + (:authors + ("Florian Rommel" . "mail@florommel.de")) + (:commit . "44f0ca8ef39f201ec929bd68462cb66ff6b442b4"))]) + (bug-hunter . + [(1 3 1) + ((seq + (1 3)) + (cl-lib + (0 5))) + "Hunt down errors by bisecting elisp files" tar + ((:url . "https://github.com/Malabarba/elisp-bug-hunter") + (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com") + (:authors + ("Artur Malabarba" . "emacs@endlessparentheses.com")) + (:keywords "lisp"))]) + (buildbot . + [(0 0 1) + ((emacs + (28))) + "A Buildbot client for emacs" tar + ((:url . "https://g.ypei.me/buildbot.el.git") + (:keywords "buildbot" "continuous integration") + (:maintainer "Yuchen Pei" . "id@ypei.org") + (:authors + ("Yuchen Pei" . "id@ypei.org")) + (:commit . "d614eea91ca5717c2b0019dae8c85e6a24873f39"))]) + (calibre . + [(1 4 1) + ((emacs + (27 1)) + (compat + (29 1 4 1))) + "Interact with Calibre libraries from Emacs" tar + ((:url . "https://git.disroot.org/kjartanoli/calibre.el") + (:maintainer "Kjartan Oli Agustsson" . "kjartanoli@disroot.org") + (:authors + ("Kjartan Oli Agustsson" . "kjartanoli@disroot.org")) + (:commit . "855a9cb092eecf1e5c17ea56c440a0200f95eb4c"))]) + (cape . + [(1 5) + ((emacs + (27 1)) + (compat + (29 1 4 4))) + "Completion At Point Extensions" tar + ((:url . "https://github.com/minad/cape") + (:keywords "abbrev" "convenience" "matching" "completion" "text") + (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de") + (:authors + ("Daniel Mendler" . "mail@daniel-mendler.de")) + (:commit . "bf22aa6ce0ffca1a1a77b693dddcd05eddc386f0"))]) + (capf-autosuggest . + [(0 3) + ((emacs + (25 1))) + "History autosuggestions for comint and eshell" tar + ((:url . "https://repo.or.cz/emacs-capf-autosuggest.git") + (:maintainer "jakanakaevangeli" . "jakanakaevangeli@chiru.no") + (:authors + ("jakanakaevangeli" . "jakanakaevangeli@chiru.no")) + (:commit . "6d66f0ce52c6a41945a48e7b562dd6d262c62cd9"))]) + (caps-lock . + [(1 0) + nil "Caps-lock as a minor mode" tar + ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/caps-lock.html") + (:commit . "ce94899c7619e748e8a811ad8cdeb09918e7ecd8"))]) + (captain . + [(1 0 3) + nil "CAPiTalization is Automatic IN emacs" tar + ((:keywords "editing") + (:maintainer "Ian Dunn" . "dunni@gnu.org") + (:authors + ("Ian Dunn" . "dunni@gnu.org")) + (:url . "https://elpa.gnu.org/packages/captain.html") + (:commit . "a341d4cf3288ebae410c1c9124b82a9e421f3779"))]) + (chess . + [(2 0 5) + ((cl-lib + (0 5))) + "Play chess in GNU Emacs" tar + ((:keywords "games") + (:maintainer "Mario Lang" . "mlang@delysid.org") + (:authors + ("John Wiegley" . "johnw@gnu.org")) + (:url . "https://elpa.gnu.org/packages/chess.html") + (:commit . "c98602f7b1aa7b74c708008209e698d0886a529c"))]) + (cl-generic . + [(0 3) + nil "Forward cl-generic compatibility for Emacs<25" tar + ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/cl-generic.html") + (:commit . "d90985eee35afd48b96aa8f14e0d0c8a67ce62c9"))]) + (cl-lib . + [(0 7 1) + nil "Forward cl-lib compatibility library for Emacs<24.3" tar + ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/cl-lib.html") + (:commit . "80dc6223f2e25db1f4b38d5c48365553abd793fc"))]) + (clipboard-collector . + [(0 3) + ((emacs + (25))) + "Collect clipboard entries according to regex rules" tar + ((:url . "https://github.com/clemera/clipboard-collector") + (:keywords "convenience") + (:maintainer "Clemens Radermacher" . "clemera@posteo.net") + (:authors + ("Clemens Radermacher" . "clemera@posteo.net")) + (:commit . "ee4a0ee506c47666714cd61649334936d67e5a43"))]) + (cobol-mode . + [(1 1) + ((cl-lib + (0 5))) + "Mode for editing COBOL code" tar + ((:keywords "languages") + (:maintainer "Edward Hart" . "edward.dan.hart@gmail.com") + (:authors + ("Edward Hart" . "edward.dan.hart@gmail.com")) + (:url . "https://elpa.gnu.org/packages/cobol-mode.html") + (:commit . "bd7879daa71908616277688ba51d27b60c88b0a2"))]) + (code-cells . + [(0 4) + ((emacs + (27 1))) + "Lightweight notebooks with support for ipynb files" tar + ((:url . "https://github.com/astoff/code-cells.el") + (:keywords "convenience" "outlines") + (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com") + (:authors + ("Augusto Stoffel" . "arstoffel@gmail.com")) + (:commit . "44546ca256f3da29e3ac884e3d699c8455acbd6e"))]) + (colorful-mode . + [(1 0 3) + ((emacs + (28 1)) + (compat + (29 1 4 4))) + "Preview any color in your buffer in real time" tar + ((:url . "https://github.com/DevelopmentCool2449/colorful-mode") + (:keywords "faces" "tools" "matching" "convenience") + (:maintainer "Elias G. Perez" . "eg642616@gmail.com") + (:authors + ("Elias G. Perez" . "eg642616@gmail.com")) + (:commit . "2d9d1dd8c4b1975ca0bfdf6cb92cc6a598dc8b6b"))]) + (comint-mime . + [(0 4) + ((emacs + (28 1))) + "Display content of various MIME types in comint buffers" tar + ((:url . "https://github.com/astoff/comint-mime") + (:keywords "processes" "multimedia") + (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com") + (:authors + ("Augusto Stoffel" . "arstoffel@gmail.com")) + (:commit . "9d4fe3694d1cb558e26cffb4f92f7d2ffc40498d"))]) + (compact-docstrings . + [(0 2) + nil "Shrink blank lines in docstrings and doc comments" tar + ((:url . "https://github.com/cpitclaudel/compact-docstrings") + (:keywords "convenience" "faces" "lisp" "maint" "c") + (:maintainer "Clément Pit-Claudel" . "clement.pitclaudel@live.com") + (:authors + ("Clément Pit-Claudel" . "clement.pitclaudel@live.com")) + (:commit . "50b9ec928193f339c3c2ae20f088ea62cc82bb9d"))]) + (company . + [(0 10 2) + ((emacs + (25 1))) + "Modular text completion framework" tar + ((:url . "http://company-mode.github.io/") + (:keywords "abbrev" "convenience" "matching") + (:maintainer "Dmitry Gutov" . "dmitry@gutov.dev") + (:commit . "34e92d9b7084b03d087866abcd1e6a22a244c9bb"))]) + (company-ebdb . + [(1 1) + ((company + (0 9 4)) + (ebdb + (0 2))) + "company-mode completion backend for EBDB in message-mode" tar + ((:maintainer "Eric Abrahamsen" . "eric@ericabrahamsen.net") + (:authors + ("Jan Tatarik" . "jan.tatarik@gmail.com")) + (:url . "https://elpa.gnu.org/packages/company-ebdb.html") + (:commit . "f4b8ad408a068f2c3d07782cb111db4d62fd69d8"))]) + (company-math . + [(1 5 1) + ((company + (0 8 0)) + (math-symbol-lists + (1 3))) + "Completion backends for unicode math symbols and latex tags" tar + ((:url . "https://github.com/vspinu/company-math") + (:keywords "unicode" "symbols" "completion") + (:maintainer "Vitalie Spinu" . "spinuvit@gmail.com") + (:authors + ("Vitalie Spinu" . "spinuvit@gmail.com")) + (:commit . "3eb006874e309ff4076d947fcbd61bb6806aa508"))]) + (company-statistics . + [(0 2 3) + ((emacs + (24 3)) + (company + (0 8 5))) + "Sort candidates using completion history" tar + ((:url . "https://github.com/company-mode/company-statistics") + (:keywords "abbrev" "convenience" "matching") + (:maintainer "Ingo Lohmar" . "i.lohmar@gmail.com") + (:authors + ("Ingo Lohmar" . "i.lohmar@gmail.com")) + (:commit . "e62157d43b2c874d2edbd547c3bdfb05d0a7ae5c"))]) + (compat . + [(29 1 4 5) + ((emacs + (24 4)) + (seq + (2 23))) + "Emacs Lisp Compatibility Library" tar + ((:url . "https://github.com/emacs-compat/compat") + (:keywords "lisp" "maint") + (:maintainer "Compat Development" . "~pkal/compat-devel@lists.sr.ht") + (:authors + ("Philip Kaludercic" . "philipk@posteo.net") + ("Daniel Mendler" . "mail@daniel-mendler.de")) + (:commit . "8d4e8a366681def88751f5e9975738ecd3180deb"))]) + (consult . + [(1 7) + ((emacs + (27 1)) + (compat + (29 1 4 4))) + "Consulting completing-read" tar + ((:url . "https://github.com/minad/consult") + (:keywords "matching" "files" "completion") + (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de") + (:commit . "fe4852280006e61be7f1374d021ee06155ce5a26"))]) + (consult-denote . + [(0 0 0) + ((emacs + (28 1)) + (denote + (2 3 0)) + (consult + (1 4))) + "Use Consult in tandem with Denote" tar + ((:url . "https://github.com/protesilaos/consult-denote") + (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "f605131c9add9128eeaf7adb359ba11a66a394e3"))]) + (consult-hoogle . + [(0 2 1) + ((emacs + (27 1)) + (haskell-mode + (16 1))) + "Hoogle frontend using consult" tar + ((:url . "https://codeberg.org/rahguzar/consult-hoogle") + (:keywords "docs" "languages") + (:maintainer "rahguzar" . "rahguzar@zohomail.eu") + (:authors + ("rahguzar" . "rahguzar@zohomail.eu")) + (:commit . "188c8d90a04adeb08c61a0835f5f9a9a10255495"))]) + (consult-recoll . + [(0 8 1) + ((emacs + (26 1)) + (consult + (0 19))) + "Recoll queries using consult" tar + ((:url . "https://codeberg.org/jao/consult-recoll") + (:keywords "docs" "convenience") + (:maintainer "Jose A Ortega Ruiz" . "jao@gnu.org") + (:authors + ("Jose A Ortega Ruiz" . "jao@gnu.org")) + (:commit . "ba68d052d9479aeaa5dda15a57a2c070df7d9bca"))]) + (context-coloring . + [(8 1 0) + ((emacs + (24 3))) + "Highlight by scope" tar + ((:url . "https://github.com/jacksonrayhamilton/context-coloring") + (:keywords "convenience" "faces" "tools") + (:maintainer "Jackson Ray Hamilton" . "jackson@jacksonrayhamilton.com") + (:authors + ("Jackson Ray Hamilton" . "jackson@jacksonrayhamilton.com")) + (:commit . "1b30a28857727202d1f6a027f83ad66151fb1e92"))]) + (corfu . + [(1 4) + ((emacs + (27 1)) + (compat + (29 1 4 4))) + "COmpletion in Region FUnction" tar + ((:url . "https://github.com/minad/corfu") + (:keywords "abbrev" "convenience" "matching" "completion" "text") + (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de") + (:authors + ("Daniel Mendler" . "mail@daniel-mendler.de")) + (:commit . "cdc3e13ad312f5f12b3f78f842fff0b398eb4473"))]) + (coterm . + [(1 6) + ((emacs + (26 1)) + (compat + (28 1 2 0))) + "Terminal emulation for comint" tar + ((:url . "https://repo.or.cz/emacs-coterm.git") + (:keywords "processes") + (:maintainer "jakanakaevangeli" . "jakanakaevangeli@chiru.no") + (:authors + ("jakanakaevangeli" . "jakanakaevangeli@chiru.no")) + (:commit . "d8e1b04cd359d9f27ab7c6dbf8cae90dde834085"))]) + (counsel . + [(0 14 2) + ((emacs + (24 5)) + (ivy + (0 14 2)) + (swiper + (0 14 2))) + "Various completion functions using Ivy" tar + ((:url . "https://github.com/abo-abo/swiper") + (:keywords "convenience" "matching" "tools") + (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") + (:authors + ("Oleh Krehel" . "ohwoeowho@gmail.com")) + (:commit . "08b0a88d67494aa4cca469247f8b44edb6402b52"))]) + (cpio-mode . + [(0 17) + nil "Handle cpio archives in the style of dired." tar + ((:keywords "files") + (:maintainer "Douglas Lewan" . "d.lewan2000@gmail.com") + (:authors + ("Douglas Lewan" . "d.lewan2000@gmail.com")) + (:url . "https://elpa.gnu.org/packages/cpio-mode.html") + (:commit . "ce1183f52fa0cfc50145553804615e23d7d73046"))]) + (cpupower . + [(1 0 5) + nil "cpupower command interface" tar + ((:url . "https://gitlab.com/steve-emacs-stuff/cpupower-el") + (:keywords "hardware" "cpupower" "cpu" "frequency-scaling") + (:maintainer "Stephen Meister" . "pallagun@gmail.com") + (:authors + ("Stephen Meister" . "pallagun@gmail.com")) + (:commit . "fa979dfafa1beb374bf42e937f0b5b99ed06222e"))]) + (crdt . + [(0 3 5) + nil "Collaborative editing using Conflict-free Replicated Data Types" tar + ((:url . "https://code.librehq.com/qhong/crdt.el") + (:keywords "collaboration" "crdt") + (:maintainer "Qiantan Hong" . "qhong@alum.mit.edu") + (:authors + ("Qiantan Hong" . "qhong@alum.mit.edu")) + (:commit . "e6d42f42c5dedb73560048f4bf6263c63ffa21bb"))]) + (crisp . + [(1 3 6) + nil "CRiSP/Brief Emacs emulator" tar + ((:keywords "emulations" "brief" "crisp") + (:maintainer "Luke Lee" . "luke.yx.lee@gmail.com") + (:authors + ("Gary D. Foster" . "Gary.Foster@Corp.Sun.COM")) + (:url . "https://elpa.gnu.org/packages/crisp.html") + (:commit . "810f057c640043ca9e419248b73f43d82b1a47a0"))]) + (csharp-mode . + [(2 0 0) + ((emacs + (26 1))) + "C# mode derived mode" tar + ((:url . "https://github.com/emacs-csharp/csharp-mode") + (:keywords "c#" "languages" "oop" "mode") + (:maintainer + ("Jostein Kjønigsen" . "jostein@gmail.com") + ("Theodor Thornhill" . "theo@thornhill.no")) + (:authors + ("Theodor Thornhill" . "theo@thornhill.no")) + (:commit . "02c61c219b2c22491eff9b7315fed661fab423d4"))]) + (csv-mode . + [(1 25) + ((emacs + (27 1)) + (cl-lib + (0 5))) + "Major mode for editing comma/char separated values" tar + ((:keywords "convenience") + (:maintainer nil . "emacs-devel@gnu.org") + (:authors + ("Francis J. Wright" . "F.J.Wright@qmul.ac.uk")) + (:url . "https://elpa.gnu.org/packages/csv-mode.html") + (:commit . "6e8b70504236325989b2f6e19b38602a23f57ba3"))]) + (cursory . + [(1 0 1) + ((emacs + (27 1))) + "Manage cursor styles using presets" tar + ((:url . "https://git.sr.ht/~protesilaos/cursory") + (:keywords "convenience" "cursor") + (:maintainer "Cursory Development" . "~protesilaos/cursory@lists.sr.ht") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "a91da4edc07df0bc17056d9a673287082a3c6b26"))]) + (cycle-quotes . + [(0 1) + nil "Cycle between quote styles" tar + ((:keywords "convenience") + (:maintainer "Simen Heggestøyl" . "simenheg@gmail.com") + (:authors + ("Simen Heggestøyl" . "simenheg@gmail.com")) + (:url . "https://elpa.gnu.org/packages/cycle-quotes.html") + (:commit . "836b19b39651419876e65cdb1a91e3eef83cc4e7"))]) + (dape . + [(0 12 0) + ((emacs + (29 1)) + (jsonrpc + (1 0 25))) + "Debug Adapter Protocol for Emacs" tar + ((:url . "https://github.com/svaante/dape") + (:maintainer "Daniel Pettersson" . "daniel@dpettersson.net") + (:commit . "51fad7df7473778fbc4bac703317de7f7713b307"))]) + (darkroom . + [(0 3) + ((cl-lib + (0 5))) + "Remove visual distractions and focus on writing" tar + ((:keywords "convenience" "emulations") + (:maintainer "João Távora" . "joaotavora@gmail.com") + (:authors + ("João Távora" . "joaotavora@gmail.com")) + (:url . "https://elpa.gnu.org/packages/darkroom.html") + (:commit . "4496945487130ae1123a9f17b40674ec24c54e8f"))]) + (dash . + [(2 19 1) + ((emacs + (24))) + "A modern list library for Emacs" tar + ((:url . "https://github.com/magnars/dash.el") + (:keywords "extensions" "lisp") + (:maintainer "Magnar Sveen" . "magnars@gmail.com") + (:authors + ("Magnar Sveen" . "magnars@gmail.com")) + (:commit . "39d067b9fbb2db65fc7a6938bfb21489ad990cb4"))]) + (dbus-codegen . + [(0 1) + ((cl-lib + (0 5))) + "Lisp code generation for D-Bus." tar + ((:keywords "comm" "dbus" "convenience") + (:maintainer nil . "emacs-devel@gnu.org") + (:authors + ("Daiki Ueno" . "ueno@gnu.org")) + (:url . "https://elpa.gnu.org/packages/dbus-codegen.html") + (:commit . "4b0d8525943ebba797e1ebaf97fd9a608aef5ec1"))]) + (debbugs . + [(0 40) + ((emacs + (26 1)) + (soap-client + (3 1 5))) + "SOAP library to access debbugs servers" tar + ((:keywords "comm" "hypermedia") + (:maintainer "Michael Albinus" . "michael.albinus@gmx.de") + (:authors + ("Michael Albinus" . "michael.albinus@gmx.de")) + (:url . "https://elpa.gnu.org/packages/debbugs.html") + (:commit . "e06d335153fab7eb82771919c82de125b51bdf66"))]) + (delight . + [(1 7) + ((cl-lib + (0 5)) + (nadvice + (0 3))) + "A dimmer switch for your lighter text" tar + ((:url . "https://savannah.nongnu.org/projects/delight") + (:keywords "convenience") + (:maintainer "Phil Sainty" . "psainty@orcon.net.nz") + (:authors + ("Phil Sainty" . "psainty@orcon.net.nz")) + (:commit . "a763ec1e5c2987efea3ce2ee6d9c979f56ab6528"))]) + (denote . + [(2 3 5) + ((emacs + (28 1))) + "Simple notes with an efficient file-naming scheme" tar + ((:url . "https://github.com/protesilaos/denote") + (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "914e5be6c1ad319cf924aaddc3515aaffe1d4bcc"))]) + (denote-menu . + [(1 2 0) + ((emacs + (28 1)) + (denote + (2 0 0))) + "View denote files in a tabulated list." tar + ((:url . "https://github.com/namilus/denote-menu") + (:maintainer "Mohamed Suliman" . "sulimanm@tcd.ie") + (:authors + ("Mohamed Suliman" . "sulimanm@tcd.ie")) + (:commit . "6d97b6be0511420dca27b294844bdaa5fa72f753"))]) + (detached . + [(0 10 1) + ((emacs + (27 1))) + "A package to launch, and manage, detached processes" tar + ((:url . "https://sr.ht/~niklaseklund/detached.el/") + (:keywords "convenience" "processes") + (:maintainer "detached.el Development" . "~niklaseklund/detached.el@lists.sr.ht") + (:authors + ("Niklas Eklund" . "niklas.eklund@posteo.net")) + (:commit . "fedb0df5b0fbba13c662107855fb07a922793096"))]) + (devdocs . + [(0 6 1) + ((emacs + (27 1))) + "Emacs viewer for DevDocs" tar + ((:url . "https://github.com/astoff/devdocs.el") + (:keywords "help") + (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com") + (:authors + ("Augusto Stoffel" . "arstoffel@gmail.com")) + (:commit . "ebdd3b39bef1a928c069373337d0f8e4f2d8b8d2"))]) + (devicetree-ts-mode . + [(0 3) + ((emacs + (29 1))) + "Tree-sitter support for DTS" tar + ((:url . "https://sr.ht/~akagi/devicetree-ts-mode") + (:keywords "languages" "devicetree" "tree-sitter") + (:maintainer "Aleksandr Vityazev" . "avityazew@gmail.com") + (:authors + ("Aleksandr Vityazev" . "avityazew@gmail.com")) + (:commit . "bc07c1124545cbf6e5ebe64e92bfaa306e309033"))]) + (dict-tree . + [(0 17) + ((trie + (0 6)) + (tNFA + (0 1 1)) + (heap + (0 3)) + (emacs + (24 1))) + "Dictionary data structure" tar + ((:url . "http://www.dr-qubit.org/emacs.php") + (:keywords "extensions" "matching" "data structures trie" "tree" "dictionary" "completion" "regexp") + (:maintainer "Toby Cubitt" . "toby-predictive@dr-qubit.org") + (:authors + ("Toby Cubitt" . "toby-predictive@dr-qubit.org")) + (:commit . "a83ea986982b2d09d150456028a9f1e73658333a"))]) + (diff-hl . + [(1 9 2) + ((cl-lib + (0 2)) + (emacs + (25 1))) + "Highlight uncommitted changes using VC" tar + ((:url . "https://github.com/dgutov/diff-hl") + (:keywords "vc" "diff") + (:maintainer "Dmitry Gutov" . "dgutov@yandex.ru") + (:authors + ("Dmitry Gutov" . "dgutov@yandex.ru")) + (:commit . "d20f16bf5eadd66e775f215e800f25caddae8cb5"))]) + (diffview . + [(1 0) + nil "View diffs in side-by-side format" single + ((:keywords "convenience" "diff") + (:authors + ("Mitchel Humpherys" . "mitch.special@gmail.com")) + (:maintainer "Mitchel Humpherys" . "mitch.special@gmail.com") + (:url . "https://github.com/mgalgs/diffview-mode"))]) + (diminish . + [(0 46) + ((emacs + (24 3))) + "Diminished modes are minor modes with no modeline display" tar + ((:url . "https://github.com/myrjola/diminish.el") + (:keywords "extensions" "diminish" "minor" "codeprose") + (:maintainer "Martin Yrjölä" . "martin.yrjola@gmail.com") + (:authors + ("Will Mengarini" . "seldon@eskimo.com")) + (:commit . "66b3902401059d161424b1b8d0abc3cb0a7d6df0"))]) + (dired-du . + [(0 5 2) + ((emacs + (24 4)) + (cl-lib + (0 5))) + "Dired with recursive directory sizes" tar + ((:keywords "files" "unix" "convenience") + (:maintainer "Tino Calancha" . "tino.calancha@gmail.com") + (:authors + ("Tino Calancha" . "tino.calancha@gmail.com")) + (:url . "https://elpa.gnu.org/packages/dired-du.html") + (:commit . "c586a6bc255cec88e1027e70319030cb63ecdc4a"))]) + (dired-duplicates . + [(0 4) + ((emacs + (27 1))) + "Find duplicate files locally and remotely" tar + ((:url . "https://codeberg.org/hjudt/dired-duplicates") + (:keywords "files") + (:maintainer "Harald Judt" . "h.judt@gmx.at") + (:authors + ("Harald Judt" . "h.judt@gmx.at")) + (:commit . "5c5f24bea92159987f65f01ef32b261e905997bd"))]) + (dired-git-info . + [(0 3 1) + ((emacs + (25))) + "Show git info in dired" tar + ((:url . "https://github.com/clemera/dired-git-info") + (:keywords "dired" "files") + (:maintainer "Clemens Radermacher" . "clemera@posteo.net") + (:authors + ("Clemens Radermacher" . "clemera@posteo.net")) + (:commit . "bd8556eef10e57b175406c117f18e1953422c803"))]) + (dired-preview . + [(0 2 0) + ((emacs + (27 1))) + "Automatically preview file at point in Dired" tar + ((:url . "https://github.com/protesilaos/dired-preview") + (:keywords "files" "convenience") + (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "2f0a4055f575bdecd93798155f44d935a4f2cb6b"))]) + (disk-usage . + [(1 3 3) + ((emacs + (26 1))) + "Sort and browse disk usage listings" tar + ((:url . "https://gitlab.com/Ambrevar/emacs-disk-usage") + (:keywords "files" "convenience" "tools") + (:maintainer "Pierre Neidhardt" . "mail@ambrevar.xyz") + (:authors + ("Pierre Neidhardt" . "mail@ambrevar.xyz")) + (:commit . "b0fb8af34291a49b041eab8b5570e7bc8433a8d8"))]) + (dismal . + [(1 5 2) + ((cl-lib + (0))) + "Dis Mode Ain't Lotus: Spreadsheet program Emacs" tar + ((:maintainer "UnMaintainer" . "emacs-devel@gnu.org") + (:authors + (nil . "fox@cs.nyu.edu") + (nil . "ritter@cs.cmu.edu")) + (:url . "https://elpa.gnu.org/packages/dismal.html") + (:commit . "670c0001026ff437d14545aeed3ef5745f0a53d2"))]) + (djvu . + [(1 1 2) + nil "Edit and view Djvu files via djvused" tar + ((:keywords "files" "wp") + (:maintainer "Roland Winkler" . "winkler@gnu.org") + (:authors + ("Roland Winkler" . "winkler@gnu.org")) + (:url . "https://elpa.gnu.org/packages/djvu.html") + (:commit . "071c8ab168588897475899c46eaa16e70141db8c"))]) + (do-at-point . + [(0 1 2) + ((emacs + (26 1))) + "Generic context-sensitive action dispatcher." tar + ((:url . "https://git.sr.ht/~pkal/do-at-point") + (:keywords "convenience") + (:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht") + (:authors + ("Philip Kaludercic" . "philipk@posteo.net")) + (:commit . "da0742df74cbb36347aefd5dcb17d674ee4846d3"))]) + (doc-toc . + [(1 2) + ((emacs + (26 1))) + "Manage outlines/table of contents of pdf and djvu documents" tar + ((:url . "https://github.com/dalanicolai/doc-tools-toc") + (:keywords "tools" "outlines" "convenience") + (:maintainer "Daniel Laurens Nicolai" . "dalanicolai@gmail.com") + (:authors + ("Daniel Laurens Nicolai" . "dalanicolai@gmail.com")) + (:commit . "4a179fbacd7bc9efbd6cfcdc8772d42935e6de29"))]) + (docbook . + [(0 1) + nil "Info-like viewer for DocBook" tar + ((:keywords "docs" "help") + (:maintainer "Chong Yidong" . "cyd@gnu.org") + (:authors + ("Chong Yidong" . "cyd@gnu.org")) + (:url . "https://elpa.gnu.org/packages/docbook.html") + (:commit . "a59f87c0dc04bcfcf9f55a124658c2e7a585dbd2"))]) + (drepl . + [(0 3) + ((emacs + (29 1)) + (comint-mime + (0 3))) + "REPL protocol for the dumb terminal" tar + ((:url . "https://github.com/astoff/drepl") + (:keywords "languages" "processes") + (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com") + (:authors + ("Augusto Stoffel" . "arstoffel@gmail.com")) + (:commit . "07c4503763b5880f163b417194d580677f37a819"))]) + (dts-mode . + [(1 0) + ((emacs + (24))) + "Major mode for Device Tree source files" tar + ((:keywords "languages") + (:maintainer "Ben Gamari" . "ben@smart-cactus.org") + (:authors + ("Ben Gamari" . "ben@smart-cactus.org")) + (:url . "https://elpa.gnu.org/packages/dts-mode.html") + (:commit . "8413d2dc9b3347831aa9e8c8b2524af3ef005441"))]) + (easy-escape . + [(0 2 1) + nil "Improve readability of escape characters in regular expressions" tar + ((:url . "https://github.com/cpitclaudel/easy-escape") + (:keywords "convenience" "lisp" "tools") + (:maintainer "Clément Pit-Claudel" . "clement.pitclaudel@live.com") + (:authors + ("Clément Pit-Claudel" . "clement.pitclaudel@live.com")) + (:commit . "938497a21e65ba6b3ff8ec90e93a6d0ab18dc9b4"))]) + (easy-kill . + [(0 9 5) + ((emacs + (25)) + (cl-lib + (0 5))) + "kill & mark things easily" tar + ((:url . "https://github.com/leoliu/easy-kill") + (:keywords "killing" "convenience") + (:maintainer "Leo Liu" . "sdl.web@gmail.com") + (:authors + ("Leo Liu" . "sdl.web@gmail.com")) + (:commit . "f155d19c528e27f8f6c72f0d75f652edbdcab37f"))]) + (ebdb . + [(0 8 22) + ((emacs + (25 1)) + (seq + (2 15))) + "Contact management package" tar + ((:url . "https://github.com/girzel/ebdb") + (:keywords "convenience" "mail") + (:maintainer "Eric Abrahamsen" . "eric@ericabrahamsen.net") + (:authors + ("Eric Abrahamsen" . "eric@ericabrahamsen.net")) + (:commit . "b96e5470c54503eab2159e69c822648ad55e6915"))]) + (ebdb-gnorb . + [(1 0 2) + ((gnorb + (1 1 0)) + (ebdb + (0 2))) + "Utilities for connecting EBDB to Gnorb" tar + ((:maintainer "Eric Abrahamsen" . "eric@ericabrahamsen.net") + (:authors + ("Eric Abrahamsen" . "eric@ericabrahamsen.net")) + (:url . "https://elpa.gnu.org/packages/ebdb-gnorb.html") + (:commit . "461a6b35dc9322d1ec59547ad845d26a6c65a698"))]) + (ebdb-i18n-chn . + [(1 3 2) + ((pyim + (1 6 0)) + (ebdb + (0 6 17))) + "China-specific internationalization support for EBDB" tar + ((:maintainer "Eric Abrahamsen" . "eric@ericabrahamsen.net") + (:authors + ("Eric Abrahamsen" . "eric@ericabrahamsen.net")) + (:url . "https://elpa.gnu.org/packages/ebdb-i18n-chn.html") + (:commit . "b8c1f7c21204bda9c130ce21a75d69358d1bc49a"))]) + (ediprolog . + [(2 2) + nil "Emacs Does Interactive Prolog" tar + ((:url . "https://www.metalevel.at/ediprolog/") + (:keywords "languages" "processes") + (:maintainer "Markus Triska" . "triska@metalevel.at") + (:authors + ("Markus Triska" . "triska@metalevel.at")) + (:commit . "cfcdf9e42821d246b7fbc84877aa4ecacc184a1c"))]) + (eev . + [(20240513) + ((emacs + (25 1))) + "Support for e-scripts (eepitch blocks, elisp hyperlinks, etc)" tar + ((:url . "http://anggtwu.net/#eev") + (:keywords "lisp" "e-scripts") + (:maintainer "Eduardo Ochs" . "eduardoochs@gmail.com") + (:authors + ("Eduardo Ochs" . "eduardoochs@gmail.com")) + (:commit . "2bd9d441330aa782ecf645f931e62bd3f3f1ac64"))]) + (ef-themes . + [(1 7 0) + ((emacs + (27 1))) + "Colorful and legible themes" tar + ((:url . "https://git.sr.ht/~protesilaos/ef-themes") + (:keywords "faces" "theme" "accessibility") + (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "4d7cd1fdef459b9f76b9c1f35ec063d0eafe469a"))]) + (eglot . + [(1 17) + ((emacs + (26 3)) + (jsonrpc + (1 0 24)) + (flymake + (1 2 1)) + (project + (0 9 8)) + (xref + (1 6 2)) + (eldoc + (1 14 0)) + (seq + (2 23)) + (external-completion + (0 1))) + "The Emacs Client for LSP servers" tar + ((:url . "https://github.com/joaotavora/eglot") + (:keywords "convenience" "languages") + (:maintainer "João Távora" . "joaotavora@gmail.com") + (:authors + ("João Távora" . "joaotavora@gmail.com")) + (:commit . "b014bca833a17f5b2258e88115f03cffa983d0bd"))]) + (el-search . + [(1 12 6 1) + ((emacs + (25)) + (stream + (2 2 4)) + (cl-print + (1 0))) + "Expression based interactive search for Emacs Lisp" tar + ((:keywords "lisp") + (:maintainer "Michael Heerdegen" . "michael_heerdegen@web.de") + (:authors + ("Michael Heerdegen" . "michael_heerdegen@web.de")) + (:url . "https://elpa.gnu.org/packages/el-search.html") + (:commit . "43779b910025aba2574213cf3eabee2132c0a175"))]) + (eldoc . + [(1 15 0) + ((emacs + (26 3))) + "Show function arglist or variable docstring in echo area" tar + ((:keywords "extensions") + (:maintainer "Noah Friedman" . "friedman@splode.com") + (:authors + ("Noah Friedman" . "friedman@splode.com")) + (:url . "https://elpa.gnu.org/packages/eldoc.html") + (:commit . "dc744fe6f3cd185bd9d29f61b08cd4c524e3969e"))]) + (electric-spacing . + [(5 0) + nil "Insert operators with surrounding spaces smartly" tar + ((:maintainer "William Xu" . "william.xwl@gmail.com") + (:authors + ("William Xu" . "william.xwl@gmail.com")) + (:url . "https://elpa.gnu.org/packages/electric-spacing.html") + (:commit . "122ac5d08c3d3d91251752136abab9721d90e36c"))]) + (elisp-benchmarks . + [(1 16) + nil "elisp benchmarks collection" tar + ((:keywords "languages" "lisp") + (:maintainer "Andrea Corallo" . "acorallo@gnu.org") + (:authors + ("Andrea Corallo" . "acorallo@gnu.org")) + (:url . "https://elpa.gnu.org/packages/elisp-benchmarks.html") + (:commit . "1a3d97954957a95a179806e0d49ca6d178b097af"))]) + (ellama . + [(0 9 11) + ((emacs + (28 1)) + (llm + (0 6 0)) + (spinner + (1 7 4))) + "Tool for interacting with LLMs" tar + ((:url . "http://github.com/s-kostyaev/ellama") + (:keywords "help" "local" "tools") + (:maintainer "Sergey Kostyaev" . "sskostyaev@gmail.com") + (:authors + ("Sergey Kostyaev" . "sskostyaev@gmail.com")) + (:commit . "968b8631d102c7fd051dbe9eb077755964bb47a2"))]) + (emacs-gc-stats . + [(1 4 2) + ((emacs + (25 1))) + "Collect Emacs GC statistics" tar + ((:url . "https://git.sr.ht/~yantar92/emacs-gc-stats") + (:maintainer "Ihor Radchenko" . "yantar92@posteo.net") + (:authors + ("Ihor Radchenko" . "yantar92@posteo.net")) + (:commit . "05d669e123f411c9582f99a9a6182efa43d01a6b"))]) + (embark . + [(1 1) + ((emacs + (27 1)) + (compat + (29 1 4 0))) + "Conveniently act on minibuffer completions" tar + ((:url . "https://github.com/oantolin/embark") + (:keywords "convenience") + (:maintainer "Omar Antolín Camarena" . "omar@matem.unam.mx") + (:authors + ("Omar Antolín Camarena" . "omar@matem.unam.mx")) + (:commit . "195add1f1ccd1059472c9df7334c97c4d155425e"))]) + (embark-consult . + [(1 1) + ((emacs + (27 1)) + (compat + (29 1 4 0)) + (embark + (1 0)) + (consult + (1 0))) + "Consult integration for Embark" tar + ((:url . "https://github.com/oantolin/embark") + (:keywords "convenience") + (:maintainer "Omar Antolín Camarena" . "omar@matem.unam.mx") + (:authors + ("Omar Antolín Camarena" . "omar@matem.unam.mx")) + (:commit . "195add1f1ccd1059472c9df7334c97c4d155425e"))]) + (ement . + [(0 15 1) + ((emacs + (27 1)) + (map + (2 1)) + (persist + (0 5)) + (plz + (0 6)) + (taxy + (0 10)) + (taxy-magit-section + (0 13)) + (svg-lib + (0 2 5)) + (transient + (0 3 7))) + "Matrix client" tar + ((:url . "https://github.com/alphapapa/ement.el") + (:keywords "comm") + (:maintainer "Adam Porter" . "adam@alphapapa.net") + (:authors + ("Adam Porter" . "adam@alphapapa.net")) + (:commit . "e120fdb3bdf23e31f6f8b4a3aa4490794ca37183"))]) + (emms . + [(20) + ((cl-lib + (0 5)) + (nadvice + (0 3)) + (seq + (0))) + "The Emacs Multimedia System" tar + ((:url . "https://www.gnu.org/software/emms/") + (:keywords "emms" "mp3" "ogg" "flac" "music" "mpeg" "video" "multimedia") + (:maintainer "Yoni Rabkin" . "yrk@gnu.org") + (:authors + ("Jorgen Schäfer" . "forcer@forcix.cx")) + (:commit . "2c328f0a4d46c008d409bbe44994588816adf221"))]) + (engrave-faces . + [(0 3 1) + ((emacs + (27 1))) + "Convert font-lock faces to other formats" tar + ((:url . "https://github.com/tecosaur/engrave-faces") + (:keywords "faces") + (:maintainer "TEC" . "tec@tecosaur.com") + (:authors + ("TEC" . "https://github/tecosaur")) + (:commit . "fe29d9b593a0f7ada4df3f52dfb9f7f8c1bdaaa7"))]) + (enwc . + [(2 0) + ((emacs + (25 1))) + "The Emacs Network Client" tar + ((:url . "https://savannah.nongnu.org/p/enwc") + (:keywords "external" "network" "wicd" "manager" "nm") + (:maintainer "Ian Dunn" . "dunni@gnu.org") + (:authors + ("Ian Dunn" . "dunni@gnu.org")) + (:commit . "9893d7f17a2ee7f83587c305c256bd1300995125"))]) + (epoch-view . + [(0 0 1) + nil "Minor mode to visualize epoch timestamps" single + ((:url . "http://elpa.gnu.org/packages/epoch-view.html") + (:keywords "data" "timestamp" "epoch" "unix") + (:authors + ("Ted Zlatanov" . "tzz@lifelogs.com")) + (:maintainer "Ted Zlatanov" . "tzz@lifelogs.com"))]) + (erc . + [(5 6) + ((emacs + (27 1)) + (compat + (29 1 4 5))) + "An Emacs Internet Relay Chat client" tar + ((:url . "https://www.gnu.org/software/emacs/erc.html") + (:keywords "irc" "chat" "client" "internet") + (:maintainer + ("Amin Bandali" . "bandali@gnu.org") + ("F. Jason Park" . "jp@neverwas.me")) + (:authors + ("Alexander L. Belikoff" . "alexander@belikoff.net")) + (:commit . "d1e98a8f0128747030e97ffea20a8f67aa0cd923"))]) + (ergoemacs-mode . + [(5 16 10 12) + ((emacs + (24 1)) + (undo-tree + (0 6 5)) + (cl-lib + (0 5))) + "Emacs mode based on common modern interface and ergonomics." tar + ((:url . "https://github.com/ergoemacs/ergoemacs-mode") + (:keywords "convenience") + (:maintainer "Matthew L. Fidler" . "matthew.fidler@gmail.com") + (:authors + ("Xah Lee" . "xah@xahlee.org") + ("David Capello" . "davidcapello@gmail.com") + ("Matthew L. Fidler" . "matthew.fidler@gmail.com")) + (:commit . "ac70b2563fb6e3d69ea382fddc87b5721c20c292"))]) + (ess . + [(24 1 1) + ((emacs + (25 1))) + "Emacs Speaks Statistics" tar + ((:url . "https://ess.r-project.org/") + (:maintainer "ESS Core Team" . "ESS-core@r-project.org") + (:authors + ("David Smith" . "dsmith@stats.adelaide.edu.au") + ("A.J. Rossini" . "blindglobe@gmail.com") + ("Richard M. Heiberger" . "rmh@temple.edu") + ("Kurt Hornik" . "Kurt.Hornik@R-project.org") + ("Martin Maechler" . "maechler@stat.math.ethz.ch") + ("Rodney A. Sparapani" . "rsparapa@mcw.edu") + ("Stephen Eglen" . "stephen@gnu.org") + ("Sebastian P. Luque" . "spluque@gmail.com") + ("Henning Redestig" . "henning.red@googlemail.com") + ("Vitalie Spinu" . "spinuvit@gmail.com") + ("Lionel Henry" . "lionel.hry@gmail.com") + ("J. Alexander Branham" . "alex.branham@gmail.com")) + (:commit . "d8472e00da8fde3224d4512641093b526601af39"))]) + (excorporate . + [(1 1 2) + ((emacs + (24 1)) + (cl-lib + (0 6 1)) + (fsm + (0 2 1)) + (soap-client + (3 2 0)) + (url-http-ntlm + (2 0 4)) + (nadvice + (0 3)) + (url-http-oauth + (0 8 3))) + "Exchange Web Services (EWS) integration" tar + ((:url . "https://www.fitzsim.org/blog/") + (:keywords "calendar") + (:maintainer "Thomas Fitzsimmons" . "fitzsim@fitzsim.org") + (:authors + ("Thomas Fitzsimmons" . "fitzsim@fitzsim.org")) + (:commit . "8d1167ac47aa88265546ee7a82fd49ff6f9c8d66"))]) + (expand-region . + [(1 0 0) + ((emacs + (24 4))) + "Increase selected region by semantic units." tar + ((:url . "https://github.com/magnars/expand-region.el") + (:keywords "marking" "region") + (:maintainer "Magnar Sveen" . "magnars@gmail.com") + (:authors + ("Magnar Sveen" . "magnars@gmail.com")) + (:commit . "9e3f86c02c5e2ab6f0d95da8a34045b54f6166d1"))]) + (expreg . + [(1 3 1) + ((emacs + (29 1))) + "Simple expand region" tar + ((:url . "https://github.com/casouri/expreg") + (:keywords "text" "editing") + (:maintainer "Yuan Fu" . "casouri@gmail.com") + (:authors + ("Yuan Fu" . "casouri@gmail.com")) + (:commit . "9950c07ec90293964baa33603f4a80e764b0a847"))]) + (external-completion . + [(0 1) + nil "Let external tools control completion style" tar + ((:maintainer "João Távora" . "joaotavora@gmail.com") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/external-completion.html") + (:commit . "4bc9c8972ac0a3dfa237a9c5704de89ef24ad82b"))]) + (exwm . + [(0 30) + ((emacs + (27 1)) + (xelb + (0 19))) + "Emacs X Window Manager" tar + ((:url . "https://github.com/emacs-exwm/exwm") + (:keywords "unix") + (:maintainer + ("Adrián Medraño Calvo" . "adrian@medranocalvo.com") + ("Steven Allen" . "steven@stebalien.com") + ("Daniel Mendler" . "mail@daniel-mendler.de")) + (:authors + ("Chris Feng" . "chris.w.feng@gmail.com")) + (:commit . "3e6bfe36afc8356bf72d89eff940282db6ea7cba"))]) + (f90-interface-browser . + [(1 1) + nil "Parse and browse f90 interfaces" single + ((:authors + ("Lawrence Mitchell" . "wence@gmx.li")) + (:maintainer "Lawrence Mitchell" . "wence@gmx.li") + (:url . "http://github.com/wence-/f90-iface/"))]) + (face-shift . + [(0 2 1) + ((emacs + (24 1))) + "Shift the colour of certain faces" tar + ((:url . "https://git.sr.ht/~pkal/face-shift") + (:keywords "faces") + (:maintainer "Philip Kaludercic" . "philipk@posteo.net") + (:authors + ("Philip Kaludercic" . "philipk@posteo.net")) + (:commit . "671e53fdef9ed3fdb9ee768216d05b90e3ce592a"))]) + (filechooser . + [(0 2 0) + ((emacs + (28 1)) + (compat + (29 1))) + "An xdg-desktop-portal filechooser" tar + ((:url . "https://codeberg.org/rahguzar/filechooser") + (:keywords "convenience" "files" "tools" "unix") + (:maintainer "rahguzar" . "rahguzar@zohomail.eu") + (:authors + ("rahguzar" . "rahguzar@zohomail.eu")) + (:commit . "36b9c20d725ee1df0c96be90a8c339aa0f466cfa"))]) + (filladapt . + [(2 12 2) + ((emacs + (24 4))) + "Adaptive fill" tar + ((:maintainer nil . "emacs-devel@gnu.org") + (:authors + ("Kyle E. Jones" . "kyle_jones@wonderworks.com")) + (:url . "https://elpa.gnu.org/packages/filladapt.html") + (:commit . "6cce6acc6350541efe6b1064335b480e820fd325"))]) + (firefox-javascript-repl . + [(0 9 5) + ((emacs + (26 1))) + "Jack into Firefox" tar + ((:maintainer "Thomas Fitzsimmons" . "fitzsim@fitzsim.org") + (:authors + ("Thomas Fitzsimmons" . "fitzsim@fitzsim.org")) + (:url . "https://elpa.gnu.org/packages/firefox-javascript-repl.html") + (:commit . "fee99c20f1f4684ed845eeac9eda46fcde6bf1e9"))]) + (flylisp . + [(0 2) + nil "Color unbalanced parentheses and parentheses inconsistent with indentation" tar + ((:maintainer "Barry O'Reilly" . "gundaetiapo@gmail.com") + (:authors + ("Barry O'Reilly" . "gundaetiapo@gmail.com")) + (:url . "https://elpa.gnu.org/packages/flylisp.html") + (:commit . "20fe3e77bb73773c8678e65ae38020b0b7f996eb"))]) + (flymake . + [(1 3 7) + ((emacs + (26 1)) + (eldoc + (1 14 0)) + (project + (0 7 1))) + "A universal on-the-fly syntax checker" tar + ((:keywords "c" "languages" "tools") + (:maintainer "João Távora" . "joaotavora@gmail.com") + (:authors + ("Pavel Kobyakov" . "pk_at_work@yahoo.com")) + (:url . "https://elpa.gnu.org/packages/flymake.html") + (:commit . "309823ff7796416414cee8c6f4d2650615c19f64"))]) + (flymake-codespell . + [(0 1) + ((emacs + (26 1)) + (compat + (29 1 4 2))) + "Flymake backend for codespell" tar + ((:url . "https://www.github.com/skangas/flymake-codespell") + (:keywords "extensions") + (:maintainer "Stefan Kangas" . "stefankangas@gmail.com") + (:authors + ("Stefan Kangas" . "stefankangas@gmail.com")) + (:commit . "d72e3ad4cdfd5cea1509a241d55e18f54ae2aeca"))]) + (flymake-proselint . + [(0 3 0) + ((emacs + (26 1))) + "Flymake backend for proselint" tar + ((:url . "https://git.sr.ht/~manuel-uberti/flycheck-proselint") + (:keywords "convenience") + (:maintainer "Manuel Uberti" . "~manuel-uberti/flymake-proselint@lists.sr.ht") + (:authors + ("Manuel Uberti" . "manuel.uberti@inventati.org")) + (:commit . "9c68ee881f18f554f0ab5bbf5bee1a4b753d792b"))]) + (fontaine . + [(2 0 0) + ((emacs + (29 1))) + "Set font configurations using presets" tar + ((:url . "https://github.com/protesilaos/fontaine") + (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "353e03ece05f31131bd160176b9c3c4bc2b7b365"))]) + (frame-tabs . + [(1 1) + nil "show buffer tabs in side window" tar + ((:keywords "frames" "tabs") + (:maintainer "Martin Rudalics" . "rudalics@gmx.at") + (:authors + ("Martin Rudalics" . "rudalics@gmx.at")) + (:url . "https://elpa.gnu.org/packages/frame-tabs.html") + (:commit . "2142034967085642823f7f60f9a3e4f09ada089e"))]) + (frog-menu . + [(0 2 11) + ((emacs + (26)) + (avy + (0 4)) + (posframe + (0 4))) + "Quickly pick items from ad hoc menus" tar + ((:url . "https://github.com/clemera/frog-menu") + (:keywords "convenience") + (:maintainer "Clemens Radermacher" . "clemera@posteo.net") + (:authors + ("Clemens Radermacher" . "clemera@posteo.net")) + (:commit . "3d99c10eb472b5f7fe761bb3f329fe10971ea903"))]) + (fsm . + [(0 2 1) + ((emacs + (24 1)) + (cl-lib + (0 5))) + "state machine library" tar + ((:keywords "extensions") + (:maintainer "Thomas Fitzsimmons" . "fitzsim@fitzsim.org") + (:authors + ("Magnus Henoch" . "magnus.henoch@gmail.com")) + (:url . "https://elpa.gnu.org/packages/fsm.html") + (:commit . "3acbc4df9b13d234ca1e297d85be27c54e81799e"))]) + (ftable . + [(1 1) + ((emacs + (26 0))) + "Fill a table to fit in n columns" tar + ((:url . "https://github.com/casouri/ftable") + (:keywords "convenience" "text" "table") + (:maintainer "Yuan Fu" . "casouri@gmail.com") + (:authors + ("Yuan Fu" . "casouri@gmail.com")) + (:commit . "d7c243ac3be2a67986f53f3dc31ba1426e82b771"))]) + (gcmh . + [(0 2 1) + ((emacs + (24))) + "the Garbage Collector Magic Hack" tar + ((:url . "https://gitlab.com/koral/gcmh") + (:keywords "internal") + (:maintainer nil . "akrl@sdf.org") + (:authors + ("Andrea Corallo" . "akrl@sdf.org")) + (:commit . "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9"))]) + (ggtags . + [(0 9 0) + ((emacs + (25))) + "emacs frontend to GNU Global source code tagging system" tar + ((:url . "https://github.com/leoliu/ggtags") + (:keywords "tools" "convenience") + (:maintainer "Leo Liu" . "sdl.web@gmail.com") + (:authors + ("Leo Liu" . "sdl.web@gmail.com")) + (:commit . "a0809f5241d9accceb161ca40374680799021f04"))]) + (gited . + [(0 6 0) + ((emacs + (24 4)) + (cl-lib + (0 5))) + "Operate on Git branches like dired" tar + ((:keywords "git" "vc" "convenience") + (:maintainer "Tino Calancha" . "tino.calancha@gmail.com") + (:authors + ("Tino Calancha" . "tino.calancha@gmail.com")) + (:url . "https://elpa.gnu.org/packages/gited.html") + (:commit . "475e29723ad2d5ff08cae5fdaa122ab56e69141b"))]) + (gle-mode . + [(1 1) + ((cl-lib + (0 5))) + "Major mode to edit Graphics Layout Engine files" tar + ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/gle-mode.html") + (:commit . "b633a627bb15f77f7e64df89f82b8f556dcc0a6e"))]) + (gnat-compiler . + [(1 0 3) + ((emacs + (25 3)) + (wisi + (4 3 0))) + "Support for running GNAT tools" tar + ((:maintainer "Stephen Leake" . "stephen_leake@member.fsf.org") + (:authors + ("Stephen Leake" . "stephen_leake@member.fsf.org")) + (:url . "https://elpa.gnu.org/packages/gnat-compiler.html") + (:commit . "9db5c393ee0f9694e83305ef8b0b1e37f0560111"))]) + (gnome-c-style . + [(0 1) + nil "minor mode for editing GNOME-style C source code" tar + ((:maintainer "Daiki Ueno" . "ueno@gnu.org") + (:authors + ("Daiki Ueno" . "ueno@gnu.org")) + (:keywords "gnome" "c" "coding style") + (:url . "http://elpa.gnu.org/packages/gnome-c-style.html"))]) + (gnorb . + [(1 6 11) + ((cl-lib + (0 5))) + "Glue code between Gnus, Org, and BBDB" tar + ((:keywords "mail" "org" "gnus" "bbdb" "todo" "task") + (:maintainer "Eric Abrahamsen" . "eric@ericabrahamsen.net") + (:authors + ("Eric Abrahamsen" . "eric@ericabrahamsen.net")) + (:url . "https://elpa.gnu.org/packages/gnorb.html") + (:commit . "409e4fc2c83f8406f362028dbcc3a1fc21182819"))]) + (gnu-elpa . + [(1 1) + nil "Advertize GNU ELPA packages" tar + ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/gnu-elpa.html") + (:commit . "cd18964ec3176ab99d626da4ca6ca7d4bf2389db"))]) + (gnu-elpa-keyring-update . + [(2022 12 1) + nil "Update Emacs's GPG keyring for GNU ELPA" tar + ((:keywords "maint" "tools") + (:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/gnu-elpa-keyring-update.html") + (:commit . "1e8726c459258fba62ee38807abdae4e350e5238"))]) + (gnugo . + [(3 1 2) + ((ascii-art-to-unicode + (1 5)) + (xpm + (1 0 1)) + (cl-lib + (0 5))) + "play GNU Go in a buffer" tar + ((:url . "https://www.gnuvola.org/software/gnugo/") + (:keywords "games" "processes") + (:maintainer "Thien-Thi Nguyen" . "ttn@gnu.org") + (:authors + ("Thien-Thi Nguyen" . "ttn@gnu.org")) + (:commit . "1fd2e8df042f8e51a87173ce36220ee9a8c4241c"))]) + (gnus-mock . + [(0 5) + nil "Mock Gnus installation for testing" tar + ((:maintainer "Eric Abrahamsen" . "eric@ericabrahamsen.net") + (:authors + ("Eric Abrahamsen" . "eric@ericabrahamsen.net")) + (:url . "https://elpa.gnu.org/packages/gnus-mock.html") + (:commit . "0ec119ff8ddca61fc0f3e05ac4e895d57cb2ca21"))]) + (gpastel . + [(0 5 0) + ((emacs + (25 1))) + "Integrates GPaste with the kill-ring" tar + ((:url . "https://gitlab.petton.fr/DamienCassou/desktop-environment") + (:keywords "tools") + (:maintainer "Damien Cassou" . "damien@cassou.me") + (:authors + ("Damien Cassou" . "damien@cassou.me")) + (:commit . "8a5522b274f79d55d7c9a0b2aaf062526f9253c7"))]) + (gpr-mode . + [(1 0 5) + ((emacs + (25 3)) + (wisi + (4 3 2)) + (gnat-compiler + (1 0 3))) + "Major mode for editing GNAT project files" tar + ((:url . "https://stephe-leake.org/ada/wisitoken.html") + (:maintainer "Stephen Leake" . "stephen_leake@member.fsf.org") + (:authors + ("Stephen Leake" . "stephen_leake@member.fsf.org")) + (:commit . "9ca25ec5ca871f04b4704b39fb3ba129694e02ac"))]) + (gpr-query . + [(1 0 4) + ((emacs + (25 3)) + (wisi + (4 3 0)) + (gnat-compiler + (1 0 3))) + "Minor mode for navigating sources using gpr_query" tar + ((:maintainer "Stephen Leake" . "stephen_leake@member.fsf.org") + (:authors + ("Stephen Leake" . "stephen_leake@member.fsf.org")) + (:url . "https://elpa.gnu.org/packages/gpr-query.html") + (:commit . "d50f92fe46828b6b675770dba3004c1ea6ab0b50"))]) + (graphql . + [(0 1 2) + ((emacs + (25))) + "GraphQL utilities" tar + ((:url . "https://github.com/vermiculus/graphql.el") + (:keywords "hypermedia" "tools" "lisp") + (:maintainer "Sean Allred" . "code@seanallred.com") + (:authors + ("Sean Allred" . "code@seanallred.com")) + (:commit . "b57b5ca5d2d0837e1fb4a4f30c051d5f3e643f0f"))]) + (greader . + [(0 9 20) + ((emacs + (25))) + "gnamù reader, send buffer contents to a speech engine." tar + ((:keywords "tools" "accessibility") + (:maintainer "Michelangelo Rodriguez" . "michelangelo.rodriguez@gmail.com") + (:authors + ("Michelangelo Rodriguez" . "michelangelo.rodriguez@gmail.com")) + (:url . "https://elpa.gnu.org/packages/greader.html") + (:commit . "524ec7c80038a7f38ab6968cec4e357394e58e66"))]) + (greenbar . + [(1 1) + nil "Mark comint output with \"greenbar\" background" tar + ((:keywords "faces" "terminals") + (:maintainer "Michael R. Mauger" . "michael@mauger.com") + (:authors + ("Michael R. Mauger" . "michael@mauger.com")) + (:url . "https://elpa.gnu.org/packages/greenbar.html") + (:commit . "9526f29d073c533c3e54f0a7597eef1587ffb99e"))]) + (gtags-mode . + [(1 6) + ((emacs + (28))) + "GNU Global integration with xref, project and imenu." tar + ((:url . "https://github.com/Ergus/gtags-mode") + (:keywords "xref" "project" "imenu" "gtags" "global") + (:commit . "a4346a0d771442af39ac77895e5e22b4c72df9b3"))]) + (guess-language . + [(0 0 1) + ((cl-lib + (0 5)) + (emacs + (24)) + (nadvice + (0 1))) + "Robust automatic language detection" single + ((:authors + ("Titus von der Malsburg" . "malsburg@posteo.de")) + (:maintainer "Titus von der Malsburg" . "malsburg@posteo.de") + (:url . "https://github.com/tmalsburg/guess-language.el"))]) + (hcel . + [(1 0 0) + ((emacs + (28))) + "Haskell codebase explorer / cross referencer" tar + ((:url . "https://g.ypei.me/hc.el.git") + (:keywords "haskell") + (:maintainer "Yuchen Pei" . "id@ypei.org") + (:authors + ("Yuchen Pei" . "id@ypei.org")) + (:commit . "a215df2f884fb445d8f159a2b4d84e6853ac9816"))]) + (heap . + [(0 5) + nil "Heap (a.k.a. priority queue) data structure" tar + ((:url . "http://www.dr-qubit.org/emacs.php") + (:keywords "extensions" "data structures" "heap" "priority queue") + (:maintainer "Toby Cubitt" . "toby-predictive@dr-qubit.org") + (:authors + ("Toby Cubitt" . "toby-predictive@dr-qubit.org")) + (:commit . "10a68e6000bdf630aa7232e57ba25390423991d8"))]) + (hiddenquote . + [(1 2) + ((emacs + (25 1))) + "Major mode for doing hidden quote puzzles" tar + ((:url . "http://mauroaranda.com/puzzles/hidden-quote-puzzle/") + (:keywords "games") + (:maintainer "Mauro Aranda" . "maurooaranda@gmail.com") + (:authors + ("Mauro Aranda" . "maurooaranda@gmail.com")) + (:commit . "856438ee2950fa998561f71d40355a88cdb078b4"))]) + (highlight-escape-sequences . + [(0 4) + nil "Highlight escape sequences" tar + ((:url . "https://github.com/dgutov/highlight-escape-sequences") + (:keywords "convenience") + (:maintainer + ("Dmitry Gutov" . "dgutov@yandex.ru") + ("Pavel Matcula" . "dev.plvlml@gmail.com")) + (:authors + ("Dmitry Gutov" . "dgutov@yandex.ru") + ("Pavel Matcula" . "dev.plvlml@gmail.com")) + (:commit . "08d846a7aa748209d65fecead2b6a766c3e5cb41"))]) + (hook-helpers . + [(1 1 1) + ((emacs + (25 1))) + "Anonymous, modifiable hook functions" tar + ((:url . "https://savannah.nongnu.org/projects/hook-helpers-el/") + (:maintainer "Ian Dunn" . "dunni@gnu.org") + (:authors + ("Ian Dunn" . "dunni@gnu.org")) + (:keywords "development" "hooks"))]) + (html5-schema . + [(0 1) + nil "Add HTML5 schemas for use by nXML" tar + ((:url . "https://github.com/validator/validator") + (:keywords "html" "xml") + (:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:commit . "784c471a9ea9ae817d70b222ec6fbe90ac64a057"))]) + (hydra . + [(0 15 0) + ((cl-lib + (0 5)) + (lv + (0))) + "Make bindings that stick around." tar + ((:url . "https://github.com/abo-abo/hydra") + (:keywords "bindings") + (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") + (:authors + ("Oleh Krehel" . "ohwoeowho@gmail.com")) + (:commit . "7081ee6d443dbf2b58e77fa7357c90e495173a2f"))]) + (hyperbole . + [(9 0 1) + ((emacs + (27 1))) + "GNU Hyperbole: The Everyday Hypertextual Information Manager" tar + ((:url . "http://www.gnu.org/software/hyperbole") + (:keywords "comm" "convenience" "files" "frames" "hypermedia" "languages" "mail" "matching" "mouse" "multimedia" "outlines" "tools" "wp") + (:maintainer "Mats Lidell" . "matsl@gnu.org") + (:commit . "23b118ddb6e0595e3b0668dbce8fa4e8bcec5e71"))]) + (idlwave . + [(6 5 1) + nil "IDL editing mode for GNU Emacs" tar + ((:keywords "languages") + (:maintainer "J.D. Smith" . "jdtsmith@gmail.com") + (:url . "https://elpa.gnu.org/packages/idlwave.html") + (:commit . "e1fcd7244cb32df1e90b09729e53474e50a2e808"))]) + (ilist . + [(0 3) + nil "Display a list in an ibuffer way." tar + ((:url . "https://gitlab.com/mmemmew/ilist") + (:keywords "convenience") + (:maintainer "Durand" . "mmemmew@gmail.com") + (:authors + ("Durand" . "mmemmew@gmail.com")) + (:commit . "3f433899ce9ce6a3d6477ae7c9362c8c202f04fb"))]) + (inspector . + [(0 36) + ((emacs + (27 1))) + "Tool for inspection of Emacs Lisp objects" tar + ((:url . "https://github.com/mmontone/emacs-inspector") + (:keywords "debugging" "tool" "lisp" "development") + (:maintainer "Mariano Montone" . "marianomontone@gmail.com") + (:authors + ("Mariano Montone" . "marianomontone@gmail.com")) + (:commit . "4e85b25e3e80c9989fcf7f518606837a54d9fab6"))]) + (ioccur . + [(2 6) + ((emacs + (24)) + (cl-lib + (0 5))) + "Incremental occur" tar + ((:url . "https://github.com/thierryvolpiatto/ioccur") + (:maintainer "Thierry Volpiatto" . "thievol@posteo.net") + (:authors + ("Thierry Volpiatto" . "thievol@posteo.net")) + (:commit . "33bf6f73e314ade8da27dd793c69c21312c97f10"))]) + (isearch-mb . + [(0 8) + ((emacs + (27 1))) + "Control isearch from the minibuffer" tar + ((:url . "https://github.com/astoff/isearch-mb") + (:keywords "matching") + (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com") + (:authors + ("Augusto Stoffel" . "arstoffel@gmail.com")) + (:commit . "927ea1790bd0c474be5f63bd9c23874e6c61fb48"))]) + (iterators . + [(0 1 1) + ((emacs + (25))) + "Functions for working with iterators" tar + ((:keywords "extensions" "elisp") + (:maintainer "Michael Heerdegen" . "michael_heerdegen@web.de") + (:authors + ("Michael Heerdegen" . "michael_heerdegen@web.de")) + (:url . "https://elpa.gnu.org/packages/iterators.html") + (:commit . "99bdcc8bdfcbc6a8de3d2675450c2fe0aa0e72fd"))]) + (ivy . + [(0 14 2) + ((emacs + (24 5))) + "Incremental Vertical completYon" tar + ((:url . "https://github.com/abo-abo/swiper") + (:keywords "matching") + (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") + (:authors + ("Oleh Krehel" . "ohwoeowho@gmail.com")) + (:commit . "97dfa3e7991aa7b713c04918ca0fbf43b7e3a201"))]) + (ivy-avy . + [(0 14 2) + ((emacs + (24 5)) + (ivy + (0 14 2)) + (avy + (0 5 0))) + "Avy integration for Ivy" tar + ((:url . "https://github.com/abo-abo/swiper") + (:keywords "convenience") + (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") + (:authors + ("Oleh Krehel" . "ohwoeowho@gmail.com")) + (:commit . "48bde81f31d0c201540d696f60fd33a2a7ccb7e1"))]) + (ivy-explorer . + [(0 3 2) + ((emacs + (25)) + (ivy + (0 10 0))) + "Dynamic file browsing grid using ivy" tar + ((:url . "https://github.com/clemera/ivy-explorer") + (:keywords "convenience" "files" "matching") + (:maintainer "Clemens Radermacher" . "clemera@posteo.net") + (:authors + ("Clemens Radermacher" . "clemera@posteo.net")) + (:commit . "14adb6164f1d1646f503c3e4bd9aa559805f93d7"))]) + (ivy-hydra . + [(0 14 2) + ((emacs + (24 5)) + (ivy + (0 14 2)) + (hydra + (0 14 0))) + "Additional key bindings for Ivy" tar + ((:url . "https://github.com/abo-abo/swiper") + (:keywords "convenience") + (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") + (:authors + ("Oleh Krehel" . "ohwoeowho@gmail.com")) + (:commit . "ceeef47a0fd4f8f78a4718a2df691793959bbac8"))]) + (ivy-posframe . + [(0 6 3) + ((emacs + (26 0)) + (posframe + (1 0 0)) + (ivy + (0 13 0))) + "Using posframe to show Ivy" tar + ((:url . "https://github.com/tumashu/ivy-posframe") + (:keywords "abbrev" "convenience" "matching" "ivy") + (:maintainer "Feng Shu" . "tumashu@163.com") + (:authors + ("Feng Shu" . "tumashu@163.com") + ("Naoya Yamashita" . "conao3@gmail.com")) + (:commit . "5d9420252ca855d6d206f1f8ef5993a6be3c618f"))]) + (jami-bot . + [(0 0 4) + ((emacs + (27 1))) + "An extendable chat bot for the private messenger GNU Jami" tar + ((:url . "https://gitlab.com/hperrey/jami-bot") + (:keywords "comm" "jami" "messenger" "chat bot" "dbus") + (:maintainer "Hanno Perrey" . "hanno@hoowl.se") + (:authors + ("Hanno Perrey" . "hanno@hoowl.se")) + (:commit . "c2ad37e2ada14b5551a83211cc4692b39be4e5fb"))]) + (jarchive . + [(0 11 0) + ((emacs + (26 1))) + "Open project dependencies in jar archives" tar + ((:url . "https://git.sr.ht/~dannyfreeman/jarchive") + (:keywords "tools" "languages" "jvm" "java" "clojure") + (:maintainer "Danny Freeman" . "danny@dfreeman.email") + (:commit . "2c27714a72543bd115cb164ab25647b656c65b2d"))]) + (javaimp . + [(0 9 1) + nil "Add and reorder Java import statements in Maven/Gradle projects" tar + ((:keywords "java" "maven" "gradle" "programming") + (:maintainer "Filipp Gunbin" . "fgunbin@fastmail.fm") + (:authors + ("Filipp Gunbin" . "fgunbin@fastmail.fm")) + (:url . "https://elpa.gnu.org/packages/javaimp.html") + (:commit . "2ac7afce3c6f0b390c4b62c065a898883940d65a"))]) + (jgraph-mode . + [(1 1) + ((cl-lib + (0 5))) + "Major mode for Jgraph files" tar + ((:keywords "tex" "wp") + (:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/jgraph-mode.html") + (:commit . "4e13f89fe8837b84d40b969e6a5431816180a747"))]) + (jinx . + [(1 8) + ((emacs + (27 1)) + (compat + (29 1 4 4))) + "Enchanted Spell Checker" tar + ((:url . "https://github.com/minad/jinx") + (:keywords "convenience" "text") + (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de") + (:authors + ("Daniel Mendler" . "mail@daniel-mendler.de")) + (:commit . "d053303b54d8ceb15ee496bf7019837e70876410"))]) + (jit-spell . + [(0 4) + ((emacs + (27 1)) + (compat + (29 1))) + "Just-in-time spell checking" tar + ((:url . "https://github.com/astoff/jit-spell") + (:keywords "tools" "wp") + (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com") + (:authors + ("Augusto Stoffel" . "arstoffel@gmail.com")) + (:commit . "db9cedbb2d2515ffc441fa27c839c42a657a6b71"))]) + (js2-mode . + [(20231224) + ((emacs + (24 1)) + (cl-lib + (0 5))) + "Improved JavaScript editing mode" tar + ((:url . "https://github.com/mooz/js2-mode/") + (:keywords "languages" "javascript") + (:maintainer + ("Steve Yegge" . "steve.yegge@gmail.com") + ("mooz" . "stillpedant@gmail.com") + ("Dmitry Gutov" . "dgutov@yandex.ru")) + (:authors + ("Steve Yegge" . "steve.yegge@gmail.com") + ("mooz" . "stillpedant@gmail.com") + ("Dmitry Gutov" . "dgutov@yandex.ru")) + (:commit . "010a536da6df345a0b9a55bbd892f5f4d0d9fdfc"))]) + (json-mode . + [(0 2) + ((emacs + (25 1))) + "Major mode for editing JSON files" tar + ((:keywords "data") + (:maintainer "Simen Heggestøyl" . "simenheg@gmail.com") + (:authors + ("Simen Heggestøyl" . "simenheg@gmail.com")) + (:url . "https://elpa.gnu.org/packages/json-mode.html") + (:commit . "dc1e531039e381edf04787c89d17038db5dc8b77"))]) + (jsonrpc . + [(1 0 25) + ((emacs + (25 2))) + "JSON-RPC library" tar + ((:keywords "processes" "languages" "extensions") + (:maintainer "João Távora" . "joaotavora@gmail.com") + (:authors + ("João Távora" . "joaotavora@gmail.com")) + (:url . "https://elpa.gnu.org/packages/jsonrpc.html") + (:commit . "7c552b22e64fa9173557e3511aa4e37ac1d5ea59"))]) + (jumpc . + [(3 1) + nil "jump to previous insertion points" tar + ((:maintainer "Ivan Kanis" . "ivan@kanis.fr") + (:authors + ("Ivan Kanis" . "ivan@kanis.fr")) + (:url . "https://elpa.gnu.org/packages/jumpc.html") + (:commit . "ab83a2a5416f83405361e25df8cbd8aab35cb8b3"))]) + (kind-icon . + [(0 2 2) + ((emacs + (27 1)) + (svg-lib + (0 2 8))) + "Completion kind icons" tar + ((:url . "https://github.com/jdtsmith/kind-icon") + (:keywords "completion" "convenience") + (:maintainer "J.D. Smith" . "jdtsmith@gmail.com") + (:authors + ("J.D. Smith" . "jdtsmith@gmail.com")) + (:commit . "d8e73fea45cba968de0deed4b7985f5fdaafadfe"))]) + (kiwix . + [(1 1 5) + ((emacs + (25 1)) + (request + (0 3 0))) + "Searching offline Wikipedia through Kiwix." tar + ((:url . "https://github.com/stardiviner/kiwix.el") + (:keywords "kiwix" "wikipedia") + (:maintainer "stardiviner" . "numbchild@gmail.com") + (:authors + ("stardiviner" . "numbchild@gmail.com")) + (:commit . "cb843349c10b1a492ceb59da20bfcef3ef02f4b5"))]) + (kmb . + [(0 1) + ((emacs + (24 1))) + "Kill buffers matching a regexp w/o confirmation" tar + ((:keywords "lisp" "convenience") + (:authors + ("Tino Calancha" . "tino.calancha@gmail.com")) + (:url . "https://elpa.gnu.org/packages/kmb.html") + (:commit . "4fee1c87e7e286d7ecd759fb74aa7a112bb51e3a"))]) + (landmark . + [(1 0) + nil "Neural-network robot that learns landmarks" tar + ((:keywords "games" "neural network" "adaptive search" "chemotaxis") + (:maintainer "Terrence Brannon (was:" . "brannon@rana.usc.edu>)") + (:authors + ("Terrence Brannon (was:" . "brannon@rana.usc.edu>)")) + (:url . "https://elpa.gnu.org/packages/landmark.html") + (:commit . "422d310c7726898b8d85f95f2336c79c8aaf30eb"))]) + (latex-table-wizard . + [(1 5 4) + ((emacs + (27 1)) + (auctex + (12 1)) + (transient + (0 3 7))) + "Magic editing of LaTeX tables" tar + ((:url . "https://github.com/enricoflor/latex-table-wizard") + (:keywords "convenience") + (:maintainer "Enrico Flor" . "enrico@eflor.net") + (:authors + ("Enrico Flor" . "enrico@eflor.net")) + (:commit . "b55d215dbef321194dbf10553d4c0d3b244a50f0"))]) + (leaf . + [(4 5 5) + ((emacs + (24 1))) + "Simplify your init.el configuration, extended use-package" tar + ((:url . "https://github.com/conao3/leaf.el") + (:keywords "lisp" "settings") + (:maintainer "Naoya Yamashita" . "conao3@gmail.com") + (:authors + ("Naoya Yamashita" . "conao3@gmail.com")) + (:commit . "7cc38f9739eadc569b1179fabe7f7893167105da"))]) + (lentic . + [(0 12) + ((emacs + (25)) + (m-buffer + (0 13)) + (dash + (2 5 0))) + "One buffer as a view of another" tar + ((:maintainer "Phillip Lord" . "phillip.lord@russet.org.uk") + (:authors + ("Phillip Lord" . "phillip.lord@russet.org.uk")) + (:url . "https://elpa.gnu.org/packages/lentic.html") + (:commit . "180c1082c016de790f9e6596b63329657c83ce20"))]) + (lentic-server . + [(0 2) + ((lentic + (0 8)) + (web-server + (0 1 1))) + "Web Server for Emacs Literate Source" tar + ((:maintainer "Phillip Lord" . "phillip.lord@newcastle.ac.uk") + (:authors + ("Phillip Lord" . "phillip.lord@newcastle.ac.uk")) + (:url . "https://elpa.gnu.org/packages/lentic-server.html") + (:commit . "732b88e7a183707ba65c38e8b3517cac42572644"))]) + (let-alist . + [(1 0 6) + ((emacs + (24 1))) + "Easily let-bind values of an assoc-list by their names" tar + ((:keywords "extensions" "lisp") + (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com") + (:authors + ("Artur Malabarba" . "emacs@endlessparentheses.com")) + (:url . "https://elpa.gnu.org/packages/let-alist.html") + (:commit . "77fb84e6db96cbaa70e230f4881e4ede6e028f15"))]) + (lex . + [(1 2) + nil "Lexical analyser construction" tar + ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/lex.html") + (:commit . "c7d76551cce66901b9f172f903ce720526c0fb52"))]) + (lin . + [(1 0 0) + ((emacs + (27 1))) + "Make `hl-line-mode' more suitable for selection UIs" tar + ((:url . "https://git.sr.ht/~protesilaos/lin") + (:keywords "convenience" "faces" "theme") + (:maintainer "Lin Development" . "~protesilaos/lin@lists.sr.ht") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "09cf249c78385502a2ead30c4fa1468cf96939f7"))]) + (listen . + [(0 9) + ((emacs + (29 1)) + (persist + (0 6)) + (taxy + (0 10)) + (taxy-magit-section + (0 13)) + (transient + (0 5 3))) + "Audio/Music player" tar + ((:url . "https://github.com/alphapapa/listen.el") + (:keywords "multimedia") + (:maintainer "Adam Porter" . "adam@alphapapa.net") + (:authors + ("Adam Porter" . "adam@alphapapa.net")) + (:commit . "61c511541af474027c012de7063ddfdb3f8cc780"))]) + (literate-scratch . + [(1 0) + ((emacs + (29 1))) + "Lisp Interaction w/ text paragraphs" tar + ((:url . "https://git.spwhitton.name/dotfiles/tree/.emacs.d/site-lisp/literate-scratch.el") + (:keywords "lisp" "text") + (:maintainer "Sean Whitton" . "spwhitton@spwhitton.name") + (:authors + ("Sean Whitton" . "spwhitton@spwhitton.name")) + (:commit . "c22a15e86acf28da716532c26ba1371574c8e979"))]) + (llm . + [(0 16 1) + ((emacs + (28 1)) + (plz + (0 8))) + "Interface to pluggable llm backends" tar + ((:url . "https://github.com/ahyatt/llm") + (:maintainer "Andrew Hyatt" . "ahyatt@gmail.com") + (:authors + ("Andrew Hyatt" . "ahyatt@gmail.com")) + (:commit . "0af693b635d7f9117790b129f0de1cd8fb7d5b85"))]) + (lmc . + [(1 4) + nil "Little Man Computer in Elisp" tar + ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/lmc.html") + (:commit . "b65ac802b4f55fd8e5809fcf7a6f6da1e11e853a"))]) + (load-dir . + [(0 0 5) + nil "Load all Emacs Lisp files in a given directory" tar + ((:keywords "lisp" "files" "convenience") + (:url . "https://elpa.gnu.org/packages/load-dir.html") + (:commit . "4c43baee082cc5a6f966c441008c6c479acbc5b7"))]) + (load-relative . + [(1 3 2) + nil "Relative file load (within a multi-file Emacs package)" tar + ((:url . "https://github.com/rocky/emacs-load-relative") + (:keywords "internal") + (:maintainer "Rocky Bernstein" . "rocky@gnu.org") + (:authors + ("Rocky Bernstein" . "rocky@gnu.org")) + (:commit . "e79d8f1581991381a9e3f1657af59dd0c35058fa"))]) + (loc-changes . + [(1 2) + nil "keep track of positions even after buffer changes" single + ((:authors + ("Rocky Bernstein" . "rocky@gnu.org")) + (:maintainer "Rocky Bernstein" . "rocky@gnu.org") + (:url . "http://github.com/rocky/emacs-loc-changes"))]) + (loccur . + [(1 2 5) + ((emacs + (25 1))) + "Perform an occur-like folding in current buffer" tar + ((:url . "https://github.com/fourier/loccur") + (:keywords "matching") + (:maintainer "Alexey Veretennikov" . "alexey.veretennikov@gmail.com") + (:authors + ("Alexey Veretennikov" . "alexey.veretennikov@gmail.com")) + (:commit . "2120345933a1617cc5359dabd7636fd3479441bf"))]) + (logos . + [(1 1 1) + ((emacs + (27 1))) + "Simple focus mode and extras" tar + ((:url . "https://git.sr.ht/~protesilaos/logos") + (:keywords "convenience" "focus" "writing" "presentation" "narrowing") + (:maintainer "Logos Development" . "~protesilaos/logos@lists.sr.ht") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "eeedd3ef289faa4fa2b726013255747a41a6ba9c"))]) + (luwak . + [(1 0 0) + ((emacs + (28))) + "Web browser based on lynx -dump." tar + ((:url . "https://g.ypei.me/luwak.git") + (:keywords "web-browser" "lynx" "html" "tor") + (:maintainer "Yuchen Pei" . "id@ypei.org") + (:authors + ("Yuchen Pei" . "id@ypei.org")) + (:commit . "37a36288c8d4cdba461812dbdf5da434ca156fee"))]) + (lv . + [(0 15 0) + nil "Other echo area" tar + ((:url . "https://elpa.gnu.org/packages/lv.html") + (:commit . "54e9db2b023e03b6f6b46aeec48ea74fd51d4e11"))]) + (m-buffer . + [(0 16) + ((seq + (2 14))) + "List-Oriented, Functional Buffer Manipulation" tar + ((:maintainer "Phillip Lord" . "phillip.lord@russet.rg.uk") + (:authors + ("Phillip Lord" . "phillip.lord@russet.org.uk")) + (:url . "https://elpa.gnu.org/packages/m-buffer.html") + (:commit . "8a51de3366599e7fa52e37b596c9ce226b6f04c5"))]) + (map . + [(3 3 1) + ((emacs + (26))) + "Map manipulation functions" tar + ((:keywords "extensions" "lisp") + (:maintainer nil . "emacs-devel@gnu.org") + (:authors + ("Nicolas Petton" . "nicolas@petton.fr")) + (:url . "https://elpa.gnu.org/packages/map.html") + (:commit . "9da2efb670574b473ab864ae0456b4f1b38e680b"))]) + (marginalia . + [(1 6) + ((emacs + (27 1)) + (compat + (29 1 4 4))) + "Enrich existing commands with completion annotations" tar + ((:url . "https://github.com/minad/marginalia") + (:keywords "docs" "help" "matching" "completion") + (:maintainer + ("Omar Antolín Camarena" . "omar@matem.unam.mx") + ("Daniel Mendler" . "mail@daniel-mendler.de")) + (:authors + ("Omar Antolín Camarena" . "omar@matem.unam.mx") + ("Daniel Mendler" . "mail@daniel-mendler.de")) + (:commit . "58eb5fd6e5cc21b12c5455ae69e7ae93579647bc"))]) + (markchars . + [(0 2 2) + nil "Mark chars fitting certain characteristics" tar + ((:maintainer "Lennart Borgman" . "lennart.borgman@gmail.com") + (:authors + ("Lennart Borgman" . "lennart.borgman@gmail.com")) + (:url . "https://elpa.gnu.org/packages/markchars.html") + (:commit . "f069a7637a97239ecab7f34fd07fddfafb02ba3f"))]) + (math-symbol-lists . + [(1 3) + nil "Lists of Unicode math symbols and latex commands" tar + ((:url . "https://github.com/vspinu/math-symbol-lists") + (:keywords "unicode" "symbols" "mathematics") + (:maintainer "Vitalie Spinu" . "spinuvit@gmail.com") + (:authors + ("Vitalie Spinu" . "spinuvit@gmail.com")) + (:commit . "590d9f09f8ad9aab747b97f077396a2035dcf50f"))]) + (mct . + [(1 0 0) + ((emacs + (29 1))) + "Minibuffer Confines Transcended" tar + ((:url . "https://git.sr.ht/~protesilaos/mct") + (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "2cbf74edb4f4553d7075b34e06adcf59e96efda2"))]) + (memory-usage . + [(0 2) + nil "Analyze the memory usage of Emacs in various ways" tar + ((:keywords "maint") + (:maintainer "Stefan Monnier" . "monnier@cs.yale.edu") + (:authors + ("Stefan Monnier" . "monnier@cs.yale.edu")) + (:url . "https://elpa.gnu.org/packages/memory-usage.html") + (:commit . "cb73fe66a59d737a72a5ed4259794b1d75aefa2c"))]) + (metar . + [(0 3) + ((cl-lib + (0 5))) + "Retrieve and decode METAR weather information" tar + ((:keywords "comm") + (:maintainer "Mario Lang" . "mlang@delysid.org") + (:authors + ("Mario Lang" . "mlang@delysid.org")) + (:url . "https://elpa.gnu.org/packages/metar.html") + (:commit . "623639e7d6912c4d71dc8f0aea5ad1e9ede41cf8"))]) + (midi-kbd . + [(0 2) + ((emacs + (25))) + "Create keyboard events from Midi input" tar + ((:keywords "convenience" "hardware" "multimedia") + (:maintainer "David Kastrup" . "dak@gnu.org") + (:authors + ("David Kastrup" . "dak@gnu.org")) + (:url . "https://elpa.gnu.org/packages/midi-kbd.html") + (:commit . "d23eea421486cf94e0282ac0cc43fd9700174c77"))]) + (mines . + [(1 6) + ((emacs + (24 4)) + (cl-lib + (0 5))) + "Minesweeper game" tar + ((:url . "https://github.com/calancha/Minesweeper") + (:keywords "games") + (:maintainer "Tino Calancha" . "tino.calancha@gmail.com") + (:authors + ("Tino Calancha" . "tino.calancha@gmail.com")) + (:commit . "868e9b9650be1bcc1a5e6ff5a66806eccd1fe26e"))]) + (minibuffer-header . + [(0 5) + ((emacs + (27 1))) + "Minibuffer header line" tar + ((:url . "https://github.com/rougier/minibuffer-header") + (:keywords "convenience") + (:maintainer "Nicolas P. Rougier" . "Nicolas.Rougier@inria.fr") + (:commit . "fe5d90d3f13c0010eed3b5dd437b458f8bf3da5f"))]) + (minibuffer-line . + [(0 1) + nil "Display status info in the minibuffer window" tar + ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/minibuffer-line.html") + (:commit . "852874725fd06329109b2d431d8af5502b54036c"))]) + (minimap . + [(1 4) + nil "Sidebar showing a \"mini-map\" of a buffer" tar + ((:maintainer "David Engster" . "deng@randomsample.de") + (:authors + ("David Engster" . "deng@randomsample.de")) + (:url . "https://elpa.gnu.org/packages/minimap.html") + (:commit . "2ff29c5d6abae3637d6174d889f39745fcd13fa5"))]) + (mmm-mode . + [(0 5 11) + ((emacs + (25 1)) + (cl-lib + (0 2))) + "Allow Multiple Major Modes in a buffer" tar + ((:url . "https://github.com/dgutov/mmm-mode") + (:keywords "convenience" "faces" "languages" "tools") + (:maintainer "Dmitry Gutov" . "dmitry@gutov.dev") + (:authors + ("Michael Abraham Shulman" . "viritrilbia@gmail.com")) + (:commit . "b1f5c7dbdc405e6e10d9ddd99a43a6b2ad61b176"))]) + (modus-themes . + [(4 4 0) + ((emacs + (27 1))) + "Elegant, highly legible and customizable themes" tar + ((:url . "https://github.com/protesilaos/modus-themes") + (:keywords "faces" "theme" "accessibility") + (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "a082d7739f627523c6d9098c869cf143fa60b014"))]) + (mpdired . + [(2) + ((emacs + (29))) + "A dired-like client for Music Player Daemon" tar + ((:keywords "multimedia") + (:maintainer "Manuel Giraud" . "manuel@ledu-giraud.fr") + (:authors + ("Manuel Giraud" . "manuel@ledu-giraud.fr")) + (:url . "https://elpa.gnu.org/packages/mpdired.html") + (:commit . "ff0fbe100360fbcc25d1e6f3b9120770d759fcfa"))]) + (multi-mode . + [(1 14) + nil "support for multiple major modes" tar + ((:url . "http://www.loveshack.ukfsn.org/emacs") + (:keywords "languages" "extensions" "files") + (:maintainer "Dave Love" . "fx@gnu.org") + (:authors + ("Dave Love" . "fx@gnu.org")) + (:commit . "03dae71ad44bd5d10495011f124a1cd6f43f795d"))]) + (multishell . + [(1 1 10) + ((cl-lib + (0 5))) + "Organize use of multiple shell buffers, local and remote" tar + ((:url . "https://github.com/kenmanheimer/EmacsMultishell") + (:keywords "processes") + (:maintainer "Ken Manheimer" . "ken.manheimer@gmail.com") + (:authors + ("Ken Manheimer" . "ken.manheimer@gmail.com")) + (:commit . "aa1433b8df6d950e8592c7e878922b4ec5374569"))]) + (muse . + [(3 20 2) + nil "Authoring and publishing tool for Emacs" tar + ((:url . "http://mwolson.org/projects/EmacsMuse.html") + (:maintainer "Michael Olson" . "mwolson@gnu.org") + (:authors + ("John Wiegley" . "johnw@gnu.org")) + (:keywords "hypermedia"))]) + (myers . + [(0 1) + ((emacs + (25))) + "Random-access singly-linked lists" tar + ((:keywords "list" "containers") + (:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/myers.html") + (:commit . "cc8d39d05c4a48545336510df7ac9ab186611ea2"))]) + (nadvice . + [(0 4) + nil "Forward compatibility for Emacs-24.4's nadvice" tar + ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/nadvice.html") + (:commit . "d19e9ae649374a0f2fab1baa045ed192e0851750"))]) + (nameless . + [(1 0 2) + ((emacs + (24 4))) + "Hide package namespace in your emacs-lisp code" tar + ((:url . "https://github.com/Malabarba/nameless") + (:keywords "convenience" "lisp") + (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com") + (:authors + ("Artur Malabarba" . "emacs@endlessparentheses.com")) + (:commit . "ab1a5c589378334eafca105af1a17f73b9065423"))]) + (names . + [(20151201 0) + ((emacs + (24 1)) + (cl-lib + (0 5))) + "Namespaces for emacs-lisp. Avoid name clobbering without hiding symbols." tar + ((:url . "https://github.com/Malabarba/names") + (:keywords "extensions" "lisp") + (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com") + (:authors + ("Artur Malabarba" . "emacs@endlessparentheses.com")) + (:commit . "465df8ed03f9d6c926566b81ef8abc93f8357983"))]) + (nano-agenda . + [(0 3) + ((emacs + (27 1))) + "N Λ N O agenda" tar + ((:url . "https://github.com/rougier/nano-agenda") + (:keywords "convenience" "org-mode" "org-agenda") + (:maintainer "Nicolas P. Rougier" . "Nicolas.Rougier@inria.fr") + (:commit . "6c38e95b8e846aceb88398c682fd283052924556"))]) + (nano-modeline . + [(1 1 0) + ((emacs + (27 1))) + "N Λ N O modeline" tar + ((:url . "https://github.com/rougier/nano-modeline") + (:keywords "convenience" "mode-line" "header-line") + (:maintainer "Nicolas P. Rougier" . "Nicolas.Rougier@inria.fr") + (:commit . "04676d57a1e602123a593836745a744d1b2028fb"))]) + (nano-theme . + [(0 3 4) + ((emacs + (27 1))) + "N Λ N O theme" tar + ((:url . "https://github.com/rougier/nano-theme") + (:keywords "theme" "dark" "light") + (:maintainer "Nicolas P. Rougier" . "Nicolas.Rougier@inria.fr") + (:commit . "34a3efc37b329064a320225361ad833c57017485"))]) + (nftables-mode . + [(1 1) + ((emacs + (25 1))) + "Major mode for editing nftables" tar + ((:keywords "convenience") + (:maintainer nil . "emacs-devel@gnu.org") + (:authors + ("Trent W. Buck" . "trentbuck@gmail.com")) + (:url . "https://elpa.gnu.org/packages/nftables-mode.html") + (:commit . "05600129ee8ea0774c6ac446a2bd18fc1dde54eb"))]) + (nhexl-mode . + [(1 5) + ((emacs + (24 4)) + (cl-lib + (0 5))) + "Minor mode to edit files via hex-dump format" tar + ((:keywords "data") + (:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/nhexl-mode.html") + (:commit . "ec80692dec04e238f2ae3284cfd8f9d05ac1d2a3"))]) + (nlinum . + [(1 9) + nil "Show line numbers in the margin" tar + ((:keywords "convenience") + (:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/nlinum.html") + (:commit . "99d0fef381e9f44a3fdcf66f28c28109a7cdaf45"))]) + (notes-mode . + [(1 31) + nil "Indexing system for on-line note-taking" tar + ((:url . "https://ant.isi.edu/~johnh/SOFTWARE/NOTES_MODE/") + (:maintainer "John Heidemann" . "johnh@isi.edu") + (:authors + ("John Heidemann" . "johnh@isi.edu")) + (:commit . "2a25d79f7e5d9ab7298ba40e11e78d1f2ded06d2"))]) + (notmuch-indicator . + [(1 2 0) + ((emacs + (27 1))) + "Display mode line indicator with notmuch-count(1) output" tar + ((:url . "https://github.com/protesilaos/notmuch-indicator") + (:keywords "convenience" "mail") + (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "7aa1da708aeb9f729e8e0a99ef65341b7344815e"))]) + (ntlm . + [(2 1 0) + nil "NTLM (NT LanManager) authentication support" tar + ((:keywords "ntlm" "sasl" "comm") + (:maintainer "Thomas Fitzsimmons" . "fitzsim@fitzsim.org") + (:authors + ("Taro Kawagishi" . "tarok@transpulse.org")) + (:url . "https://elpa.gnu.org/packages/ntlm.html") + (:commit . "1add5ec3a270cba99549dc7e78c529c3dd190784"))]) + (num3-mode . + [(1 5) + nil "highlight groups of digits in long numbers" tar + ((:keywords "faces" "minor-mode") + (:maintainer "Michal Nazarewicz" . "mina86@mina86.com") + (:authors + ("Felix Lee" . "felix8a@gmail.com") + ("Michal Nazarewicz" . "mina86@mina86.com")) + (:url . "https://elpa.gnu.org/packages/num3-mode.html") + (:commit . "fdf4d633e541875a6f765f5c3c8e0d4911122ed3"))]) + (oauth2 . + [(0 16) + ((cl-lib + (0 5)) + (nadvice + (0 3))) + "OAuth 2.0 Authorization Protocol" tar + ((:keywords "comm") + (:maintainer "Julien Danjou" . "julien@danjou.info") + (:authors + ("Julien Danjou" . "julien@danjou.info")) + (:url . "https://elpa.gnu.org/packages/oauth2.html") + (:commit . "dc069550616fb0a72507489ea796d0e1bd8b48c9"))]) + (ob-asymptote . + [(1 0) + nil "Babel Functions for Asymptote" tar + ((:url . "https://github.com/hurrja/ob-asymptote") + (:keywords "literate programming" "reproducible research") + (:maintainer "Jarmo Hurri" . "jarmo.hurri@iki.fi") + (:commit . "8445b1cccc131e317b464a3ebc461301b9e2ca30"))]) + (ob-haxe . + [(1 0) + nil "org-babel functions for haxe evaluation" tar + ((:url . "https://orgmode.org") + (:keywords "literate programming" "reproducible research") + (:maintainer "Ian Martins" . "ianxm@jhu.edu") + (:authors + ("Ian Martins" . "ianxm@jhu.edu")) + (:commit . "d52fa3bc87310a560bed8e6362e412c4b3d73294"))]) + (objed . + [(0 8 3) + ((emacs + (25)) + (cl-lib + (0 5))) + "Navigate and edit text objects." tar + ((:url . "https://github.com/clemera/objed") + (:keywords "convenience") + (:maintainer "Clemens Radermacher" . "clemera@posteo.net") + (:authors + ("Clemens Radermacher" . "clemera@posteo.net")) + (:commit . "01f062187912785ebaa2961036802c777cbbc65d"))]) + (omn-mode . + [(1 3) + nil "Support for OWL Manchester Notation" tar + ((:maintainer "Phillip Lord" . "phillip.lord@newcastle.ac.uk") + (:authors + ("Phillip Lord" . "phillip.lord@newcastle.ac.uk")) + (:url . "https://elpa.gnu.org/packages/omn-mode.html") + (:commit . "ec1d34f63b6d79fc0db7ed79c3d1c5747c0d6d6b"))]) + (on-screen . + [(1 3 3) + ((cl-lib + (0))) + "guide your eyes while scrolling" tar + ((:url . "https://github.com/michael-heerdegen/on-screen.el") + (:keywords "convenience") + (:maintainer "Michael Heerdegen" . "michael_heerdegen@web.de") + (:authors + ("Michael Heerdegen" . "michael_heerdegen@web.de")) + (:commit . "cfc449d68e762cf05297bb923a48e9bbd0af1b92"))]) + (openpgp . + [(1 0 1) + ((emacs + (24 4))) + "Client for keys.openpgp.org" tar + ((:url . "https://git.sr.ht/~pkal/openpgp/") + (:keywords "convenience") + (:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht") + (:authors + ("Philip Kaludercic" . "philipk@posteo.net")) + (:commit . "25babb1060622c1560c8be64cdbb009af535959a"))]) + (orderless . + [(1 1) + ((emacs + (27 1))) + "Completion style for matching regexps in any order" tar + ((:url . "https://github.com/oantolin/orderless") + (:keywords "extensions") + (:maintainer + ("Omar Antolín Camarena" . "omar@matem.unam.mx") + ("Daniel Mendler" . "mail@daniel-mendler.de")) + (:authors + ("Omar Antolín Camarena" . "omar@matem.unam.mx")) + (:commit . "3847f311077efa17951a786d2759f2639c5f43c8"))]) + (org . + [(9 7 5) + ((emacs + (26 1))) + "Outline-based notes management and organizer" tar + ((:url . "https://orgmode.org") + (:keywords "outlines" "hypermedia" "calendar" "text") + (:maintainer "Bastien Guerry" . "bzg@gnu.org") + (:authors + ("Carsten Dominik" . "carsten.dominik@gmail.com")) + (:commit . "eafa479069687d87d81c11ddf655c181dd57f8b5"))]) + (org-contacts . + [(1 1) + ((emacs + (27 1)) + (org + (9 3 4))) + "Contacts management system for Org Mode" tar + ((:url . "https://repo.or.cz/org-contacts.git") + (:keywords "contacts" "org-mode" "outlines" "hypermedia" "calendar") + (:maintainer "stardiviner" . "numbchild@gmail.com") + (:authors + ("Julien Danjou" . "julien@danjou.info")) + (:commit . "217ba04c9d638067a6ccb0829cf1885f54c1d568"))]) + (org-edna . + [(1 1 2) + ((emacs + (25 1)) + (seq + (2 19)) + (org + (9 0 5))) + "Extensible Dependencies 'N' Actions" tar + ((:url . "https://savannah.nongnu.org/projects/org-edna-el/") + (:keywords "convenience" "text" "org") + (:maintainer "Ian Dunn" . "dunni@gnu.org") + (:authors + ("Ian Dunn" . "dunni@gnu.org")) + (:commit . "8258a4dfa00aa522249cdf9aeea5be4de97bd7c1"))]) + (org-jami-bot . + [(0 0 5) + ((emacs + (28 1)) + (jami-bot + (0 0 4))) + "Capture GNU Jami messages as notes and todos in Org mode" tar + ((:url . "https://gitlab.com/hperrey/org-jami-bot") + (:keywords "comm" "outlines" "org-capture" "jami") + (:maintainer "Hanno Perrey" . "hanno@hoowl.se") + (:authors + ("Hanno Perrey" . "hanno@hoowl.se")) + (:commit . "020b03f299dad438f65d7bcbf93553b273fd7c33"))]) + (org-modern . + [(1 3) + ((emacs + (27 1)) + (compat + (29 1 4 4))) + "Modern looks for Org" tar + ((:url . "https://github.com/minad/org-modern") + (:keywords "outlines" "hypermedia" "text") + (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de") + (:authors + ("Daniel Mendler" . "mail@daniel-mendler.de")) + (:commit . "0b7af08548e586c0d3b0ca4a683253da407220d1"))]) + (org-notify . + [(0 1 1) + ((emacs + (25 1))) + "Notifications for Org-mode" tar + ((:url . "https://github.com/p-m/org-notify") + (:keywords "notification" "todo-list" "alarm" "reminder" "pop-up" "calendar") + (:maintainer "Peter Münster" . "pm@a16n.net") + (:authors + ("Peter Münster" . "pm@a16n.net")) + (:commit . "c08cf5b931960bc12eb782c1fe1ec82266cb4bc8"))]) + (org-real . + [(1 0 9) + ((emacs + (26 1)) + (boxy + (1 1)) + (org + (9 3))) + "Keep track of real things as org-mode links" tar + ((:url . "https://gitlab.com/grinn.amy/org-real") + (:keywords "tools") + (:maintainer "Amy Grinn" . "grinn.amy@gmail.com") + (:authors + ("Amy Grinn" . "grinn.amy@gmail.com")) + (:commit . "b6df63b9c8f19c32367b03791ca47410708a10e1"))]) + (org-remark . + [(1 2 2) + ((emacs + (27 1)) + (org + (9 4))) + "Highlight & annotate text, Info, EPUB, EWW" tar + ((:url . "https://github.com/nobiot/org-remark") + (:keywords "org-mode" "annotation" "note-taking" "marginal-notes" "wp") + (:maintainer "Noboru Ota" . "me@nobiot.com") + (:authors + ("Noboru Ota" . "me@nobiot.com")) + (:commit . "b49ef0a0a0bd61c912567bcdcc201d4afe110a75"))]) + (org-transclusion . + [(1 4 0) + ((emacs + (27 1)) + (org + (9 4))) + "Transclude text content via links" tar + ((:url . "https://github.com/nobiot/org-transclusion") + (:keywords "org-mode" "transclusion" "writing") + (:maintainer "Noboru Ota" . "me@nobiot.com") + (:authors + ("Noboru Ota" . "me@nobiot.com")) + (:commit . "e6e638710e90198070c9b07ebdaa345a79f74706"))]) + (org-translate . + [(0 1 4) + ((emacs + (27 1)) + (org + (9 1))) + "Org-based translation environment" tar + ((:maintainer "Eric Abrahamsen" . "eric@ericabrahamsen.net") + (:authors + ("Eric Abrahamsen" . "eric@ericabrahamsen.net")) + (:url . "https://elpa.gnu.org/packages/org-translate.html") + (:commit . "bdc5d169ef0c502f46aa673918ccf34fcc8415f2"))]) + (orgalist . + [(1 16) + ((emacs + (26 1))) + "Manage Org-like lists in non-Org buffers" tar + ((:keywords "convenience") + (:maintainer "Nicolas Goaziou" . "mail@nicolasgoaziou.fr") + (:authors + ("Nicolas Goaziou" . "mail@nicolasgoaziou.fr")) + (:url . "https://elpa.gnu.org/packages/orgalist.html") + (:commit . "1f540f645eeb338019750d4dca3c056a1f5eca6d"))]) + (osc . + [(0 4) + nil "Open Sound Control protocol library" tar + ((:keywords "comm" "processes" "multimedia") + (:maintainer "Mario Lang" . "mlang@blind.guru") + (:authors + ("Mario Lang" . "mlang@blind.guru")) + (:url . "https://elpa.gnu.org/packages/osc.html") + (:commit . "6b6dbb4176f45f9ff3a783c816c4556ca2931a22"))]) + (osm . + [(1 3) + ((emacs + (27 1)) + (compat + (29 1 4 4))) + "OpenStreetMap viewer" tar + ((:url . "https://github.com/minad/osm") + (:keywords "network" "multimedia" "hypermedia" "mouse") + (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de") + (:authors + ("Daniel Mendler" . "mail@daniel-mendler.de")) + (:commit . "5dffbc00e4acfcddc13677f3b76a65dc3b6aee30"))]) + (other-frame-window . + [(1 0 6) + ((emacs + (24 4))) + "Minor mode to enable global prefix keys for other frame/window buffer placement" tar + ((:keywords "frame" "window") + (:maintainer "Stephen Leake" . "stephen_leake@member.fsf.org") + (:authors + ("Stephen Leake" . "stephen_leake@member.fsf.org")) + (:url . "https://elpa.gnu.org/packages/other-frame-window.html") + (:commit . "7477b00664bff9b0b9edfe7ecbef379a7543ba77"))]) + (pabbrev . + [(4 3 0) + ((emacs + (25 1))) + "Predictive abbreviation expansion" tar + ((:url . "https://github.com/phillord/pabbrev") + (:maintainer "Arthur Miller" . "arthur.miller@live.com") + (:authors + ("Phillip Lord" . "phillip.lord@newcastle.ac.uk")) + (:commit . "0c281401b47bd67d2726326c1a415c2bd219395f"))]) + (paced . + [(1 1 3) + ((emacs + (25 1)) + (async + (1 9 1))) + "Predictive Abbreviation Completion and Expansion using Dictionaries" tar + ((:url . "https://savannah.nongnu.org/projects/paced-el/") + (:keywords "convenience" "completion") + (:maintainer "Ian Dunn" . "dunni@gnu.org") + (:authors + ("Ian Dunn" . "dunni@gnu.org")) + (:commit . "c3683a0a8a611fbd15bb3ec78ccac121843711c9"))]) + (parsec . + [(0 1 3) + ((emacs + (24)) + (cl-lib + (0 5))) + "Parser combinator library" tar + ((:url . "https://github.com/cute-jumper/parsec.el") + (:maintainer "Junpeng Qiu" . "qjpchmail@gmail.com") + (:authors + ("Junpeng Qiu" . "qjpchmail@gmail.com")) + (:keywords "extensions"))]) + (parser-generator . + [(0 2 1) + ((emacs + (26))) + "Parser Generator library" tar + ((:url . "https://github.com/cjohansson/emacs-parser-generator") + (:keywords "tools" "convenience") + (:maintainer "Christian Johansson" . "christian@cvj.se") + (:authors + ("Christian Johansson" . "christian@cvj.se")) + (:commit . "0d4b9a42ea207bfa6c995c9cf5834c4bf68b9c44"))]) + (path-iterator . + [(1 0) + ((emacs + (25 0))) + "An iterator for traversing a directory path." tar + ((:maintainer "Stephen Leake" . "stephen_leake@stephe-leake.org") + (:authors + ("Stephen Leake" . "stephen_leake@stephe-leake.org")) + (:url . "https://elpa.gnu.org/packages/path-iterator.html") + (:commit . "df6a5e2d7e0399bac4f6d016dc272943bbb04e5e"))]) + (peg . + [(1 0 1) + ((emacs + (25))) + "Parsing Expression Grammars in Emacs Lisp" tar + ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Helmut Eller" . "eller.helmut@gmail.com")) + (:url . "https://elpa.gnu.org/packages/peg.html") + (:commit . "90c9004a8347209f94a37c8d9506425721098402"))]) + (perl-doc . + [(0 81) + ((emacs + (27))) + "Read Perl documentation" tar + ((:url . "https://github.com/HaraldJoerg/emacs-perl-doc") + (:keywords "languages") + (:maintainer "Harald Jörg" . "haj@posteo.de") + (:authors + ("Harald Jörg" . "haj@posteo.de")) + (:commit . "638009f98a144790ea85fd0fa311d7499fdac94f"))]) + (persist . + [(0 6 1) + ((emacs + (26 1))) + "Persist Variables between Emacs Sessions" tar + ((:maintainer "Joseph Turner" . "persist-el@breatheoutbreathe.in") + (:authors + ("Phillip Lord" . "phillip.lord@russet.org.uk")) + (:url . "https://elpa.gnu.org/packages/persist.html") + (:commit . "5ea8f32ef50ce2b444d6918e17eedce9f74629af"))]) + (phps-mode . + [(0 4 49) + ((emacs + (26))) + "Major mode for PHP with code intelligence" tar + ((:url . "https://github.com/cjohansson/emacs-phps-mode") + (:keywords "tools" "convenience") + (:maintainer "Christian Johansson" . "christian@cvj.se") + (:authors + ("Christian Johansson" . "christian@cvj.se")) + (:commit . "98fdd10d6299dfc5ad24cc214c9eaa0fdba946e4"))]) + (pinentry . + [(0 1) + nil "GnuPG Pinentry server implementation" tar + ((:keywords "gnupg") + (:maintainer "Daiki Ueno" . "ueno@gnu.org") + (:authors + ("Daiki Ueno" . "ueno@gnu.org")) + (:url . "https://elpa.gnu.org/packages/pinentry.html") + (:commit . "ef0d62bba29dfab07624d030032ec0f67d34e865"))]) + (plz . + [(0 9) + ((emacs + (27 1))) + "HTTP library" tar + ((:url . "https://github.com/alphapapa/plz.el") + (:keywords "comm" "network" "http") + (:maintainer "Adam Porter" . "adam@alphapapa.net") + (:authors + ("Adam Porter" . "adam@alphapapa.net")) + (:commit . "399ad3e1aafa7b86c1ce0cfab8bcf2e09cb0e956"))]) + (plz-see . + [(0 1) + ((emacs + (29 1)) + (plz + (0 7))) + "Interactive HTTP client" tar + ((:url . "https://github.com/astoff/plz-see.el") + (:keywords "comm" "network" "http") + (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com") + (:authors + ("Augusto Stoffel" . "arstoffel@gmail.com")) + (:commit . "c55e6aa2971caad582df1d449e0f57604250cae1"))]) + (poke . + [(3 2) + ((emacs + (25))) + "Emacs meets GNU poke!" tar + ((:url . "https://www.jemarch.net/poke") + (:maintainer "Jose E. Marchesi" . "jemarch@gnu.org") + (:authors + ("Jose E. Marchesi" . "jemarch@gnu.org")) + (:commit . "77bdcce97e06bbd6771f35acbb3f399457bebb71"))]) + (poke-mode . + [(3 1) + nil "Major mode for editing Poke programs" tar + ((:maintainer "Jose E. Marchesi" . "jemarch@gnu.org") + (:authors + ("Aurelien Aptel" . "aaptel@suse.com")) + (:url . "https://elpa.gnu.org/packages/poke-mode.html") + (:commit . "340bb45867cce7f86d09a00b809c2c2078302a9e"))]) + (poker . + [(0 2) + nil "Texas hold 'em poker" tar + ((:keywords "games") + (:maintainer "Mario Lang" . "mlang@delysid.org") + (:authors + ("Mario Lang" . "mlang@delysid.org")) + (:url . "https://elpa.gnu.org/packages/poker.html") + (:commit . "56469f23f29dba8f8beefd308b01a0b1bbc81756"))]) + (popper . + [(0 4 6) + ((emacs + (26 1))) + "Summon and dismiss buffers as popups" tar + ((:url . "https://github.com/karthink/popper") + (:keywords "convenience") + (:maintainer "Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com") + (:authors + ("Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com")) + (:commit . "fe4f0b3b8b16f005fb8b5f79bc26b380038400ab"))]) + (posframe . + [(1 4 3) + ((emacs + (26 1))) + "Pop a posframe (just a frame) at point" tar + ((:url . "https://github.com/tumashu/posframe") + (:keywords "convenience" "tooltip") + (:maintainer "Feng Shu" . "tumashu@163.com") + (:authors + ("Feng Shu" . "tumashu@163.com")) + (:commit . "468ac1ab50d7e0feae2c06f12596bbc169f2abe4"))]) + (pq . + [(0 2) + ((emacs + (25))) + "libpq binding" tar + ((:url . "https://github.com/anse1/emacs-libpq") + (:maintainer "Tom Gillespie" . "tgbugs@gmail.com") + (:authors + ("Tom Gillespie" . "tgbugs@gmail.com")) + (:commit . "4dad5fcdbbb362a0dc2dfa7b5a38dd5be1551c68"))]) + (preview-auto . + [(0 3) + ((emacs + (29 3)) + (auctex + (14 0 5))) + "Automatic previews in AUCTeX" tar + ((:url . "https://github.com/ultronozm/preview-auto.el") + (:keywords "tex" "convenience") + (:maintainer "Paul D. Nelson" . "nelson.paul.david@gmail.com") + (:authors + ("Paul D. Nelson" . "nelson.paul.david@gmail.com")) + (:commit . "401e66743103baedc96ad3b63dfa2f1f39e4fa60"))]) + (preview-tailor . + [(0 2) + ((emacs + (29 1)) + (auctex + (0))) + "Tailor AUCTeX preview scale to monitor/text scale" tar + ((:url . "https://github.com/ultronozm/preview-tailor.el") + (:keywords "tex" "multimedia") + (:maintainer "Paul D. Nelson" . "nelson.paul.david@gmail.com") + (:authors + ("Paul D. Nelson" . "nelson.paul.david@gmail.com")) + (:commit . "bb92fac553c8ddb87f64f4c9829762b58764c1ff"))]) + (project . + [(0 11 1) + ((emacs + (26 1)) + (xref + (1 7 0))) + "Operations on the current project" tar + ((:url . "https://elpa.gnu.org/packages/project.html") + (:commit . "08e38818f6ff4e514ac291bc5a7686f4390759b0"))]) + (psgml . + [(1 3 5) + nil "SGML-editing mode with parsing support" tar + ((:keywords "languages") + (:maintainer "Lennart Staflin" . "lstaflin@gmail.com") + (:authors + ("Lennart Staflin" . "lenst@lysator.liu.se") + ("James Clark" . "jjc@clark.com")) + (:url . "https://elpa.gnu.org/packages/psgml.html") + (:commit . "697fcf7d80513257d90b7331297495bb9e01003d"))]) + (pspp-mode . + [(1 1) + nil "Major mode for editing PSPP files" single + ((:url . "http://elpa.gnu.org/packages/pspp-mode.html") + (:keywords "pspp" "major-mode") + (:authors + ("Scott Andrew Borton" . "scott@pp.htv.fi")) + (:maintainer "John Darrington" . "john@darrington.wattle.id.au"))]) + (pulsar . + [(1 0 1) + ((emacs + (27 1))) + "Pulse highlight on demand or after select functions" tar + ((:url . "https://git.sr.ht/~protesilaos/pulsar") + (:keywords "convenience" "pulse" "highlight") + (:maintainer "Pulsar Development" . "~protesilaos/pulsar@lists.sr.ht") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "f9d09afc97d08f90a6a462b9da86900e6b555a74"))]) + (pyim . + [(5 3 4) + ((emacs + (27 1)) + (async + (1 6)) + (xr + (1 13))) + "A Chinese input method support quanpin, shuangpin, wubi, cangjie and rime." tar + ((:url . "https://github.com/tumashu/pyim") + (:keywords "convenience" "chinese" "pinyin" "input-method") + (:maintainer "Feng Shu" . "tumashu@163.com") + (:authors + ("Ye Wenbin" . "wenbinye@163.com") + ("Feng Shu" . "tumashu@163.com")) + (:commit . "f22c20f2e6af55b3a758defabe4c842fb94cde2b"))]) + (pyim-basedict . + [(0 5 4) + nil "The default pinyin dict of pyim" tar + ((:url . "https://github.com/tumashu/pyim-basedict") + (:keywords "convenience" "chinese" "pinyin" "input-method" "complete") + (:maintainer "Feng Shu" . "tumashu@163.com") + (:authors + ("Feng Shu" . "tumashu@163.com")) + (:commit . "d61af27686f7a39e6c138b7261a686e7ea7a0ef7"))]) + (python . + [(0 28) + ((emacs + (24 2)) + (cl-lib + (1 0))) + "Python's flying circus support for Emacs" tar + ((:url . "https://github.com/fgallina/python.el") + (:keywords "languages") + (:maintainer nil . "emacs-devel@gnu.org") + (:authors + ("Fabián E. Gallina" . "fgallina@gnu.org")) + (:commit . "b3d0f53b296a0876ec7a55ae840868e65ed54e14"))]) + (quarter-plane . + [(0 1) + nil "editing using quarter-plane screen model" tar + ((:keywords "convenience" "wp") + (:url . "https://elpa.gnu.org/packages/quarter-plane.html") + (:commit . "8cf26bf19d0193068bef34dd0103e8a7ea566afa"))]) + (queue . + [(0 2) + nil "Queue data structure" tar + ((:url . "http://www.dr-qubit.org/emacs.php") + (:keywords "extensions" "data structures" "queue") + (:maintainer "Toby Cubitt" . "toby-predictive@dr-qubit.org") + (:authors + ("Inge Wallin" . "inge@lysator.liu.se") + ("Toby Cubitt" . "toby-predictive@dr-qubit.org")) + (:commit . "c9ec2e33f26b068c40b8391e91a7839546fa8355"))]) + (rainbow-mode . + [(1 0 6) + nil "Colorize color names in buffers" tar + ((:keywords "faces") + (:maintainer "Julien Danjou" . "julien@danjou.info") + (:authors + ("Julien Danjou" . "julien@danjou.info")) + (:url . "https://elpa.gnu.org/packages/rainbow-mode.html") + (:commit . "ac68593018ef3555e64ea592d72334f4e3e39209"))]) + (rbit . + [(0 1) + nil "Red-black persistent interval trees" tar + ((:keywords "data structures" "binary tree" "intervals") + (:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/rbit.html") + (:commit . "59da8b3219a9632e1ed4ce85f58a6f3c68b61684"))]) + (rcirc-color . + [(0 4 5) + ((emacs + (24 4))) + "color nicks" tar + ((:keywords "comm") + (:maintainer "Alex Schroeder" . "alex@gnu.org") + (:authors + ("Alex Schroeder" . "alex@gnu.org")) + (:url . "https://elpa.gnu.org/packages/rcirc-color.html") + (:commit . "79449152cb71ec4d719d4b1a95c1192fb9831ceb"))]) + (rcirc-menu . + [(1 1) + nil "A menu of all your rcirc connections" single + ((:url . "http://elpa.gnu.org/packages/rcirc-menu.html") + (:keywords "comm") + (:authors + ("Alex Schroeder" . "alex@gnu.org")) + (:maintainer "Alex Schroeder" . "alex@gnu.org"))]) + (rcirc-sqlite . + [(1 0 2) + ((emacs + (30 0))) + "rcirc logging in SQLite" tar + ((:url . "https://codeberg.org/mattof/rcirc-sqlite") + (:keywords "comm") + (:maintainer "Matto Fransen" . "matto@matto.nl") + (:authors + ("Matto Fransen" . "matto@matto.nl")) + (:commit . "50279aa1aa4303bd2736de615414120e851db1dd"))]) + (realgud . + [(1 5 1) + ((load-relative + (1 3 1)) + (loc-changes + (1 2)) + (test-simple + (1 3 0)) + (emacs + (25))) + "A modular front-end for interacting with external debuggers" tar + ((:url . "http://github.com/realgud/realgud/") + (:keywords "debugger" "gdb" "python" "perl" "go" "bash" "zsh" "bashdb" "zshdb" "remake" "trepan" "perldb" "pdb") + (:maintainer "Rocky Bernstein" . "rocky@gnu.org") + (:authors + ("Rocky Bernstein" . "rocky@gnu.org")) + (:commit . "53938f04d5252677484e5c48513e1c138aafc756"))]) + (realgud-ipdb . + [(1 0 0) + ((realgud + (1 4 5)) + (emacs + (24))) + "realgud front-end to ipdb" tar + ((:url . "http://github.com/rocky/realgud-ipdb") + (:commit . "ba41636ac4102bdc9d28a5ae7177b3792be55933"))]) + (realgud-jdb . + [(1 0 0) + ((realgud + (1 4 5)) + (load-relative + (1 2)) + (cl-lib + (0 5)) + (emacs + (25))) + "Realgud front-end to Java's jdb debugger\"" tar + ((:url . "http://github.com/realgud/realgud-jdb") + (:maintainer "Rocky Bernstein" . "rocky@gnu.org") + (:authors + ("Rocky Bernstein" . "rocky@gnu.org")))]) + (realgud-lldb . + [(1 0 2) + ((load-relative + (1 3 1)) + (realgud + (1 5 0)) + (emacs + (25))) + "Realgud front-end to lldb" tar + ((:url . "http://github.com/realgud/realgud-lldb") + (:maintainer "Rocky Bernstein" . "rocky@gnu.org") + (:authors + ("Rocky Bernstein" . "rocky@gnu.org")) + (:commit . "f2f77d6ddfa42430ead400eaf81c605c3a04dead"))]) + (realgud-node-debug . + [(1 0 0) + ((realgud + (1 4 5)) + (load-relative + (1 2)) + (cl-lib + (0 5)) + (emacs + (25))) + "Realgud front-end to older \"node debug\"" tar + ((:url . "http://github.com/realgud/realgud-node-debug") + (:maintainer "Rocky Bernstein" . "rocky@gnu.org") + (:authors + ("Rocky Bernstein" . "rocky@gnu.org")))]) + (realgud-node-inspect . + [(1 0 0) + ((realgud + (1 4 5)) + (load-relative + (1 2)) + (cl-lib + (0 5)) + (emacs + (24))) + "Realgud front-end to newer \"node inspect\"" tar + ((:url . "http://github.com/realgud/realgud-node-inspect") + (:maintainer "Rocky Bernstein" . "rocky@gnu.org") + (:authors + ("Rocky Bernstein" . "rocky@gnu.org")))]) + (realgud-trepan-ni . + [(1 0 1) + ((load-relative + (1 2)) + (realgud + (1 5 0)) + (cl-lib + (0 5)) + (emacs + (25))) + "Realgud front-end to trepan-ni" tar + ((:url . "http://github.com/realgud/realgud-trepan-ni") + (:maintainer "Rocky Bernstein" . "rocky@gnu.org") + (:authors + ("Rocky Bernstein" . "rocky@gnu.org")) + (:commit . "ce008862ea33de0a9e6c06099b9ddff8f620f2e4"))]) + (realgud-trepan-xpy . + [(1 0 1) + ((realgud + (1 5 0)) + (load-relative + (1 3 1)) + (emacs + (25))) + "Realgud front-end to trepan-xpy" tar + ((:url . "https://github.com/realgud/realgud-trepan-xpy") + (:maintainer "Rocky Bernstein" . "rocky@gnu.org") + (:authors + ("Rocky Bernstein" . "rocky@gnu.org")) + (:commit . "f758f48266d90775643454e72214e40a4ed320b8"))]) + (rec-mode . + [(1 9 3) + ((emacs + (25))) + "Major mode for viewing/editing rec files" tar + ((:url . "https://www.gnu.org/software/recutils/") + (:maintainer "Antoine Kalmbach" . "ane@iki.fi") + (:authors + ("Jose E. Marchesi" . "jemarch@gnu.org")) + (:commit . "dcd339458469d6c3c499b11df9d3b44e6de98ff5"))]) + (register-list . + [(0 1) + nil "Interactively list/edit registers" tar + ((:keywords "register") + (:maintainer "Bastien Guerry" . "bzgATalternDOTorg") + (:authors + ("Bastien Guerry" . "bzgATalternDOTorg")) + (:url . "https://elpa.gnu.org/packages/register-list.html") + (:commit . "14d719a6f3596856228f08d3746a7bf92dd13240"))]) + (relint . + [(1 24) + ((xr + (1 25)) + (emacs + (26 1))) + "Elisp regexp mistake finder" tar + ((:url . "https://github.com/mattiase/relint") + (:keywords "lisp" "regexps") + (:maintainer "Mattias Engdegård" . "mattiase@acm.org") + (:authors + ("Mattias Engdegård" . "mattiase@acm.org")) + (:commit . "a88d83f420e2fdcfff4408cf967df2b2f9176ba1"))]) + (repology . + [(1 2 4) + ((emacs + (26 1))) + "Repology API access via Elisp" tar + ((:keywords "web") + (:maintainer "Nicolas Goaziou" . "mail@nicolasgoaziou.fr") + (:authors + ("Nicolas Goaziou" . "mail@nicolasgoaziou.fr")) + (:url . "https://elpa.gnu.org/packages/repology.html") + (:commit . "a6b41709525e60bdac807f153a3199003ee9d50f"))]) + (rich-minority . + [(1 0 3) + ((cl-lib + (0 5))) + "Clean-up and Beautify the list of minor-modes." tar + ((:url . "https://github.com/Malabarba/rich-minority") + (:keywords "mode-line" "faces") + (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com") + (:authors + ("Artur Malabarba" . "emacs@endlessparentheses.com")) + (:commit . "d33d2e357c8eb0b38624dbc51e8b953b08b0cc98"))]) + (rnc-mode . + [(0 3) + nil "Emacs mode to edit Relax-NG Compact files" tar + ((:keywords "xml" "relaxng") + (:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/rnc-mode.html") + (:commit . "dfee31d83208b734ed1d1fdc523565d7056db850"))]) + (rt-liberation . + [(7) + nil "Emacs interface to RT" tar + ((:url . "http://www.nongnu.org/rtliber/") + (:keywords "rt" "tickets") + (:maintainer "Yoni Rabkin" . "yrk@gnu.org") + (:authors + ("Yoni Rabkin" . "yrk@gnu.org")) + (:commit . "3b98d22c76de94fae16434517b99525fabc58f31"))]) + (ruby-end . + [(0 4 3) + nil "Automatic insertion of end blocks for Ruby" tar + ((:url . "http://github.com/rejeep/ruby-end") + (:keywords "speed" "convenience" "ruby") + (:maintainer "Dmitry Gutov" . "dgutov@yandex.ru") + (:authors + ("Johan Andersson" . "johan.rejeep@gmail.com")) + (:commit . "fe39d34ba7a43d522c7bdc47406935611e782ca3"))]) + (rudel . + [(0 3 2) + ((emacs + (24)) + (cl-lib + (0 5)) + (cl-generic + (0 3)) + (cl-print + (1 0))) + "A collaborative editing framework for Emacs" tar + ((:url . "http://rudel.sourceforge.net/") + (:keywords "rudel" "collaboration") + (:maintainer "Jan Moringen" . "scymtym@users.sourceforge.net") + (:authors + ("Jan Moringen" . "scymtym@users.sourceforge.net")) + (:commit . "42684c4fb26318291c8c06b184166c470d465ff4"))]) + (satchel . + [(0 2) + ((emacs + (27 2)) + (project + (0 8 1))) + "A bag for your files, separated by git branches" tar + ((:keywords "tools" "languages") + (:maintainer "Theodor Thornhill" . "theo@thornhill.no") + (:authors + ("Theodor Thornhill" . "theo@thornhill.no")) + (:url . "https://elpa.gnu.org/packages/satchel.html") + (:commit . "6e5613e203f6937202cb5d55249e7e6be939067b"))]) + (scanner . + [(0 2) + ((emacs + (25 1)) + (dash + (2 12 0))) + "Scan documents and images" tar + ((:url . "https://gitlab.com/rstocker/scanner.git") + (:keywords "hardware" "multimedia") + (:maintainer "Raffael Stocker" . "r.stocker@mnet-mail.de") + (:authors + ("Raffael Stocker" . "r.stocker@mnet-mail.de")) + (:commit . "b96d3d111b3666bb8217a67fddfc6445d1e13c82"))]) + (scroll-restore . + [(1 0) + nil "restore original position after scrolling" tar + ((:keywords "scrolling") + (:maintainer "Martin Rudalics" . "rudalics@gmx.at") + (:authors + ("Martin Rudalics" . "rudalics@gmx.at")) + (:url . "https://elpa.gnu.org/packages/scroll-restore.html") + (:commit . "af8f3beae533c030d4899c235473aa15bfcb2010"))]) + (sed-mode . + [(1 1) + nil "Major mode to edit sed scripts" tar + ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/sed-mode.html") + (:commit . "6009f57567959387b9e34068567e982b6991eb24"))]) + (seq . + [(2 24) + nil "Sequence manipulation functions" tar + ((:keywords "sequences") + (:maintainer nil . "emacs-devel@gnu.org") + (:authors + ("Nicolas Petton" . "nicolas@petton.fr")) + (:url . "https://elpa.gnu.org/packages/seq.html") + (:commit . "27a90793a13f149121180e864fa53d68b9eac0b3"))]) + (setup . + [(1 4 0) + ((emacs + (26 1))) + "Helpful Configuration Macro" tar + ((:url . "https://git.sr.ht/~pkal/setup") + (:keywords "lisp" "local") + (:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht") + (:authors + ("Philip Kaludercic" . "philipk@posteo.net")) + (:commit . "858ea70760426a9e1fa1ce1f21fb8f8d62bd1803"))]) + (shelisp . + [(1 0 0) + nil "execute elisp in shell" tar + ((:keywords "terminals" "lisp" "processes") + (:maintainer "Michael R. Mauger" . "michael@mauger.com") + (:authors + ("Michael R. Mauger" . "michael@mauger.com")) + (:url . "https://elpa.gnu.org/packages/shelisp.html") + (:commit . "32f91342f0039aa0e78a032b5b2a651ed5b1b79e"))]) + (shell-command+ . + [(2 4 2) + ((emacs + (24 3))) + "An extended shell-command" tar + ((:url . "https://git.sr.ht/~pkal/shell-command-plus") + (:keywords "unix" "processes" "convenience") + (:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht") + (:authors + ("Philip Kaludercic" . "philipk@posteo.net")) + (:commit . "7121adb48e6fb5f03030701b9f1e25b929cb3cd3"))]) + (shen-mode . + [(0 1) + nil "A major mode for editing shen source code" tar + ((:keywords "languages" "shen") + (:maintainer "Eric Schulte" . "schulte.eric@gmail.com") + (:authors + ("Eric Schulte" . "schulte.eric@gmail.com")) + (:url . "https://elpa.gnu.org/packages/shen-mode.html") + (:commit . "df28df31317188a6d87c9df93444543ace4f7f4f"))]) + (sisu-mode . + [(7 1 8) + nil "Major mode for SiSU markup text" tar + ((:url . "http://www.sisudoc.org/") + (:keywords "text" "syntax" "processes" "tools") + (:commit . "456acbde87a9fa9da0ed8b441c3f22c4d5310296"))]) + (site-lisp . + [(0 1 2) + ((emacs + (25 1))) + "Manage site-lisp directories" tar + ((:url . "https://git.sr.ht/~pkal/site-lisp") + (:keywords "lisp" "local") + (:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht") + (:authors + ("Philip Kaludercic" . "philipk@posteo.net")) + (:commit . "3f7a99472a4940bc63ed032de016e5a40fec0965"))]) + (sketch-mode . + [(1 0 4) + nil "Quickly create svg sketches using keyboard and mouse" tar + ((:url . "https://github.com/dalanicolai/sketch-mode") + (:keywords "multimedia") + (:maintainer "D.L. Nicolai" . "dalanicolai@gmail.com") + (:authors + ("D.L. Nicolai" . "dalanicolai@gmail.com")) + (:commit . "ff42a587d90f9cfd3481db6f4e9a269e3a9300cd"))]) + (slime-volleyball . + [(1 2 0) + ((cl-lib + (0 5))) + "An SVG Slime Volleyball Game" tar + ((:keywords "games") + (:maintainer "Thomas Fitzsimmons" . "fitzsim@fitzsim.org") + (:authors + ("Thomas Fitzsimmons" . "fitzsim@fitzsim.org")) + (:url . "https://elpa.gnu.org/packages/slime-volleyball.html") + (:commit . "361d22bba0b03cd81331439c97f84583dd87c752"))]) + (sm-c-mode . + [(1 2) + nil "C major mode based on SMIE" tar + ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/sm-c-mode.html") + (:commit . "a56142cb82d3390faa3dbd0658d65fe06822206d"))]) + (smalltalk-mode . + [(4 0) + nil "Major mode for the GNU Smalltalk programming language" tar + ((:maintainer "Derek Zhou" . "derek@3qin.us") + (:url . "https://elpa.gnu.org/packages/smalltalk-mode.html") + (:commit . "570b705db9a02bb48cd61652639401715f419447"))]) + (smart-yank . + [(0 1 1) + ((emacs + (24))) + "A different approach of yank pointer handling" tar + ((:keywords "convenience") + (:maintainer "Michael Heerdegen" . "michael_heerdegen@web.de") + (:authors + ("Michael Heerdegen" . "michael_heerdegen@web.de")) + (:url . "https://elpa.gnu.org/packages/smart-yank.html") + (:commit . "673e1884d3ca537143415fc91b0b06a4ae02f164"))]) + (sml-mode . + [(6 12) + ((emacs + (24 3)) + (cl-lib + (0 5))) + "Major mode for editing (Standard) ML" tar + ((:keywords "sml") + (:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Matthew Morley" . "mjm@scs.leeds.ac.uk") + ("Matthias Blume" . "blume@cs.princeton.edu") + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/sml-mode.html") + (:commit . "7ebf91114292eead967d1a9bb4f235d66f6dd525"))]) + (so-long . + [(1 1 2) + ((emacs + (24 4))) + "Say farewell to performance problems with minified code." tar + ((:url . "https://savannah.nongnu.org/projects/so-long") + (:keywords "convenience") + (:maintainer "Phil Sainty" . "psainty@orcon.net.nz") + (:authors + ("Phil Sainty" . "psainty@orcon.net.nz")) + (:commit . "045a4fe94c18cd36ef297e62a80cdff449af3aa5"))]) + (soap-client . + [(3 2 3) + ((emacs + (24 1)) + (cl-lib + (0 6 1))) + "Access SOAP web services" tar + ((:url . "https://github.com/alex-hhh/emacs-soap-client") + (:keywords "soap" "web-services" "comm" "hypermedia") + (:maintainer "Alexandru Harsanyi" . "AlexHarsanyi@gmail.com") + (:authors + ("Alexandru Harsanyi" . "AlexHarsanyi@gmail.com")) + (:commit . "6234c3e0411a1d70bed2c85bbfb438d4479be51b"))]) + (sokoban . + [(1 4 9) + ((emacs + (23 1)) + (cl-lib + (0 5))) + "Implementation of Sokoban for Emacs." tar + ((:keywords "games") + (:maintainer "Dieter Deyke" . "dieter.deyke@gmail.com") + (:authors + ("Glynn Clements" . "glynn.clements@xemacs.org")) + (:url . "https://elpa.gnu.org/packages/sokoban.html") + (:commit . "3043723a7c2557443aa28d871137c8d9c3b46edc"))]) + (sotlisp . + [(1 6 2) + ((emacs + (24 1))) + "Write lisp at the speed of thought." tar + ((:url . "https://github.com/Malabarba/speed-of-thought-lisp") + (:keywords "convenience" "lisp") + (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com") + (:authors + ("Artur Malabarba" . "emacs@endlessparentheses.com")) + (:commit . "fffe8d0b42b143a2e7df0470d9049fa57b6ecac5"))]) + (spacious-padding . + [(0 5 0) + ((emacs + (28 1))) + "Increase the padding/spacing of frames and windows" tar + ((:url . "https://github.com/protesilaos/spacious-padding") + (:keywords "convenience" "focus" "writing" "presentation") + (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "e48f3335f50217e40081631abacc40964150f3ab"))]) + (spinner . + [(1 7 4) + ((emacs + (24 3))) + "Add spinners and progress-bars to the mode-line for ongoing operations" tar + ((:url . "https://github.com/Malabarba/spinner.el") + (:keywords "processes" "mode-line") + (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com") + (:authors + ("Artur Malabarba" . "emacs@endlessparentheses.com")) + (:commit . "bca794fa6f6b007292cdac9b0a850a3711986db5"))]) + (sql-beeline . + [(0 2) + nil "Beeline support for sql.el" tar + ((:keywords "sql" "hive" "beeline" "hiveserver2" "impala") + (:maintainer "Filipp Gunbin" . "fgunbin@fastmail.fm") + (:authors + ("Filipp Gunbin" . "fgunbin@fastmail.fm")) + (:url . "https://elpa.gnu.org/packages/sql-beeline.html") + (:commit . "b7ffff9404d93f569e3c2bc59db1be6e848c894f"))]) + (sql-cassandra . + [(0 2 2) + ((emacs + (29))) + "Cassandra support for sql.el" tar + ((:keywords "sql" "cassandra" "cql" "cqlsh") + (:maintainer "Filipp Gunbin" . "fgunbin@fastmail.fm") + (:authors + ("Filipp Gunbin" . "fgunbin@fastmail.fm")) + (:url . "https://elpa.gnu.org/packages/sql-cassandra.html") + (:commit . "3e997c6ad82f4240bcd62630ad44b5f023bd16c1"))]) + (sql-indent . + [(1 7) + ((cl-lib + (0 5))) + "Support for indenting code in SQL files." tar + ((:url . "https://github.com/alex-hhh/emacs-sql-indent") + (:keywords "languages" "sql") + (:maintainer "Alex Harsanyi" . "AlexHarsanyi@gmail.com") + (:authors + ("Alex Harsanyi" . "AlexHarsanyi@gmail.com")) + (:commit . "323ece64acaac7f27b7806db9dba0757d6e57885"))]) + (srht . + [(0 4) + ((emacs + (27 1)) + (plz + (0 7)) + (transient + (0 4 3))) + "Sourcehut" tar + ((:url . "https://sr.ht/~akagi/srht.el/") + (:keywords "comm" "vc") + (:maintainer "Aleksandr Vityazev" . "avityazev@posteo.org") + (:authors + ("Aleksandr Vityazev" . "avityazev@posteo.org")) + (:commit . "053c79fb41278f11e98c61785e8cc500ed4c853b"))]) + (ssh-deploy . + [(3 1 16) + ((emacs + (25))) + "Deployment via Tramp, global or per directory." tar + ((:url . "https://github.com/cjohansson/emacs-ssh-deploy") + (:keywords "tools" "convenience") + (:maintainer "Christian Johansson" . "christian@cvj.se") + (:authors + ("Christian Johansson" . "christian@cvj.se")) + (:commit . "95fb076c9b657c5f1bfad3ee5bf1f8691c50d428"))]) + (standard-themes . + [(2 0 1) + ((emacs + (27 1))) + "Like the default theme but more consistent" tar + ((:url . "https://git.sr.ht/~protesilaos/standard-themes") + (:keywords "faces" "theme" "accessibility") + (:maintainer "Standard-Themes Development" . "~protesilaos/standard-themes@lists.sr.ht") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "4b9e5395d5faad8d831727bc37d2551d68888555"))]) + (stream . + [(2 3 0) + ((emacs + (25))) + "Implementation of streams" tar + ((:keywords "stream" "laziness" "sequences") + (:maintainer nil . "nicolas@petton.fr") + (:authors + ("Nicolas Petton" . "nicolas@petton.fr")) + (:url . "https://elpa.gnu.org/packages/stream.html") + (:commit . "5c0ffd088fbc344aedb11cc76bd7c0b28f3bc43b"))]) + (substitute . + [(0 3 1) + ((emacs + (27 1))) + "Efficiently replace targets in the buffer or context" tar + ((:url . "https://github.com/protesilaos/substitute") + (:maintainer "Protesilaos Stavrou" . "info@protesilaos.com") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "6e7de79f8a3436fce6acfe7d04a0a375ad80dc34"))]) + (svg . + [(1 1) + ((emacs + (25))) + "SVG image creation functions" tar + ((:keywords "image") + (:maintainer + ("Lars Magne Ingebrigtsen" . "larsi@gnus.org") + ("Felix E. Klee" . "felix.klee@inka.de")) + (:authors + ("Lars Magne Ingebrigtsen" . "larsi@gnus.org") + ("Felix E. Klee" . "felix.klee@inka.de")) + (:url . "https://elpa.gnu.org/packages/svg.html") + (:commit . "2c1d8397788c1385debef514c59a6461b2e5408e"))]) + (svg-clock . + [(1 2) + ((svg + (1 0)) + (emacs + (27 0))) + "Analog clock using Scalable Vector Graphics" tar + ((:keywords "demo" "svg" "clock") + (:maintainer "Ulf Jasper" . "ulf.jasper@web.de") + (:authors + ("Ulf Jasper" . "ulf.jasper@web.de")) + (:url . "https://elpa.gnu.org/packages/svg-clock.html") + (:commit . "1c04475520a125432c4e873ca944323999a3ff83"))]) + (svg-lib . + [(0 3) + ((emacs + (27 1))) + "SVG tags, progress bars & icons" tar + ((:url . "https://github.com/rougier/svg-lib") + (:keywords "svg" "icons" "tags" "convenience") + (:maintainer "Nicolas P. Rougier" . "Nicolas.Rougier@inria.fr") + (:commit . "f2cc9615ef3a052747135d34f31c423a26592f14"))]) + (svg-tag-mode . + [(0 3 2) + ((emacs + (27 1)) + (svg-lib + (0 2))) + "Replace keywords with SVG tags" tar + ((:url . "https://github.com/rougier/svg-tag-mode") + (:keywords "convenience") + (:maintainer "Nicolas P. Rougier" . "Nicolas.Rougier@inria.fr") + (:authors + ("Nicolas P. Rougier" . "Nicolas.Rougier@inria.fr")) + (:commit . "3b07983614bee0195534e7a8a6dcfab757da4f0b"))]) + (swiper . + [(0 14 2) + ((emacs + (24 5)) + (ivy + (0 14 2))) + "Isearch with an overview. Oh, man!" tar + ((:url . "https://github.com/abo-abo/swiper") + (:keywords "matching") + (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") + (:authors + ("Oleh Krehel" . "ohwoeowho@gmail.com")) + (:commit . "3d755fd540c0fa0c7d398bb709361291bd1fba0c"))]) + (switchy-window . + [(1 3) + ((emacs + (25 1)) + (compat + (29 1 4 1))) + "A most-recently-used window switcher" tar + ((:url . "https://sr.ht/~tsdh/switchy-window/") + (:keywords "windows") + (:maintainer "Tassilo Horn" . "tsdh@gnu.org") + (:authors + ("Tassilo Horn" . "tsdh@gnu.org")) + (:commit . "c743c47b7b4326c411470ba98410b7bfe3685edc"))]) + (sxhkdrc-mode . + [(1 0 0) + ((emacs + (27 1))) + "Major mode for sxhkdrc files (Simple X Hot Key Daemon)" tar + ((:url . "https://git.sr.ht/~protesilaos/sxhkdrc-mode") + (:maintainer "Protesilaos Stavrou General Issues" . "~protesilaos/general-issues@lists.sr.ht") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "112970f8d2355c0cfa0269bb92cd1ecc18790bc9"))]) + (system-packages . + [(1 0 13) + ((emacs + (24 3))) + "functions to manage system packages" tar + ((:url . "https://gitlab.com/jabranham/system-packages") + (:maintainer "J. Alexander Branham" . "alex.branham@gmail.com") + (:authors + ("J. Alexander Branham" . "alex.branham@gmail.com")) + (:commit . "781f8d40ed35a86a65dda3123506dc810adc10e3"))]) + (tNFA . + [(0 1 1) + ((queue + (0 1))) + "Tagged non-deterministic finite-state automata" single + ((:keywords "extensions" "matching" "data structures tnfa" "nfa" "dfa" "finite state automata" "automata" "regexp") + (:authors + ("Toby Cubitt" . "toby-predictive@dr-qubit.org")) + (:maintainer "Toby Cubitt" . "toby-predictive@dr-qubit.org") + (:url . "http://www.dr-qubit.org/emacs.php"))]) + (tam . + [(0 1) + ((queue + (0 2)) + (emacs + (24 3))) + "Manage use of slots in a fixed size table" tar + ((:url . "https://github.com/owinebar/emacs-table-allocation-manager") + (:keywords "lisp" "tools") + (:maintainer "Onnie Lynn Winebarger" . "owinebar@gmail.com") + (:authors + ("Onnie Lynn Winebarger" . "owinebar@gmail.com")) + (:commit . "c254ec9f646ef5527eb1f834a90e5897caa977cf"))]) + (taxy . + [(0 10 1) + ((emacs + (26 3))) + "Programmable taxonomical grouping for arbitrary objects" tar + ((:url . "https://github.com/alphapapa/taxy.el") + (:keywords "lisp") + (:maintainer "Adam Porter" . "adam@alphapapa.net") + (:authors + ("Adam Porter" . "adam@alphapapa.net")) + (:commit . "b27fa67ecf3f8954ce0d5c2747d1de4dc94ff09f"))]) + (taxy-magit-section . + [(0 13) + ((emacs + (26 3)) + (magit-section + (3 2 1)) + (taxy + (0 10))) + "View Taxy structs in a Magit Section buffer" tar + ((:url . "https://github.com/alphapapa/taxy.el") + (:keywords "lisp") + (:maintainer "Adam Porter" . "adam@alphapapa.net") + (:authors + ("Adam Porter" . "adam@alphapapa.net")) + (:commit . "9d79793edaa98a8a06674723ad5a53ebc4fc237c"))]) + (temp-buffer-browse . + [(1 5) + ((emacs + (24))) + "temp buffer browse mode" tar + ((:keywords "convenience") + (:maintainer "Leo Liu" . "sdl.web@gmail.com") + (:authors + ("Leo Liu" . "sdl.web@gmail.com")) + (:url . "https://elpa.gnu.org/packages/temp-buffer-browse.html") + (:commit . "db6041b0413fdeefb1f1285e1d9c1039c10fbf04"))]) + (tempel . + [(1 1) + ((emacs + (27 1)) + (compat + (29 1 4 4))) + "Tempo templates/snippets with in-buffer field editing" tar + ((:url . "https://github.com/minad/tempel") + (:keywords "abbrev" "languages" "tools" "text") + (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de") + (:authors + ("Daniel Mendler" . "mail@daniel-mendler.de")) + (:commit . "bcc3185202edce67c7f7fc74287cc2ecbeef10c6"))]) + (test-simple . + [(1 3 0) + ((cl-lib + (0))) + "Simple Unit Test Framework for Emacs Lisp" tar + ((:url . "http://github.com/rocky/emacs-test-simple") + (:keywords "unit-test") + (:maintainer "Rocky Bernstein" . "rocky@gnu.org") + (:authors + ("Rocky Bernstein" . "rocky@gnu.org")) + (:commit . "b3b69f52207d3a8111421ad7ab9ed82abbe85316"))]) + (tex-item . + [(0 1) + ((emacs + (27 1))) + "Commands for working with tex items" tar + ((:url . "https://github.com/ultronozm/tex-item.el") + (:keywords "tex" "convenience") + (:maintainer "Paul D. Nelson" . "nelson.paul.david@gmail.com") + (:authors + ("Paul D. Nelson" . "nelson.paul.david@gmail.com")) + (:commit . "ee1957f3bce6ed04627b985e95a17db190781e06"))]) + (tex-parens . + [(0 2) + ((emacs + (27 1)) + (auctex + (14 0 5))) + "like lisp.el but for tex" tar + ((:url . "https://github.com/ultronozm/tex-parens.el") + (:keywords "tex" "convenience") + (:maintainer "Paul D. Nelson" . "nelson.paul.david@gmail.com") + (:authors + ("Paul D. Nelson" . "nelson.paul.david@gmail.com")) + (:commit . "d2f88832651ae2271b0267dae08b5d01c063cce1"))]) + (theme-buffet . + [(0 1 2) + ((emacs + (29 1))) + "Time based theme switcher" tar + ((:url . "https://git.sr.ht/~bboal/theme-buffet") + (:maintainer "Theme-Buffet Development" . "~bboal/general-issues@lists.sr.ht") + (:authors + ("Bruno Boal" . "egomet@bboal.com") + ("Protesilaos Stavrou" . "info@protesilaos.com")) + (:commit . "06f1be349e9c3d124520b18742911307de9abda3"))]) + (timerfunctions . + [(1 4 2) + ((cl-lib + (0 5)) + (emacs + (24))) + "Enhanced versions of some timer.el functions" single + ((:url . "http://elpa.gnu.org/packages/timerfunctions.html") + (:authors + ("Dave Goel" . "deego3@gmail.com")) + (:maintainer "Dave Goel" . "deego3@gmail.com"))]) + (tiny . + [(0 2 1) + nil "Quickly generate linear ranges in Emacs" tar + ((:url . "https://github.com/abo-abo/tiny") + (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") + (:authors + ("Oleh Krehel" . "ohwoeowho@gmail.com")) + (:keywords "convenience"))]) + (tmr . + [(0 4 0) + ((emacs + (27 1))) + "Set timers using a convenient notation" tar + ((:url . "https://git.sr.ht/~protesilaos/tmr") + (:keywords "convenience" "timer") + (:maintainer "TMR Development" . "~protesilaos/tmr@lists.sr.ht") + (:authors + ("Protesilaos Stavrou" . "info@protesilaos.com") + ("Damien Cassou" . "damien@cassou.me") + ("Daniel Mendler" . "mail@daniel-mendler.de")) + (:commit . "0d6ce6979c980f0d61c61d1f6478f805612315b4"))]) + (tomelr . + [(0 4 3) + ((emacs + (26 3)) + (map + (3 2 1)) + (seq + (2 23))) + "Convert S-expressions to TOML" tar + ((:url . "https://github.com/kaushalmodi/tomelr/") + (:keywords "data" "tools" "toml" "serialization" "config") + (:maintainer "Kaushal Modi" . "kaushal.modi@gmail.com") + (:authors + ("Kaushal Modi" . "kaushal.modi@gmail.com")) + (:commit . "670e0a08f625175fd80137cf69e799619bf8a381"))]) + (topspace . + [(0 3 1) + ((emacs + (25 1))) + "Recenter line 1 with scrollable upper margin/padding" tar + ((:url . "https://github.com/trevorpogue/topspace") + (:keywords "convenience" "scrolling" "center" "cursor" "margin" "padding") + (:maintainer "Trevor Edwin Pogue" . "trevor.pogue@gmail.com") + (:authors + ("Trevor Edwin Pogue" . "trevor.pogue@gmail.com")) + (:commit . "33c2a6f0a11d1d88cdb2065c5a897e33507f4c86"))]) + (track-changes . + [(1 2) + ((emacs + (24))) + "API to react to buffer modifications" tar + ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/track-changes.html") + (:commit . "44036b32ba398cf284320285b60be35874b6eea5"))]) + (tramp . + [(2 6 3) + ((emacs + (26 1))) + "Transparent Remote Access, Multiple Protocol" tar + ((:url . "https://www.gnu.org/software/tramp/") + (:keywords "comm" "processes") + (:maintainer "Michael Albinus" . "michael.albinus@gmx.de") + (:authors + ("Kai Großjohann" . "kai.grossjohann@gmx.net")) + (:commit . "3d3b95bd87d858092ee33ed4f5c7acfbf44a48f2"))]) + (tramp-nspawn . + [(1 0 1) + ((emacs + (23))) + "Tramp integration for systemd-nspawn containers" tar + ((:url . "https://github.com/bjc/tramp-nspawn") + (:keywords "tramp" "nspawn" "machinectl" "systemd" "systemd-nspawn") + (:maintainer "Brian Cully" . "bjc@kublai.com") + (:authors + ("Brian Cully" . "bjc@kublai.com")) + (:commit . "c35ade49754e051c84eaa2733447b4307968f200"))]) + (tramp-theme . + [(0 2) + ((emacs + (24 1))) + "Custom theme for remote buffers" tar + ((:keywords "convenience" "faces") + (:maintainer "Michael Albinus" . "michael.albinus@gmx.de") + (:authors + ("Michael Albinus" . "michael.albinus@gmx.de")) + (:url . "https://elpa.gnu.org/packages/tramp-theme.html") + (:commit . "e23d7a390278feea8b5652da49052a16dfbbfc3f"))]) + (transcribe . + [(1 5 2) + nil "Package for audio transcriptions" tar + ((:maintainer "David Gonzalez Gandara" . "dggandara@member.fsf.org") + (:authors + ("David Gonzalez Gandara" . "dggandara@member.fsf.org")) + (:url . "https://elpa.gnu.org/packages/transcribe.html") + (:commit . "89832e4cdc1e6d8262a4a2c9d1ff70f398b8faf0"))]) + (transient . + [(0 7 2) + ((emacs + (26 1)) + (compat + (29 1 4 5)) + (seq + (2 24))) + "Transient commands" tar + ((:url . "https://github.com/magit/transient") + (:keywords "extensions") + (:maintainer "Jonas Bernoulli" . "emacs.transient@jonas.bernoulli.dev") + (:authors + ("Jonas Bernoulli" . "emacs.transient@jonas.bernoulli.dev")) + (:commit . "2d6fae0ca232c2423facbbbf8ece18c856e7d31d"))]) + (transient-cycles . + [(1 0) + ((emacs + (27 1))) + "Define command variants with transient cycling" tar + ((:url . "https://git.spwhitton.name/dotfiles/tree/.emacs.d/site-lisp/transient-cycles.el") + (:keywords "buffer" "window" "minor-mode" "convenience") + (:maintainer "Sean Whitton" . "spwhitton@spwhitton.name") + (:authors + ("Sean Whitton" . "spwhitton@spwhitton.name")) + (:commit . "a5b86dd04e84e7ff1cf8c4062843fccb92991145"))]) + (tree-inspector . + [(0 4) + ((emacs + (27 1)) + (treeview + (1 1 0))) + "Inspector tool for Emacs Lisp object that uses a treeview" tar + ((:url . "https://github.com/mmontone/emacs-inspector") + (:keywords "debugging" "tool" "lisp" "development") + (:maintainer "Mariano Montone" . "marianomontone@gmail.com") + (:authors + ("Mariano Montone" . "marianomontone@gmail.com")) + (:commit . "bbb8d2dfe84fbf857fcc1579de5a1324b09a877e"))]) + (trie . + [(0 6) + ((tNFA + (0 1 1)) + (heap + (0 3))) + "Trie data structure" tar + ((:url . "http://www.dr-qubit.org/emacs.php") + (:keywords "extensions" "matching" "data structures trie" "ternary search tree" "tree" "completion" "regexp") + (:maintainer "Toby Cubitt" . "toby-predictive@dr-qubit.org") + (:authors + ("Toby Cubitt" . "toby-predictive@dr-qubit.org")) + (:commit . "e7326a61b1cd2605867063fcfc5ddddaeed6d993"))]) + (triples . + [(0 3 5) + ((seq + (2 0)) + (emacs + (28 1))) + "A flexible triple-based database for use in apps" tar + ((:url . "https://github.com/ahyatt/triples") + (:keywords "triples" "kg" "data" "sqlite") + (:maintainer "Andrew Hyatt" . "ahyatt@gmail.com") + (:authors + ("Andrew Hyatt" . "ahyatt@gmail.com")) + (:commit . "fc824c689d1935932e074d4563b0024a8a923d40"))]) + (typo . + [(1 0 1) + ((emacs + (27 1))) + "Completion style using typo analysis" tar + ((:url . "https://git.sr.ht/~pkal/typo/") + (:keywords "convenience") + (:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht") + (:authors + ("Philip Kaludercic" . "philipk@posteo.net")) + (:commit . "281c9049c1d08cf11c8a1957ea99e5c58795ed3c"))]) + (ulisp-repl . + [(1 0 3) + ((emacs + (26 1))) + "uLisp REPL" tar + ((:maintainer "Thomas Fitzsimmons" . "fitzsim@fitzsim.org") + (:authors + ("Thomas Fitzsimmons" . "fitzsim@fitzsim.org")) + (:url . "https://elpa.gnu.org/packages/ulisp-repl.html") + (:commit . "63e38a9080b2d15146680022e20700db6eb20657"))]) + (undo-tree . + [(0 8 2) + ((queue + (0 2))) + "Treat undo history as a tree" tar + ((:url . "https://www.dr-qubit.org/undo-tree.html") + (:keywords "convenience" "files" "undo" "redo" "history" "tree") + (:maintainer "Toby Cubitt" . "toby-undo-tree@dr-qubit.org") + (:authors + ("Toby Cubitt" . "toby-undo-tree@dr-qubit.org")) + (:commit . "42aab056e37e033816b2d192f9121b89410b958e"))]) + (uni-confusables . + [(0 3) + nil "Unicode confusables table" tar + ((:maintainer "Teodor Zlatanov" . "tzz@lifelogs.com") + (:url . "https://elpa.gnu.org/packages/uni-confusables.html") + (:commit . "393e1adeec5b0eb51f9606983655cfe2272c6e54"))]) + (uniquify-files . + [(1 0 4) + ((emacs + (25 0))) + "Completion style for files, minimizing directories" tar + ((:keywords "completion" "table" "uniquify") + (:maintainer "Stephen Leake" . "stephen_leake@stephe-leake.org") + (:authors + ("Stephen Leake" . "stephen_leake@stephe-leake.org")) + (:url . "https://elpa.gnu.org/packages/uniquify-files.html") + (:commit . "1d76b4f0e283afaff2be053d85f8726ffc3abd6e"))]) + (urgrep . + [(0 5 0) + ((emacs + (27 1)) + (compat + (29 1 0 1)) + (project + (0 3 0))) + "Universal recursive grep" tar + ((:url . "https://github.com/jimporter/urgrep") + (:keywords "grep" "search") + (:commit . "df0bb61b3b99c9d1dabec42cb560a84230d20a4e"))]) + (url-http-ntlm . + [(2 0 5) + ((cl-lib + (0 5)) + (ntlm + (2 1 0)) + (nadvice + (0 3))) + "NTLM authentication for the url library" tar + ((:url . "https://code.google.com/p/url-http-ntlm/") + (:keywords "comm" "data" "processes" "hypermedia") + (:maintainer "Thomas Fitzsimmons" . "fitzsim@fitzsim.org") + (:authors + ("Tom Schutzer-Weissmann" . "tom.weissmann@gmail.com")) + (:commit . "2c76d9491304e485a91c9d457fc25130279e1324"))]) + (url-http-oauth . + [(0 8 3) + nil "OAuth 2.0 for URL library" tar + ((:keywords "comm" "data" "processes" "hypermedia") + (:maintainer "Thomas Fitzsimmons" . "fitzsim@fitzsim.org") + (:authors + ("Thomas Fitzsimmons" . "fitzsim@fitzsim.org")) + (:url . "https://elpa.gnu.org/packages/url-http-oauth.html") + (:commit . "c2d06036f22ce61f5a1e3084c8b265d897b7fcab"))]) + (url-scgi . + [(0 9) + ((emacs + (24 3))) + "SCGI support for url.el" tar + ((:url . "https://github.com/skangas/url-scgi/") + (:keywords "comm" "data" "processes" "scgi") + (:maintainer "Stefan Kangas" . "stefankangas@gmail.com") + (:authors + ("Stefan Kangas" . "stefankangas@gmail.com")) + (:commit . "ccf30c3647cd6a560cadc795bd92769c0a0c9de9"))]) + (use-package . + [(2 4 5) + ((emacs + (24 3)) + (bind-key + (2 4))) + "A configuration macro for simplifying your .emacs" tar + ((:url . "https://github.com/jwiegley/use-package") + (:keywords "dotemacs" "startup" "speed" "config" "package" "extensions") + (:maintainer "John Wiegley" . "johnw@newartisans.com") + (:authors + ("John Wiegley" . "johnw@newartisans.com")) + (:commit . "c8d548097278683c94eced742a1a1bea387ced2d"))]) + (validate . + [(1 0 4) + ((emacs + (24 1)) + (cl-lib + (0 5)) + (seq + (2 16))) + "Schema validation for Emacs-lisp" tar + ((:keywords "lisp") + (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com") + (:authors + ("Artur Malabarba" . "emacs@endlessparentheses.com")) + (:url . "https://elpa.gnu.org/packages/validate.html") + (:commit . "2bc1a7c5f09de5deb7f27b2b4ed731271f9f3f05"))]) + (valign . + [(3 1 1) + ((emacs + (26 0))) + "Visually align tables" tar + ((:url . "https://github.com/casouri/valign") + (:keywords "convenience" "text" "table") + (:maintainer "Yuan Fu" . "casouri@gmail.com") + (:authors + ("Yuan Fu" . "casouri@gmail.com")) + (:commit . "421c8c0cb4636e5fd87ac1022d6b8268c320f74f"))]) + (vc-backup . + [(1 1 0) + nil "VC backend for versioned backups" tar + ((:url . "https://git.sr.ht/~pkal/vc-backup") + (:keywords "vc") + (:maintainer "Philip Kaludercic" . "philipk@posteo.net") + (:authors + ("Philip Kaludercic" . "philipk@posteo.net")) + (:commit . "397af1e12b2e73a00370cc3ac054ffe2402b3352"))]) + (vc-got . + [(1 2) + ((emacs + (25 1))) + "VC backend for Game of Trees VCS" tar + ((:url . "https://projects.omarpolo.com/vc-got.html") + (:keywords "vc" "tools") + (:maintainer + ("Omar Polo" . "op@omarpolo.com") + ("Timo Myyrä" . "timo.myyra@bittivirhe.fi")) + (:authors + ("Omar Polo" . "op@omarpolo.com") + ("Timo Myyrä" . "timo.myyra@bittivirhe.fi")) + (:commit . "bc158324418fd8bef96a7f62856679de2569030f"))]) + (vc-hgcmd . + [(1 14 1) + ((emacs + (25 1))) + "VC mercurial backend that uses hg command server" tar + ((:url . "https://github.com/muffinmad/emacs-vc-hgcmd") + (:keywords "vc") + (:maintainer "Andrii Kolomoiets" . "andreyk.mad@gmail.com") + (:authors + ("Andrii Kolomoiets" . "andreyk.mad@gmail.com")) + (:commit . "d044448965d31ca8214f8bca48487e4d9b9d9a0f"))]) + (vcard . + [(0 2 2) + ((emacs + (27 1))) + "Package for handling vCard files" tar + ((:keywords "vcard" "mail" "news") + (:maintainer + ("Noah Friedman" . "friedman@splode.com") + ("Eric Abrahamsen" . "eric@ericabrahamsen.net")) + (:authors + ("Noah Friedman" . "friedman@splode.com")) + (:url . "https://elpa.gnu.org/packages/vcard.html") + (:commit . "28b88fd8ed53ca12d9499175217af81f5ea161fc"))]) + (vcl-mode . + [(1 1) + nil "Major mode for Varnish Configuration Language" tar + ((:keywords "varnish" "vcl") + (:maintainer "Sergey Poznyakoff" . "gray@gnu.org.ua") + (:authors + ("Sergey Poznyakoff" . "gray@gnu.org.ua")) + (:url . "https://elpa.gnu.org/packages/vcl-mode.html") + (:commit . "ff7331de91e399af4b222cad0b0a1d445f82b333"))]) + (vdiff . + [(0 2 4) + ((emacs + (24 4)) + (hydra + (0 13 0))) + "A diff tool similar to vimdiff" tar + ((:url . "https://github.com/justbur/emacs-vdiff") + (:keywords "diff") + (:maintainer "Justin Burkett" . "justin@burkett.cc") + (:authors + ("Justin Burkett" . "justin@burkett.cc")) + (:commit . "007e44be19d068fd6b49874b6e9b8df8b1f552bd"))]) + (verilog-mode . + [(2024 3 1 121933719) + nil "major mode for editing verilog source in Emacs" tar + ((:url . "https://www.veripool.org") + (:keywords "languages") + (:maintainer + ("Michael McNamara" . "mac@verilog.com") + ("Wilson Snyder" . "wsnyder@wsnyder.org")) + (:authors + ("Michael McNamara" . "mac@verilog.com") + ("Wilson Snyder" . "wsnyder@wsnyder.org")) + (:commit . "b2d18ff944ae374fa03579ca2574f1fba8ae2e4b"))]) + (vertico . + [(1 8) + ((emacs + (27 1)) + (compat + (29 1 4 4))) + "VERTical Interactive COmpletion" tar + ((:url . "https://github.com/minad/vertico") + (:keywords "convenience" "files" "matching" "completion") + (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de") + (:authors + ("Daniel Mendler" . "mail@daniel-mendler.de")) + (:commit . "1def56a1e678ff9a8eeafafda9c474a5fbb097c4"))]) + (vertico-posframe . + [(0 7 7) + ((emacs + (26 0)) + (posframe + (1 4 0)) + (vertico + (1 1))) + "Using posframe to show Vertico" tar + ((:url . "https://github.com/tumashu/vertico-posframe") + (:keywords "abbrev" "convenience" "matching" "vertico") + (:maintainer "Feng Shu" . "tumashu@163.com") + (:authors + ("Feng Shu" . "tumashu@163.com")) + (:commit . "2e0e09e5bbd6ec576ddbe566ab122575ef051fab"))]) + (vigenere . + [(1 0) + ((emacs + (25 1))) + "Run a vigenere cipher on a block of text ;" tar + ((:url . "https://elpa.gnu.org/packages/vigenere.html") + (:keywords "data" "vigenere" "cipher") + (:maintainer "Ian Dunn" . "dunni@gnu.org") + (:authors + ("Ian Dunn" . "dunni@gnu.org")) + (:commit . "434270403845789f4be32102c573ea965e870d19"))]) + (visual-filename-abbrev . + [(1 2) + ((emacs + (26 1))) + "Visually abbreviate filenames" tar + ((:keywords "tools") + (:maintainer "Tassilo Horn" . "tsdh@gnu.org") + (:authors + ("Tassilo Horn" . "tsdh@gnu.org")) + (:url . "https://elpa.gnu.org/packages/visual-filename-abbrev.html") + (:commit . "3c1a54e2cec935126a74e40920f2cb7929fa4e75"))]) + (visual-fill . + [(0 2) + nil "Auto-refill paragraphs without modifying the buffer" tar + ((:maintainer "Stefan Monnier" . "monnier@iro.umontreal.ca") + (:authors + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:url . "https://elpa.gnu.org/packages/visual-fill.html") + (:commit . "1951eaf59e25091d5597cc45e3dd5925be005122"))]) + (vlf . + [(1 7 2) + nil "View Large Files" tar + ((:url . "https://github.com/m00natic/vlfi") + (:keywords "large files" "utilities") + (:maintainer "Andrey Kotlarski" . "m00naticus@gmail.com") + (:commit . "efffeb5f54191d41a503d1d51343bb327fe2f871"))]) + (vundo . + [(2 3 0) + ((emacs + (28 1))) + "Visual undo tree" tar + ((:url . "https://github.com/casouri/vundo") + (:keywords "undo" "text" "editing") + (:maintainer "Yuan Fu" . "casouri@gmail.com") + (:authors + ("Yuan Fu" . "casouri@gmail.com")) + (:commit . "4c01db9c011b7b4ca4ef5da338cdc6ea45aac7a5"))]) + (wcheck-mode . + [(2021) + nil "General interface for text checkers" tar + ((:url . "https://github.com/tlikonen/wcheck-mode") + (:keywords "text" "spell" "check" "languages" "ispell") + (:maintainer "Teemu Likonen" . "tlikonen@iki.fi") + (:authors + ("Teemu Likonen" . "tlikonen@iki.fi")) + (:commit . "e1c86e6f9e150ed25efb58fcf21db374b1b7f519"))]) + (wconf . + [(0 2 1) + ((emacs + (24 4))) + "Minimal window layout manager" tar + ((:url . "https://github.com/ilohmar/wconf") + (:keywords "windows" "frames" "layout") + (:maintainer "Ingo Lohmar" . "i.lohmar@gmail.com") + (:authors + ("Ingo Lohmar" . "i.lohmar@gmail.com")) + (:commit . "833ae431a5b35739be3076ea4b586d84d6fe269f"))]) + (web-server . + [(0 1 2) + ((emacs + (24 3))) + "Emacs Web Server" tar + ((:url . "https://github.com/eschulte/emacs-web-server") + (:keywords "http" "server" "network") + (:maintainer "Eric Schulte" . "schulte.eric@gmail.com") + (:authors + ("Eric Schulte" . "schulte.eric@gmail.com")) + (:commit . "33afdb46e1cd61251736816d965495525b36c9cd"))]) + (webfeeder . + [(1 1 2) + ((emacs + (25 1))) + "Build RSS and Atom webfeeds from HTML files" tar + ((:url . "https://gitlab.com/Ambrevar/emacs-webfeeder") + (:keywords "news" "hypermedia" "blog" "feed" "rss" "atom") + (:maintainer "Pierre Neidhardt" . "mail@ambrevar.xyz") + (:authors + ("Pierre Neidhardt" . "mail@ambrevar.xyz")) + (:commit . "6037848ee495a67510d8b43f1fbe319b76dbd859"))]) + (websocket . + [(1 15) + ((cl-lib + (0 5))) + "Emacs WebSocket client and server" tar + ((:url . "https://github.com/ahyatt/emacs-websocket") + (:keywords "communication" "websocket" "server") + (:maintainer "Andrew Hyatt" . "ahyatt@gmail.com") + (:authors + ("Andrew Hyatt" . "ahyatt@gmail.com")) + (:commit . "40c208eaab99999d7c1e4bea883648da24c03be3"))]) + (which-key . + [(3 6 0) + ((emacs + (24 4))) + "Display available keybindings in popup" tar + ((:url . "https://github.com/justbur/emacs-which-key") + (:maintainer "Justin Burkett" . "justin@burkett.cc") + (:authors + ("Justin Burkett" . "justin@burkett.cc")) + (:commit . "1217db8c6356659e67b35dedd9f5f260c06f6e99"))]) + (window-commander . + [(3 0 2) + ((emacs + (27 1))) + "Simply execute commands on windows" tar + ((:url . "https://dsemy.com/projects/window-commander") + (:keywords "convenience") + (:maintainer "Daniel Semyonov" . "daniel@dsemy.com") + (:authors + ("Daniel Semyonov" . "daniel@dsemy.com")) + (:commit . "ad92c184ccc06f46b2caf001bc8201d983eca626"))]) + (window-tool-bar . + [(0 2 1) + ((emacs + (27 1)) + (compat + (29 1))) + "Add tool bars inside windows" tar + ((:keywords "mouse") + (:maintainer "Jared Finder" . "jared@finder.org") + (:authors + ("Jared Finder" . "jared@finder.org")) + (:url . "https://elpa.gnu.org/packages/window-tool-bar.html") + (:commit . "a5c0d682b10fa60925641c6abc3a5dbee024fa46"))]) + (windower . + [(0 0 1) + ((emacs + (25))) + "Helper functions for window manipulation." single + ((:keywords "convenience" "tools") + (:authors + ("Pierre Neidhardt" . "mail@ambrevar.xyz")) + (:maintainer "Pierre Neidhardt" . "mail@ambrevar.xyz") + (:url . "https://gitlab.com/ambrevar/windower"))]) + (windresize . + [(0 1) + nil "Resize windows interactively" tar + ((:keywords "window") + (:maintainer "Bastien" . "bzgATalternDOTorg") + (:authors + ("Bastien" . "bzgATalternDOTorg")) + (:url . "https://elpa.gnu.org/packages/windresize.html") + (:commit . "0693d5d864ac9fd033c868bdd887e66278e056e9"))]) + (wisi . + [(4 3 2) + ((emacs + (25 3)) + (seq + (2 20))) + "Utilities for implementing an indentation/navigation engine using a generalized LR parser" tar + ((:url . "https://stephe-leake.org/ada/wisitoken.html") + (:keywords "parser" "indentation" "navigation") + (:maintainer "Stephen Leake" . "stephen_leake@stephe-leake.org") + (:authors + ("Stephen Leake" . "stephen_leake@stephe-leake.org")) + (:commit . "1c4b099bf1f93cebee523b0ba75ccab6c6c2a2f0"))]) + (wisitoken-grammar-mode . + [(1 3 0) + ((wisi + (4 2 2)) + (emacs + (25 3)) + (mmm-mode + (0 5 7))) + "Major mode for editing WisiToken grammar files" tar + ((:url . "https://www.nongnu.org/ada-mode/") + (:keywords "languages") + (:maintainer "Stephen Leake" . "stephen_leake@stephe-leake.org") + (:authors + ("Stephen Leake" . "stephen_leake@stephe-leake.org")) + (:commit . "2d58879cea26b8a3b573d084d149dea94f93dfb8"))]) + (wpuzzle . + [(1 1) + nil "find as many word in a given time" tar + ((:maintainer "Ivan Kanis" . "ivan@kanis.fr") + (:authors + ("Ivan Kanis" . "ivan@kanis.fr")) + (:url . "https://elpa.gnu.org/packages/wpuzzle.html") + (:commit . "9373cbc013b978b31e38822bfdcc9a7fc5e0ed99"))]) + (wrap-search . + [(4 16 13) + nil "wrapped, non-incremental search" tar + ((:url . "https://dataswamp.org/~incal/emacs-init/wrap-search.el") + (:keywords "matching") + (:maintainer "Emanuel Berg" . "incal@dataswamp.org") + (:authors + ("Emanuel Berg" . "incal@dataswamp.org")) + (:commit . "d4f73decdf1c624bb2bb3e0bf2292bae4b660fde"))]) + (xclip . + [(1 11) + nil "Copy&paste GUI clipboard from text terminal" tar + ((:keywords "convenience" "tools") + (:maintainer "Leo Liu" . "sdl.web@gmail.com") + (:authors + ("Leo Liu" . "sdl.web@gmail.com")) + (:url . "https://elpa.gnu.org/packages/xclip.html") + (:commit . "5b54645cab438e133e27b4690c57066f8271a992"))]) + (xeft . + [(3 3) + ((emacs + (26 0))) + "Deft feat. Xapian" tar + ((:url . "https://sr.ht/~casouri/xeft") + (:keywords "applications" "note" "searching") + (:maintainer "Yuan Fu" . "casouri@gmail.com") + (:authors + ("Yuan Fu" . "casouri@gmail.com")) + (:commit . "ea4fa859c1129243b15f259a10e67ea274c5ef63"))]) + (xelb . + [(0 19) + ((emacs + (27 1))) + "X protocol Emacs Lisp Binding" tar + ((:url . "https://github.com/emacs-exwm/xelb") + (:keywords "unix") + (:maintainer + ("Adrián Medraño Calvo" . "adrian@medranocalvo.com") + ("Steven Allen" . "steven@stebalien.com") + ("Daniel Mendler" . "mail@daniel-mendler.de")) + (:authors + ("Chris Feng" . "chris.w.feng@gmail.com")) + (:commit . "3546afe73ef7c65181624da3a99ee6d7d7278582"))]) + (xpm . + [(1 0 5) + ((cl-lib + (0 5)) + (queue + (0 2))) + "edit XPM images" tar + ((:url . "https://www.gnuvola.org/software/xpm/") + (:keywords "multimedia" "xpm") + (:maintainer "Thien-Thi Nguyen" . "ttn@gnu.org") + (:authors + ("Thien-Thi Nguyen" . "ttn@gnu.org")) + (:commit . "85e5c412dde7ec3c3f64c64d37079e233293e4d0"))]) + (xr . + [(1 25) + ((emacs + (26 1))) + "Convert string regexp to rx notation" tar + ((:url . "https://github.com/mattiase/xr") + (:keywords "lisp" "regexps") + (:maintainer "Mattias Engdegård" . "mattiase@acm.org") + (:authors + ("Mattias Engdegård" . "mattiase@acm.org")) + (:commit . "b3310b138e7f8a9fe315dd435739f83935c5769d"))]) + (xref . + [(1 7 0) + ((emacs + (26 1))) + "Cross-referencing commands" tar + ((:url . "https://elpa.gnu.org/packages/xref.html") + (:commit . "cef848fe5f355ca34abc176739d0ace835b12eed"))]) + (xref-union . + [(0 2 0) + ((emacs + (25 1))) + "Combine multiple Xref backends" tar + ((:url . "https://git.sr.ht/~pkal/xref-union/") + (:maintainer "Philip Kaludercic" . "~pkal/public-inbox@lists.sr.ht") + (:authors + ("Philip Kaludercic" . "philipk@posteo.net")) + (:commit . "2bb88d0dc526177c3c6612d6585cee6b2c57803a"))]) + (yasnippet . + [(0 14 1) + ((cl-lib + (0 5)) + (emacs + (24 4))) + "Yet another snippet extension for Emacs" tar + ((:url . "http://github.com/joaotavora/yasnippet") + (:keywords "convenience" "emulation") + (:maintainer "Noam Postavsky" . "npostavs@gmail.com") + (:commit . "297546f0853a6a51f5b05e954d0c6aea8caa5ec2"))]) + (yasnippet-classic-snippets . + [(1 0 2) + ((yasnippet + (0 9 1))) + "\"Classic\" yasnippet snippets" tar + ((:keywords "snippets") + (:maintainer "Noam Postavsky" . "npostavs@gmail.com") + (:url . "https://elpa.gnu.org/packages/yasnippet-classic-snippets.html") + (:commit . "43ff0337f5ec504f2a496f2f035a5087cd8e2074"))]) + (zones . + [(2023 6 11) + nil "Zones of text - like multiple regions" tar + ((:url . "https://elpa.gnu.org/packages/zones.html") + (:keywords "narrow" "restriction" "widen" "region" "zone") + (:maintainer "Drew Adams" . "drew.adams@oracle.com") + (:commit . "10ebf386d48725fa3af2f8b0c60ad4ffa0ec9653"))]) + (ztree . + [(1 0 6) + ((cl-lib + (0))) + "Text mode directory tree" tar + ((:url . "https://github.com/fourier/ztree") + (:keywords "files" "tools") + (:maintainer "Alexey Veretennikov" . "alexey.veretennikov@gmail.com") + (:authors + ("Alexey Veretennikov" . "alexey.veretennikov@gmail.com")) + (:commit . "c9ad9136d52ca5a81475693864e255d29448f43f"))]) + (zuul . + [(0 4 0) + ((emacs + (27 1)) + (project + (0 8 1))) + "Interface to Zuul" tar + ((:url . "https://sr.ht/~niklaseklund/zuul.el") + (:keywords "convenience" "tools") + (:maintainer "zuul.el Development" . "~niklaseklund/zuul.el@lists.sr.ht") + (:authors + ("Niklas Eklund" . "niklas.eklund@posteo.net")) + (:commit . "c94886cb7abdea66ba1d0a064a4d93efed10fed4"))])) diff --git a/desktop/.emacs.d/elpa/archives/gnu/archive-contents.signed b/desktop/.emacs.d/elpa/archives/gnu/archive-contents.signed new file mode 100644 index 0000000..e69c9cc --- /dev/null +++ b/desktop/.emacs.d/elpa/archives/gnu/archive-contents.signed @@ -0,0 +1 @@ +Good signature from 645357D2883A0966 GNU ELPA Signing Agent (2023) (trust undefined) created at 2024-06-26T11:05:03+0200 using EDDSA \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/archives/melpa/archive-contents b/desktop/.emacs.d/elpa/archives/melpa/archive-contents new file mode 100644 index 0000000..239b1d9 --- /dev/null +++ b/desktop/.emacs.d/elpa/archives/melpa/archive-contents @@ -0,0 +1,5780 @@ +(1 + (0blayout . [(20190703 527) nil "Layout grouping with ease" tar ((:commit . "fd9a8f353dbd45b4628b5f84b8d8c2525ebf571d") (:authors ("Elis \"etu\" Axelsson")) (:maintainers ("Elis \"etu\" Axelsson")) (:maintainer "Elis \"etu\" Axelsson") (:keywords "convenience" "window-management") (:url . "https://github.com/etu/0blayout"))]) + (0x0 . [(20230823 2214) ((emacs (26 1))) "Upload sharing to 0x0.st" tar ((:commit . "04f95142b25d8bb701f239539176df6617dcd982") (:authors ("William Vaughn" . "vaughnwilld@gmail.com")) (:maintainers ("William Vaughn" . "vaughnwilld@gmail.com")) (:maintainer "William Vaughn" . "vaughnwilld@gmail.com") (:url . "https://git.sr.ht/~willvaughn/emacs-0x0"))]) + (0xc . [(20201025 2105) ((emacs (24 4)) (s (1 11 0))) "Base conversion made easy" tar ((:commit . "5bd6c0c901d03d1f24a3ddcf3a62d3b6d2428c80") (:authors ("Adam Niederer" . "adam.niederer@gmail.com")) (:maintainers ("Adam Niederer" . "adam.niederer@gmail.com")) (:maintainer "Adam Niederer" . "adam.niederer@gmail.com") (:keywords "base" "conversion") (:url . "http://github.com/AdamNiederer/0xc"))]) + (2048-game . [(20230809 356) ((emacs (24 3))) "play 2048 in Emacs" tar ((:commit . "8175ca5191175183b9522141dcb55d30673d2323") (:authors ("Zachary Kanfer" . "zkanfer@gmail.com")) (:maintainers ("Zachary Kanfer" . "zkanfer@gmail.com")) (:maintainer "Zachary Kanfer" . "zkanfer@gmail.com") (:url . "https://hg.sr.ht/~zck/game-2048"))]) + (2bit . [(20200926 1418) ((emacs (24 3))) "Library for reading data from 2bit files" tar ((:commit . "69b4ec1d6d2ad95c9e59dacb43224abbec7a8989") (:authors ("Dave Pearson" . "davep@davep.org")) (:maintainers ("Dave Pearson" . "davep@davep.org")) (:maintainer "Dave Pearson" . "davep@davep.org") (:keywords "files" "data") (:url . "https://github.com/davep/2bit.el"))]) + (750words . [(20220625 1407) ((emacs (24 4))) "Emacs integration and Org exporter for 750words.com" tar ((:commit . "43eee19428fc8f5a133192398510d7313eb33d97") (:authors ("Diego Zamboni ")) (:maintainers ("Diego Zamboni" . "diego@zzamboni.org")) (:maintainer "Diego Zamboni" . "diego@zzamboni.org") (:keywords "files" "org" "writing") (:url . "https://github.com/zzamboni/750words-client"))]) + (@ . [(20240121 1413) ((emacs (24 3))) "multiple-inheritance prototype-based objects DSL" tar ((:commit . "a6ba21d9eb9b311b441312057430d10e5c7bc661") (:authors ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainers ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainer "Christopher Wellons" . "wellons@nullprogram.com") (:url . "https://github.com/skeeto/at-el"))]) + (a . [(20210929 1510) ((emacs (25))) "Associative data structure functions" tar ((:commit . "9ad2d18252b729174fe22ed0b2b7670c88f60c31") (:authors ("Arne Brasseur" . "arne@arnebrasseur.net")) (:maintainers ("Arne Brasseur" . "arne@arnebrasseur.net")) (:maintainer "Arne Brasseur" . "arne@arnebrasseur.net") (:keywords "lisp") (:url . "https://github.com/plexus/a.el"))]) + (aa-edit-mode . [(20170119 320) ((emacs (24 3)) (navi2ch (2 0 0))) "Major mode for editing AA(S_JIS Art) and .mlt file" tar ((:commit . "1dd801225b7ad3c23ad09698f5e77f0df7012a65") (:authors ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainers ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainer "USAMI Kenta" . "tadsan@zonu.me") (:keywords "wp" "text" "shiftjis" "mlt" "yaruo"))]) + (aangit . [(20231106 2115) ((emacs (29 1)) (transient (0 4)) (s (1 13))) "Quickly scaffold new Angular apps with Aangit" tar ((:commit . "7527a366c542cb7b09672597876e83f429ca6b46") (:authors ("Steven Edwards" . "steven@stephenwithav.io")) (:maintainers ("Steven Edwards" . "steven@stephenwithav.io")) (:maintainer "Steven Edwards" . "steven@stephenwithav.io") (:keywords "angular" "tools") (:url . "https://github.com/stephenwithav/aangit"))]) + (aas . [(20230303 2214) ((emacs (26 3))) "Snippet expansions mid-typing" tar ((:commit . "ddc2b7a58a2234477006af348b30e970f73bc2c1") (:authors ("Yoav Marco" . "yoavm448@gmail.com")) (:maintainers ("Yoav Marco" . "yoavm448@gmail.com")) (:maintainer "Yoav Marco" . "yoavm448@gmail.com") (:keywords "abbrev" "tools") (:url . "https://github.com/ymarco/auto-activating-snippets"))]) + (abc-mode . [(20220713 1359) nil "Major mode for editing abc music files" tar ((:commit . "45193b67508861cf77da7e76b71711855c002caa") (:authors ("Matthew K. Junker" . "junker@alum.mit.edu")) (:maintainers ("Matthew K. Junker" . "junker@alum.mit.edu")) (:maintainer "Matthew K. Junker" . "junker@alum.mit.edu") (:keywords "local" "docs"))]) + (abgaben . [(20171119 646) ((pdf-tools (0 80)) (f (0 19 0)) (s (1 11 0))) "review and correct assignments received by mail" tar ((:commit . "966bfcfdd3b2e288576ffe363d676ad282902090") (:authors ("Arne Köhn" . "arne@chark.eu")) (:maintainers ("Arne Köhn" . "arne@chark.eu")) (:maintainer "Arne Köhn" . "arne@chark.eu") (:keywords "mail" "outlines" "convenience") (:url . "http://arne.chark.eu/"))]) + (abl-mode . [(20240423 1214) nil "Python TDD minor mode" tar ((:commit . "e918290b279112c367787ac704398d66759e5298") (:authors ("Ulas Tuerkmen ")) (:maintainers ("Ulas Tuerkmen ")) (:maintainer "Ulas Tuerkmen ") (:url . "http://github.com/afroisalreadyinu/abl-mode"))]) + (abridge-diff . [(20230307 2159) ((emacs (26 1))) "Abridge long line-based diff hunks, including in magit" tar ((:commit . "31e0ccaa9d0bd4ad257f5de25cc3c0b3395fafa1") (:authors ("J.D. Smith ")) (:maintainers ("J.D. Smith ")) (:maintainer "J.D. Smith ") (:keywords "magit" "diffs" "tools") (:url . "https://github.com/jdtsmith/abridge-diff"))]) + (abs-mode . [(20230705 1437) ((emacs (26 1)) (erlang (2 8)) (maude-mode (0 3)) (flymake (1 0)) (yasnippet (0 14 0))) "Major mode for the modeling language Abs" tar ((:commit . "bf21971bf57100e9e1ac26563207b35b377ec057") (:authors ("Rudi Schlatte" . "rudi@constantly.at")) (:maintainers ("Rudi Schlatte" . "rudi@constantly.at")) (:maintainer "Rudi Schlatte" . "rudi@constantly.at") (:keywords "languages") (:url . "https://github.com/abstools/abs-mode"))]) + (abyss-theme . [(20170808 1345) ((emacs (24))) "A dark theme with contrasting colours." tar ((:commit . "18791c6e8d9cc2b4815c9f08627a2e94fc0eeb14") (:authors ("Matt Russell" . "matt@mgrbyte.co.uk")) (:maintainers ("Matt Russell" . "matt@mgrbyte.co.uk")) (:maintainer "Matt Russell" . "matt@mgrbyte.co.uk") (:keywords "theme" "dark" "contrasting colours") (:url . "https://github.com/mgrbyte/emacs-abyss-theme"))]) + (ac-alchemist . [(20150908 656) ((auto-complete (1 5 0)) (alchemist (1 5 0)) (cl-lib (0 5))) "auto-complete source for alchemist" tar ((:commit . "b1891c3d41aed83f61d78a609ea97be5cc2758d9") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-ac-alchemist"))]) + (ac-c-headers . [(20200816 1007) ((auto-complete (1 3 1))) "auto-complete source for C headers" tar ((:commit . "67e1e86a48c9bed57bc7ce5ce2553ad203f5752e") (:authors ("zk_phi")) (:maintainers ("zk_phi")) (:maintainer "zk_phi") (:url . "http://zk-phi.gitub.io/"))]) + (ac-capf . [(20151101 217) ((auto-complete (1 4)) (cl-lib (0 5))) "auto-complete source with completion-at-point" tar ((:commit . "17571dba0a8f98111f2ab758e9bea285b263781b") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-ac-capf"))]) + (ac-clang . [(20180710 546) ((emacs (24)) (cl-lib (0 5)) (auto-complete (1 4 0)) (pos-tip (0 4 6)) (yasnippet (0 8 0))) "Auto Completion source by libclang for GNU Emacs" tar ((:commit . "3294b968eb1a8317049190940193f9da47c085ef") (:authors ("yaruopooner [https://github.com/yaruopooner]")) (:maintainers ("yaruopooner [https://github.com/yaruopooner]")) (:maintainer "yaruopooner [https://github.com/yaruopooner]") (:keywords "completion" "convenience" "intellisense") (:url . "https://github.com/yaruopooner/ac-clang"))]) + (ac-dcd . [(20210428 1556) ((auto-complete (1 3 1)) (flycheck-dmd-dub (0 7))) "Auto Completion source for dcd for GNU Emacs" tar ((:commit . "56d9817159acdebdbb3d5499c7e9379d29af0cd4") (:authors (nil . "")) (:maintainers (nil . "")) (:maintainer nil . "") (:keywords "languages") (:url . "http://github.com/atilaneves/ac-dcd"))]) + (ac-emacs-eclim . [(20180911 1121) ((eclim (0 3)) (auto-complete (1 5))) "auto-complete source for eclim" tar ((:commit . "edff7e0e30c87036710d88fb0b7a4644750858e8"))]) + (ac-emmet . [(20131015 1558) ((emmet-mode (1 0 2)) (auto-complete (1 4))) "auto-complete sources for emmet-mode's snippets" tar ((:commit . "88f24876ee3b759978d4614a758280b5d512d543") (:authors ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainers ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainer "Yasuyuki Oka" . "yasuyk@gmail.com") (:keywords "completion" "convenience" "emmet") (:url . "https://github.com/yasuyk/ac-emmet"))]) + (ac-emoji . [(20150823 711) ((auto-complete (1 5 0)) (cl-lib (0 5))) "auto-complete source of Emoji" tar ((:commit . "53677f754929ead403ccde64b714ebb6b8fc808e") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-ac-emoji"))]) + (ac-etags . [(20161001 1507) ((auto-complete (1 4))) "etags/ctags completion source for auto-complete" tar ((:commit . "7983e631c226fe0fa53af3b2d56bf4eca3d785ce") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-ac-etags"))]) + (ac-geiser . [(20200318 824) ((geiser (0 5)) (auto-complete (1 4))) "Auto-complete backend for geiser" tar ((:commit . "93818c936ee7e2f1ba1b315578bde363a7d43d05"))]) + (ac-haskell-process . [(20150423 1402) ((auto-complete (1 4)) (haskell-mode (13))) "Haskell auto-complete source which uses the current haskell process" tar ((:commit . "0362d4323511107ec70e7165cb612f3ab01b712f") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "languages"))]) + (ac-helm . [(20160319 233) ((helm (1 6 3)) (auto-complete (1 4 0)) (popup (0 5 0)) (cl-lib (0 5))) "Helm interface for auto-complete" tar ((:commit . "baf2b1e04bcffa835084389c0fab415f26efbf32") (:authors ("rubikitch" . "rubikitch@ruby-lang.org") ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainers ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainer "Yasuyuki Oka" . "yasuyk@gmail.com") (:keywords "completion" "convenience" "helm"))]) + (ac-html . [(20151005 731) ((auto-complete (1 4)) (s (1 9)) (f (0 17)) (dash (2 10))) "auto complete source for html tags and attributes" tar ((:commit . "3de94a46d8cb93e8e62a1b6bdebbde4d65dc7cc2") (:authors ("Zhang Kai Yu" . "yeannylam@gmail.com")) (:maintainers ("Zhang Kai Yu" . "yeannylam@gmail.com")) (:maintainer "Zhang Kai Yu" . "yeannylam@gmail.com") (:keywords "html" "auto-complete" "slim" "haml" "jade") (:url . "https://github.com/cheunghy/ac-html"))]) + (ac-html-angular . [(20151225 719) ((web-completion-data (0 1))) "auto complete angular15 data for `ac-html' and `company-web'" tar ((:commit . "6bafe09afe03112ca4183d58461c1a6f6c2b3c67") (:authors ("Olexandr Sydorchuk" . "olexandr.syd@gmail.com")) (:maintainers ("Olexandr Sydorchuk" . "olexandr.syd@gmail.com")) (:maintainer "Olexandr Sydorchuk" . "olexandr.syd@gmail.com") (:keywords "html" "auto-complete" "angular") (:url . "https://github.com/osv/ac-html-bootstrap"))]) + (ac-html-bootstrap . [(20160302 1701) ((web-completion-data (0 1))) "auto complete bootstrap3/fontawesome classes for `ac-html' and `company-web'" tar ((:commit . "481e6e441cd566554ce71cd8cb28c9e7ebb1c24b") (:authors ("Olexandr Sydorchuk" . "olexandr.syd@gmail.com")) (:maintainers ("Olexandr Sydorchuk" . "olexandr.syd@gmail.com")) (:maintainer "Olexandr Sydorchuk" . "olexandr.syd@gmail.com") (:keywords "html" "auto-complete" "bootstrap" "cssx") (:url . "https://github.com/osv/ac-html-bootstrap"))]) + (ac-html-csswatcher . [(20151208 2113) ((web-completion-data (0 1))) "css/less class/id completion with `ac-html' or `company-web'" tar ((:commit . "b0f3e7e1a3fe49e88b6eb6432377232fc715f221") (:authors ("Olexandr Sydorchuck " . "olexandr.syd@gmail.com")) (:maintainers ("Olexandr Sydorchuck " . "olexandr.syd@gmail.com")) (:maintainer "Olexandr Sydorchuck " . "olexandr.syd@gmail.com") (:keywords "html" "css" "less" "auto-complete") (:url . "https://github.com/osv/ac-html-csswatcher"))]) + (ac-inf-ruby . [(20131115 1150) ((inf-ruby (2 3 2)) (auto-complete (1 4))) "Enable auto-complete in inf-ruby sessions" tar ((:commit . "094d86761088ab0b16ddac75cf57eeb9c2afbee2") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "languages" "tools"))]) + (ac-ispell . [(20151101 226) ((auto-complete (1 4)) (cl-lib (0 5))) "ispell completion source for auto-complete" tar ((:commit . "7e054793fe77f5fa1ced59d97da9c31df9807c48") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-ac-ispell"))]) + (ac-js2 . [(20190101 933) ((js2-mode (20090723)) (skewer-mode (1 4))) "Auto-complete source for Js2-mode, with navigation" tar ((:commit . "2b56d09a16c1a0ce514cc1b85d64cb1be4502723") (:authors ("Scott Barnett" . "scott.n.barnett@gmail.com")) (:maintainers ("Scott Barnett" . "scott.n.barnett@gmail.com")) (:maintainer "Scott Barnett" . "scott.n.barnett@gmail.com") (:url . "https://github.com/ScottyB/ac-js2"))]) + (ac-math . [(20141116 2127) ((auto-complete (1 4)) (math-symbol-lists (1 0))) "Auto-complete sources for input of mathematical symbols and latex tags" tar ((:commit . "89478063dead68894f0d27687b63896633048c6f") (:authors ("Vitalie Spinu")) (:maintainers ("Vitalie Spinu")) (:maintainer "Vitalie Spinu") (:keywords "latex" "auto-complete" "unicode" "symbols") (:url . "https://github.com/vitoshka/ac-math"))]) + (ac-mozc . [(20150227 1619) ((cl-lib (0 5)) (auto-complete (1 4)) (mozc (0))) "auto-complete sources for Japanese input using Mozc" tar ((:commit . "4c6c8be4701010d9362184437c0f783e0335c631") (:authors ("igjit" . "igjit1@gmail.com")) (:maintainers ("igjit" . "igjit1@gmail.com")) (:maintainer "igjit" . "igjit1@gmail.com") (:url . "https://github.com/igjit/ac-mozc"))]) + (ac-octave . [(20180406 334) ((auto-complete (1 4 0))) "An auto-complete source for Octave" tar ((:commit . "fe0f931f2024f43de3c4fff4b1ace672413adeae") (:authors ("coldnew" . "coldnew.tw@gmail.com")) (:maintainers ("coldnew" . "coldnew.tw@gmail.com")) (:maintainer "coldnew" . "coldnew.tw@gmail.com") (:keywords "octave" "auto-complete" "completion") (:url . "https://github.com/coldnew/ac-octave"))]) + (ac-php . [(20240328 1036) ((ac-php-core (2 0)) (auto-complete (1 4 0)) (yasnippet (0 8 0))) "Auto Completion source for PHP." tar ((:commit . "a69ae4a12e40900619b4e5a1613fd449aef649c3") (:authors ("jim" . "xcwenn@qq.com")) (:maintainers ("jim")) (:maintainer "jim") (:keywords "completion" "convenience" "intellisense") (:url . "https://github.com/xcwen/ac-php"))]) + (ac-php-core . [(20240426 653) ((emacs (24 4)) (dash (1)) (php-mode (1)) (s (1)) (f (0 17 0)) (popup (0 5 0)) (xcscope (1 0))) "The core library of the ac-php" tar ((:commit . "810ea813840b980b4f9b43c954e998032fe23f8a") (:authors ("jim" . "xcwenn@qq.com") ("Serghei Iakovlev" . "sadhooklay@gmail.com")) (:maintainers ("jim")) (:maintainer "jim") (:keywords "completion" "convenience" "intellisense") (:url . "https://github.com/xcwen/ac-php"))]) + (ac-racer . [(20170114 809) ((emacs (24 3)) (auto-complete (1 5 0)) (racer (0 0 2))) "auto-complete source of racer" tar ((:commit . "4408c2d652dec0432e20c05e001db8222d778c6b") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-ac-racer"))]) + (ac-rtags . [(20191222 920) ((auto-complete (1 4 0)) (rtags (2 10))) "auto-complete back-end for RTags" tar ((:commit . "595055b5316a7c92ba1d638f324f98842a0f41a5") (:authors ("Jan Erik Hanssen" . "jhanssen@gmail.com") ("Anders Bakken" . "agbakken@gmail.com")) (:maintainers ("Jan Erik Hanssen" . "jhanssen@gmail.com")) (:maintainer "Jan Erik Hanssen" . "jhanssen@gmail.com") (:url . "https://github.com/Andersbakken/rtags"))]) + (ac-skk . [(20141230 119) ((auto-complete (1 3 1)) (ddskk (16 0 50)) (tinysegmenter (0)) (cl-lib (0 5))) "auto-complete-mode source for DDSKK a.k.a Japanese input method" tar ((:commit . "d25a265930430d080329789fb253d786c01dfa24") (:authors ("lugecy ")) (:maintainers ("myuhe")) (:maintainer "myuhe") (:keywords "convenience" "auto-complete") (:url . "https://github.com/myuhe/ac-skk.el"))]) + (ac-slime . [(20171027 2100) ((auto-complete (1 4)) (slime (2 9)) (cl-lib (0 5))) "An auto-complete source using slime completions" tar ((:commit . "a91f664510d3da24b02e87e4aa59d049483a6529") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:url . "https://github.com/purcell/ac-slime"))]) + (ac-sly . [(20170728 1027) ((sly (1 0 0 -3)) (auto-complete (1 4)) (cl-lib (0 5))) "An auto-complete source using sly completions" tar ((:commit . "bf69c687c4ecf1994349d20c182e9b567399912e") (:authors ("Damian T. Dobroczy\\'nski" . "qoocku@gmail.com")) (:maintainers ("Damian T. Dobroczy\\'nski" . "qoocku@gmail.com")) (:maintainer "Damian T. Dobroczy\\'nski" . "qoocku@gmail.com") (:url . "https://github.com/qoocku/ac-sly"))]) + (academic-phrases . [(20180723 1021) ((dash (2 12 0)) (s (1 12 0)) (ht (2 0)) (emacs (24))) "Bypass that mental block when writing your papers." tar ((:commit . "25d9cf67feac6359cb213f061735e2679c84187f") (:authors ("Nasser Alshammari" . "designernasser@gmail.com")) (:maintainers ("Nasser Alshammari" . "designernasser@gmail.com")) (:maintainer "Nasser Alshammari" . "designernasser@gmail.com") (:keywords "academic" "convenience" "papers" "writing" "wp") (:url . "https://github.com/nashamri/academic-phrases"))]) + (accent . [(20240130 1109) ((emacs (24 3)) (popup (0 5 8))) "Popup for accented characters (diacritics)" tar ((:commit . "9b02a73f3a73cc4aef73c1f2c54a2b6168b0d301") (:authors ("Elia Scotto" . "eliascotto94@gmail.com")) (:maintainers ("Elia Scotto" . "eliascotto94@gmail.com")) (:maintainer "Elia Scotto" . "eliascotto94@gmail.com") (:keywords "i18n") (:url . "https://github.com/elias94/accent"))]) + (ace-flyspell . [(20170309 509) ((avy (0 4 0))) "Jump to and correct spelling errors using `ace-jump-mode' and flyspell" tar ((:commit . "538d4f8508d305262ba0228dfe7c819fb65b53c9") (:authors ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainers ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainer "Junpeng Qiu" . "qjpchmail@gmail.com") (:keywords "extensions") (:url . "https://github.com/cute-jumper/ace-flyspell"))]) + (ace-isearch . [(20220809 1748) ((emacs (24))) "A seamless bridge between isearch, ace-jump-mode, avy, helm-swoop and swiper" tar ((:commit . "a24bfc626100f183dbad016bd7723eb12e238534") (:authors ("Akira Tamamori")) (:maintainers ("Akira Tamamori")) (:maintainer "Akira Tamamori") (:url . "https://github.com/tam17aki/ace-isearch"))]) + (ace-jump-buffer . [(20171031 1550) ((avy (0 4 0)) (dash (2 4 0))) "fast buffer switching extension to `avy'" tar ((:commit . "ae5be0415c823f7bb66833aa4af2180d4cf99cef") (:authors ("Justin Talbott" . "justin@waymondo.com")) (:maintainers ("Justin Talbott" . "justin@waymondo.com")) (:maintainer "Justin Talbott" . "justin@waymondo.com") (:url . "https://github.com/waymondo/ace-jump-buffer"))]) + (ace-jump-helm-line . [(20160918 1836) ((avy (0 4 0)) (helm (1 6 3))) "Ace-jump to a candidate in helm window" tar ((:commit . "1483055255df3f8ae349f7520f05b1e43ea3ed37") (:authors ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainers ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainer "Junpeng Qiu" . "qjpchmail@gmail.com") (:keywords "extensions") (:url . "https://github.com/cute-jumper/ace-jump-helm-line"))]) + (ace-jump-mode . [(20140616 815) nil "a quick cursor location minor mode for emacs" tar ((:commit . "8351e2df4fbbeb2a4003f2fb39f46d33803f3dac") (:authors ("winterTTr" . "winterTTr@gmail.com")) (:maintainers ("winterTTr" . "winterTTr@gmail.com")) (:maintainer "winterTTr" . "winterTTr@gmail.com") (:keywords "motion" "location" "cursor") (:url . "https://github.com/winterTTr/ace-jump-mode/"))]) + (ace-jump-zap . [(20170717 1849) ((ace-jump-mode (1 0)) (dash (2 10 0))) "Character zapping, `ace-jump-mode` style" tar ((:commit . "52b5d4c6c73bd0fc833a0dcb4e803a5287d8cae8") (:authors ("justin talbott" . "justin@waymondo.com")) (:maintainers ("justin talbott" . "justin@waymondo.com")) (:maintainer "justin talbott" . "justin@waymondo.com") (:keywords "convenience" "tools" "extensions") (:url . "https://github.com/waymondo/ace-jump-zap"))]) + (ace-link . [(20220901 1710) ((avy (0 4 0))) "Quickly follow links" tar ((:commit . "06ab398df85e81d1dc763b3210732dd26cba60a1") (:authors ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainers ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") (:keywords "convenience" "links" "avy") (:url . "https://github.com/abo-abo/ace-link"))]) + (ace-mc . [(20190206 749) ((ace-jump-mode (1 0)) (multiple-cursors (1 0)) (dash (2 10 0))) "Add multiple cursors quickly using ace jump" tar ((:commit . "6877880efd99e177e4e9116a364576def3da391b") (:authors ("Josh Moller-Mara" . "jmm@cns.nyu.edu")) (:maintainers ("Josh Moller-Mara" . "jmm@cns.nyu.edu")) (:maintainer "Josh Moller-Mara" . "jmm@cns.nyu.edu") (:keywords "motion" "location" "cursor") (:url . "https://github.com/mm--/ace-mc"))]) + (ace-pinyin . [(20210827 355) ((avy (0 2 0)) (pinyinlib (0 1 0))) "Jump to Chinese characters using avy or ace-jump-mode" tar ((:commit . "47662c0b05775ba353464b44c0f1a037c85e746e") (:authors ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainers ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainer "Junpeng Qiu" . "qjpchmail@gmail.com") (:keywords "extensions") (:url . "https://github.com/cute-jumper/ace-pinyin"))]) + (ace-popup-menu . [(20230606 1445) ((emacs (24 4)) (avy-menu (0 1))) "Replace GUI popup menu with something more efficient" tar ((:commit . "a8b970d1b59efbe7e1e29ed16d71af257a22699f") (:authors ("Mark Karpov" . "markkarpov92@gmail.com")) (:maintainers ("Mark Karpov" . "markkarpov92@gmail.com")) (:maintainer "Mark Karpov" . "markkarpov92@gmail.com") (:keywords "convenience" "popup" "menu") (:url . "https://github.com/mrkkrp/ace-popup-menu"))]) + (ace-window . [(20220911 358) ((avy (0 5 0))) "Quickly switch windows." tar ((:commit . "77115afc1b0b9f633084cf7479c767988106c196") (:authors ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainers ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") (:keywords "window" "location") (:url . "https://github.com/abo-abo/ace-window"))]) + (achievements . [(20150531 1317) ((keyfreq (0 0 3))) "Achievements for emacs usage." tar ((:commit . "5c3c430b21bcf685c412cf5ceb3769f630082e4f") (:authors ("Ivan Andrus" . "darthandrus@gmail.com")) (:maintainer "Ivan Andrus" . "darthandrus@gmail.com") (:keywords "games"))]) + (ack-menu . [(20150504 2022) ((mag-menu (0 1 0))) "A menu-based front-end for ack" tar ((:commit . "f77be93a4697926ecf3195a355eb69580f695f4d") (:authors ("Steven Thomas") ("Nikolaj Schumacher")) (:maintainers ("Steven Thomas")) (:maintainer "Steven Thomas") (:keywords "tools" "matching" "convenience") (:url . "https://github.com/chumpage/ack-menu"))]) + (acme-theme . [(20210430 302) nil "A color theme based on Acme & Sam from Plan 9" tar ((:commit . "ae8788b5851ea353fbb80ab586a3bbd5dc8e91aa") (:authors ("Ian Y.E. Pan")) (:maintainers ("Ian Y.E. Pan")) (:maintainer "Ian Y.E. Pan") (:url . "https://github.com/ianpan870102/acme-emacs-theme"))]) + (actionscript-mode . [(20180527 1701) nil "A simple mode for editing Actionscript 3 files" tar ((:commit . "65abd58e198458a8e46748c5962c41d80d60c4ea") (:authors ("Austin Haas")) (:maintainers ("Austin Haas")) (:maintainer "Austin Haas") (:keywords "language" "modes"))]) + (activity-watch-mode . [(20240313 754) ((emacs (25)) (request (0)) (json (0)) (cl-lib (0))) "Automatic time tracking extension." tar ((:commit . "19aed6ca81a3b1e549f47867c924d180d8536791") (:authors ("Gabor Torok , Alan Hamlett" . "alan@wakatime.com")) (:maintainers ("Paul d'Hubert" . "paul.dhubert@ya.ru")) (:maintainer "Paul d'Hubert" . "paul.dhubert@ya.ru") (:keywords "calendar" "comm") (:url . "https://github.com/pauldub/activity-watch-mode"))]) + (ada-ts-mode . [(20240506 1140) ((emacs (29 1))) "Major mode for Ada using Tree-sitter" tar ((:commit . "3f83ab4c99cf13cf4693dde29eb1e950bbbb6595") (:authors ("Troy Brown" . "brownts@troybrown.dev")) (:maintainers ("Troy Brown" . "brownts@troybrown.dev")) (:maintainer "Troy Brown" . "brownts@troybrown.dev") (:keywords "ada" "languages" "tree-sitter") (:url . "https://github.com/brownts/ada-ts-mode"))]) + (adafruit-wisdom . [(20200217 306) ((emacs (25 1)) (request (0 3 1))) "Get/display adafruit.com quotes" tar ((:commit . "c4ae0db35d0be94f0e9c50977758224d7e00234a") (:authors ("Neil Okamoto" . "neil.okamoto+melpa@gmail.com")) (:maintainers ("Neil Okamoto" . "neil.okamoto+melpa@gmail.com")) (:maintainer "Neil Okamoto" . "neil.okamoto+melpa@gmail.com") (:keywords "games") (:url . "https://github.com/gonewest818/adafruit-wisdom.el"))]) + (add-hooks . [(20171217 123) nil "Functions for setting multiple hooks" tar ((:commit . "1845137703461fc44bd77cf24014ba58f19c369d") (:authors ("Nick McCurdy" . "nick@nickmccurdy.com")) (:maintainers ("Nick McCurdy" . "nick@nickmccurdy.com")) (:maintainer "Nick McCurdy" . "nick@nickmccurdy.com") (:keywords "lisp") (:url . "https://github.com/nickmccurdy/add-hooks"))]) + (add-node-modules-path . [(20230307 655) ((s (1 12 0))) "Add node_modules to your exec-path" tar ((:commit . "841e93dfed50448da66c89a977c9182bb18796a1") (:authors ("Neri Marschik" . "marschik_neri@cyberagent.co.jp")) (:maintainers ("Neri Marschik" . "marschik_neri@cyberagent.co.jp")) (:maintainer "Neri Marschik" . "marschik_neri@cyberagent.co.jp") (:keywords "javascript" "node" "node_modules" "eslint") (:url . "https://github.com/codesuki/add-node-modules-path"))]) + (addressbook-bookmark . [(20240422 1801) ((emacs (24))) "An address book based on Standard Emacs bookmarks." tar ((:commit . "a990a6d45a11c0e0dee57410d103fe20a4b00a6e") (:authors ("Thierry Volpiatto" . "thievol@posteo.net")) (:maintainers ("Thierry Volpiatto" . "thievol@posteo.net")) (:maintainer "Thierry Volpiatto" . "thievol@posteo.net") (:url . "https://github.com/thierryvolpiatto/addressbook-bookmark"))]) + (ado-mode . [(20240103 1856) ((emacs (25 1))) "Major mode for editing Stata-related files" tar ((:commit . "dc63bf47819b3e1f2656ec5c78b2fe57244e9c0d") (:authors ("Bill Rising" . "brising@alum.mit.edu")) (:maintainers ("Bill Rising" . "brising@alum.mit.edu")) (:maintainer "Bill Rising" . "brising@alum.mit.edu") (:keywords "tools" "languages" "files" "convenience" "stata" "mata" "ado") (:url . "https://github.com/louabill/ado-mode"))]) + (adoc-mode . [(20240218 1035) ((emacs (26))) "a major-mode for editing AsciiDoc files" tar ((:commit . "2c2eb8043623aa99d35aacbad2ee39188bf1bad3") (:authors ("Florian Kaufmann" . "sensorflo@gmail.com")) (:maintainers ("Bozhidar Batsov" . "bozhidar@batsov.dev")) (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.dev") (:keywords "docs" "wp") (:url . "https://github.com/bbatsov/adoc-mode"))]) + (adwaita-dark-theme . [(20231209 1033) ((emacs (27 1))) "A dark color scheme inspired by Adwaita" tar ((:commit . "04fed0ef795bfe2482998c5b6f87c37c13fe8c50") (:authors ("Jessie Hildebrandt ")) (:maintainers ("Jessie Hildebrandt ")) (:maintainer "Jessie Hildebrandt ") (:keywords "mode-line" "faces") (:url . "https://gitlab.com/jessieh/adwaita-dark-theme"))]) + (aes . [(20211204 2348) ((emacs (26 1))) "Implementation of AES" tar ((:commit . "c9cd12d6c1dbc18603eb4703276132cea59d5c78") (:authors ("Markus Sauermann" . "emacs-aes@sauermann-consulting.de")) (:maintainers ("Markus Sauermann" . "emacs-aes@sauermann-consulting.de")) (:maintainer "Markus Sauermann" . "emacs-aes@sauermann-consulting.de") (:keywords "data" "tools") (:url . "https://github.com/Sauermann/emacs-aes"))]) + (affe . [(20240102 331) ((emacs (27 1)) (consult (1 0))) "Asynchronous Fuzzy Finder for Emacs" tar ((:commit . "1fd5732afa5d68b120fd2e949702b1abde0466d7") (:authors ("Daniel Mendler" . "mail@daniel-mendler.de")) (:maintainers ("Daniel Mendler" . "mail@daniel-mendler.de")) (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de") (:keywords "matching" "files" "completion") (:url . "https://github.com/minad/affe"))]) + (afterglow . [(20240312 953) ((emacs (26 1))) "Temporary Highlighting after Function Calls" tar ((:commit . "d90fcf4e5c8ac6f5bae2eb01dea32558b2b18fba") (:authors ("Ernest M. van der Linden " . "hello@ernestoz.com")) (:maintainers ("Ernest M. van der Linden " . "hello@ernestoz.com")) (:maintainer "Ernest M. van der Linden " . "hello@ernestoz.com") (:keywords "highlight" "line" "convenience" "evil") (:url . "https://github.com/ernstvanderlinden/emacs-afterglow"))]) + (afternoon-theme . [(20140104 1859) ((emacs (24 1))) "Dark color theme with a deep blue background" tar ((:commit . "89b1d778a1f8b385775c122f2bd1c62f0fbf931a") (:authors ("Ozan Sener" . "ozan@ozansener.com")) (:maintainers ("Ozan Sener" . "ozan@ozansener.com")) (:maintainer "Ozan Sener" . "ozan@ozansener.com") (:keywords "themes") (:url . "http://github.com/osener/emacs-afternoon-theme"))]) + (ag . [(20201031 2202) ((dash (2 8 0)) (s (1 9 0)) (cl-lib (0 5))) "A front-end for ag ('the silver searcher'), the C ack replacement." tar ((:commit . "ed7e32064f92f1315cecbfc43f120bbc7508672c") (:authors ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainers ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainer "Wilfred Hughes" . "me@wilfred.me.uk") (:url . "https://github.com/Wilfred/ag.el"))]) + (agda-editor-tactics . [(20211024 2357) ((s (1 12 0)) (dash (2 16 0)) (emacs (27 1)) (org (9 1))) "An editor tactic to produce Σ-types from Agda records" tar ((:commit . "06e374516cb2ab17018985f3dc4fccdc4acefd08") (:authors ("Musa Al-hassy" . "alhassy@gmail.com")) (:maintainers ("Musa Al-hassy" . "alhassy@gmail.com")) (:maintainer "Musa Al-hassy" . "alhassy@gmail.com") (:keywords "abbrev" "convenience" "languages" "agda" "tools") (:url . "https://github.com/alhassy/next-700-module-systems"))]) + (age . [(20240410 433) ((emacs (28 1))) "The Age Encryption Library" tar ((:commit . "890c467ebc27538507c54a03afd2f7260630d7f5") (:authors ("Daiki Ueno" . "ueno@unixuser.org") ("Bas Alberts" . "bas@anti.computer")) (:maintainers ("Bas Alberts" . "bas@anti.computer")) (:maintainer "Bas Alberts" . "bas@anti.computer") (:keywords "data") (:url . "https://github.com/anticomputer/age.el"))]) + (agenix . [(20240601 1304) ((emacs (27 1))) "Decrypt and encrypt agenix secrets" tar ((:commit . "b9c7ad33b534d80af207949cc06c0bcd1e60fd63") (:authors ("Tomasz Maciosowski" . "t4ccer@gmail.com")) (:maintainers ("Tomasz Maciosowski" . "t4ccer@gmail.com")) (:maintainer "Tomasz Maciosowski" . "t4ccer@gmail.com") (:url . "https://github.com/t4ccer/agenix.el"))]) + (aggressive-fill-paragraph . [(20240213 2320) ((dash (2 10 0))) "A mode to automatically keep paragraphs filled" tar ((:commit . "60e4eb5c57d4408e811d12c6b6491b8c89dfa695") (:authors ("David Shepherd" . "davidshepherd7@gmail.com")) (:maintainers ("David Shepherd" . "davidshepherd7@gmail.com")) (:maintainer "David Shepherd" . "davidshepherd7@gmail.com") (:keywords "fill-paragraph" "automatic" "comments") (:url . "https://github.com/davidshepherd7/aggressive-fill-paragraph-mode"))]) + (aggressive-indent . [(20230112 1300) ((emacs (24 3))) "Minor mode to aggressively keep your code always indented" tar ((:commit . "a437a45868f94b77362c6b913c5ee8e67b273c42") (:authors ("Artur Malabarba" . "emacs@endlessparentheses.com")) (:maintainers ("Artur Malabarba" . "emacs@endlessparentheses.com")) (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com") (:keywords "indent" "lisp" "maint" "tools") (:url . "https://github.com/Malabarba/aggressive-indent-mode"))]) + (agtags . [(20240625 248) ((emacs (25))) "A frontend to GNU Global" tar ((:commit . "4561e19ff809c645629fd31ffa60d7313ac18014") (:authors ("Vietor Liu" . "vietor.liu@gmail.com")) (:maintainers ("Vietor Liu" . "vietor.liu@gmail.com")) (:maintainer "Vietor Liu" . "vietor.liu@gmail.com") (:keywords "tools" "convenience") (:url . "https://github.com/vietor/agtags"))]) + (ah . [(20220730 1058) ((emacs (25 1))) "Additional hooks" tar ((:commit . "8e12223f0f423e7fa882cc049a25af6db755902d") (:authors ("Takaaki ISHIKAWA ")) (:maintainers ("Takaaki ISHIKAWA ")) (:maintainer "Takaaki ISHIKAWA ") (:keywords "convenience") (:url . "https://github.com/takaxp/ah"))]) + (ahg . [(20230904 701) nil "Alberto's Emacs interface for Mercurial (Hg)" tar ((:commit . "6a8dd876d767b50431db2c695a8c21d5df9944e2") (:authors ("Alberto Griggio" . "agriggio@users.sourceforge.net")) (:maintainers ("Alberto Griggio" . "agriggio@users.sourceforge.net")) (:maintainer "Alberto Griggio" . "agriggio@users.sourceforge.net") (:url . "https://bitbucket.org/agriggio/ahg"))]) + (ahk-mode . [(20200412 1832) ((emacs (24 3))) "Major mode for editing AHK (AutoHotkey and AutoHotkey_L)" tar ((:commit . "729007b5f22a49f5187ff47fca18c0d674e73047") (:authors ("Rich Alesi")) (:maintainers ("Rich Alesi")) (:maintainer "Rich Alesi") (:keywords "ahk" "autohotkey" "hotkey" "keyboard shortcut" "automation") (:url . "https://github.com/ralesi/ahk-mode"))]) + (ahungry-theme . [(20180131 328) ((emacs (24))) "Ahungry color theme for Emacs. Make sure to (load-theme 'ahungry)." tar ((:commit . "a038d91ec593d1f1b19ca66a0576d59bbc24c523") (:authors ("Matthew Carter" . "m@ahungry.com")) (:maintainers ("Matthew Carter" . "m@ahungry.com")) (:maintainer "Matthew Carter" . "m@ahungry.com") (:keywords "ahungry" "palette" "color" "theme" "emacs" "color-theme" "deftheme") (:url . "https://github.com/ahungry/color-theme-ahungry"))]) + (aiken-mode . [(20230920 1210) ((emacs (26 1))) "Major mode for Aiken" tar ((:commit . "1af54e4df02eb52cf62034acbe1c6dd54776d843") (:authors ("Sebastian Nagel" . "sebastian.nagel@ncoding.at")) (:maintainers ("Sebastian Nagel" . "sebastian.nagel@ncoding.at")) (:maintainer "Sebastian Nagel" . "sebastian.nagel@ncoding.at") (:keywords "languages" "aiken") (:url . "https://github.com/aiken-lang/aiken-mode"))]) + (aio . [(20200610 1904) ((emacs (26 1))) "async/await for Emacs Lisp" tar ((:commit . "da93523e235529fa97d6f251319d9e1d6fc24a41") (:authors ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainers ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainer "Christopher Wellons" . "wellons@nullprogram.com") (:url . "https://github.com/skeeto/emacs-aio"))]) + (airline-themes . [(20240530 1704) ((powerline (2 3))) "vim-airline themes for emacs powerline" tar ((:commit . "baaa4f1f0acd339b1efc1058654ea7d9e6e44ead") (:authors ("Anthony DiGirolamo" . "anthony.digirolamo@gmail.com")) (:maintainers ("Anthony DiGirolamo" . "anthony.digirolamo@gmail.com")) (:maintainer "Anthony DiGirolamo" . "anthony.digirolamo@gmail.com") (:keywords "evil" "mode-line" "powerline" "airline" "themes") (:url . "http://github.com/AnthonyDiGirolamo/airline-themes"))]) + (airplay . [(20130212 1226) ((request (20130110 2144)) (simple-httpd (1 4 1)) (deferred (0 3 1))) "Airplay bindings to Emacs" tar ((:commit . "46fad71d293a3e18551cf464fe6c6208a7a32d9d") (:authors ("Wataru MIYAGUNI" . "gonngo@gmail.com")) (:maintainers ("Wataru MIYAGUNI" . "gonngo@gmail.com")) (:maintainer "Wataru MIYAGUNI" . "gonngo@gmail.com") (:keywords "appletv" "airplay") (:url . "https://github.com/gongo/airplay-el"))]) + (alan-mode . [(20240309 650) ((flycheck (32)) (emacs (25 1)) (s (1 12))) "Major mode for editing Alan files" tar ((:commit . "df6c82f1a37a4bd6f18cb463c3f7ab7d087b91ab") (:authors ("Paul van Dam" . "pvandam@kjerner.com")) (:maintainers ("Paul van Dam" . "pvandam@kjerner.com")) (:maintainer "Paul van Dam" . "pvandam@kjerner.com") (:keywords "alan" "languages") (:url . "https://github.com/Kjerner/AlanForEmacs"))]) + (alarm-clock . [(20240114 344) ((emacs (24 4))) "Alarm Clock" tar ((:commit . "f924d0e75eb7ce29055bdc1a1e644bb1dcabda09") (:authors ("Steve Lemuel" . "wlemuel@hotmail.com")) (:maintainers ("Steve Lemuel" . "wlemuel@hotmail.com")) (:maintainer "Steve Lemuel" . "wlemuel@hotmail.com") (:keywords "calendar" "tools" "convenience") (:url . "https://github.com/wlemuel/alarm-clock"))]) + (alchemist . [(20180312 1304) ((elixir-mode (2 2 5)) (dash (2 11 0)) (emacs (24 4)) (company (0 8 0)) (pkg-info (0 4)) (s (1 11 0))) "Elixir tooling integration into Emacs" tar ((:commit . "6f99367511ae209f8fe2c990779764bbb4ccb6ed") (:authors ("Samuel Tonini" . "tonini.samuel@gmail.com")) (:maintainers ("Samuel Tonini" . "tonini.samuel@gmail.com")) (:maintainer "Samuel Tonini" . "tonini.samuel@gmail.com") (:keywords "languages" "elixir" "elixirc" "mix" "hex" "alchemist") (:url . "http://www.github.com/tonini/alchemist.el"))]) + (alda-mode . [(20230406 1927) ((emacs (24 0))) "An Alda major mode" tar ((:commit . "580f6e94c93aead91406d00a42ccf9040a898cb8") (:authors ("Jay Kamat" . "jaygkamat@gmail.com")) (:maintainers ("Jay Kamat" . "jaygkamat@gmail.com")) (:maintainer "Jay Kamat" . "jaygkamat@gmail.com") (:keywords "alda" "highlight") (:url . "http://gitlab.com/jgkamat/alda-mode"))]) + (alect-themes . [(20211022 1651) ((emacs (24 0))) "Configurable light, dark and black themes for Emacs 24 or later" tar ((:commit . "89560047934c236d05ea6b911c0c63702a8e06f3") (:authors ("Alex Kost" . "alezost@gmail.com")) (:maintainers ("Alex Kost" . "alezost@gmail.com")) (:maintainer "Alex Kost" . "alezost@gmail.com") (:keywords "color" "theme") (:url . "https://github.com/alezost/alect-themes"))]) + (alectryon . [(20220925 2236) ((flycheck (31)) (emacs (25 1))) "Toggle between Coq and reStructuredText" tar ((:commit . "8a1f3054c97fc86d628413800cfef75577c43485") (:authors ("Clément Pit-Claudel" . "clement.pitclaudel@live.com")) (:maintainers ("Clément Pit-Claudel" . "clement.pitclaudel@live.com")) (:maintainer "Clément Pit-Claudel" . "clement.pitclaudel@live.com") (:keywords "convenience" "languages" "tools") (:url . "https://github.com/cpitclaudel/alectryon"))]) + (alert . [(20221213 1619) ((gntp (0 1)) (log4e (0 3 0)) (cl-lib (0 5))) "Growl-style notification system for Emacs" tar ((:commit . "c762380ff71c429faf47552a83605b2578656380") (:authors ("John Wiegley" . "jwiegley@gmail.com")) (:maintainers ("John Wiegley" . "jwiegley@gmail.com")) (:maintainer "John Wiegley" . "jwiegley@gmail.com") (:keywords "notification" "emacs" "message") (:url . "https://github.com/jwiegley/alert"))]) + (alert-termux . [(20181119 951) ((emacs (24 4))) "alert.el notifications on Termux" tar ((:commit . "8215cf1d86392738c35a90bbc0055359265dfc4d") (:authors ("Gergely Polonkai" . "gergely@polonkai.eu")) (:maintainers ("Gergely Polonkai" . "gergely@polonkai.eu")) (:maintainer "Gergely Polonkai" . "gergely@polonkai.eu") (:keywords "terminals") (:url . "https://github.com/gergelypolonkai/alert-termux"))]) + (alert-toast . [(20220312 229) ((emacs (25 1)) (alert (1 2)) (f (0 20 0)) (s (1 12 0))) "Windows 10 toast notifications" tar ((:commit . "96c88c93c1084de681700f655223142ee0eb944a") (:authors ("Grzegorz Kowzan" . "grzegorz@kowzan.eu")) (:maintainers ("Grzegorz Kowzan" . "grzegorz@kowzan.eu")) (:maintainer "Grzegorz Kowzan" . "grzegorz@kowzan.eu") (:url . "https://github.com/gkowzan/alert-toast"))]) + (align-cljlet . [(20160112 2101) ((clojure-mode (1 11 5))) "Space align various Clojure forms" tar ((:commit . "ebcf0a912e836579a3a9d386e22c1c4bef7fba17") (:url . "https://github.com/gstamp/align-cljlet"))]) + (all-ext . [(20200315 1443) ((emacs (24 4)) (all (1 0))) "M-x all with helm-swoop/anything/multiple-cursors/line-number" tar ((:commit . "c865c62506af2c9edc7705a7c24dc8b70d5d4de2") (:authors ("rubikitch" . "rubikitch@ruby-lang.org")) (:maintainers ("rubikitch" . "rubikitch@ruby-lang.org")) (:maintainer "rubikitch" . "rubikitch@ruby-lang.org") (:keywords "matching" "all" "search" "replace" "anything" "helm" "helm-swoop" "occur") (:url . "https://github.com/rubikitch/all-ext"))]) + (all-the-icons . [(20240623 1800) ((emacs (24 3))) "A library for inserting Developer icons" tar ((:commit . "39ef44f810c34e8900978788467cc675870bcd19") (:authors ("Dominic Charlesworth" . "dgc336@gmail.com")) (:maintainers ("Dominic Charlesworth" . "dgc336@gmail.com")) (:maintainer "Dominic Charlesworth" . "dgc336@gmail.com") (:keywords "convenient" "lisp") (:url . "https://github.com/domtronn/all-the-icons.el"))]) + (all-the-icons-completion . [(20240128 2048) ((emacs (26 1)) (all-the-icons (5 0))) "Add icons to completion candidates" tar ((:commit . "4c8bcad8033f5d0868ce82ea3807c6cd46c4a198") (:authors ("Itai Y. Efrat ")) (:maintainers ("Itai Y. Efrat" . "itai3397@gmail.com")) (:maintainer "Itai Y. Efrat" . "itai3397@gmail.com") (:keywords "convenient" "lisp") (:url . "https://github.com/iyefrat/all-the-icons-completion"))]) + (all-the-icons-dired . [(20231207 1324) ((emacs (26 1)) (all-the-icons (2 2 0))) "Shows icons for each file in dired mode" tar ((:commit . "e157f0668f22ed586aebe0a2c0186ab07702986c") (:authors ("jtbm37")) (:maintainers ("Jimmy Yuen Ho Wong" . "wyuenho@gmail.com")) (:maintainer "Jimmy Yuen Ho Wong" . "wyuenho@gmail.com") (:keywords "files" "icons" "dired") (:url . "https://github.com/wyuenho/all-the-icons-dired"))]) + (all-the-icons-gnus . [(20180511 654) ((emacs (24 4)) (dash (2 12 0)) (all-the-icons (3 1 0))) "Shows icons for in Gnus" tar ((:commit . "27f78996da0725943bcfb2d18038e6f7bddfa9c7") (:authors ("Nicolas Lamirault" . "nicolas.lamirault@gmail.com")) (:maintainers ("Nicolas Lamirault" . "nicolas.lamirault@gmail.com")) (:maintainer "Nicolas Lamirault" . "nicolas.lamirault@gmail.com") (:keywords "mail" "tools"))]) + (all-the-icons-ibuffer . [(20230503 1625) ((emacs (24 4)) (all-the-icons (2 2 0))) "Display icons for all buffers in ibuffer" tar ((:commit . "400860b2990529bd3a915e4d0a55fbc6d128a3ba") (:authors ("Vincent Zhang" . "seagle0128@gmail.com")) (:maintainers ("Vincent Zhang" . "seagle0128@gmail.com")) (:maintainer "Vincent Zhang" . "seagle0128@gmail.com") (:keywords "convenience" "icons" "ibuffer") (:url . "https://github.com/seagle0128/all-the-icons-ibuffer"))]) + (all-the-icons-ivy . [(20190508 1803) ((emacs (24 4)) (all-the-icons (2 4 0)) (ivy (0 8 0))) "Shows icons while using ivy and counsel" tar ((:commit . "babea626db20773de4c408acb2788e2b9c8277e3") (:authors ("asok")) (:maintainers ("asok")) (:maintainer "asok") (:keywords "faces"))]) + (all-the-icons-ivy-rich . [(20230420 1234) ((emacs (25 1)) (ivy-rich (0 1 0)) (all-the-icons (2 2 0))) "Better experience with icons for ivy" tar ((:commit . "c098cc85123a401b0ab8f2afd3a25853e61d7d28") (:authors ("Vincent Zhang" . "seagle0128@gmail.com")) (:maintainers ("Vincent Zhang" . "seagle0128@gmail.com")) (:maintainer "Vincent Zhang" . "seagle0128@gmail.com") (:keywords "convenience" "icons" "ivy") (:url . "https://github.com/seagle0128/all-the-icons-ivy-rich"))]) + (all-the-icons-nerd-fonts . [(20240210 1127) ((emacs (28 1)) (all-the-icons (5 0)) (nerd-icons (0 0 1))) "Nerd font integration for all-the-icons" tar ((:commit . "67a9cc9de2d2d4516cbfb752879b1355234cb42a") (:authors ("Mohsin Kaleem" . "mohkale@gmail.com")) (:maintainers ("Mohsin Kaleem" . "mohkale@gmail.com")) (:maintainer "Mohsin Kaleem" . "mohkale@gmail.com") (:keywords "convenience" "lisp") (:url . "https://github.com/mohkale/all-the-icons-nerd-fonts"))]) + (almost-mono-themes . [(20220422 1714) ((emacs (24))) "Almost monochromatic color themes" tar ((:commit . "0641bf565c113caef8d5c2a93f38cff32ebb62b7") (:authors ("John Olsson" . "john@cryon.se")) (:maintainers ("John Olsson" . "john@cryon.se")) (:maintainer "John Olsson" . "john@cryon.se") (:keywords "faces") (:url . "https://github.com/cryon/almost-mono-themes"))]) + (alsamixer . [(20191002 1133) nil "Functions to call out to amixer." tar ((:commit . "1bdb99e433acd38685f05408562746cfbf2bc820") (:authors ("R.W. van 't Veer")) (:maintainers ("R.W. van 't Veer")) (:maintainer "R.W. van 't Veer") (:keywords "convenience") (:url . "https://github.com/remvee/alsamixer-el"))]) + (alt-codes . [(20240101 927) ((emacs (26 1))) "Insert alt codes using meta key" tar ((:commit . "47072beb416aa9d7d702230b1aff87436c81bd22") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "alt" "codes" "insertion" "meta") (:url . "https://github.com/jcs-elpa/alt-codes"))]) + (amd-mode . [(20180111 1402) ((emacs (25)) (projectile (20161008 47)) (s (1 9 0)) (f (0 16 2)) (seq (2 16)) (makey (0 3)) (js2-mode (20140114)) (js2-refactor (0 6 1))) "Minor mode for handling JavaScript AMD module requirements." tar ((:commit . "01fd19e0d635ccaf8e812364d8720733f2e84126") (:authors ("Nicolas Petton" . "petton.nicolas@gmail.com")) (:maintainers ("Nicolas Petton" . "petton.nicolas@gmail.com")) (:maintainer "Nicolas Petton" . "petton.nicolas@gmail.com") (:keywords "javascript" "amd" "projectile"))]) + (ameba . [(20200103 1454) ((emacs (24 4))) "An interface to Crystal Ameba linter" tar ((:commit . "0c4925ae0e998818326adcb47ed27ddf9761c7dc") (:authors ("Vitalii Elenhaupt")) (:maintainers ("Vitalii Elenhaupt")) (:maintainer "Vitalii Elenhaupt") (:keywords "convenience") (:url . "https://github.com/crystal-ameba/ameba.el"))]) + (ample-regexps . [(20200508 1021) nil "ample regular expressions for Emacs" tar ((:commit . "153969ce547afe410b8986f01c9ed4087c9cd20b") (:authors ("immerrr" . "immerrr@gmail.com")) (:maintainers ("immerrr" . "immerrr@gmail.com")) (:maintainer "immerrr" . "immerrr@gmail.com") (:keywords "regexps" "extensions" "tools"))]) + (ample-theme . [(20240426 1545) nil "Calm Dark Theme for Emacs" tar ((:commit . "39ac29cf9a1229bb076964335fbd71cfb52e498b") (:authors ("Jordon Biondo" . "jordonbiondo@gmail.com")) (:maintainers ("Jordon Biondo" . "jordonbiondo@gmail.com")) (:maintainer "Jordon Biondo" . "jordonbiondo@gmail.com") (:keywords "theme" "dark") (:url . "https://github.com/jordonbiondo/ample-theme"))]) + (ample-zen-theme . [(20150119 2154) nil "AmpleZen Theme for Emacs 24" tar ((:commit . "b277bb7abd4b6624e8d59f02474b79af50a007bd") (:authors ("Michael Wall")) (:maintainers ("Michael Wall")) (:maintainer "Michael Wall") (:keywords "theme" "dark" "emacs 24") (:url . "https://github.com/mjwall/ample-zen"))]) + (amread-mode . [(20230409 1018) ((emacs (24 3)) (cl-lib (0 6 1)) (pyim (5 2 8)) (hydra (0 15 0))) "A minor mode helper user speed-reading" tar ((:commit . "b8622ae7b05f27d6f84c4e5d724bc79163ba9ce3") (:keywords "wp") (:url . "https://repo.or.cz/amread-mode.git"))]) + (amsreftex . [(20240512 1746) ((emacs (25 1))) "Add amsrefs bibliography support for reftex" tar ((:commit . "c508b05536a04ee153a9947f025d24930c52209a") (:authors ("Fran Burstall" . "fran.burstall@gmail.com")) (:maintainers ("Fran Burstall" . "fran.burstall@gmail.com")) (:maintainer "Fran Burstall" . "fran.burstall@gmail.com") (:keywords "tex") (:url . "https://github.com/franburstall/amsreftex"))]) + (amx . [(20230413 1210) ((emacs (24 4)) (s (0))) "Alternative M-x with extra features." tar ((:commit . "1c2428d21e9d2ee8bee944b572a39ca8c91ca13b") (:authors ("Ryan C. Thompson" . "rct@thompsonclan.org") ("Cornelius Mika" . "cornelius.mika@gmail.com")) (:maintainers ("Ryan C. Thompson" . "rct@thompsonclan.org")) (:maintainer "Ryan C. Thompson" . "rct@thompsonclan.org") (:keywords "convenience" "usability" "completion") (:url . "http://github.com/DarwinAwardWinner/amx/"))]) + (anaconda-mode . [(20231123 1806) ((emacs (25 1)) (pythonic (0 1 0)) (dash (2 6 0)) (s (1 9)) (f (0 16 2))) "Code navigation, documentation lookup and completion for Python" tar ((:commit . "92a6295622df7fae563d6b599e2dc8640e940ddf") (:authors ("Artem Malyshev" . "proofit404@gmail.com")) (:maintainers ("Artem Malyshev" . "proofit404@gmail.com")) (:maintainer "Artem Malyshev" . "proofit404@gmail.com") (:keywords "convenience" "anaconda") (:url . "https://github.com/proofit404/anaconda-mode"))]) + (anakondo . [(20210221 1727) ((emacs (26 3))) "Adds clj-kondo based Clojure[Script] editing facilities" tar ((:commit . "16b0ba14d94a5d7e55655efc9e1d6d069a9306f2") (:authors ("Didier A." . "didibus@users.noreply.github.com")) (:maintainers ("Didier A." . "didibus@users.noreply.github.com")) (:maintainer "Didier A." . "didibus@users.noreply.github.com") (:keywords "clojure" "clojurescript" "cljc" "clj-kondo" "completion" "languages" "tools") (:url . "https://github.com/didibus/anakondo"))]) + (anaphora . [(20240120 1744) nil "anaphoric macros providing implicit temp variables" tar ((:commit . "a755afa7db7f3fa515f8dd2c0518113be0b027f6") (:authors ("Roland Walker" . "walker@pobox.com")) (:maintainers ("Roland Walker" . "walker@pobox.com")) (:maintainer "Roland Walker" . "walker@pobox.com") (:keywords "extensions") (:url . "http://github.com/rolandwalker/anaphora"))]) + (ancient-one-dark-theme . [(20211030 1358) ((emacs (24 1))) "A color theme based off uetchy's Ancient One Dark Theme" tar ((:commit . "a0eaa8bce0ffc25d1469af48a74e80f820bab0ab") (:authors ("Daniils Petrovs")) (:maintainers ("Daniils Petrovs")) (:maintainer "Daniils Petrovs") (:url . "https://github.com/DaniruKun/ancient-one-dark-emacs-theme"))]) + (android-env . [(20220810 1449) ((emacs (24 3)) (s (1 12 0))) "Helper functions for working in android" tar ((:commit . "d2890f1156ed184314adbfcf01cdceb6ea79b10d") (:authors ("Fernando Jascovich")) (:maintainers ("Fernando Jascovich")) (:maintainer "Fernando Jascovich") (:keywords "android" "gradle" "java" "tools" "convenience") (:url . "https://github.com/fernando-jascovich/android-env.el"))]) + (android-mode . [(20190903 811) nil "Minor mode for Android application development" tar ((:commit . "d5332e339a1f5e30559a53feffb8442ca79265d6") (:authors ("R.W. van 't Veer")) (:maintainers ("R.W. van 't Veer")) (:maintainer "R.W. van 't Veer") (:keywords "tools" "processes") (:url . "https://github.com/remvee/android-mode"))]) + (angry-police-captain . [(20120829 1252) nil "Show quote from http://theangrypolicecaptain.com in the minibuffer" tar ((:commit . "d11931c5cb63368dcc4a48797962428cca6d3e9d") (:authors ("Rolando Pereira" . "rolando_pereira@sapo.pt")) (:maintainers ("Rolando Pereira" . "rolando_pereira@sapo.pt")) (:maintainer "Rolando Pereira" . "rolando_pereira@sapo.pt") (:keywords "games" "web" "fun"))]) + (angular-mode . [(20151201 2127) nil "Major mode for Angular.js" tar ((:commit . "8720cde86af0f1859ccc8580571e8d0ad1c52cff") (:authors ("Rudolf Olah" . "omouse@gmail.com")) (:maintainers ("Rudolf Olah" . "omouse@gmail.com")) (:maintainer "Rudolf Olah" . "omouse@gmail.com") (:keywords "languages" "javascript") (:url . "https://github.com/omouse/angularjs-mode"))]) + (angular-snippets . [(20140514 523) ((s (1 4 0)) (dash (1 2 0))) "Yasnippets for AngularJS" tar ((:commit . "af5ae0a4a8603b040446c28afcf6ca01a8b4bd7b") (:authors ("Magnar Sveen" . "magnars@gmail.com")) (:maintainer "Magnar Sveen" . "magnars@gmail.com") (:keywords "snippets"))]) + (anki-connect . [(20191123 1858) ((emacs (24 3))) "AnkiConnect API" tar ((:commit . "1324f0c248aa2c6e73d6cf93fad6119d699f7dae") (:authors ("DarkSun" . "lujun9972@gmail.com")) (:maintainers ("DarkSun" . "lujun9972@gmail.com")) (:maintainer "DarkSun" . "lujun9972@gmail.com") (:keywords "lisp" "anki") (:url . "https://github.com/lujun9972/anki-connect.el"))]) + (anki-editor . [(20240514 1944) ((emacs (25 1))) "Minor mode for making Anki cards with Org" tar ((:commit . "32d81be1d8305c5ccde12c7d0b29845d4f831888") (:authors ("Lei Tan")) (:maintainers ("Lei Tan")) (:maintainer "Lei Tan") (:url . "https://github.com/anki-editor/anki-editor"))]) + (anki-editor-view . [(20230807 806) ((emacs (29 1))) "Open anki-editor notes from Anki" tar ((:commit . "6ad8c6be4f44de0c33eab012e507320b732d4800") (:authors ("Valentin Herrmann" . "me@valentin-herrmann.de")) (:maintainers ("Valentin Herrmann" . "me@valentin-herrmann.de")) (:maintainer "Valentin Herrmann" . "me@valentin-herrmann.de") (:url . "https://gitlab.com/vherrmann/anki-editor-view"))]) + (anki-mode . [(20201223 719) ((emacs (24 4)) (dash (2 12 0)) (markdown-mode (2 2)) (s (1 11 0)) (request (0 3 0))) "A major mode for creating anki cards" tar ((:commit . "7cde5a68c9d0ef3811b0bd480274ea79909d2ddc") (:authors ("David Shepherd" . "davidshepherd7@gmail.com")) (:maintainers ("David Shepherd" . "davidshepherd7@gmail.com")) (:maintainer "David Shepherd" . "davidshepherd7@gmail.com") (:keywords "tools") (:url . "https://github.com/davidshepherd7/anki-mode"))]) + (anki-vocabulary . [(20200103 325) ((emacs (24 4)) (s (1 0)) (youdao-dictionary (0 4)) (anki-connect (1 0)) (s (1 10))) "Help you to create vocabulary cards in Anki" tar ((:commit . "863fe0219577f996ab126f1b7902db3c2cc59b2b") (:authors ("DarkSun" . "lujun9972@gmail.com")) (:maintainers ("DarkSun" . "lujun9972@gmail.com")) (:maintainer "DarkSun" . "lujun9972@gmail.com") (:keywords "lisp" "anki" "translator" "chinese") (:url . "https://github.com/lujun9972/anki-vocabulary.el"))]) + (annalist . [(20240501 1201) ((emacs (24 4)) (cl-lib (0 5))) "Record and display information such as keybindings" tar ((:commit . "e1ef5dad75fa502d761f70d9ddf1aeb1c423f41d") (:authors ("Fox Kiester" . "noct@posteo.net")) (:maintainers ("Fox Kiester" . "noct@posteo.net")) (:maintainer "Fox Kiester" . "noct@posteo.net") (:keywords "convenience" "tools" "keybindings" "org") (:url . "https://github.com/noctuid/annalist.el"))]) + (annotate . [(20240509 1144) nil "annotate files without changing them" tar ((:commit . "bc82194ca5b10a05cab4169f6eacc5c18af61ec0") (:authors ("Bastian Bechtold")) (:maintainers ("Bastian Bechtold , cage" . "cage-dev@twistfold.it")) (:maintainer "Bastian Bechtold , cage" . "cage-dev@twistfold.it") (:url . "https://github.com/bastibe/annotate.el"))]) + (annotate-depth . [(20160520 2040) nil "Annotate buffer if indentation depth is beyond threshold." tar ((:commit . "fcb24fa36287250e40d195590c4ca4a8a696277b") (:authors ("Morten Slot Kristensen ")) (:maintainers ("Morten Slot Kristensen ")) (:maintainer "Morten Slot Kristensen ") (:keywords "convenience") (:url . "https://github.com/netromdk/annotate-depth"))]) + (annotation . [(20200914 644) nil "Functions for annotating text with faces and help bubbles" tar ((:commit . "aa5e3a127bf17a8c80d947f3c286758a36dadc36") (:url . "https://github.com/agda/agda"))]) + (annoying-arrows-mode . [(20161024 646) ((cl-lib (0 5))) "Ring the bell if using arrows too much" tar ((:commit . "3c42e9807d7696da2da2a21b63beebf9cdb3f5dc") (:authors ("Magnar Sveen" . "magnars@gmail.com")) (:maintainers ("Magnar Sveen" . "magnars@gmail.com")) (:maintainer "Magnar Sveen" . "magnars@gmail.com"))]) + (ansi . [(20230306 1823) ((emacs (24 1)) (cl-lib (0 6))) "Turn string into ansi strings" tar ((:commit . "c79806eacdf96e061abf5334f4c3364a995705d4") (:authors ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainers ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainer "Johan Andersson" . "johan.rejeep@gmail.com") (:keywords "terminals" "color" "ansi") (:url . "http://github.com/rejeep/ansi"))]) + (ansible . [(20240624 1452) ((s (1 9 0)) (f (0 16 2)) (emacs (25 1))) "Ansible minor mode" tar ((:commit . "eebb2fb49d3c0a0586d1e4ead9ba618c7d003cae") (:authors ("k1LoW (Kenichirou Oyama), ") ("")) (:maintainers ("k1LoW (Kenichirou Oyama), ")) (:maintainer "k1LoW (Kenichirou Oyama), ") (:url . "https://gitlab.com/emacs-ansible/emacs-ansible"))]) + (ansible-doc . [(20160924 824) ((emacs (24 3))) "Ansible documentation Minor Mode" tar ((:commit . "bc8128a85a79b14f4a121105d87a5eddc33975ad") (:authors ("Sebastian Wiesner" . "swiesner@lunaryorn")) (:maintainers ("Sebastian Wiesner" . "swiesner@lunaryorn")) (:maintainer "Sebastian Wiesner" . "swiesner@lunaryorn") (:keywords "tools" "help") (:url . "https://github.com/lunaryorn/ansible-doc.el"))]) + (ansible-vault . [(20211119 1459) ((emacs (24 3))) "Minor mode for editing ansible vault files" tar ((:commit . "9b3d82ee49d484a494f2d88927b37fcd6245d51e") (:maintainers ("Zachary Elliott" . "contact@zell.io")) (:maintainer "Zachary Elliott" . "contact@zell.io") (:keywords "ansible" "ansible-vault" "tools") (:url . "http://github.com/zellio/ansible-vault-mode"))]) + (ansilove . [(20230210 1338) ((emacs (26 1))) "Display buffers as PNG images using ansilove" tar ((:commit . "abd64819dc67e1ababd38d39c7c7f6a2459987c0") (:authors ("Maciej Barć" . "xgqt@riseup.net")) (:maintainers ("Maciej Barć" . "xgqt@riseup.net")) (:maintainer "Maciej Barć" . "xgqt@riseup.net") (:keywords "multimedia") (:url . "https://gitlab.com/xgqt/emacs-ansilove/"))]) + (ant . [(20160211 1543) nil "helpers for compiling with ant" tar ((:commit . "510b5a3f57ee4b2855422d88d359a28922c1ab70") (:keywords "compilation" "ant" "java"))]) + (anti-zenburn-theme . [(20180712 1838) nil "Low-contrast Zenburn-inverted theme" tar ((:commit . "dbafbaa86be67c1d409873f57a5c0bbe1e7ca158") (:authors ("Andrey Kotlarski" . "m00naticus@gmail.com")) (:maintainers ("Andrey Kotlarski" . "m00naticus@gmail.com")) (:maintainer "Andrey Kotlarski" . "m00naticus@gmail.com") (:url . "https://github.com/m00natic/anti-zenburn-theme"))]) + (anx-api . [(20140208 1514) nil "Interact with the AppNexus API from Emacs." tar ((:commit . "b2411ebc966ac32c3ffc61bc22bf183834df0fa0") (:authors ("Rich Loveland")) (:maintainers ("Rich Loveland")) (:maintainer "Rich Loveland") (:keywords "convenience" "json" "rest" "api" "appnexus"))]) + (anybar . [(20160816 1421) nil "Control AnyBar from Emacs" tar ((:commit . "7a0743e0d31bcb36ab1bb2e351f3e7139c422ac5") (:authors ("Christopher Shea" . "cmshea@gmail.com")) (:maintainers ("Christopher Shea" . "cmshea@gmail.com")) (:maintainer "Christopher Shea" . "cmshea@gmail.com") (:keywords "anybar"))]) + (anyins . [(20131229 1041) nil "Insert content at multiple places from shell command or kill-ring" tar ((:commit . "cd5e3c1abd471c8a67aafc42c4c985a2796f4b9f") (:authors ("Anthony HAMON" . "hamon.anth@gmail.com")) (:maintainers ("Anthony HAMON" . "hamon.anth@gmail.com")) (:maintainer "Anthony HAMON" . "hamon.anth@gmail.com") (:keywords "insert" "rectangular") (:url . "http://github.com/antham/anyins"))]) + (anzu . [(20240202 447) ((emacs (25 1))) "Show number of matches in mode-line while searching" tar ((:commit . "26fb50b429ee968eb944b0615dd0aed1dd66172c") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Neil Okamoto" . "neil.okamoto+melpa@gmail.com")) (:maintainer "Neil Okamoto" . "neil.okamoto+melpa@gmail.com") (:url . "https://github.com/emacsorphanage/anzu"))]) + (aozora-view . [(20140310 1317) nil "Aozora Bunko text Emacs viewer." tar ((:commit . "b0390616d19e45f15f9a2f5d5688274831e721fd") (:authors ("KAWABATA, Taichi ")) (:maintainers ("KAWABATA, Taichi ")) (:maintainer "KAWABATA, Taichi ") (:keywords "text") (:url . "https://github.com/kawabata/aozora-view"))]) + (apache-mode . [(20210519 1931) nil "Major mode for editing Apache httpd configuration files" tar ((:commit . "f2c11aac2f5fc598123e04f4604bea248689a117") (:authors ("Karl Chen" . "quarl@nospam.quarl.org")) (:maintainers ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainer "USAMI Kenta" . "tadsan@zonu.me") (:keywords "languages" "faces") (:url . "https://github.com/emacs-php/apache-mode"))]) + (apdl-mode . [(20211023 1831) ((emacs (25 1))) "Major mode for the APDL programming language." tar ((:commit . "ba756eaa1d229c9bf6936fb8d2d4126ad073d488") (:authors ("H. Dieter Wilhelm" . "dieter@duenenhof-wilhelm.de")) (:maintainer "H. Dieter Wilhelm") (:keywords "languages" "convenience" "tools" "ansys" "apdl") (:url . "https://github.com/dieter-wilhelm/apdl-mode"))]) + (apel . [(20221214 1337) ((emacs (24 5))) "A Portable Emacs Library provides support for portable Emacs Lisp programs" tar ((:commit . "1a6fd3bab2cc6b0a450c2d801f77a1c9da0f72fb"))]) + (apheleia . [(20240517 2228) ((emacs (27))) "Reformat buffer stably" tar ((:commit . "61766b50b24fa16be519d77795dc63522e04dce8") (:authors ("Radian LLC" . "contact+apheleia@radian.codes")) (:maintainers ("Radian LLC" . "contact+apheleia@radian.codes")) (:maintainer "Radian LLC" . "contact+apheleia@radian.codes") (:keywords "tools") (:url . "https://github.com/radian-software/apheleia"))]) + (apib-mode . [(20200101 1017) ((markdown-mode (2 1))) "Major mode for API Blueprint files" tar ((:commit . "c6dd05201f6eb9295736d8668a79a7510d11159e") (:authors ("Vilibald Wanča" . "vilibald@wvi.cz")) (:maintainers ("Vilibald Wanča" . "vilibald@wvi.cz")) (:maintainer "Vilibald Wanča" . "vilibald@wvi.cz") (:keywords "tools" "api-blueprint") (:url . "http://github.com/w-vi/apib-mode"))]) + (apiwrap . [(20180602 2231) ((emacs (25))) "api-wrapping macros" tar ((:commit . "e4c9c57d6620a788ec8a715ff1bb50542edea3a6") (:authors ("Sean Allred" . "code@seanallred.com")) (:maintainers ("Sean Allred" . "code@seanallred.com")) (:maintainer "Sean Allred" . "code@seanallred.com") (:keywords "tools" "maint" "convenience") (:url . "https://github.com/vermiculus/apiwrap.el"))]) + (app-monochrome-themes . [(20240611 1623) ((emacs (24 4))) "Low contrast monochrome themes" tar ((:commit . "e319fcfeb56d0fe28bbda7fc813537593c2f368d") (:authors ("Aleksandr Petrosyan" . "appetrosan3@gmail.com")) (:maintainers ("Aleksandr Petrosyan" . "appetrosan3@gmail.com")) (:maintainer "Aleksandr Petrosyan" . "appetrosan3@gmail.com") (:url . "https://github.com/Greybeard-Entertainment/app-monochrome"))]) + (apparmor-mode . [(20240211 2243) ((emacs (26 1))) "Major mode for editing AppArmor policy files" tar ((:commit . "05a67cba7508cf63bed22763a8949e55a7bf6786") (:authors ("Alex Murray" . "murray.alex@gmail.com")) (:maintainers ("Alex Murray" . "murray.alex@gmail.com")) (:maintainer "Alex Murray" . "murray.alex@gmail.com") (:url . "https://github.com/alexmurray/apparmor-mode"))]) + (apples-mode . [(20110121 418) nil "Major mode for editing and executing AppleScript code" tar ((:commit . "83a9ab0d6ba82496e2f7df386909b1a55701fccb") (:authors ("tequilasunset" . "tequilasunset.mac@gmail.com")) (:maintainers ("tequilasunset" . "tequilasunset.mac@gmail.com")) (:maintainer "tequilasunset" . "tequilasunset.mac@gmail.com") (:keywords "applescript" "languages"))]) + (applescript-mode . [(20210802 1715) ((emacs (24 3))) "major mode for editing AppleScript source" tar ((:commit . "00c141bbff46c89a96598b605dee05dd1d89f624") (:authors ("sakito" . "sakito@users.sourceforge.jp")) (:maintainers ("sakito" . "sakito@users.sourceforge.jp")) (:maintainer "sakito" . "sakito@users.sourceforge.jp") (:keywords "languages" "tools") (:url . "https://github.com/emacsorphanage/applescript-mode"))]) + (aproject . [(20220410 541) nil "Basic project framework for Emacs" tar ((:commit . "13e176ee69851403bec6471c5cceed17b7912b6f") (:authors ("Vietor Liu" . "vietor.liu@gmail.com")) (:maintainers ("Vietor Liu" . "vietor.liu@gmail.com")) (:maintainer "Vietor Liu" . "vietor.liu@gmail.com") (:keywords "environment" "project") (:url . "https://github.com/vietor/aproject"))]) + (apropospriate-theme . [(20240517 1823) nil "A colorful, low-contrast, light & dark theme set for Emacs with a fun name." tar ((:commit . "84ee370da4c19db8051761b1b64bbdc8e1c7dc73") (:authors ("Justin Talbott" . "justin@waymondo.com")) (:maintainer "Justin Talbott" . "justin@waymondo.com") (:url . "http://github.com/waymondo/apropospriate-theme"))]) + (apt-sources-list . [(20180527 1241) ((emacs (24 4))) "Mode for editing APT source.list files" tar ((:commit . "44112833b3fa7f4d7e43708e5996782e22bb2fa3") (:authors ("Dr. Rafael Sepúlveda" . "drs@gnulinux.org.mx")) (:maintainers ("Joe Wreschnig" . "joe.wreschnig@gmail.com")) (:maintainer "Joe Wreschnig" . "joe.wreschnig@gmail.com") (:url . "https://git.korewanetadesu.com/apt-sources-list.git"))]) + (aqi . [(20230530 1204) ((emacs (25 1)) (request (0 3)) (let-alist (0 0))) "Air quality data from the World Air Quality Index" tar ((:commit . "cbff3c6ce691a3a1d2f5636384e29d43f0e1d236") (:authors ("nik gaffney" . "nik@fo.am")) (:maintainers ("nik gaffney" . "nik@fo.am")) (:maintainer "nik gaffney" . "nik@fo.am") (:keywords "air quality" "aqi" "pollution" "weather" "data") (:url . "https://github.com/zzkt/aqi"))]) + (arch-packer . [(20170730 1321) ((emacs (25 1)) (s (1 11 0)) (async (1 9 2)) (dash (2 12 0))) "Arch Linux package management frontend" tar ((:commit . "940e96f7d357c6570b675a0f942181c787f1bfd7") (:authors ("Fritz Stelzer" . "brotzeitmacher@gmail.com")) (:maintainers ("Fritz Stelzer" . "brotzeitmacher@gmail.com")) (:maintainer "Fritz Stelzer" . "brotzeitmacher@gmail.com") (:url . "https://github.com/brotzeitmacher/arch-packer"))]) + (archive-phar . [(20221009 2129) ((emacs (28 1)) (php-runtime (0 2)) (datetime-format (0 0 1))) "Phar file support for archive-mode" tar ((:commit . "0bda3e338446d06dbe9d8c8837dee746de48632f") (:maintainers ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainer "USAMI Kenta" . "tadsan@zonu.me") (:keywords "files") (:url . "https://github.com/emacs-php/archive-phar.el"))]) + (archive-region . [(20200316 1425) ((emacs (24 4))) "Move region to archive file instead of killing" tar ((:commit . "53cd2d96ea7c33f320353982b36854f25c900c2e") (:authors ("rubikitch" . "rubikitch@ruby-lang.org")) (:maintainers ("rubikitch" . "rubikitch@ruby-lang.org")) (:maintainer "rubikitch" . "rubikitch@ruby-lang.org") (:keywords "languages") (:url . "http://www.emacswiki.org/cgi-bin/wiki/download/archive-region.el"))]) + (archive-rpm . [(20220527 632) ((emacs (24 4))) "RPM and CPIO support for archive-mode" tar ((:commit . "cb48fee04cb0cbb26f760a3b95649f7dac78c6ec") (:authors ("Magnus Henoch" . "magnus.henoch@gmail.com")) (:maintainer "Magnus Henoch" . "magnus.henoch@gmail.com") (:keywords "files"))]) + (arduino-cli-mode . [(20240613 640) ((emacs (25 1))) "Arduino-CLI command wrapper" tar ((:commit . "3265507b5fe4173b3f452a9519c3d09a777f35fb") (:authors ("Love Lagerkvist")) (:maintainers ("Love Lagerkvist")) (:maintainer "Love Lagerkvist") (:keywords "processes" "tools") (:url . "https://github.com/motform/arduino-cli-mode"))]) + (arduino-mode . [(20240527 1603) ((emacs (25 1)) (spinner (1 7 3))) "Major mode for editing Arduino code" tar ((:commit . "b2ffd8441851659cb1cc844156073967729585e5") (:maintainers ("stardiviner" . "numbchild@gmail.com")) (:maintainer "stardiviner" . "numbchild@gmail.com") (:keywords "languages" "arduino") (:url . "https://repo.or.cz/arduino-mode.git"))]) + (aria2 . [(20230314 2131) ((emacs (25 1))) "Control aria2c commandline tool from Emacs" tar ((:commit . "1f2cbe624f3a4e0109b5dc123bb4bbed496b15a7") (:authors ("Łukasz Gruner" . "lukasz@gruner.lu")) (:maintainers ("Łukasz Gruner" . "lukasz@gruner.lu")) (:maintainer "Łukasz Gruner" . "lukasz@gruner.lu") (:keywords "download" "bittorrent" "aria2") (:url . "https://bitbucket.org/ukaszg/aria2-mode"))]) + (ariadne . [(20131117 1711) ((bert (0 1))) "Ariadne plugin for Emacs" tar ((:commit . "6fe401c7f996bcbc2f685e7971324c6f5e5eaf15") (:authors ("Oleksandr Manzyuk" . "manzyuk@gmail.com")) (:maintainers ("Oleksandr Manzyuk" . "manzyuk@gmail.com")) (:maintainer "Oleksandr Manzyuk" . "manzyuk@gmail.com") (:keywords "comm" "convenience" "processes"))]) + (arjen-grey-theme . [(20170522 2047) nil "A soothing dark grey theme" tar ((:commit . "4cd0be72b65d42390e2105cfdaa408a1ead8d8d1") (:authors ("Arjen Wiersma" . "arjen@wiersma.org")) (:maintainers ("Arjen Wiersma" . "arjen@wiersma.org")) (:maintainer "Arjen Wiersma" . "arjen@wiersma.org") (:keywords "faces") (:url . "https://github.com/credmp/arjen-grey"))]) + (artbollocks-mode . [(20170524 422) nil "Improve your writing (especially about art)" tar ((:commit . "4a907e470bf345b88c3802c1241ce2b8cf4123ee") (:authors ("Rob Myers , Sacha Chua" . "sacha@sachachua.com")) (:maintainers ("Rob Myers , Sacha Chua" . "sacha@sachachua.com")) (:maintainer "Rob Myers , Sacha Chua" . "sacha@sachachua.com") (:url . "https://github.com/sachac/artbollocks-mode"))]) + (arview . [(20160419 2109) nil "extract and view archives in the temporary directory" tar ((:commit . "5437b4221b64b238c273a651d4792c577dba6d45") (:authors ("Andrey Fainer" . "fandrey@gmx.com")) (:maintainers ("Andrey Fainer" . "fandrey@gmx.com")) (:maintainer "Andrey Fainer" . "fandrey@gmx.com") (:keywords "files") (:url . "https://github.com/afainer/arview"))]) + (arxiv-citation . [(20230713 627) ((emacs (25 1)) (dash (2 19 1)) (s (1 12 0))) "Utility functions for dealing with arXiv papers" tar ((:commit . "04de0dae1121fb92c30b393449c6f8d6d940dbed") (:authors ("Tony Zorman" . "soliditsallgood@mailbox.org")) (:maintainers ("Tony Zorman" . "soliditsallgood@mailbox.org")) (:maintainer "Tony Zorman" . "soliditsallgood@mailbox.org") (:keywords "convenience") (:url . "https://gitlab.com/slotThe/arXiv-citation"))]) + (arxiv-mode . [(20240111 2203) ((emacs (27 1)) (hydra (0))) "Read and search for articles on arXiv.org" tar ((:commit . "f629ec64f8bbac0cadb472c6741f8f33d49e9160") (:authors ("Alex Chen (fizban007)" . "fizban007@gmail.com") ("Simon Lin (Simon-Lin)" . "n.sibetz@gmail.com")) (:maintainers ("Alex Chen (fizban007)" . "fizban007@gmail.com")) (:maintainer "Alex Chen (fizban007)" . "fizban007@gmail.com") (:keywords "bib" "convenience" "hypermedia") (:url . "https://github.com/fizban007/arxiv-mode"))]) + (ascii-table . [(20231215 1527) ((emacs (24 3))) "Interactive ASCII table" tar ((:commit . "dc3c91feff6282303b66816bdcee9e031558ff77") (:authors ("Lassi Kortela" . "lassi@lassi.io")) (:maintainers ("Lassi Kortela" . "lassi@lassi.io")) (:maintainer "Lassi Kortela" . "lassi@lassi.io") (:keywords "help" "tools") (:url . "https://github.com/lassik/emacs-ascii-table"))]) + (asilea . [(20150105 1525) ((emacs (24)) (cl-lib (0 5))) "Find best compiler options using simulated annealing" tar ((:commit . "2aab1cc63b64ef08d12e84fd7ba5c94065f6039f") (:authors ("Fanael Linithien" . "fanael4@gmail.com")) (:maintainers ("Fanael Linithien" . "fanael4@gmail.com")) (:maintainer "Fanael Linithien" . "fanael4@gmail.com") (:url . "https://github.com/Fanael/asilea"))]) + (asm-blox . [(20240106 1930) ((emacs (26 1)) (yaml (0 5 1))) "Programming game involving WAT" tar ((:commit . "6731d8e4f78d0b43ec9b90d8184c1d86d725ac7c") (:authors ("Zachary Romero")) (:maintainers ("Zachary Romero")) (:maintainer "Zachary Romero") (:keywords "games") (:url . "https://github.com/zkry/asm-blox"))]) + (asn1-mode . [(20170729 226) ((emacs (24 3)) (s (1 10 0))) "ASN.1/GDMO mode for GNU Emacs" tar ((:commit . "d5d4a8259daf708411699bcea85d322f18beb972") (:authors ("Taichi Kawabata ")) (:maintainers ("Taichi Kawabata ")) (:maintainer "Taichi Kawabata ") (:keywords "languages" "processes" "tools") (:url . "https://github.com/kawabata/asn1-mode/"))]) + (assess . [(20240303 1454) ((emacs (24 4)) (m-buffer (0 15))) "Test support functions" tar ((:commit . "cadeb24a5d8261fad4bdfdc09e7d571cc395a6ca") (:authors ("Phillip Lord" . "phillip.lord@russet.org.uk")) (:maintainers ("Phillip Lord" . "phillip.lord@russet.org.uk")) (:maintainer "Phillip Lord" . "phillip.lord@russet.org.uk"))]) + (astro-ts-mode . [(20230802 437) ((emacs (29))) "Major mode for editing Astro templates" tar ((:commit . "207e5da093aa8141b9dd2f5e98afd8952832b4b0") (:authors ("Ruby Iris Juric" . "ruby@srxl.me")) (:maintainers ("Ruby Iris Juric" . "ruby@srxl.me")) (:maintainer "Ruby Iris Juric" . "ruby@srxl.me") (:keywords "languages") (:url . "https://github.com/Sorixelle/astro-ts-mode"))]) + (astyle . [(20200328 616) ((emacs (24 4)) (reformatter (0 3))) "Astyle formatter functions" tar ((:commit . "04ff2941f08c4b731fe6a18ee1697436d1ca1cc0") (:authors ("Petter Storvik")) (:maintainers ("Petter Storvik")) (:maintainer "Petter Storvik") (:keywords "astyle" "c" "c++" "cpp" "reformatter") (:url . "https://github.com/storvik/emacs-astyle"))]) + (asx . [(20191024 1100) ((emacs (26 1))) "Ask StackExchange/StackOverflow" tar ((:commit . "5ca12cc51bb02b5926adf9a7976ba9ca08a1ea21") (:authors ("Alex Ragone" . "ragonedk@gmail.com")) (:maintainers ("Alex Ragone" . "ragonedk@gmail.com")) (:maintainer "Alex Ragone" . "ragonedk@gmail.com") (:keywords "convenience") (:url . "https://github.com/ragone/asx"))]) + (async . [(20240617 604) ((emacs (24 4))) "Asynchronous processing in Emacs" tar ((:commit . "cff2bd0be3c78a2eb76717eed60302972fe9b8c5") (:authors ("John Wiegley" . "jwiegley@gmail.com")) (:maintainers ("Thierry Volpiatto" . "thievol@posteo.net")) (:maintainer "Thierry Volpiatto" . "thievol@posteo.net") (:keywords "async") (:url . "https://github.com/jwiegley/emacs-async"))]) + (async-await . [(20220827 437) ((emacs (25 1)) (promise (1 1)) (iter2 (0 9 10))) "Async/Await" tar ((:commit . "e0d15e8057ed7520100bc50c5552278292ebcb07") (:authors ("chuntaro" . "chuntaro@sakura-games.jp")) (:maintainers ("chuntaro" . "chuntaro@sakura-games.jp")) (:maintainer "chuntaro" . "chuntaro@sakura-games.jp") (:keywords "async" "await" "convenience") (:url . "https://github.com/chuntaro/emacs-async-await"))]) + (async-backup . [(20230412 1534) ((emacs (24 4))) "Backup on each save without freezing Emacs" tar ((:commit . "d07a7bd4a5c3332a8a585680d67925385c595927") (:authors ("contrapunctus" . "xmpp:contrapunctus@jabjab.de")) (:maintainers ("contrapunctus" . "xmpp:contrapunctus@jabjab.de")) (:maintainer "contrapunctus" . "xmpp:contrapunctus@jabjab.de") (:keywords "files") (:url . "https://codeberg.org/contrapunctus/async-backup"))]) + (async-job-queue . [(20230427 2122) ((async (1 4)) (emacs (25 1)) (queue (0 2))) "Dispatch queue of async jobs to a fixed number of slots" tar ((:commit . "eeafcce7f960305666b2a51aec55cc6333f6af1b") (:authors ("Onnie Winebarger")) (:maintainers ("Onnie Winebarger")) (:maintainer "Onnie Winebarger") (:keywords "extensions" "lisp") (:url . "https://github.com/owinebar/emacs-async-job-queue"))]) + (async-status . [(20230821 204) ((emacs (28 1)) (svg-lib (0 2 7)) (posframe (1 4 2))) "A package for indicator support" tar ((:commit . "d2f5becc9850c26aa71fb581f9fc389eac740f52") (:authors ("Jason Kim" . "sukbeom.kim@gmail.com")) (:maintainers ("Jason Kim" . "sukbeom.kim@gmail.com")) (:maintainer "Jason Kim" . "sukbeom.kim@gmail.com") (:keywords "tools" "async") (:url . "https://github.com/seokbeomkim/async-status"))]) + (asyncloop . [(20240407 1153) ((emacs (28))) "Non-blocking series of functions" tar ((:commit . "46e38388870b238221a4d96017874309aada7660") (:authors ("Martin Edström" . "meedstrom91@gmail.com")) (:maintainers ("Martin Edström" . "meedstrom91@gmail.com")) (:maintainer "Martin Edström" . "meedstrom91@gmail.com") (:keywords "tools") (:url . "https://github.com/meedstrom/asyncloop"))]) + (atcoder-tools . [(20200109 1236) ((emacs (26)) (f (0 20)) (s (1 12))) "An atcoder-tools client" tar ((:commit . "cfe61ed18ea9b3b1bfb6f9e7d80a47599680cd1f") (:authors ("Seong Yong-ju" . "sei40kr@gmail.com")) (:maintainers ("Seong Yong-ju" . "sei40kr@gmail.com")) (:maintainer "Seong Yong-ju" . "sei40kr@gmail.com") (:keywords "extensions" "tools") (:url . "https://github.com/sei40kr/atcoder-tools"))]) + (atl-long-lines . [(20240101 929) ((emacs (24 3))) "Turn off truncate-lines when the line is long" tar ((:commit . "82cdd4edefba2d5b1d491bf3fcc487385819d713") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "truncate" "lines" "auto" "long") (:url . "https://github.com/jcs-elpa/atl-long-lines"))]) + (atl-markup . [(20240101 933) ((emacs (24 3))) "Automatically truncate lines for markup languages" tar ((:commit . "b616343ffe17060d521b214b8e90f5da1e880934") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "automatic" "truncate" "visual" "lines") (:url . "https://github.com/jcs-elpa/atl-markup"))]) + (atom-dark-theme . [(20220114 1902) nil "An Emacs port of the Atom Dark theme from Atom.io." tar ((:commit . "2b3c7ad42bbcab3214a131f8957b92e717b36ad3") (:authors ("Jeremy Whitlock" . "jwhitlock@apache.org")) (:maintainers ("Jeremy Whitlock" . "jwhitlock@apache.org")) (:maintainer "Jeremy Whitlock" . "jwhitlock@apache.org") (:keywords "themes" "atom" "dark") (:url . "https://github.com/whitlockjc/atom-dark-theme-emacs"))]) + (atom-one-dark-theme . [(20210128 1640) nil "Atom One Dark color theme" tar ((:commit . "b34b62e85593812b55ee552a1cb0eecfb04767bb") (:authors ("Jonathan Chu" . "me@jonathanchu.is")) (:maintainers ("Jonathan Chu" . "me@jonathanchu.is")) (:maintainer "Jonathan Chu" . "me@jonathanchu.is") (:url . "https://github.com/jonathanchu/atom-one-dark-theme"))]) + (atomic-chrome . [(20230304 112) ((emacs (24 4)) (let-alist (1 0 4)) (websocket (1 4))) "Edit Chrome text area with Emacs using Atomic Chrome" tar ((:commit . "f1b077be7e414f457191d72dcf5eedb4371f9309") (:authors ("alpha22jp" . "alpha22jp@gmail.com")) (:maintainers ("alpha22jp" . "alpha22jp@gmail.com")) (:maintainer "alpha22jp" . "alpha22jp@gmail.com") (:keywords "chrome" "edit" "textarea") (:url . "https://github.com/alpha22jp/atomic-chrome"))]) + (attrap . [(20230810 808) ((dash (2 12 0)) (emacs (25 1)) (f (0 19 0)) (s (1 11 0))) "ATtempt To Repair At Point" tar ((:commit . "bb61a4bc3d85a76e807f1ecede17031b51c8caed") (:authors ("Jean-Philippe Bernardy" . "jeanphilippe.bernardy@gmail.com")) (:maintainers ("Jean-Philippe Bernardy" . "jeanphilippe.bernardy@gmail.com")) (:maintainer "Jean-Philippe Bernardy" . "jeanphilippe.bernardy@gmail.com") (:keywords "programming" "tools") (:url . "https://github.com/jyp/attrap"))]) + (auctex-cluttex . [(20240519 1303) ((emacs (24 4)) (auctex (13 1))) "ClutTeX support for AUCTeX" tar ((:commit . "1a940892dcbe3e4874d2d60db92de1cb34a1b773") (:authors ("Masahiro Nakamura" . "tsuucat@icloud.com")) (:maintainers ("Masahiro Nakamura" . "tsuucat@icloud.com")) (:maintainer "Masahiro Nakamura" . "tsuucat@icloud.com") (:keywords "tex") (:url . "https://github.com/tsuu32/auctex-cluttex"))]) + (auctex-latexmk . [(20221025 1219) ((auctex (11 87))) "Add LatexMk support to AUCTeX" tar ((:commit . "b00a95e6b34c94987fda5a57c20cfe2f064b1c7a") (:authors ("Tomoya Tanjo" . "ttanjo@gmail.com")) (:maintainers ("Tomoya Tanjo" . "ttanjo@gmail.com")) (:maintainer "Tomoya Tanjo" . "ttanjo@gmail.com") (:keywords "tex") (:url . "https://github.com/tom-tan/auctex-latexmk/"))]) + (auctex-lua . [(20151121 1610) ((auctex (11 86)) (lua-mode (20130419))) "Lua editing support for AUCTeX" tar ((:commit . "799cd8ac10c96991bb63d9aa60528ae5d8c786b5") (:authors ("Sean Allred" . "seallred@smcm.edu")) (:maintainers ("Sean Allred" . "seallred@smcm.edu")) (:maintainer "Sean Allred" . "seallred@smcm.edu") (:keywords "latex" "lua") (:url . "http://github.com/vermiculus/auctex-lua"))]) + (audacious . [(20210917 51) ((helm (3 6 2)) (emacs (24 4))) "Emacs interface to control audacious" tar ((:commit . "65c37f12a5c774a0ae434beee27ff7737006dd2f") (:authors ("Hitoshi Uchida" . "hitoshi.uchida@gmail.com")) (:maintainers ("Hitoshi Uchida" . "hitoshi.uchida@gmail.com")) (:maintainer "Hitoshi Uchida" . "hitoshi.uchida@gmail.com") (:url . "https://github.com/shishimaru/audacious.el"))]) + (audio-notes-mode . [(20170611 2159) nil "Play audio notes synced from somewhere else." tar ((:commit . "fa38350829c7e97257efc746a010471d33748a68") (:authors ("Artur Malabarba" . "bruce.connor.am@gmail.com")) (:maintainers ("Artur Malabarba" . "bruce.connor.am@gmail.com")) (:maintainer "Artur Malabarba" . "bruce.connor.am@gmail.com") (:keywords "hypermedia" "convenience") (:url . "http://github.com/Bruce-Connor/audio-notes-mode"))]) + (aurel . [(20170114 937) ((emacs (24 3)) (bui (1 1 0)) (dash (2 11 0))) "Search, get info, vote for and download AUR packages" tar ((:commit . "fc7ad208f43f8525f84a18941c9b55f956df8961") (:authors ("Alex Kost" . "alezost@gmail.com")) (:maintainers ("Alex Kost" . "alezost@gmail.com")) (:maintainer "Alex Kost" . "alezost@gmail.com") (:keywords "tools") (:url . "https://github.com/alezost/aurel"))]) + (aurora-config-mode . [(20180216 2302) nil "Major mode for Apache Aurora configuration files" tar ((:commit . "8273ec7937a21b469b9dbb6c11714255b890f410") (:authors ("Berk D. Demir" . "bdd@mindcast.org")) (:maintainers ("Berk D. Demir" . "bdd@mindcast.org")) (:maintainer "Berk D. Demir" . "bdd@mindcast.org") (:keywords "languages" "configuration") (:url . "https://github.com/bdd/aurora-config.el"))]) + (auth-source-1password . [(20230529 1349) ((emacs (24 4))) "1password integration for auth-source" tar ((:commit . "7bb8ad3507c58cc642b2ebbd7e57a91efab80e14") (:authors ("Dominick LoBraico" . "auth-source-1password@lobrai.co")) (:maintainers ("Dominick LoBraico" . "auth-source-1password@lobrai.co")) (:maintainer "Dominick LoBraico" . "auth-source-1password@lobrai.co") (:url . "https://github.com/dlobraico"))]) + (auth-source-gopass . [(20230109 1213) ((emacs (24 4))) "Gopass integration for auth-source" tar ((:commit . "6f7f0cc0d682f66d11f7fac4fa5c1e79904232da") (:authors ("Markus M. May" . "mmay@javafreedom.org")) (:maintainers ("Markus M. May" . "mmay@javafreedom.org")) (:maintainer "Markus M. May" . "mmay@javafreedom.org") (:url . "https://github.com/"))]) + (auth-source-keytar . [(20240101 846) ((emacs (24 4)) (keytar (0 1 2)) (s (1 12 0))) "Integrate auth-source with keytar" tar ((:commit . "6c3389a30a0d998857ff6861b4c05bce5a07be82") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "keytar" "password" "credential" "secret" "security") (:url . "https://github.com/emacs-grammarly/auth-source-keytar"))]) + (auth-source-kwallet . [(20210605 1032) ((emacs (24 4))) "KWallet integration for auth-source" tar ((:commit . "57335d80876a526adb63a5ab57b83f55e8d79953") (:authors ("Ekaterina Vaartis" . "vaartis@kotobank.ch")) (:maintainers ("Ekaterina Vaartis" . "vaartis@kotobank.ch")) (:maintainer "Ekaterina Vaartis" . "vaartis@kotobank.ch") (:url . "https://github.com/vaartis/auth-source-kwallet"))]) + (auth-source-xoauth2 . [(20220804 2219) ((emacs (26 1))) "Integrate auth-source with XOAUTH2" tar ((:commit . "99a03f8ce835412943d311b2746e77fcf5a1b500") (:authors ("Cesar Crusius" . "ccrusius@google.com")) (:maintainers ("Cesar Crusius" . "ccrusius@google.com")) (:maintainer "Cesar Crusius" . "ccrusius@google.com") (:url . "https://github.com/ccrusius/auth-source-xoauth2"))]) + (auto-async-byte-compile . [(20160916 454) nil "Automatically byte-compile when saved" tar ((:commit . "8681e74ddb8481789c5dbb3cafabb327db4c4484") (:authors ("rubikitch" . "rubikitch@ruby-lang.org")) (:maintainers ("rubikitch" . "rubikitch@ruby-lang.org")) (:maintainer "rubikitch" . "rubikitch@ruby-lang.org") (:keywords "lisp" "convenience") (:url . "http://www.emacswiki.org/cgi-bin/wiki/download/auto-async-byte-compile.el"))]) + (auto-auto-indent . [(20131106 1903) ((es-lib (0 1)) (cl-lib (1 0))) "Indents code as you type" tar ((:commit . "0139378577f936d34b20276af6f022fb457af490") (:authors ("sabof")) (:maintainers ("sabof")) (:maintainer "sabof") (:url . "https://github.com/sabof/auto-auto-indent"))]) + (auto-compile . [(20240623 931) ((emacs (26 1))) "Automatically compile Emacs Lisp libraries" tar ((:commit . "a495b3b92a555953b58ec4b6a8ab8411c337ea3d") (:authors ("Jonas Bernoulli" . "emacs.auto-compile@jonas.bernoulli.dev")) (:maintainers ("Jonas Bernoulli" . "emacs.auto-compile@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.auto-compile@jonas.bernoulli.dev") (:keywords "compile" "convenience" "lisp") (:url . "https://github.com/emacscollective/auto-compile"))]) + (auto-complete . [(20240320 1734) ((popup (0 5 0)) (cl-lib (0 5))) "Auto Completion for GNU Emacs" tar ((:commit . "0c2f5a7d28b70bfe30b87378d58d74798a62741d") (:authors ("Tomohiro Matsuyama" . "m2ym.pub@gmail.com")) (:maintainer "Jen-Chieh Shen" . "jcs090218@gmail.com") (:keywords "completion" "convenience") (:url . "https://github.com/auto-complete/auto-complete"))]) + (auto-complete-auctex . [(20140223 1758) ((yasnippet (0 6 1)) (auto-complete (1 4))) "auto-completion for auctex" tar ((:commit . "855633f668bcc4b9408396742a7cb84e0c4a2f77") (:authors ("Christopher Monsanto" . "chris@monsan.to")) (:maintainers ("Christopher Monsanto" . "chris@monsan.to")) (:maintainer "Christopher Monsanto" . "chris@monsan.to"))]) + (auto-complete-c-headers . [(20150912 323) ((auto-complete (1 4))) "An auto-complete source for C/C++ header files" tar ((:commit . "52fef720c6f274ad8de52bef39a343421006c511") (:authors ("Masafumi Oyamada" . "stillpedant@gmail.com")) (:maintainers ("Masafumi Oyamada" . "stillpedant@gmail.com")) (:maintainer "Masafumi Oyamada" . "stillpedant@gmail.com") (:keywords "c"))]) + (auto-complete-chunk . [(20140225 946) ((auto-complete (1 4))) "Auto-completion for dot.separated.words." tar ((:commit . "a9aa77ffb84a1037984a7ce4dda25074272f13fe") (:authors ("ARAKAKI, Takafumi")) (:maintainers ("ARAKAKI, Takafumi")) (:maintainer "ARAKAKI, Takafumi") (:url . "https://github.com/tkf/auto-complete-chunk"))]) + (auto-complete-clang . [(20140409 752) ((auto-complete (1 3 1))) "Auto Completion source for clang for GNU Emacs" tar ((:commit . "a195db1d0593b4fb97efe50885e12aa6764d998c") (:authors ("Brian Jiang" . "brianjcj@gmail.com")) (:maintainers ("Brian Jiang" . "brianjcj@gmail.com")) (:maintainer "Brian Jiang" . "brianjcj@gmail.com") (:keywords "completion" "convenience") (:url . "https://github.com/brianjcj/auto-complete-clang"))]) + (auto-complete-clang-async . [(20130526 1527) nil "Auto Completion source for clang for GNU Emacs" tar ((:commit . "a5114e3477793ccb9420acc5cd6a1cb26be65964") (:keywords "completion" "convenience"))]) + (auto-complete-distel . [(20180827 1344) ((auto-complete (1 4)) (distel-completion-lib (1 0 0))) "Erlang/distel completion backend for auto-complete-mode" tar ((:commit . "acc4c0a5521904203d797fe96b08e5fae4233c7e") (:authors ("Sebastian Weddmark Olsson")) (:maintainers ("Sebastian Weddmark Olsson")) (:maintainer "Sebastian Weddmark Olsson") (:keywords "erlang" "distel" "auto-complete") (:url . "github.com/sebastiw/distel-completion"))]) + (auto-complete-exuberant-ctags . [(20140320 724) ((auto-complete (1 4 0))) "Exuberant ctags auto-complete.el source" tar ((:commit . "ff6121ff8b71beb5aa606d28fd389c484ed49765") (:authors ("Kenichirou Oyama" . "k1lowxb@gmail.com")) (:maintainers ("Kenichirou Oyama" . "k1lowxb@gmail.com")) (:maintainer "Kenichirou Oyama" . "k1lowxb@gmail.com") (:keywords "anto-complete" "exuberant ctags") (:url . "http://code.101000lab.org"))]) + (auto-complete-nxml . [(20140221 458) ((auto-complete (1 4))) "do completion by auto-complete.el on nXML-mode" tar ((:commit . "ac7b09a23e45f9bd02affb31847263de4180163a") (:authors ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainers ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainer "Hiroaki Otsu" . "ootsuhiroaki@gmail.com") (:keywords "completion" "html" "xml") (:url . "https://github.com/aki2o/auto-complete-nxml"))]) + (auto-complete-pcmp . [(20140303 255) ((auto-complete (1 4 0)) (log4e (0 2 0)) (yaxception (0 1))) "Provide auto-complete sources using pcomplete results" tar ((:commit . "2595d3dab1ef3549271ca922f212928e9d830eec") (:authors ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainers ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainer "Hiroaki Otsu" . "ootsuhiroaki@gmail.com") (:keywords "completion") (:url . "https://github.com/aki2o/auto-complete-pcmp"))]) + (auto-complete-rst . [(20140225 944) ((auto-complete (1 4))) "Auto-complete extension for ReST and Sphinx" tar ((:commit . "4803ce41a96224e6fa54e6741a5b5f40ebed7351") (:authors ("ARAKAKI, Takafumi")) (:maintainers ("ARAKAKI, Takafumi")) (:maintainer "ARAKAKI, Takafumi") (:url . "https://github.com/tkf/auto-complete-rst"))]) + (auto-complete-sage . [(20160514 751) ((auto-complete (1 5 1)) (sage-shell-mode (0 1 0))) "An auto-complete source for sage-shell-mode." tar ((:commit . "51b8e3905196d266e1f8aa47881189833151b398") (:authors ("Sho Takemori" . "stakemorii@gmail.com")) (:maintainers ("Sho Takemori" . "stakemorii@gmail.com")) (:maintainer "Sho Takemori" . "stakemorii@gmail.com") (:keywords "sage" "math" "auto-complete") (:url . "https://github.com/stakemori/auto-complete-sage"))]) + (auto-dark . [(20240322 44) ((emacs (24 4))) "Automatically sets the dark-mode theme based on macOS/Linux/Windows status" tar ((:commit . "066f9723001647bec88b051e543b82366c9b7a42") (:authors ("Rahul M. Juliato") ("Tim Harper ") ("Vincent Zhang" . "seagle0128@gmail.com") ("Jonathan Arnett" . "jonathan.arnett@protonmail.com")) (:maintainers ("Rahul M. Juliato")) (:maintainer "Rahul M. Juliato") (:keywords "macos" "windows" "linux" "themes" "tools" "faces") (:url . "https://github.com/LionyxML/auto-dark-emacs"))]) + (auto-dictionary . [(20150410 1610) nil "automatic dictionary switcher for flyspell" tar ((:commit . "b364e08009fe0062cf0927d8a0582fad5a12b8e7") (:authors ("Nikolaj Schumacher ")) (:maintainers ("Nikolaj Schumacher ")) (:maintainer "Nikolaj Schumacher ") (:keywords "wp") (:url . "http://nschum.de/src/emacs/auto-dictionary/"))]) + (auto-dim-other-buffers . [(20220209 2101) nil "Makes windows without focus less prominent" tar ((:commit . "33b5f88b799a17947c266b04ad59462c5aeb4ed7") (:authors ("Michal Nazarewicz" . "mina86@mina86.com")) (:maintainers ("Michal Nazarewicz" . "mina86@mina86.com")) (:maintainer "Michal Nazarewicz" . "mina86@mina86.com") (:url . "https://github.com/mina86/auto-dim-other-buffers.el"))]) + (auto-highlight-symbol . [(20240101 905) ((emacs (26 1)) (ht (2 3))) "Automatic highlighting current symbol minor mode" tar ((:commit . "6194af718b758e10a0401104760b9d9cf96735db") (:authors ("Mitsuo Saito" . "arch320@NOSPAM.gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "highlight" "face" "match" "convenience") (:url . "http://github.com/jcs-elpa/auto-highlight-symbol"))]) + (auto-indent-mode . [(20211029 11) nil "Auto indent Minor mode" tar ((:commit . "664006b67329a8e27330541547f8c2187dab947c") (:authors ("Matthew L. Fidler, Le Wang & Others")) (:maintainers ("Matthew L. Fidler")) (:maintainer "Matthew L. Fidler") (:keywords "auto" "indentation") (:url . "https://github.com/mlf176f2/auto-indent-mode.el/"))]) + (auto-minor-mode . [(20180527 1123) ((emacs (24 4))) "Enable minor modes by file name and contents" tar ((:commit . "c62f4e04c7b73835c399f0348bea0ade2720bcbb") (:authors ("Joe Wreschnig" . "joe.wreschnig@gmail.com")) (:maintainers ("Joe Wreschnig" . "joe.wreschnig@gmail.com")) (:maintainer "Joe Wreschnig" . "joe.wreschnig@gmail.com") (:keywords "convenience") (:url . "https://github.com/joewreschnig/auto-minor-mode"))]) + (auto-org-md . [(20180213 2343) ((emacs (24 4))) "export a markdown file automatically when you save an org-file" tar ((:commit . "9318338bdb7fe8bd698d88f3af89b2d6413efdd2") (:authors ("jamcha" . "jamcha.aa@gmail.com")) (:maintainers ("jamcha" . "jamcha.aa@gmail.com")) (:maintainer "jamcha" . "jamcha.aa@gmail.com") (:keywords "org" "markdown") (:url . "https://github.com/jamcha-aa/auto-org-md"))]) + (auto-package-update . [(20211108 2025) ((emacs (24 4)) (dash (2 1 0))) "Automatically update Emacs packages." tar ((:commit . "ad95435fefe2bb501d1d787b08272f9c1b7df488") (:authors ("Renan Ranelli")) (:maintainers ("Renan Ranelli")) (:maintainer "Renan Ranelli") (:keywords "package" "update") (:url . "http://github.com/rranelli/auto-package-update.el"))]) + (auto-pause . [(20160426 1216) ((emacs (24 4))) "Run processes which will be paused when Emacs is idle" tar ((:commit . "a4d778de774ca3895542cb559a953e0d98657338") (:authors ("DarkSun" . "lujun9972@gmail.com")) (:maintainers ("DarkSun" . "lujun9972@gmail.com")) (:maintainer "DarkSun" . "lujun9972@gmail.com") (:keywords "convenience" "menu") (:url . "https://github.com/lujun9972/auto-pause"))]) + (auto-read-only . [(20200827 1754) ((emacs (25 1)) (cl-lib (0 5))) "Automatically make the buffer to read-only" tar ((:commit . "db209bf5b7f76f4c3dc4d0892fc6a24430779f29") (:authors ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainers ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainer "USAMI Kenta" . "tadsan@zonu.me") (:keywords "files" "convenience") (:url . "https://github.com/zonuexe/auto-read-only.el"))]) + (auto-rename-tag . [(20240120 1011) ((emacs (24 4))) "Automatically rename paired HTML/XML tag" tar ((:commit . "288c708e5c88113a5c8c5c44361f1d3c3e334a2e") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "auto-complete" "html" "rename" "tag" "xml") (:url . "https://github.com/emacs-vs/auto-rename-tag"))]) + (auto-save-buffers-enhanced . [(20161109 710) nil "Automatically save buffers in a decent way" tar ((:commit . "461e8c816c1b7c650be5f209078b381fe55da8c6") (:authors ("Kentaro Kuribayashi" . "kentarok@gmail.com")) (:maintainers ("Kentaro Kuribayashi" . "kentarok@gmail.com")) (:maintainer "Kentaro Kuribayashi" . "kentarok@gmail.com"))]) + (auto-shell-command . [(20180817 1502) ((deferred (20130312)) (popwin (20130329))) "Run the shell command asynchronously that you specified when you save the file." tar ((:commit . "a8f9213e3c773b5687b81881240e6e648f2f56ba") (:authors ("ongaeshi")) (:maintainers ("ongaeshi")) (:maintainer "ongaeshi") (:keywords "shell" "save" "async" "deferred" "auto"))]) + (auto-sort-mode . [(20230827 2124) ((emacs (24 1))) "Automatically sort lines between two delimiters" tar ((:commit . "3ffa4e2a76a6dda949fdfd200f623a17c4796559") (:authors ("Rob Weir" . "rweir@ertius.org")) (:maintainers ("Rob Weir" . "rweir@ertius.org")) (:maintainer "Rob Weir" . "rweir@ertius.org") (:keywords "sorting" "sort" "matching" "tools") (:url . "https://github.com/rweir/auto-sort-mode"))]) + (auto-sudoedit . [(20230907 724) ((emacs (26 1)) (f (0 19 0))) "Auto sudo edit by tramp" tar ((:commit . "1caa127db200f86d1cfdeaae4410a673f0ae11e0") (:authors ("ncaq" . "ncaq@ncaq.net")) (:maintainers ("ncaq" . "ncaq@ncaq.net")) (:maintainer "ncaq" . "ncaq@ncaq.net") (:url . "https://github.com/ncaq/auto-sudoedit"))]) + (auto-virtualenv . [(20240115 1548) ((cl-lib (0 5)) (pyvenv (1 9)) (s (1 10 0))) "Auto activate python virtualenvs" tar ((:commit . "5771eb59fc2f589aa3066297ff3bbeeae474d846") (:authors ("Marcwebbie" . "marcwebbie@gmail.com")) (:maintainers ("Marcwebbie" . "marcwebbie@gmail.com")) (:maintainer "Marcwebbie" . "marcwebbie@gmail.com") (:keywords "python" "virtualenv" "tools") (:url . "http://github.com/marcwebbie/auto-virtualenv"))]) + (auto-virtualenvwrapper . [(20230317 1313) ((cl-lib (1 0)) (s (1 13 0)) (virtualenvwrapper (0))) "Lightweight auto activate python virtualenvs" tar ((:commit . "8cc2616af46d7e26c1d9ecea5fffd8974e5b1acb") (:authors ("Marcwebbie" . "marcwebbie@gmail.com") ("Robert Zaremba" . "robert-zaremba@scale-it.pl")) (:maintainers ("Marcwebbie" . "marcwebbie@gmail.com")) (:maintainer "Marcwebbie" . "marcwebbie@gmail.com") (:keywords "python" "virtualenv" "tools"))]) + (auto-yasnippet . [(20230208 331) ((yasnippet (0 14 0)) (emacs (25 1))) "Quickly create disposable yasnippets" tar ((:commit . "6a9e406d0d7f9dfd6dff7647f358cb05a0b1637e") (:authors ("Oleh Krehel" . "ohwoeowho@gmail.com") ("Jason Milkins" . "jasonm23@gmail.com")) (:maintainers ("Jason Milkins" . "jasonm23@gmail.com")) (:maintainer "Jason Milkins" . "jasonm23@gmail.com") (:url . "https://github.com/abo-abo/auto-yasnippet"))]) + (autobookmarks . [(20220509 1712) ((dash (2 10 0)) (cl-lib (0 5))) "Save recently visited files and buffers" tar ((:commit . "8acd6f182181e23257e01c1b5cf90b872507a74d") (:authors ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matúš Goljer" . "matus.goljer@gmail.com") (:keywords "files"))]) + (autobuild . [(20240430 1600) ((emacs (26 1)) (selcand (0 0 3))) "Define and execute build rules and compilation pipelines" tar ((:commit . "4760f6ea843d5d15c3fcf7cbf6b69153b61739fa") (:authors ("Ernesto Alfonso")) (:maintainers (nil . "(concat \"erjoalgo\" \"@\" \"gmail\" \".com\")")) (:maintainer nil . "(concat \"erjoalgo\" \"@\" \"gmail\" \".com\")") (:keywords "compile" "build" "pipeline" "autobuild" "extensions" "processes" "tools") (:url . "https://github.com/erjoalgo/autobuild"))]) + (autodisass-java-bytecode . [(20230907 1729) nil "Automatically disassemble Java bytecode" tar ((:commit . "02788145f5c70e9004c4eba5acffbb584fe7de37") (:authors ("George Balatsouras ")) (:maintainer "George Balatsouras ") (:keywords "convenience" "data" "files"))]) + (autodisass-llvm-bitcode . [(20150411 125) nil "Automatically disassemble LLVM bitcode" tar ((:commit . "14bb1bfe2be3b04d6e0c87a7a9d1e88ce15506d0") (:authors ("George Balatsouras ")) (:maintainer "George Balatsouras ") (:keywords "convenience" "data" "files"))]) + (autoscratch . [(20230612 719) ((emacs (24 1))) "Automatically switch scratch buffer mode" tar ((:commit . "c5cf26b41f86aeb9f8bc64da2fe484ece807ac19") (:authors ("T.v.Dein" . "tlinden@cpan.org")) (:maintainers ("T.v.Dein" . "tlinden@cpan.org")) (:maintainer "T.v.Dein" . "tlinden@cpan.org") (:keywords "convenience" "buffer" "scrach") (:url . "https://github.com/tlinden/autoscratch"))]) + (autotetris-mode . [(20141114 1646) ((cl-lib (0 5))) "automatically play tetris" tar ((:commit . "7d348d33829bc89ddbd2b4d5cfe5073c3b0cbaaa") (:authors ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainers ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainer "Christopher Wellons" . "wellons@nullprogram.com") (:url . "https://github.com/skeeto/autotetris-mode"))]) + (autothemer . [(20230414 1419) ((dash (2 10 0)) (emacs (26 1))) "Conveniently define themes" tar ((:commit . "8f72afc6dba5ad7cc3a201a084fd20571f945d2e") (:maintainers ("Jason Milkins" . "jasonm23@gmail.com")) (:maintainer "Jason Milkins" . "jasonm23@gmail.com") (:url . "https://github.com/jasonm23/autothemer"))]) + (autumn-light-theme . [(20150515 1447) nil "A light color theme with muted, autumnal colors." tar ((:commit . "26a52a79e7fff401af6d24c4365bb4a250c1136a") (:authors ("Adam Alpern" . "adam.alpern@gmail.com")) (:maintainers ("Adam Alpern" . "adam.alpern@gmail.com")) (:maintainer "Adam Alpern" . "adam.alpern@gmail.com") (:keywords "color" "theme") (:url . "http://github.com/aalpern/emacs-color-theme-autumn-light"))]) + (avandu . [(20221106 834) nil "Gateway to Tiny Tiny RSS" tar ((:commit . "f064cd62f878d945cc2f202cda9a1a82b39d9e22") (:authors ("Tom Willemse" . "tom@ryuslash.org")) (:maintainers ("Tom Willemse" . "tom@ryuslash.org")) (:maintainer "Tom Willemse" . "tom@ryuslash.org") (:keywords "net"))]) + (avk-emacs-themes . [(20230825 922) nil "Collection of avk themes" tar ((:commit . "abe6fd059e0a7e8fcf2eb95b16c3dfac5620b1e7") (:authors ("Alex V. Koval" . "alex@koval.kharkov.ua")) (:maintainer "Alex V. Koval" . "alex@koval.kharkov.ua") (:keywords "theme") (:url . "https://github.com/avkoval/avk-emacs-themes"))]) + (avy . [(20230420 404) ((emacs (24 1)) (cl-lib (0 5))) "Jump to arbitrary positions in visible text and select text quickly." tar ((:commit . "be612110cb116a38b8603df367942e2bb3d9bdbe") (:authors ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainers ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") (:keywords "point" "location") (:url . "https://github.com/abo-abo/avy"))]) + (avy-embark-collect . [(20240419 452) ((emacs (25 1)) (embark (0 9)) (avy (0 5))) "Use avy to jump to Embark Collect entries" tar ((:commit . "195add1f1ccd1059472c9df7334c97c4d155425e") (:authors ("Omar Antolín Camarena" . "omar@matem.unam.mx")) (:maintainers ("Omar Antolín Camarena" . "omar@matem.unam.mx")) (:maintainer "Omar Antolín Camarena" . "omar@matem.unam.mx") (:keywords "convenience") (:url . "https://github.com/oantolin/embark"))]) + (avy-flycheck . [(20160720 1500) ((emacs (24 1)) (flycheck (0 14)) (seq (1 11)) (avy (0 4 0))) "Jump to and fix syntax errors using `flycheck' with `avy' interface" tar ((:commit . "5522f3bbbed1801d9278ed696ec0cbba38352985") (:authors ("Xu Ma" . "magicdirac@gmail.com")) (:maintainers ("Xu Ma" . "magicdirac@gmail.com")) (:maintainer "Xu Ma" . "magicdirac@gmail.com") (:keywords "tools" "convenience" "avy" "flycheck") (:url . "https://github.com/magicdirac/avy-flycheck"))]) + (avy-menu . [(20230606 1519) ((emacs (24 4)) (avy (0 4 0))) "Library providing avy-powered popup menu" tar ((:commit . "e79d892afd974105a6b24e8985fef0c9a1b10b4c") (:authors ("Mark Karpov" . "markkarpov92@gmail.com")) (:maintainers ("Mark Karpov" . "markkarpov92@gmail.com")) (:maintainer "Mark Karpov" . "markkarpov92@gmail.com") (:keywords "convenience") (:url . "https://github.com/mrkkrp/avy-menu"))]) + (avy-migemo . [(20180716 1455) ((emacs (24 4)) (avy (0 4 0)) (migemo (1 9))) "avy with migemo" tar ((:commit . "922a6dd82c0bfa316b0fbb56a9d4dd4ffa5707e7") (:authors ("momomo5717")) (:maintainers ("momomo5717")) (:maintainer "momomo5717") (:keywords "avy" "migemo") (:url . "https://github.com/momomo5717/avy-migemo"))]) + (avy-zap . [(20190801 329) ((avy (0 2 0))) "Zap to char using `avy'" tar ((:commit . "7c8d1f40e43d03e2f6c1696bfa547526528ce8cb") (:authors ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainers ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainer "Junpeng Qiu" . "qjpchmail@gmail.com") (:keywords "extensions") (:url . "https://github.com/cute-jumper/avy-zap"))]) + (awk-ts-mode . [(20240517 1251) ((emacs (29 1))) "Major mode for awk using tree-sitter" tar ((:commit . "343d19c5b3c99f1a665d0c6bddb7b18278306b06") (:authors ("Noah Peart" . "noah.v.peart@gmail.com")) (:maintainers ("Noah Peart" . "noah.v.peart@gmail.com")) (:maintainer "Noah Peart" . "noah.v.peart@gmail.com") (:keywords "awk" "languages" "tree-sitter") (:url . "https://github.com/nverno/awk-ts-mode"))]) + (awk-yasnippets . [(20230515 1756) ((emacs (26 3)) (yasnippet (0 8 0))) "Yasnippets for AWK" tar ((:commit . "12e8e0b49878099bda5d3e4915cc3c738c87b95c") (:authors ("Adriano Martinez")) (:maintainers ("Adriano Martinez" . "uberkael@gmail.com")) (:maintainer "Adriano Martinez" . "uberkael@gmail.com") (:keywords "extensions") (:url . "https://github.com/uberkael/awk-yasnippets"))]) + (aws-ec2 . [(20221011 538) ((emacs (24 4)) (dash (2 12 1)) (tblui (0 1 0))) "Manage AWS EC2 instances" tar ((:commit . "7b500097ac3c2addbe1644f78595dc2ea4eb87c4") (:authors ("Yuki Inoue ")) (:maintainers ("Yuki Inoue ")) (:maintainer "Yuki Inoue ") (:url . "https://github.com/Yuki-Inoue/aws.el"))]) + (aws-snippets . [(20191203 1553) ((yasnippet (0 8 0))) "Yasnippets for AWS" tar ((:commit . "557d19a0bc486e0fddb597b2be5087769d9bd47e") (:keywords "snippets"))]) + (awscli-capf . [(20190930 1517) ((emacs (26))) "Completion at point function for the AWS CLI" tar ((:commit . "1a75f88f53a2969fe821c31e6857861d0a0c0a5e") (:authors ("Sebastian Monia" . "smonia@outlook.com")) (:maintainers ("Sebastian Monia" . "smonia@outlook.com")) (:maintainer "Sebastian Monia" . "smonia@outlook.com") (:keywords "tools" "convenience" "abbrev") (:url . "https://github.com/sebasmonia/awscli-capf.git"))]) + (axe . [(20230120 1915) ((emacs (25 1)) (hmac (0 0)) (request (0 3 2)) (s (1 12 0)) (xmlgen (0 5)) (dash (2 17 0)) (mimetypes (1 0))) "AWS Extensions" tar ((:commit . "5168d4f4c33861a071285df34f17fce92137d497") (:authors ("Craig Niles ")) (:maintainers ("Craig Niles ")) (:maintainer "Craig Niles ") (:url . "https://github.com/cniles/axe"))]) + (axiom-environment . [(20220612 1535) ((emacs (24 2))) "An environment for using Axiom/OpenAxiom/FriCAS" tar ((:commit . "01d88daa0c864af9918db5a147fbb5e435dec199") (:authors ("Paul Onions" . "paul.onions@acm.org")) (:maintainers ("Paul Onions" . "paul.onions@acm.org")) (:maintainer "Paul Onions" . "paul.onions@acm.org") (:keywords "axiom" "openaxiom" "fricas"))]) + (ayu-theme . [(20230306 1924) ((emacs (24 1))) "Ayu theme" tar ((:commit . "dc325520c1202463a0f05d4ece1644109830fef4") (:authors ("Tran Anh Vu")) (:maintainers ("Tran Anh Vu")) (:maintainer "Tran Anh Vu") (:keywords "lisp" "theme" "emacs") (:url . "https://github.com/vutran1710/Ayu-Theme-Emacs"))]) + (babashka . [(20240527 732) ((emacs (27 1)) (parseedn (1 1 0))) "Babashka Tasks Interface" tar ((:commit . "4ea9d7febf3e9d301c91231ba2833f3417ba9059") (:authors ("Mykhaylo Bilyanskyy" . "mb@m1k.pw")) (:maintainers ("Mykhaylo Bilyanskyy" . "mb@m1k.pw")) (:maintainer "Mykhaylo Bilyanskyy" . "mb@m1k.pw") (:url . "https://github.com/licht1stein/babashka.el"))]) + (babel . [(20210612 640) nil "interface to web translation services such as Babelfish" tar ((:commit . "946e69c61188bc41793402ac48466d8967ddb43d") (:authors ("Juergen Hoetzel" . "juergen@hoetzel.info") ("Eric Marsden" . "emarsden@laas.fr")) (:maintainers ("Juergen Hoetzel" . "juergen@hoetzel.info")) (:maintainer "Juergen Hoetzel" . "juergen@hoetzel.info") (:keywords "translation" "web") (:url . "http://github.com/juergenhoetzel/babel"))]) + (babel-repl . [(20160504 2201) ((emacs (24))) "Run babel REPL" tar ((:commit . "0faa2f6518a2b46236f116ca1736a314f7d9c034") (:authors ("Hung Phan")) (:maintainers ("Hung Phan")) (:maintainer "Hung Phan") (:keywords "babel" "javascript" "es6") (:url . "https://github.com/hung-phan/babel-repl/"))]) + (back-button . [(20220827 1733) ((nav-flash (1 0 0)) (smartrep (0 0 3)) (list-utils (0 4 2)) (persistent-soft (0 8 8)) (pcache (0 2 3))) "Visual navigation through mark rings" tar ((:commit . "f8783c98a7fefc1d0419959c1b462c7dcadce5a8") (:authors ("Roland Walker" . "walker@pobox.com")) (:maintainers ("Roland Walker" . "walker@pobox.com")) (:maintainer "Roland Walker" . "walker@pobox.com") (:keywords "convenience" "navigation" "interface") (:url . "http://github.com/rolandwalker/back-button"))]) + (backlight . [(20210513 129) ((emacs (24 3))) "backlight brightness adjustment on GNU/Linux" tar ((:commit . "b6826a60440d8bf440618e3cdafb40158de920e6") (:authors ("Michael Schuldt" . "mbschuldt@gmail.com")) (:maintainers ("Michael Schuldt" . "mbschuldt@gmail.com")) (:maintainer "Michael Schuldt" . "mbschuldt@gmail.com") (:keywords "hardware") (:url . "https://github.com/mschuldt/backlight.el"))]) + (backline . [(20240618 1551) ((emacs (25 1)) (compat (29 1 4 1)) (outline-minor-faces (0 1 2))) "Preserve appearance of outline headings" tar ((:commit . "af07e3862950c77bba6994ecbe9f62e0110dfc50") (:authors ("Jonas Bernoulli" . "emacs.backline@jonas.bernoulli.dev")) (:maintainers ("Jonas Bernoulli" . "emacs.backline@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.backline@jonas.bernoulli.dev") (:keywords "outlines") (:url . "https://github.com/tarsius/backline"))]) + (backup-each-save . [(20180227 557) nil "backup each savepoint of a file" tar ((:commit . "3c414b9d6b278911c95c5b8b71819e6af6f8a02a") (:authors ("Benjamin Rutt" . "brutt@bloomington.in.us")) (:maintainers ("Conor Nash" . "conor@nashcobusinessservicesllc.com")) (:maintainer "Conor Nash" . "conor@nashcobusinessservicesllc.com"))]) + (backup-walker . [(20130720 1516) nil "quickly traverse all backups of a file" tar ((:commit . "934a4128c122972ac32bb9952addf279a60a94da") (:authors ("Le Wang")) (:maintainers ("Le Wang")) (:maintainer "Le Wang") (:keywords "backup") (:url . "https://github.com/lewang/backup-walker"))]) + (backward-forward . [(20161229 550) ((emacs (24 5))) "navigation backwards and forwards across marks" tar ((:commit . "58489957a62a0da25dfb5df902624d2548d800b4") (:authors ("Currell Berry" . "currellberry@gmail.com")) (:maintainers ("Currell Berry" . "currellberry@gmail.com")) (:maintainer "Currell Berry" . "currellberry@gmail.com") (:keywords "navigation" "convenience" "backward" "forward") (:url . "https://gitlab.com/vancan1ty/emacs-backward-forward/tree/master"))]) + (badger-theme . [(20140717 232) nil "A dark theme for Emacs 24." tar ((:commit . "80fb9f8ace37b2e8807da639f7da499a53ffefd4") (:authors ("Cody Canning" . "cocanning11@gmail.com")) (:maintainers ("Cody Canning" . "cocanning11@gmail.com")) (:maintainer "Cody Canning" . "cocanning11@gmail.com") (:url . "https://github.com/ccann/badger-theme"))]) + (badwolf-theme . [(20161004 715) ((emacs (24))) "Bad Wolf color theme" tar ((:commit . "ea01a3d9358e968f75e3ed15dec6a2a96ce3d9a1") (:authors ("bkruczyk" . "bartlomiej.kruczyk@gmail.com")) (:maintainers ("bkruczyk" . "bartlomiej.kruczyk@gmail.com")) (:maintainer "bkruczyk" . "bartlomiej.kruczyk@gmail.com") (:keywords "themes") (:url . "https://github.com/bkruczyk/badwolf-emacs"))]) + (baff . [(20200824 1807) ((emacs (24 3)) (f (0 20 0))) "Create a byte array from a file" tar ((:commit . "52a8508e2300ee810ce7806cb78a2b294f2630f2") (:authors ("Dave Footitt" . "dave.footitt@gmail.com")) (:maintainers ("Dave Footitt" . "dave.footitt@gmail.com")) (:maintainer "Dave Footitt" . "dave.footitt@gmail.com") (:keywords "convenience" "usability") (:url . "https://github.com/dave-f/baff/"))]) + (baidu-translate . [(20211130 1235) ((unicode-escape (1 1))) "A plugin using baidu-translate-api" tar ((:commit . "16101d5e6ce19bbcc8badf4422a95db457160999") (:authors (nil . "")) (:maintainers (nil . "")) (:maintainer nil . "") (:keywords "docs") (:url . "https://github.com/liShiZhensPi/baidu-translate"))]) + (balanced-windows . [(20190903 1120) ((emacs (25))) "Keep windows balanced" tar ((:commit . "1da5354ad8a9235d13928e2ee0863f3642ccdd13") (:authors ("wouter bolsterlee" . "wouter@bolsterl.ee")) (:maintainers ("wouter bolsterlee" . "wouter@bolsterl.ee")) (:maintainer "wouter bolsterlee" . "wouter@bolsterl.ee") (:keywords "convenience") (:url . "https://github.com/wbolster/emacs-balanced-windows"))]) + (banner-comment . [(20190606 1809) ((emacs (24 4))) "For producing banner comments." tar ((:commit . "35d3315683d3f97605207691b77e9f447af18fe2") (:authors ("James Ferguson" . "james@faff.org")) (:maintainers ("James Ferguson" . "james@faff.org")) (:maintainer "James Ferguson" . "james@faff.org") (:keywords "convenience") (:url . "https://github.com/WJCFerguson/banner-comment"))]) + (bap-mode . [(20200128 1354) nil "Major-mode for BAP's IR" tar ((:commit . "8969679f60db0aa918d35f40d959c0a9c723b111") (:authors ("Thomas Barabosch ")) (:maintainers ("Thomas Barabosch" . "thomas.barabosch@fkie.fraunhofer.de")) (:maintainer "Thomas Barabosch" . "thomas.barabosch@fkie.fraunhofer.de") (:keywords "languages") (:url . "https://github.com/fkie-cad/bap-mode"))]) + (bar-cursor . [(20201204 2244) nil "package used to switch block cursor to a bar" tar ((:commit . "78f195b6db63459033c4f1c7e7add5d82f3ce424") (:authors ("Joe Casadonte" . "emacs@northbound-train.com")) (:maintainers ("Andrew Johnson" . "andrew@andrewjamesjohnson.com")) (:maintainer "Andrew Johnson" . "andrew@andrewjamesjohnson.com") (:keywords "files") (:url . "https://github.com/ajsquared/bar-cursor"))]) + (bart-mode . [(20190601 1004) ((emacs (24 3))) "Real time BART departures info." tar ((:commit . "f70b6c42452e47c0c6b3ebd4c90e555a9bedeec7") (:authors ("Michael Schuldt" . "mbschuldt@gmail.com")) (:maintainers ("Michael Schuldt" . "mbschuldt@gmail.com")) (:maintainer "Michael Schuldt" . "mbschuldt@gmail.com") (:keywords "convenience" "transit") (:url . "https://github.com/mschuldt/bart-mode"))]) + (base16-theme . [(20240621 2329) nil "Collection of themes built on combinations of 16 base colors" tar ((:commit . "8789114e45d09d114e0e197cb090ce7beb993901") (:authors ("Kaleb Elwert" . "belak@coded.io") ("Neil Bhakta")) (:maintainer "Kaleb Elwert" . "belak@coded.io") (:url . "https://github.com/tinted-theming/base16-emacs"))]) + (base32 . [(20240227 1821) ((emacs (27 1))) "Base32 support" tar ((:commit . "927257e97a602b6979a75028e8417bf1499582d4") (:authors ("Vivek Das Mohapatra" . "vivek@etla.org")) (:maintainers ("Vivek Das Mohapatra" . "vivek@etla.org")) (:maintainer "Vivek Das Mohapatra" . "vivek@etla.org") (:keywords "tools") (:url . "https://gitlab.com/fledermaus/totp.el"))]) + (bash-completion . [(20230612 1103) ((emacs (25 3))) "Bash completion for the shell buffer" tar ((:commit . "f1daac0386c24cbe8a244a62c7588cc6847b07ae") (:authors ("Stephane Zermatten" . "szermatt@gmx.net")) (:maintainers ("Stephane Zermatten" . "szermatt@gmail.com")) (:maintainer "Stephane Zermatten" . "szermatt@gmail.com") (:keywords "convenience" "unix") (:url . "http://github.com/szermatt/emacs-bash-completion"))]) + (basic-c-compile . [(20170302 1112) ((cl-lib (0 5)) (f (0 19 0))) "Quickly create a Makefile, compile and run C." tar ((:commit . "335e96e19647ad7245fb68cf7e68cf86c5023d23") (:authors ("Nick Spain" . "nicholas.spain96@gmail.com")) (:maintainers ("Nick Spain" . "nicholas.spain96@gmail.com")) (:maintainer "Nick Spain" . "nicholas.spain96@gmail.com") (:keywords "c" "makefile" "compilation" "convenience") (:url . "https://github.com/nick96/basic-c-compile"))]) + (basic-ide . [(20230118 1040) ((emacs (25)) (basic-mode (0 4 2)) (company (0 9 12)) (flycheck (0 22)) (dash (2 12 0)) (f (0 17 0))) "BASIC IDE c64" tar ((:commit . "e33036f838e61b647927165e81be5d5b855e0518") (:authors ("Fermin MF" . "fmfs@posteo.net")) (:maintainers ("Fermin MF" . "fmfs@posteo.net")) (:maintainer "Fermin MF" . "fmfs@posteo.net") (:keywords "languages" "basic") (:url . "https://gitlab.com/sasanidas/emacs-c64-basic-ide"))]) + (basic-mode . [(20231125 1617) ((seq (2 20)) (emacs (25 1))) "Major mode for editing BASIC code" tar ((:commit . "1dc1a635d6d80668c8a583b974205e49ff0fc3ce") (:authors ("Johan Dykstrom")) (:maintainers ("Johan Dykstrom")) (:maintainer "Johan Dykstrom") (:keywords "basic" "languages") (:url . "https://github.com/dykstrom/basic-mode"))]) + (basic-theme . [(20160817 827) ((emacs (24))) "Minimalistic light color theme" tar ((:commit . "9d0fd5f56898a5237c1de3363ad416aeab7f880e") (:authors ("Felix Geller" . "fgeller@gmail.com")) (:maintainers ("Felix Geller" . "fgeller@gmail.com")) (:maintainer "Felix Geller" . "fgeller@gmail.com") (:keywords "theme" "basic" "minimal" "colors") (:url . "http://github.com/fgeller/basic-theme.el"))]) + (bats-mode . [(20230325 7) nil "Emacs mode for editing and running Bats tests" tar ((:commit . "fa88930b1baba101ae6474f289a239a236a7d19f") (:authors ("Doug MacEachern")) (:maintainers ("Doug MacEachern")) (:maintainer "Doug MacEachern") (:keywords "bats" "tests") (:url . "https://github.com/dougm/bats-mode"))]) + (battery-notifier . [(20220705 2030) ((alert (1 3))) "Notify when battery capacity is low" tar ((:commit . "b7301d3633afff78609afd45dcf78268f98d52d3") (:authors ("Jason Johnson" . "jason@fullsteamlabs.com")) (:maintainers ("Jason Johnson" . "jason@fullsteamlabs.com")) (:maintainer "Jason Johnson" . "jason@fullsteamlabs.com") (:keywords "hardware" "battery") (:url . "https://github.com/jasonmj/battery-notifier"))]) + (battle-haxe . [(20210219 354) ((emacs (25)) (company (0 9 9)) (helm (3 0)) (async (1 9 3)) (cl-lib (0 5)) (dash (2 18 0)) (s (1 10 0)) (f (0 19 0))) "A Haxe development system, with code completion and more" tar ((:commit . "2f32c81dcecfc68fd410cb9d2aca303d6e3028c7") (:authors ("Alon Tzarafi " . "alontzarafi@gmail.com")) (:maintainers ("Alon Tzarafi " . "alontzarafi@gmail.com")) (:maintainer "Alon Tzarafi " . "alontzarafi@gmail.com") (:keywords "programming" "languages" "completion") (:url . "https://github.com/AlonTzarafi/battle-haxe"))]) + (bazel . [(20230919 1445) ((emacs (28 1))) "Bazel support for Emacs" tar ((:commit . "769b30dc18282564d614d7044195b5a0c1a0a5f3") (:keywords "build tools" "languages") (:url . "https://github.com/bazelbuild/emacs-bazel-mode"))]) + (bbcode-mode . [(20231215 1539) ((emacs (24)) (cl-lib (0 5))) "Major mode for phpBB posts (BBCode markup)" tar ((:commit . "109962f1070a5e6943c2e32c1eb84ce4debfb8f8") (:authors ("Eric James Michael Ritz" . "lobbyjones@gmail.com")) (:maintainers ("Lassi Kortela" . "lassi@lassi.io")) (:maintainer "Lassi Kortela" . "lassi@lassi.io") (:keywords "bbcode" "languages") (:url . "https://github.com/lassik/emacs-bbcode-mode"))]) + (bbdb . [(20231122 1326) ((emacs (24)) (cl-lib (0 5))) "Big Brother DataBase" tar ((:commit . "53e8ba04c47b3542db75b68f9663941daf2e6ca4") (:maintainers ("Roland Winkler" . "winkler@gnu.org")) (:maintainer "Roland Winkler" . "winkler@gnu.org"))]) + (bbdb- . [(20140221 2354) ((bbdb (20140123 1541)) (log4e (0 2 0)) (yaxception (0 1))) "provide interface for more easily search/choice than BBDB." tar ((:commit . "2839e84c894de2513af41053e80a277a1b483d22") (:authors ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainers ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainer "Hiroaki Otsu" . "ootsuhiroaki@gmail.com") (:keywords "bbdb" "news" "mail") (:url . "https://github.com/aki2o/bbdb-"))]) + (bbdb-csv-import . [(20140802 1142) ((pcsv (1 3 3)) (dash (2 5 0)) (bbdb (20140412 1949))) "import csv to bbdb version 3+" tar ((:commit . "7739d10ebe1787a72aa74085e9baedd0f4988b00") (:authors ("Ian Kelling" . "ian@iankelling.org")) (:maintainers ("Ian Kelling" . "ian@iankelling.org")) (:maintainer "Ian Kelling" . "ian@iankelling.org") (:keywords "csv" "util" "bbdb") (:url . "https://gitlab.com/iankelling/bbdb-csv-import"))]) + (bbdb-ext . [(20151220 2013) ((bbdb (2 36))) "Extra commands for BBDB" tar ((:commit . "fee97b1b3faa83edaea00fbc5ad3cbca5e791a55") (:authors ("Joe Bloggs" . "vapniks@yahoo.com")) (:maintainers ("Joe Bloggs" . "vapniks@yahoo.com")) (:maintainer "Joe Bloggs" . "vapniks@yahoo.com") (:keywords "extensions") (:url . "https://github.com/vapniks/bbdb-ext"))]) + (bbdb-vcard . [(20210325 2208) ((bbdb (3 0))) "vCard import/export for BBDB" tar ((:commit . "113c66115ce68316e209f51ebce56de8dded3606") (:authors ("Bert Burgemeister" . "trebbu@googlemail.com") ("Toke Høiland-Jørgensen") ("Kevin Brubeck Unhammer") ("Steve Purcell") ("Vincent Geddes" . "vincent.geddes@gmail.com")) (:maintainers ("Bert Burgemeister" . "trebbu@googlemail.com")) (:maintainer "Bert Burgemeister" . "trebbu@googlemail.com") (:keywords "data" "calendar" "mail" "news") (:url . "https://github.com/tohojo/bbdb-vcard"))]) + (bbdb2erc . [(20190822 907) ((bbdb (3 0))) "make bbdb show if pal is online with ERC, click i to chat" tar ((:commit . "40b89e961762af3e7ade3a1844a9fbcd4084ac65") (:authors ("Kevin Brubeck Unhammer" . "unhammer@fsfe.org")) (:maintainers ("Kevin Brubeck Unhammer" . "unhammer@fsfe.org")) (:maintainer "Kevin Brubeck Unhammer" . "unhammer@fsfe.org") (:keywords "irc" "contacts" "chat" "client" "internet"))]) + (bbww . [(20230502 2239) ((mwim (1 0)) (emacs (24 3))) "Improved word-jumping functions" tar ((:commit . "9b4430f757e9c7fc7178541009676af1262c486b") (:authors ("Nathan Nichols")) (:maintainers ("Nathan Nichols")) (:maintainer "Nathan Nichols") (:keywords "convenience" "files") (:url . "http://chud.wtf"))]) + (bbyac . [(20180206 1441) ((browse-kill-ring (1 3)) (cl-lib (0 5))) "Type a little Bit, and Bang! You Are Completed." tar ((:commit . "9f0de9cad13801891ffb590dc09f51ff9a7cb225") (:authors ("Bao Haojun" . "baohaojun@gmail.com")) (:maintainers ("Bao Haojun" . "baohaojun@gmail.com")) (:maintainer "Bao Haojun" . "baohaojun@gmail.com") (:keywords "abbrev") (:url . "https://github.com/baohaojun/bbyac"))]) + (beacon . [(20220730 100) ((emacs (25 1))) "Highlight the cursor whenever the window scrolls" tar ((:commit . "85261a928ae0ec3b41e639f05291ffd6bf7c231c") (:authors ("Artur Malabarba" . "emacs@endlessparentheses.com")) (:maintainers ("Artur Malabarba" . "emacs@endlessparentheses.com")) (:maintainer "Artur Malabarba" . "emacs@endlessparentheses.com") (:keywords "convenience") (:url . "https://github.com/Malabarba/beacon"))]) + (beans . [(20221114 1634) ((emacs (24 3))) "Major mode for Beans grammar" tar ((:commit . "0d04b79222812aa4978b6486a9ccac461850fe7a") (:url . "https://github.com/TheBlackBeans/emacs-beans"))]) + (bech32 . [(20221210 1154) ((emacs (26 1))) "Bech32 library" tar ((:commit . "badbf267fa488df1cb87809ed234ebd67786f2f8") (:authors ("Oscar Najera ")) (:maintainers ("Oscar Najera" . "hi@oscarnajera.com")) (:maintainer "Oscar Najera" . "hi@oscarnajera.com") (:url . "https://github.com/Titan-C/cardano.el"))]) + (beef-mode . [(20221227 203) ((emacs (24 3))) "A major mode for the Beef programming language" tar ((:commit . "20906b41630d74eba56504fbb9fabb79562e0d6e") (:authors ("XXIV")) (:maintainers ("XXIV")) (:maintainer "XXIV") (:keywords "files" "beef") (:url . "https://github.com/thechampagne/beef-mode"))]) + (beeminder . [(20201227 2024) ((emacs (24 3)) (seq (2 16)) (org (7))) "Emacs interface for Beeminder" tar ((:commit . "161d9c94c594614a01cb08219693d9e000af4f69") (:authors ("Phil Newton" . "phil@sodaware.net")) (:maintainers ("Phil Newton" . "phil@sodaware.net")) (:maintainer "Phil Newton" . "phil@sodaware.net") (:keywords "tools" "beeminder") (:url . "http://www.philnewton.net/code/beeminder-el/"))]) + (beginend . [(20230902 1458) ((emacs (25 3))) "Redefine M-< and M-> for some modes" tar ((:commit . "2d3536971b7cca597ba3404c30b5d1ce9d56f1fe") (:url . "https://github.com/DamienCassou/beginend"))]) + (belarus-holidays . [(20190102 1343) nil "Belarus holidays whith transfers" tar ((:commit . "35a18273e19edc3b4c761030ffbd11116483b83e") (:authors ("Yauhen Makei" . "yauhen.makei@gmail.com")) (:maintainers ("Yauhen Makei" . "yauhen.makei@gmail.com")) (:maintainer "Yauhen Makei" . "yauhen.makei@gmail.com") (:url . "http://bitbucket.org/EugeneMakei/belarus-holidays.el"))]) + (benchmark-init . [(20240320 1342) ((emacs (24 3))) "Benchmarks for require and load calls" tar ((:commit . "2b34432d79fa0aae8abc3db72db1cb79a28c00b2") (:authors ("Steve Purcell")) (:maintainers ("David Holm" . "dholmster@gmail.com")) (:maintainer "David Holm" . "dholmster@gmail.com") (:keywords "convenience" "benchmark") (:url . "https://github.com/dholm/benchmark-init-el"))]) + (benchstat . [(20171014 312) nil "proper benchmarking made simple" tar ((:commit . "fee86f521f22ef0f99564903d63e2023b591fc7f") (:authors ("Iskander Sharipov" . "quasilyte@gmail.com")) (:maintainers ("Iskander Sharipov" . "quasilyte@gmail.com")) (:maintainer "Iskander Sharipov" . "quasilyte@gmail.com") (:keywords "lisp") (:url . "https://github.com/Quasilyte/benchstat.el"))]) + (bencode . [(20190317 2010) ((emacs (24 4))) "Bencode encoding / decoding" tar ((:commit . "b5fe9c9d4b9b5ea61cedd77987ca46eb8154bd16") (:authors ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainers ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainer "Christopher Wellons" . "wellons@nullprogram.com") (:url . "https://github.com/skeeto/emacs-bencode"))]) + (bencoding . [(20200331 1102) ((emacs (25 1))) "Bencoding decoding and encoding" tar ((:commit . "409836f2cf4883826600de42519ee9cffeb48a11") (:authors ("Xu Chunyang")) (:maintainers ("Xu Chunyang")) (:maintainer "Xu Chunyang") (:keywords "tools") (:url . "https://github.com/xuchunyang/bencoding.el"))]) + (berrys-theme . [(20191201 1609) ((emacs (24 1))) "A light, clean and elegant theme" tar ((:commit . "888a14206b2fb3dc45b5273aeb05075f3e0b5f60") (:authors ("Slava Buzin" . "v8v.buzin@gmail.com")) (:maintainers ("Slava Buzin" . "v8v.buzin@gmail.com")) (:maintainer "Slava Buzin" . "v8v.buzin@gmail.com") (:url . "https://github.com/vbuzin/berrys-theme"))]) + (bert . [(20131117 1014) nil "BERT serialization library for Emacs" tar ((:commit . "a3eec6980a725aa4abd2019e4c00246450260490") (:authors ("Oleksandr Manzyuk" . "manzyuk@gmail.com")) (:maintainers ("Oleksandr Manzyuk" . "manzyuk@gmail.com")) (:maintainer "Oleksandr Manzyuk" . "manzyuk@gmail.com") (:keywords "comm" "data"))]) + (better-defaults . [(20230611 432) ((emacs (25 1))) "Fixing weird quirks and poor defaults" tar ((:commit . "7d0e56b3a7f84bea6ee2dd9fda09da9df335f89e") (:authors ("Phil Hagelberg")) (:maintainers ("Phil Hagelberg")) (:maintainer "Phil Hagelberg") (:keywords "convenience") (:url . "https://github.com/technomancy/better-defaults"))]) + (better-jumper . [(20220110 118) ((emacs (25 1))) "configurable jump list" tar ((:commit . "205e7a539d1611dbe50f003ddf52890360f87597") (:authors ("Bryan Gilbert ")) (:maintainers ("Bryan Gilbert" . "bryan@bryan.sh")) (:maintainer "Bryan Gilbert" . "bryan@bryan.sh") (:keywords "convenience" "jump" "history" "evil") (:url . "https://github.com/gilbertw1/better-jumper"))]) + (better-scroll . [(20240101 927) ((emacs (24 3))) "Improve user experience when scrolling window" tar ((:commit . "faded1bd681f3c48337e7165adcabde194c73b2b") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "scrolling" "scroll" "window" "better" "improvement") (:url . "https://github.com/jcs-elpa/better-scroll"))]) + (better-shell . [(20191025 1737) ((emacs (24 4))) "Better shell management" tar ((:commit . "70c787b981caeef8c5f8012b170eb7b9f167cd13") (:authors ("Russell Black" . "killdash9@github")) (:maintainers ("Russell Black" . "killdash9@github")) (:maintainer "Russell Black" . "killdash9@github") (:keywords "convenience") (:url . "https://github.com/killdash9/better-shell"))]) + (bf-mode . [(20130403 1442) nil "Browse file persistently on dired" tar ((:commit . "7cc4d09aed64d9db6be95646f5f5067de68f8895") (:authors ("isojin")) (:maintainers ("myuhe ")) (:maintainer "myuhe ") (:keywords "convenience") (:url . "https://github.com/emacs-jp/bf-mode"))]) + (bfbuilder . [(20210228 1740) ((cl-lib (0 3)) (emacs (24 4))) "A brainfuck development environment with interactive debugger" tar ((:commit . "689f320a9a1326cdeff43b8538e0d739f8519c4b") (:authors ("zk_phi")) (:maintainers ("zk_phi")) (:maintainer "zk_phi") (:url . "http://zk-phi.gitub.io/"))]) + (bibclean-format . [(20190302 2017) ((emacs (24 3)) (reformatter (0 3))) "Reformat BibTeX and Scribe using bibclean" tar ((:commit . "b4003950a925d1c659bc359ab5e88e4441775d77") (:authors ("Peter W. V. Tran-Jørgensen" . "peter.w.v.jorgensen@gmail.com")) (:maintainers ("Peter W. V. Tran-Jørgensen" . "peter.w.v.jorgensen@gmail.com")) (:maintainer "Peter W. V. Tran-Jørgensen" . "peter.w.v.jorgensen@gmail.com") (:keywords "languages") (:url . "https://github.com/peterwvj/bibclean-format"))]) + (biblio . [(20230202 1721) ((emacs (24 3)) (biblio-core (0 2))) "Browse and import bibliographic references from CrossRef, arXiv, DBLP, HAL, Dissemin, and doi.org" tar ((:commit . "ee52f6cda82ea6fbc3b400e7b12132595cc0374c") (:authors ("Clément Pit-Claudel" . "clement.pitclaudel@live.com")) (:maintainer "Clément Pit-Claudel" . "clement.pitclaudel@live.com") (:keywords "bib" "tex" "convenience" "hypermedia") (:url . "https://github.com/cpitclaudel/biblio.el"))]) + (biblio-bibsonomy . [(20190105 1200) ((emacs (24 4)) (biblio-core (0 2))) "Lookup bibliographic entries from Bibsonomy" tar ((:commit . "fbdb3ecfcd88c179a2358d7967f7ecafef725835") (:authors ("Andreas Jansson and contributors")) (:maintainers ("Andreas Jansson and contributors")) (:maintainer "Andreas Jansson and contributors") (:keywords "bib" "tex" "bibsonomy") (:url . "http://github.com/andreasjansson/biblio-bibsonomy/"))]) + (biblio-core . [(20230202 1721) ((emacs (24 3)) (let-alist (1 0 4)) (seq (1 11)) (dash (2 12 1))) "A framework for looking up and displaying bibliographic entries" tar ((:commit . "ee52f6cda82ea6fbc3b400e7b12132595cc0374c") (:authors ("Clément Pit-Claudel" . "clement.pitclaudel@live.com")) (:maintainers ("Clément Pit-Claudel" . "clement.pitclaudel@live.com")) (:maintainer "Clément Pit-Claudel" . "clement.pitclaudel@live.com") (:keywords "bib" "tex" "convenience" "hypermedia") (:url . "https://github.com/cpitclaudel/biblio.el"))]) + (biblio-gbooks . [(20240102 2034) ((emacs (24 4)) (biblio-core (0 2)) (let-alist (1 0 6)) (seq (2 24)) (compat (29 1 4 2))) "Google Books backend for biblio.el" tar ((:commit . "991f214b8af23f168462a0006cf4d6216fbd7371") (:authors ("Joshua Rasband and contributors")) (:maintainers ("Joshua Rasband and contributors")) (:maintainer "Joshua Rasband and contributors") (:keywords "bib" "tex") (:url . "http://github.com/jrasband/biblio-gbooks"))]) + (bibliothek . [(20190124 1828) ((emacs (24 4)) (pdf-tools (0 70)) (a (0 1 0 -3 4))) "Managing a digital library of PDFs" tar ((:commit . "b19b37be332bada6b18d4d895edf6ce78ab420c4") (:authors ("Göktuğ Kayaalp" . "self@gkayaalp.com")) (:maintainers ("Göktuğ Kayaalp" . "self@gkayaalp.com")) (:maintainer "Göktuğ Kayaalp" . "self@gkayaalp.com") (:keywords "tools") (:url . "https://dev.gkayaalp.com/elisp/index.html#bibliothek-el"))]) + (bibretrieve . [(20191124 1855) ((auctex (11 87)) (emacs (24 3))) "Retrieve BibTeX entries from the internet" tar ((:commit . "81dc8e0db3629cc180eafb2bc34b60dcd8980316") (:authors ("Antonio Sartori")) (:maintainers ("Pavel Zorin-Kranich" . "pzorin@uni-bonn.de")) (:maintainer "Pavel Zorin-Kranich" . "pzorin@uni-bonn.de") (:keywords "bibtex" "bibliography" "mathscinet" "arxiv" "zbmath") (:url . "https://github.com/pzorin/bibretrieve"))]) + (bibslurp . [(20151202 2346) ((s (1 6 0)) (dash (1 5 0))) "retrieve BibTeX entries from NASA ADS" tar ((:commit . "aeba96368f2a06959e4fe945375ce2a54d34b189") (:keywords "bibliography" "nasa ads") (:url . "https://github.com/mkmcc/bibslurp"))]) + (bibtex-capf . [(20240122 1558) ((emacs (27 1)) (parsebib (3 0)) (org (9 5))) "Completion at point for bibtex" tar ((:commit . "31826efefcbbdebdb700a06b5070df0f06ce2291") (:authors ("Colin McLear")) (:maintainers ("Colin McLear")) (:maintainer "Colin McLear") (:keywords "bibtex" "convenience") (:url . "https://github.com/mclear-tools/bibtex-capf"))]) + (bibtex-completion . [(20240220 1216) ((parsebib (1 0)) (s (1 9 0)) (dash (2 6 0)) (f (0 16 2)) (cl-lib (0 5)) (biblio (0 2)) (emacs (26 1))) "A BibTeX backend for completion frameworks" tar ((:commit . "8b71b4f5ce62eeaf18067f57faaddc06449fbe1c") (:authors ("Titus von der Malsburg" . "malsburg@posteo.de") ("Justin Burkett" . "justin@burkett.cc")) (:maintainers ("Titus von der Malsburg" . "malsburg@posteo.de")) (:maintainer "Titus von der Malsburg" . "malsburg@posteo.de") (:url . "https://github.com/tmalsburg/helm-bibtex"))]) + (bibtex-utils . [(20190703 2117) nil "Provides utilities for extending BibTeX mode" tar ((:commit . "26a8f0909b6adbf545a2b5e57ce7f779bf7a65af") (:authors ("Tyler Smith" . "tyler@plantarum.ca")) (:maintainers ("Tyler Smith" . "tyler@plantarum.ca")) (:maintainer "Tyler Smith" . "tyler@plantarum.ca") (:keywords "bibtex") (:url . "https://github.com/plantarum/bibtex-utils"))]) + (bicycle . [(20240618 1553) ((emacs (25 1)) (compat (29 1 4 5))) "Cycle outline and code visibility" tar ((:commit . "6244c479486b9a48369236b22a40d0830722e950") (:authors ("Jonas Bernoulli" . "emacs.bicycle@jonas.bernoulli.dev")) (:maintainers ("Jonas Bernoulli" . "emacs.bicycle@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.bicycle@jonas.bernoulli.dev") (:keywords "outlines") (:url . "https://github.com/tarsius/bicycle"))]) + (bifocal . [(20200325 539) ((emacs (24 4))) "Split-screen scrolling for comint-mode buffers" tar ((:commit . "773a6dde790c4a240e643a9071e4c7bce09d40de") (:keywords "frames" "processes") (:url . "https://github.com/riscy/bifocal-mode"))]) + (binclock . [(20170802 1116) ((cl-lib (0 5))) "Display the current time using a binary clock." tar ((:commit . "87042230d7f3fe3e9a77fae0dbab7d8f7e7794ad") (:authors ("Dave Pearson" . "davep@davep.org")) (:maintainers ("Dave Pearson" . "davep@davep.org")) (:maintainer "Dave Pearson" . "davep@davep.org") (:keywords "games" "time" "display") (:url . "https://github.com/davep/binclock.el"))]) + (bind . [(20231001 2051) ((emacs (25 1))) "Bind commands to keys" tar ((:commit . "4c1698a7c1c9f3d45559c3be871d87d76a1cbe00") (:authors ("repelliuss ")) (:maintainers ("repelliuss" . "repelliuss@gmail.com")) (:maintainer "repelliuss" . "repelliuss@gmail.com") (:url . "https://github.com/repelliuss/bind"))]) + (bind-chord . [(20221117 1610) ((emacs (24 3)) (bind-key (1 0)) (key-chord (0 6))) "key-chord binding helper for use-package-chords" tar ((:commit . "9090080b15486c3e337be254226efe7e5fde4c99") (:authors ("Justin Talbott" . "justin@waymondo.com")) (:maintainers ("Justin Talbott" . "justin@waymondo.com")) (:maintainer "Justin Talbott" . "justin@waymondo.com") (:keywords "convenience" "tools" "extensions") (:url . "https://github.com/jwiegley/use-package"))]) + (bind-key . [(20230203 2004) ((emacs (24 3))) "A simple way to manage personal keybindings" tar ((:commit . "77945e002f11440eae72d8730d3de218163d551e") (:authors ("John Wiegley" . "johnw@newartisans.com")) (:maintainers ("John Wiegley" . "johnw@newartisans.com")) (:maintainer "John Wiegley" . "johnw@newartisans.com") (:keywords "keys" "keybinding" "config" "dotemacs" "extensions") (:url . "https://github.com/jwiegley/use-package"))]) + (bind-map . [(20240308 2050) ((emacs (24 3))) "Bind personal keymaps in multiple locations" tar ((:commit . "d7b0e42b78f708669ec368ebbd1f503094ceee22") (:authors ("Justin Burkett" . "justin@burkett.cc")) (:maintainers ("Justin Burkett" . "justin@burkett.cc")) (:maintainer "Justin Burkett" . "justin@burkett.cc") (:url . "https://github.com/justbur/emacs-bind-map"))]) + (binder . [(20230729 350) ((emacs (24 4)) (seq (2 20))) "Global minor mode to facilitate multi-file writing projects" tar ((:commit . "859d89c00e21c83565ed2b45f8d7527b45b1292c") (:authors ("Paul W. Rankin" . "pwr@bydasein.com")) (:maintainers ("Paul W. Rankin" . "pwr@bydasein.com")) (:maintainer "Paul W. Rankin" . "pwr@bydasein.com") (:keywords "files" "outlines" "wp" "text") (:url . "https://github.com/rnkn/binder"))]) + (bing-dict . [(20200216 110) nil "Minimalists' English-Chinese Bing dictionary" tar ((:commit . "1d581aaa9622b34f8fb83af5579fa252aa24cfef") (:authors ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainers ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainer "Junpeng Qiu" . "qjpchmail@gmail.com") (:keywords "extensions") (:url . "https://github.com/cute-jumper/bing-dict.el"))]) + (binky . [(20240525 715) ((emacs (29 1)) (dash (2 19 1))) "Jump between points like a rabbit" tar ((:commit . "39c1a1e78aea36f79104fdc256949901e3d3d2c0") (:authors ("liuyinz" . "liuyinz95@gmail.com")) (:maintainers ("liuyinz" . "liuyinz95@gmail.com")) (:maintainer "liuyinz" . "liuyinz95@gmail.com") (:keywords "convenience") (:url . "https://github.com/liuyinz/binky-mode"))]) + (biome . [(20240519 1037) ((emacs (27 1)) (transient (0 3 7)) (ct (0 2)) (request (0 3 3)) (compat (29 1 4 1))) "Bountiful Interface to Open Meteo for Emacs" tar ((:commit . "6c5d786219741e10332304566d4a18db3eddae2b") (:authors ("Korytov Pavel" . "thexcloud@gmail.com")) (:maintainers ("Korytov Pavel" . "thexcloud@gmail.com")) (:maintainer "Korytov Pavel" . "thexcloud@gmail.com") (:url . "https://github.com/SqrtMinusOne/biome"))]) + (biomejs-format . [(20240401 458) ((emacs (24 1))) "Minor mode to format JS code with Biome on file save" tar ((:commit . "cbfb8aac8bfab6fd893f1ccb4eb9efa29b1b3214") (:authors ("James Long and contributors")) (:maintainers ("Kanon Kakuno" . "yadex205@yadex205.com")) (:maintainer "Kanon Kakuno" . "yadex205@yadex205.com") (:keywords "convenience" "wp" "edit" "js") (:url . "https://github.com/yadex205/emacs-biomejs-format"))]) + (birds-of-paradise-plus-theme . [(20130419 2129) nil "A brown/orange light-on-dark theme for Emacs 24 (deftheme)." tar ((:commit . "bb9f9d4ef7f7872a388ec4eee1253069adcadb6f") (:authors ("Jim Myhrberg" . "contact@jimeh.me")) (:maintainers ("Jim Myhrberg" . "contact@jimeh.me")) (:maintainer "Jim Myhrberg" . "contact@jimeh.me") (:keywords "themes") (:url . "https://github.com/jimeh/birds-of-paradise-plus-theme.el"))]) + (bison-mode . [(20210527 717) nil "Major mode for editing bison, yacc and lex files." tar ((:commit . "4f2e20394a475931409618c1635e9c9f1cf07d9c") (:authors ("Eric Beuscher" . "beuscher@eecs.tulane.edu")) (:maintainers ("Eric Beuscher" . "beuscher@eecs.tulane.edu")) (:maintainer "Eric Beuscher" . "beuscher@eecs.tulane.edu") (:keywords "bison-mode" "yacc-mode"))]) + (bitbake . [(20240605 1322) ((emacs (24 1)) (dash (2 6 0)) (mmm-mode (0 5 4)) (s (1 10 0))) "Running bitbake from emacs" tar ((:commit . "8285f46fe19cb99fe5ed42d38de0fe5c51c98fb0") (:authors ("Damien Merenne")) (:maintainers ("Damien Merenne")) (:maintainer "Damien Merenne") (:keywords "convenience") (:url . "https://github.com/canatella/bitbake-el"))]) + (bitlbee . [(20151203 0) nil "Help get Bitlbee (http://www.bitlbee.org) up and running." tar ((:commit . "f3342da46b0864ae8db4e82b553d9e617b090534"))]) + (bitpack . [(20230417 2032) ((emacs (24 3))) "Bit packing functions" tar ((:commit . "38d000646b81ce52fcb90a0747059a15264e112b") (:authors ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainers ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainer "Christopher Wellons" . "wellons@nullprogram.com") (:keywords "c" "comm") (:url . "https://github.com/skeeto/bitpack"))]) + (blackboard-bold-mode . [(20160813 206) ((cl-lib (0 5))) "Easily insert Unicode mathematical double-struck characters" tar ((:commit . "5299cb064ba71baa3e331b8560bf8dd38cbbc4ed") (:authors ("Grant Rettke" . "gcr@wisdomandwonder.com")) (:maintainers (nil . "")) (:maintainer nil . "") (:keywords "unicode" "double struck" "blackboard bold" "math" "mathematical") (:url . "https://github.com/grettke/blackboard-bold-mode"))]) + (blackboard-theme . [(20161216 656) ((emacs (24))) "TextMate Blackboard Theme" tar ((:commit . "d8b984f2541bb86eb4363a2b4c94631e49843d4a") (:authors ("Dong Zheng")) (:maintainers ("Dong Zheng")) (:maintainer "Dong Zheng") (:url . "https://github.com/don9z/blackboard-theme"))]) + (blacken . [(20231129 654) ((emacs (25 2))) "Reformat python buffers using the \"black\" formatter" tar ((:commit . "a43695f9cb412df93ac8d38b55ab1515e86e217e") (:authors ("Artem Malyshev" . "proofit404@gmail.com")) (:maintainers ("Artem Malyshev" . "proofit404@gmail.com")) (:maintainer "Artem Malyshev" . "proofit404@gmail.com") (:keywords "convenience" "blacken") (:url . "https://github.com/proofit404/blacken"))]) + (blackjack . [(20230821 41) ((emacs (26 2))) "The game of Blackjack" tar ((:commit . "7f9072630a159b59a146346b5dae24ab8fb5f290") (:authors ("Greg Donald" . "gdonald@gmail.com")) (:maintainers ("Greg Donald" . "gdonald@gmail.com")) (:maintainer "Greg Donald" . "gdonald@gmail.com") (:keywords "card" "game" "games" "blackjack" "21") (:url . "https://github.com/gdonald/blackjack-el"))]) + (blackout . [(20220509 2350) ((emacs (26))) "Better mode lighter overriding" tar ((:commit . "7707211370f03f03a2f74df15f42ac24a1e99300") (:authors ("Radian LLC" . "contact+blackout@radian.codes")) (:maintainers ("Radian LLC" . "contact+blackout@radian.codes")) (:maintainer "Radian LLC" . "contact+blackout@radian.codes") (:keywords "extensions") (:url . "https://github.com/radian-software/blackout"))]) + (blamer . [(20240528 654) ((emacs (27 1)) (posframe (1 1 7)) (async (1 9 8))) "Show git blame info about current line" tar ((:commit . "281963da789fe9e47ce9efc4f7a9c4d19bf3a405") (:authors ("Artur Yaroshenko" . "artawower@protonmail.com")) (:maintainers ("Artur Yaroshenko" . "artawower@protonmail.com")) (:maintainer "Artur Yaroshenko" . "artawower@protonmail.com") (:url . "https://github.com/artawower/blamer.el"))]) + (blgrep . [(20150401 1416) ((clmemo (20140321 715))) "Block grep" tar ((:commit . "605beda210610a5829750a987f5fcebea97af546") (:authors ("Masayuki Ataka" . "masayuki.ataka@gmail.com")) (:maintainers ("Masayuki Ataka" . "masayuki.ataka@gmail.com")) (:maintainer "Masayuki Ataka" . "masayuki.ataka@gmail.com") (:keywords "tools" "convenience"))]) + (blimp . [(20180903 2240) ((emacs (25)) (eimp (1 4 0))) "Bustling Image Manipulation Package" tar ((:commit . "b048b037129b68674b99310bcc08fb96d44fdbb4") (:authors ("Sebastian Wålinder" . "s.walinder@gmail.com")) (:maintainers ("Sebastian Wålinder" . "s.walinder@gmail.com")) (:maintainer "Sebastian Wålinder" . "s.walinder@gmail.com") (:keywords "multimedia" "unix") (:url . "https://github.com/walseb/blimp"))]) + (bliss-theme . [(20170808 1307) ((emacs (24 0))) "an Emacs 24 theme based on Bliss (tmTheme)" tar ((:commit . "c3cf6d8a666ab26909b7da158f9e94df71a5fbbf") (:authors ("Jason Milkins")) (:maintainers ("Jason Milkins")) (:maintainer "Jason Milkins") (:url . "https://github.com/emacsfodder/tmtheme-to-deftheme"))]) + (blitzmax-mode . [(20211128 2028) ((emacs (24 1))) "A major mode for editing BlitzMax source code" tar ((:commit . "080d66c80f8350f3981bb97bc45c91b683cafdc0") (:authors ("Phil Newton")) (:maintainers ("Phil Newton")) (:maintainer "Phil Newton") (:keywords "languages" "blitzmax") (:url . "https://www.sodaware.net/dev/tools/blitzmax-mode/"))]) + (bln-mode . [(20181121 918) nil "binary line navigation minor mode for cursor movement in long lines" tar ((:commit . "a601b0bf975dd1432f6552ab6afe3f4f71133b4a") (:authors ("Maarten Grachten")) (:maintainers ("Maarten Grachten")) (:maintainer "Maarten Grachten") (:keywords "motion" "location" "cursor" "convenience") (:url . "https://github.com/mgrachten/bln-mode"))]) + (block-nav . [(20201005 202) ((emacs (25 1))) "Jump across indentation levels for quick navigation" tar ((:commit . "bc02e545cfd9a048a8df777669a426a8edc2321f") (:maintainers ("Philip Dumaresq" . "phdumaresq@protonmail.com")) (:maintainer "Philip Dumaresq" . "phdumaresq@protonmail.com") (:keywords "convenience") (:url . "https://github.com/nixin72/block-nav.el"))]) + (blockdiag-mode . [(20160427 524) ((emacs (24 3))) "Major mode for editing blockdiag files" tar ((:commit . "f3b21ba433d60327cebd103ae4492200750e24a9") (:authors ("xcezx" . "main.xcezx@gmail.com")) (:maintainers ("xcezx" . "main.xcezx@gmail.com")) (:maintainer "xcezx" . "main.xcezx@gmail.com") (:url . "https://github.com/xcezx/xdiag-mode"))]) + (blog-admin . [(20170923 1409) ((ctable (0 1 1)) (s (1 10 0)) (f (0 17 3)) (names (20151201 0)) (cl-lib (0 5))) "Blog admin for emacs with hexo/org-page supported" tar ((:commit . "b5f2e1dad7d68ec903619f7280bb0bcb7e398a1e") (:authors (nil . "code.falling@gmail.com")) (:maintainers (nil . "code.falling@gmail.com")) (:maintainer nil . "code.falling@gmail.com") (:keywords "tools" "blog" "org" "hexo" "org-page"))]) + (blog-minimal . [(20181021 849) ((ht (1 5)) (simple-httpd (1 4 6)) (mustache (0 22)) (s (1 11 0)) (org (9 0 3))) "a simple static site generator based on org mode" tar ((:commit . "a634a2db0b80cb445ef0b072d1a1482ced91f9ad") (:authors ("Thank Fly" . "thiefuniverses@gmail.com")) (:maintainers ("Thank Fly" . "thiefuniverses@gmail.com")) (:maintainer "Thank Fly" . "thiefuniverses@gmail.com") (:keywords "tools") (:url . "https://github.com/thiefuniverse/blog-minimal"))]) + (blox . [(20220521 807) ((emacs (25 1))) "Interaction with Roblox tooling" tar ((:commit . "9ebebb65fb38b5570ba8dfbb5ec835633c06b67d") (:authors ("Kenneth Loeffler" . "kenloef@gmail.com")) (:maintainers ("Kenneth Loeffler" . "kenloef@gmail.com")) (:maintainer "Kenneth Loeffler" . "kenloef@gmail.com") (:keywords "roblox" "rojo" "tools") (:url . "https://github.com/kennethloeffler/blox"))]) + (bluesound . [(20231124 1347) ((emacs (26 1))) "Play, pause, resume music on a Bluesound player" tar ((:commit . "92f6ebacfa20e89ccd10d27bdb84c74b6413cc68") (:authors ("R.W. van 't Veer")) (:maintainers ("R.W. van 't Veer")) (:maintainer "R.W. van 't Veer") (:keywords "convenience" "multimedia") (:url . "https://git.sr.ht/~rwv/bluesound-el/"))]) + (bm . [(20231008 2005) nil "Visible bookmarks in buffer." tar ((:commit . "1351e2e15a7666e614c94b41414c8f024dc10a50") (:authors ("Jo Odland ")) (:maintainers ("Jo Odland ")) (:maintainer "Jo Odland ") (:keywords "bookmark" "highlight" "faces" "persistent") (:url . "https://github.com/joodland/bm"))]) + (bmx-mode . [(20210319 620) ((emacs (25 1)) (cl-lib (0 5)) (company (0 9 4)) (dash (2 13 0)) (s (1 12 0))) "Batch Mode eXtras" tar ((:commit . "6f008707efe0bb5646f0c1b0d6f57f0a8800e200") (:authors ("Jostein Kjønigsen" . "jostein@gmail.com")) (:maintainers ("Jostein Kjønigsen" . "jostein@gmail.com")) (:maintainer "Jostein Kjønigsen" . "jostein@gmail.com") (:keywords "c" "convenience" "tools") (:url . "http://github.com/josteink/bmx-mode"))]) + (bnf-mode . [(20221205 1451) ((cl-lib (0 5)) (emacs (25 1))) "Major mode for editing BNF grammars." tar ((:commit . "dcdb422e219b29d53a9385e19083441c57f0beb3") (:authors ("Serghei Iakovlev" . "egrep@protonmail.ch")) (:maintainers ("Serghei Iakovlev" . "egrep@protonmail.ch")) (:maintainer "Serghei Iakovlev" . "egrep@protonmail.ch") (:keywords "languages") (:url . "https://github.com/sergeyklay/bnf-mode"))]) + (bnfc . [(20160605 1927) ((emacs (24 3))) "Define context-free grammars for the BNFC tool" tar ((:commit . "1b58df1dd0cb9b81900632fb2843a03b94f56fdb") (:authors ("Jacob Mitchell" . "jmitchell@member.fsf.org")) (:maintainers ("Jacob Mitchell" . "jmitchell@member.fsf.org")) (:maintainer "Jacob Mitchell" . "jmitchell@member.fsf.org") (:keywords "languages" "tools") (:url . "https://github.com/jmitchell/bnfc-mode"))]) + (boa-ide . [(20230813 2036) ((boa-mode (1 4 4)) (emacs (28 1)) (json-snatcher (1 0)) (json-mode (0 2)) (project (0 8 1))) "Mode for boa language files" tar ((:commit . "e1f960ada937be747ea2ec302bea155092e5c06b") (:authors ("Samuel W. Flint" . "swflint@flintfam.org")) (:maintainers ("Samuel W. Flint" . "swflint@flintfam.org")) (:maintainer "Samuel W. Flint" . "swflint@flintfam.org") (:keywords "languages") (:url . "https://github.com/boalang/syntax-highlight"))]) + (boa-mode . [(20230730 2216) ((emacs (26 1))) "Mode for boa language files" tar ((:commit . "892f2a33ef95db9f19b45deb8309652534f91efd") (:authors ("Samuel W. Flint" . "swflint@flintfam.org")) (:maintainers ("Samuel W. Flint" . "swflint@flintfam.org")) (:maintainer "Samuel W. Flint" . "swflint@flintfam.org") (:keywords "languages") (:url . "https://github.com/boalang/syntax-highlight"))]) + (bog . [(20240215 27) ((cl-lib (0 5))) "Extensions for research notes in Org mode" tar ((:commit . "c8e7c8cb54b1787cc3d9383f0514eb76cadd4002") (:authors ("Kyle Meyer" . "kyle@kyleam.com")) (:maintainers ("Kyle Meyer" . "kyle@kyleam.com")) (:maintainer "Kyle Meyer" . "kyle@kyleam.com") (:keywords "bib" "outlines") (:url . "https://github.com/kyleam/bog"))]) + (bolt-mode . [(20180310 810) ((emacs (24 3))) "Editing support for Bolt language" tar ((:commit . "85a5a752bfbebb4aed884326c25db64c000e9934") (:authors ("Mikhail Pontus" . "mpontus@gmail.com")) (:maintainers ("Mikhail Pontus" . "mpontus@gmail.com")) (:maintainer "Mikhail Pontus" . "mpontus@gmail.com") (:keywords "languages") (:url . "https://github.com/mpontus/bolt-mode"))]) + (bongo . [(20201002 1020) ((cl-lib (0 5)) (emacs (24 1))) "play music with Emacs" tar ((:commit . "9e9629090262bba6d0003dabe5a375e47a4477f1"))]) + (bonjourmadame . [(20170919 1134) nil "Say \"Hello ma'am!\"" tar ((:commit . "d3df185fce78aefa689fded8e56a654f0fde4ac0"))]) + (boogie-friends . [(20221115 658) ((cl-lib (0 5)) (dash (2 10 0)) (flycheck (0 23)) (yasnippet (0 9 0 1)) (company (0 8 12))) "A collection of programming modes for Boogie, Dafny, and Z3 (SMTLIB v2)." tar ((:commit . "5b32e4859823ed7f5e70fd5d2eac5d813a8e3e51") (:authors ("Clément Pit-Claudel" . "clement.pitclaudel@live.com")) (:maintainer "Clément Pit-Claudel" . "clement.pitclaudel@live.com") (:keywords "convenience" "languages") (:url . "https://github.com/boogie-org/boogie-friends/"))]) + (bookmark-frecency . [(20231126 1320) ((emacs (27 1))) "Sort bookmarks by frecency" tar ((:commit . "b969969865eae11b84bd3b0bc54cc5cacdcefaa8") (:authors ("Akira Komamura" . "akira.komamura@gmail.com")) (:maintainers ("Akira Komamura" . "akira.komamura@gmail.com")) (:maintainer "Akira Komamura" . "akira.komamura@gmail.com") (:keywords "convenience") (:url . "https://github.com/akirak/bookmark-frecency.el"))]) + (bookmark-in-project . [(20240421 322) ((emacs (29 1))) "Bookmark access within a project" tar ((:commit . "369161f257921747c3b540eac7bc8eb4aa8186b9") (:authors ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainers ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainer "Campbell Barton" . "ideasman42@gmail.com") (:keywords "convenience") (:url . "https://codeberg.org/ideasman42/emacs-bookmark-in-project"))]) + (bookmark-view . [(20240102 334) ((emacs (27 1))) "Bookmark views" tar ((:commit . "2d16b2f88a106e57c58ad2af1f7166a847996512") (:authors ("Daniel Mendler")) (:maintainers ("Daniel Mendler")) (:maintainer "Daniel Mendler") (:url . "https://github.com/minad/bookmark-view"))]) + (bool-flip . [(20161215 1539) ((emacs (24 3))) "flip the boolean under the point" tar ((:commit . "0f7cc9b387429239fb929896511727d4e49a795b") (:authors ("Michael Brandt" . "michaelbrandt5@gmail.com")) (:maintainers ("Michael Brandt" . "michaelbrandt5@gmail.com")) (:maintainer "Michael Brandt" . "michaelbrandt5@gmail.com") (:keywords "boolean" "convenience" "usability") (:url . "http://github.com/michaeljb/bool-flip/"))]) + (boon . [(20240314 920) ((emacs (26 1)) (dash (2 12 0)) (expand-region (0 10 0)) (multiple-cursors (1 3 0))) "Ergonomic Command Mode for Emacs." tar ((:commit . "9e006726be9ac508e0bb0393393abce06f7493f4"))]) + (borg . [(20240609 1435) ((emacs (27 1)) (epkg (3 3 3)) (magit (3 3 0))) "Assimilate Emacs packages as Git submodules" tar ((:commit . "940dc6af73cc40b5254fdb15ff1a6058e1b2b8a5") (:authors ("Jonas Bernoulli" . "emacs.borg@jonas.bernoulli.dev")) (:maintainers ("Jonas Bernoulli" . "emacs.borg@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.borg@jonas.bernoulli.dev") (:keywords "tools") (:url . "https://github.com/emacscollective/borg"))]) + (borland-blue-theme . [(20160117 1321) ((emacs (24 1))) "Blue/yellow theme based on old DOS Borland/Turbo C IDE" tar ((:commit . "db74eefebbc89d3c62575f8f50b319e87b4a3470") (:authors ("Alexey Veretennikov ")) (:maintainers ("Alexey Veretennikov ")) (:maintainer "Alexey Veretennikov ") (:keywords "themes") (:url . "http://github.com/fourier/borland-blue-theme"))]) + (boron-theme . [(20170808 1308) ((emacs (24 0))) "an Emacs 24 theme based on Boron (tmTheme)" tar ((:commit . "87ae1a765e07429fec25d2f29b004f84b52d2e0a") (:authors ("Jason Milkins")) (:maintainers ("Jason Milkins")) (:maintainer "Jason Milkins") (:url . "https://github.com/emacsfodder/tmtheme-to-deftheme"))]) + (boxes . [(20240217 1143) ((emacs (24 3))) "ASCII boxes unlimited!" tar ((:commit . "75dfd61801b3ec23ec30c88640ea31bbca5b36b9") (:authors ("Jason L. Shiffer" . "jshiffer@zerotao.com")) (:maintainers ("Jason L. Shiffer" . "jshiffer@zerotao.com")) (:maintainer "Jason L. Shiffer" . "jshiffer@zerotao.com") (:keywords "extensions") (:url . "https://boxes.thomasjensen.com"))]) + (boxquote . [(20231216 852) ((cl-lib (0 5))) "Quote text with a semi-box" tar ((:commit . "8d6c307ab3b783c5042065d0ae54961adb506484") (:authors ("Dave Pearson" . "davep@davep.org")) (:maintainers ("Dave Pearson" . "davep@davep.org")) (:maintainer "Dave Pearson" . "davep@davep.org") (:keywords "quoting") (:url . "https://github.com/davep/boxquote.el"))]) + (bpe . [(20141228 2205) ((emacs (24 1))) "Blog from Org mode to Blogger" tar ((:commit . "7b5b25f83506e6c9f4075d3803fa32404943a189") (:authors ("Yuta Yamada ")) (:maintainers ("Yuta Yamada ")) (:maintainer "Yuta Yamada ") (:keywords "blogger" "blog") (:url . "https://github.com/yuutayamada/bpe"))]) + (bpftrace-mode . [(20190608 2201) ((emacs (24 0))) "Major mode for editing bpftrace script files" tar ((:commit . "587b39ea7a1d786df5c04796d51bf2a5a4eda0d7") (:authors ("Jay Kamat" . "jaygkamat@gmail.com")) (:maintainers ("Jay Kamat" . "jaygkamat@gmail.com")) (:maintainer "Jay Kamat" . "jaygkamat@gmail.com") (:keywords "highlight" "c") (:url . "http://gitlab.com/jgkamat/bpftrace-mode"))]) + (bpr . [(20180220 1844) ((emacs (24))) "Background Process Runner" tar ((:commit . "af84a83dea09d86e77d87ac30604f2c5b4bf4117") (:authors ("Ilya Babanov" . "ilya-babanov@ya.ru")) (:maintainers ("Ilya Babanov" . "ilya-babanov@ya.ru")) (:maintainer "Ilya Babanov" . "ilya-babanov@ya.ru") (:keywords "background" "async" "process" "management") (:url . "https://github.com/ilya-babanov/emacs-bpr"))]) + (bqn-mode . [(20240623 126) ((emacs (26 1))) "Emacs mode for BQN" tar ((:commit . "b2a524b67d07483888fa17649a0618dfb6b22990") (:authors ("Marshall Lochbaum" . "mwlochbaum@gmail.com")) (:maintainers ("Marshall Lochbaum" . "mwlochbaum@gmail.com")) (:maintainer "Marshall Lochbaum" . "mwlochbaum@gmail.com") (:url . "https://github.com/museoa/bqn-mode"))]) + (bracketed-paste . [(20160407 2348) ((emacs (24 3))) "bracketed paste mode support within emacs -nw" tar ((:commit . "843ce3bbb63d560face889e13a57a2f7543957d5") (:authors ("Takeshi Banse" . "takebi@laafc.net")) (:maintainers ("Takeshi Banse" . "takebi@laafc.net")) (:maintainer "Takeshi Banse" . "takebi@laafc.net") (:keywords "terminals"))]) + (brainfuck-mode . [(20150113 842) ((langdoc (20130601 1450))) "Brainfuck mode for Emacs" tar ((:commit . "36e69552bb3b97a4f888d362c59845651bd0d492") (:authors ("Tomoya Tanjo" . "ttanjo@gmail.com")) (:maintainers ("Tomoya Tanjo" . "ttanjo@gmail.com")) (:maintainer "Tomoya Tanjo" . "ttanjo@gmail.com") (:keywords "brainfuck" "langdoc") (:url . "https://github.com/tom-tan/brainfuck-mode/"))]) + (brazilian-holidays . [(20220828 2348) ((emacs (26))) "Brazilian holidays" tar ((:commit . "03206ea673df49c91a8f924db799620713d86240") (:authors ("Jaguaraquem A. Reinaldo" . "jaguar.adler@gmail.com")) (:maintainers ("Jaguaraquem A. Reinaldo" . "jaguar.adler@gmail.com")) (:maintainer "Jaguaraquem A. Reinaldo" . "jaguar.adler@gmail.com") (:keywords "calendar" "holidays" "brazilian") (:url . "https://github.com/jadler/brazilian-holidays"))]) + (brec-mode . [(20240620 1213) ((emacs (24 3))) "A major mode for editing Breccian text" tar ((:commit . "942e042cc22224ec3940d0867c8c08f71e036924") (:authors ("Michael Allan" . "mike@reluk.ca")) (:maintainers ("Michael Allan" . "mike@reluk.ca")) (:maintainer "Michael Allan" . "mike@reluk.ca") (:keywords "outlines" "wp") (:url . "http://reluk.ca/project/Breccia/Emacs/"))]) + (brf . [(20230803 2022) ((fringe-helper (0 1 1)) (emacs (24 3))) "Brf-mode provides features from the legendary editor Brief" tar ((:commit . "8875f5fcd173e220bbfa6bf9f8f09d721a29cd50") (:authors ("Mike Woolley" . "mike@bulsara.com")) (:maintainers ("Mike Woolley" . "mike@bulsara.com")) (:maintainer "Mike Woolley" . "mike@bulsara.com") (:keywords "brief" "crisp" "emulations") (:url . "https://bitbucket.org/MikeWoolley/brf-mode"))]) + (brightscript-mode . [(20220906 827) ((emacs (26 3))) "Major mode for editing Brightscript files" tar ((:commit . "025d6f5a70752c62a28d4f86c053a283b3898a49") (:authors ("Daniel Mircea" . "daniel@viseztrance.com")) (:maintainers (nil . "daniel@viseztrance.com")) (:maintainer nil . "daniel@viseztrance.com") (:keywords "languages") (:url . "https://github.com/viseztrance/brightscript-mode"))]) + (bril-mode . [(20240315 1157) ((emacs (27 1))) "Major mode for Bril text format" tar ((:commit . "da61316385e31973c462a1e8a3213327b34df3ff") (:authors ("Noah Peart" . "noah.v.peart@gmail.com")) (:maintainers ("Noah Peart" . "noah.v.peart@gmail.com")) (:maintainer "Noah Peart" . "noah.v.peart@gmail.com") (:keywords "languages" "bril") (:url . "https://github.com/nverno/bril-mode"))]) + (broadcast . [(20151205 212) ((emacs (24 4))) "Links buffers together for simultaneous editing." tar ((:commit . "f6f9cd2e0e3f8c31d6b8e7446c27eb0e50b25f16") (:authors ("Russell Black" . "killdash9@github")) (:maintainers ("Russell Black" . "killdash9@github")) (:maintainer "Russell Black" . "killdash9@github") (:keywords "convenience" "frames" "link" "cursors") (:url . "https://github.com/killdash9/broadcast.el"))]) + (browse-at-remote . [(20230223 554) ((f (0 20 0)) (s (1 9 0)) (cl-lib (0 5))) "Open github/gitlab/bitbucket/stash/gist/phab/sourcehut page from Emacs" tar ((:commit . "1c2a565bb7275bf78f23d471e32dd8c696523b8c") (:authors ("Rustem Muslimov" . "r.muslimov@gmail.com")) (:maintainers ("Rustem Muslimov" . "r.muslimov@gmail.com")) (:maintainer "Rustem Muslimov" . "r.muslimov@gmail.com") (:keywords "github" "gitlab" "bitbucket" "gist" "stash" "phabricator" "sourcehut" "pagure") (:url . "https://github.com/rmuslimov/browse-at-remote"))]) + (browse-kill-ring . [(20231104 1450) nil "interactively insert items from kill-ring" tar ((:commit . "03cc18c08a549568edb6bc710c307c19bc507ef3") (:authors ("Colin Walters" . "walters@verbum.org")) (:maintainers ("browse-kill-ring" . "browse-kill-ring@tonotdo.com")) (:maintainer "browse-kill-ring" . "browse-kill-ring@tonotdo.com") (:keywords "convenience") (:url . "https://github.com/browse-kill-ring/browse-kill-ring"))]) + (browse-url-dwim . [(20140731 1922) ((string-utils (0 3 2))) "Context-sensitive external browse URL or Internet search" tar ((:commit . "11f1c53126619c7ef1bb5f5d6914ce0b3cce0e30") (:authors ("Roland Walker" . "walker@pobox.com")) (:maintainers ("Roland Walker" . "walker@pobox.com")) (:maintainer "Roland Walker" . "walker@pobox.com") (:keywords "hypermedia") (:url . "http://github.com/rolandwalker/browse-url-dwim"))]) + (browser-hist . [(20240607 406) ((emacs (27))) "Search through the Browser history" tar ((:commit . "0372c6d984ca194d9454b14eba6eadec480ec3ff") (:authors ("Ag Ibragimov" . "agzam.ibragimov@gmail.com")) (:maintainers ("Ag Ibragimov" . "agzam.ibragimov@gmail.com")) (:maintainer "Ag Ibragimov" . "agzam.ibragimov@gmail.com") (:keywords "convenience" "hypermedia" "matching" "tools") (:url . "https://github.com/agzam/browser-hist.el"))]) + (brutalist-theme . [(20231120 721) nil "Brutalist theme" tar ((:commit . "c387f3f0aaae147270c61dcd3140fb4eb20965ad") (:authors ("Gergely Nagy")) (:maintainers ("Gergely Nagy")) (:maintainer "Gergely Nagy") (:url . "https://git.madhouse-project.org/algernon/brutalist-theme.el"))]) + (bshell . [(20240112 2303) ((emacs (26)) (buffer-manage (1 1))) "Manage and track multiple inferior shells" tar ((:commit . "d59559cf7c5dded8b9639346ae5c1384d8b9be4e") (:authors ("Paul Landes")) (:maintainers ("Paul Landes")) (:maintainer "Paul Landes") (:keywords "unix" "interactive" "shell" "management") (:url . "https://github.com/plandes/bshell"))]) + (btc-ticker . [(20220409 1647) ((json (1 2)) (request (0 2 0))) "Shows latest bitcoin price" tar ((:commit . "2ed18ac6338d5fe98c578f0875840af07f0bc42a") (:authors ("Jorge Niedbalski R." . "jnr@metaklass.org")) (:maintainers ("Jorge Niedbalski R." . "jnr@metaklass.org")) (:maintainer "Jorge Niedbalski R." . "jnr@metaklass.org") (:keywords "news"))]) + (bts . [(20151109 1333) ((widget-mvc (0 0 2)) (log4e (0 3 0)) (yaxception (0 3 3)) (dash (2 9 0)) (s (1 9 0)) (pos-tip (0 4 5))) "A unified UI for various bug tracking systems" tar ((:commit . "df42d58a36447697f93b56e69f5e700b2baef1f9") (:authors ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainers ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainer "Hiroaki Otsu" . "ootsuhiroaki@gmail.com") (:keywords "convenience") (:url . "https://github.com/aki2o/emacs-bts"))]) + (bts-github . [(20170401 1249) ((bts (0 0 1)) (gh (0 8 2))) "A plugin of bts.el for GitHub" tar ((:commit . "ef2cf9202dc2128e5efdb613bfde9276a8cd95ad") (:authors ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainers ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainer "Hiroaki Otsu" . "ootsuhiroaki@gmail.com") (:keywords "convenience" "git" "github") (:url . "https://github.com/aki2o/emacs-bts-github"))]) + (bubbleberry-theme . [(20141017 944) ((emacs (24 1))) "A theme based on LightTable for Emacs24" tar ((:commit . "22e9adf4586414024e4592972022ec297321b320") (:authors ("Jason Milkins" . "jasonm23@gmail.com") ("Gaurav Giri github.com/grvgr")) (:maintainers ("Jason Milkins" . "jasonm23@gmail.com")) (:maintainer "Jason Milkins" . "jasonm23@gmail.com") (:url . "https://github.com/jasonm23/emacs-bubbleberry-theme"))]) + (buckwalter . [(20191119 1950) nil "Write arabic using Buckwalter transliteration" tar ((:commit . "1ef6f210f38c0686bc5b445b9704190f168f30ea") (:authors ("Joe HAKIM RAHME" . "joehakimrahme@gmail.com")) (:maintainers ("Joe HAKIM RAHME" . "joehakimrahme@gmail.com")) (:maintainer "Joe HAKIM RAHME" . "joehakimrahme@gmail.com") (:keywords "arabic" "transliteration" "i18n") (:url . "https://github.com/joehakimrahme/buckwalter-arabic"))]) + (buffer-buttons . [(20150106 1439) nil "Define, save, and load code-safe buttons in files for emacs" tar ((:commit . "2feb8494fa7863b98256bc85da670d74a3a8a975") (:authors ("Ryan Pavlik" . "rpavlik@gmail.com")) (:maintainers ("Ryan Pavlik" . "rpavlik@gmail.com")) (:maintainer "Ryan Pavlik" . "rpavlik@gmail.com") (:url . "https://github.com/rpav/buffer-buttons"))]) + (buffer-env . [(20240323 727) ((emacs (27 1)) (compat (29 1))) "Buffer-local process environments" tar ((:commit . "3814bdf3585ffffea3014b1d01549894ec1aa897") (:authors ("Augusto Stoffel" . "arstoffel@gmail.com")) (:maintainers ("Augusto Stoffel" . "arstoffel@gmail.com")) (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com") (:keywords "processes" "tools") (:url . "https://github.com/astoff/buffer-env"))]) + (buffer-flip . [(20220718 10) ((cl-lib (0 5))) "Cycle through buffers like Alt-Tab in Windows" tar ((:commit . "dda0cbcd202cdadf322942f9637a11ed92525756") (:authors ("Russell Black" . "killdash9@github")) (:maintainers ("Russell Black" . "killdash9@github")) (:maintainer "Russell Black" . "killdash9@github") (:keywords "convenience") (:url . "https://github.com/killdash9/buffer-flip.el"))]) + (buffer-manage . [(20211122 1957) ((emacs (26 1)) (choice-program (0 13)) (dash (2 17 0))) "Manage buffers" tar ((:commit . "819bbfd9ae2f028361f484bc3b60d751623a2df5") (:authors ("Paul Landes")) (:maintainers ("Paul Landes")) (:maintainer "Paul Landes") (:keywords "internal" "maint") (:url . "https://github.com/plandes/buffer-manage"))]) + (buffer-move . [(20220512 755) ((emacs (24 1))) "easily swap buffers" tar ((:commit . "e7800b3ab1bd76ee475ef35507ec51ecd5a3f065") (:keywords "convenience") (:url . "https://github.com/lukhas/buffer-move/"))]) + (buffer-name-relative . [(20240421 324) ((emacs (28 1))) "Relative buffer names" tar ((:commit . "2e681c7277f599a319d99182284eebe13cd654e3") (:authors ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainers ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainer "Campbell Barton" . "ideasman42@gmail.com") (:keywords "convenience") (:url . "https://codeberg.org/ideasman42/emacs-buffer-name-relative"))]) + (buffer-ring . [(20220120 124) ((emacs (25 1)) (dynaring (0 3)) (s (1 12 0)) (ht (2 0))) "Rings and tori for buffer navigation" tar ((:commit . "177d67238c4d126a0270585e21c0f03ae750ca2a") (:authors ("Mike Mattie" . "codermattie@gmail.com") ("Sid Kasivajhula" . "sid@countvajhula.com")) (:maintainers ("Sid Kasivajhula" . "sid@countvajhula.com")) (:maintainer "Sid Kasivajhula" . "sid@countvajhula.com") (:url . "https://github.com/countvajhula/buffer-ring"))]) + (buffer-sets . [(20230319 1822) ((cl-lib (0 5))) "Sets of Buffers for Buffer Management" tar ((:commit . "951e894ef96d533324f7f24c2a0def45ae89d558") (:authors ("Samuel W. Flint" . "swflint@flintfam.org")) (:maintainers ("Samuel W. Flint" . "swflint@flintfam.org")) (:maintainer "Samuel W. Flint" . "swflint@flintfam.org") (:keywords "buffer-management") (:url . "https://git.sr.ht/~swflint/buffer-sets"))]) + (buffer-utils . [(20140512 1400) nil "Buffer-manipulation utility functions" tar ((:commit . "32e1f23817b9c6caedb53e5359baad29e99eaa2b") (:authors ("Roland Walker" . "walker@pobox.com")) (:maintainers ("Roland Walker" . "walker@pobox.com")) (:maintainer "Roland Walker" . "walker@pobox.com") (:keywords "extensions") (:url . "http://github.com/rolandwalker/buffer-utils"))]) + (buffer-watcher . [(20170913 839) ((f (0 16 2)) (cl-lib (0 5))) "Easily run shell scripts per filetype/directory when a buffer is saved" tar ((:commit . "b32c67c8a5d724257d759f4c903d0dedc32246ef") (:authors ("Nicolas Petton" . "nicolas@petton.fr")) (:maintainers ("Nicolas Petton" . "nicolas@petton.fr")) (:maintainer "Nicolas Petton" . "nicolas@petton.fr"))]) + (buffer-wrap . [(20240101 935) ((emacs (24 4))) "Wrap the beginning and the end of buffer" tar ((:commit . "c2d12ef25ffac4827dc598d81fac75cb865663b6") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "buffer" "tool" "wrap") (:url . "https://github.com/jcs-elpa/buffer-wrap"))]) + (bufferbin . [(20230706 110) ((emacs (26 1))) "Quick mouse access to buffers" tar ((:commit . "ee4bf49cc69573f690e2e9f36f03c20b322c1730") (:authors ("Ryan Walsh" . "blueridge-data@github")) (:maintainers ("Ryan Walsh" . "blueridge-data@github")) (:maintainer "Ryan Walsh" . "blueridge-data@github") (:url . "https://github.com/blueridge-data/bufferbin"))]) + (bufler . [(20240312 552) ((emacs (26 3)) (burly (0 4 -1)) (dash (2 18)) (f (0 17)) (pretty-hydra (0 2 2)) (magit-section (0 1)) (map (2 1))) "Group buffers into workspaces with programmable rules" tar ((:commit . "ef3b28bbdcb1e813a1d5b06a91d09774998967c5") (:authors ("Adam Porter" . "adam@alphapapa.net")) (:maintainers ("Adam Porter" . "adam@alphapapa.net")) (:maintainer "Adam Porter" . "adam@alphapapa.net") (:keywords "convenience") (:url . "https://github.com/alphapapa/bufler.el"))]) + (bufshow . [(20130726 1838) ((emacs (24 1))) "A simple presentation tool for Emacs." tar ((:commit . "42d7fb74c3f914e127d5447c63d209bf19f5d517") (:authors ("Peter Jones" . "pjones@pmade.com")) (:maintainers ("Peter Jones" . "pjones@pmade.com")) (:maintainer "Peter Jones" . "pjones@pmade.com") (:url . "https://github.com/pjones/bufshow"))]) + (bug-reference-github . [(20200206 2158) nil "Set `bug-reference-url-format' in Github repos" tar ((:commit . "4e848472a5be464a3bc10a3c917322d1e344951a") (:authors ("Arne Jørgensen" . "arne@arnested.dk")) (:maintainers ("Arne Jørgensen" . "arne@arnested.dk")) (:maintainer "Arne Jørgensen" . "arne@arnested.dk") (:keywords "programming" "tools") (:url . "https://github.com/arnested/bug-reference-github"))]) + (bui . [(20210108 1141) ((emacs (24 3)) (dash (2 11 0))) "Buffer interface library" tar ((:commit . "ab62fcefc3c7ddf5e5d64c18045148a3c297592d") (:authors ("Alex Kost" . "alezost@gmail.com")) (:maintainers ("Alex Kost" . "alezost@gmail.com")) (:maintainer "Alex Kost" . "alezost@gmail.com") (:keywords "tools") (:url . "https://github.com/alezost/bui.el"))]) + (build-farm . [(20181218 2002) ((emacs (24 4)) (bui (1 2 1)) (magit-popup (2 1 0))) "Interface for Nix and Guix build farms (Hydra and Cuirass)" tar ((:commit . "5c268a3c235ace0d79ef1ec82c440120317e06f5") (:authors ("Alex Kost" . "alezost@gmail.com")) (:maintainers ("Alex Kost" . "alezost@gmail.com")) (:maintainer "Alex Kost" . "alezost@gmail.com") (:keywords "tools") (:url . "https://gitlab.com/alezost-emacs/build-farm"))]) + (build-helper . [(20161009 1755) ((projectile (0 9 0))) "Utilities to help build code" tar ((:commit . "d1962858734253eca791721ccf62d1c4a10719f5") (:authors ("Afonso Bordado" . "afonsobordado@az8.co")) (:maintainers ("Afonso Bordado" . "afonsobordado@az8.co")) (:maintainer "Afonso Bordado" . "afonsobordado@az8.co") (:keywords "convenience") (:url . "http://github.com/afonso360/build-helper"))]) + (build-status . [(20190807 1231) ((cl-lib (0 5))) "Mode line build status indicator" tar ((:commit . "1a1d2473aa62f2fdda47d8bfeb9fe352d2579b48") (:authors ("Skye Shaw" . "skye.shaw@gmail.com")) (:maintainers ("Skye Shaw" . "skye.shaw@gmail.com")) (:maintainer "Skye Shaw" . "skye.shaw@gmail.com") (:keywords "mode-line" "ci" "circleci" "travis-ci") (:url . "http://github.com/sshaw/build-status"))]) + (bundler . [(20200129 1338) ((inf-ruby (2 1)) (cl-lib (0 5))) "Interact with Bundler from Emacs" tar ((:commit . "43efb6be4ed118b06d787ce7fbcffd68a31732a7") (:authors ("Tobias Svensson" . "tob@tobiassvensson.co.uk")) (:maintainers ("Tobias Svensson" . "tob@tobiassvensson.co.uk")) (:maintainer "Tobias Svensson" . "tob@tobiassvensson.co.uk") (:keywords "bundler" "ruby") (:url . "http://github.com/endofunky/bundler.el"))]) + (burly . [(20231218 1045) ((emacs (27 1)) (map (2 1))) "Save and restore frame/window configurations with buffers" tar ((:commit . "6626df0c2054cb0662bf113ba4cbad641b588d0f") (:authors ("Adam Porter" . "adam@alphapapa.net")) (:maintainers ("Adam Porter" . "adam@alphapapa.net")) (:maintainer "Adam Porter" . "adam@alphapapa.net") (:keywords "convenience") (:url . "https://github.com/alphapapa/burly.el"))]) + (burnt-toast . [(20201113 814) ((emacs (25 1)) (dash (2 10)) (alert (1 2))) "Elisp integration with the BurntToast PowerShell module" tar ((:commit . "e9cf41928b7b502fdfa43718c35a24e503db32e2") (:authors ("Sam Cedarbaum" . "scedarbaum@gmail.com")) (:maintainers ("Sam Cedarbaum" . "scedarbaum@gmail.com")) (:maintainer "Sam Cedarbaum" . "scedarbaum@gmail.com") (:keywords "alert" "notifications" "powershell" "comm") (:url . "https://github.com/cedarbaum/burnt-toast.el"))]) + (bury-successful-compilation . [(20181106 403) nil "Bury the *compilation* buffer after successful compilation" tar ((:commit . "674644c844184605a1bb4f9487a60f7a780a6fe7") (:authors ("Eric Crosson" . "esc@ericcrosson.com")) (:maintainers ("Eric Crosson" . "esc@ericcrosson.com")) (:maintainer "Eric Crosson" . "esc@ericcrosson.com") (:keywords "compilation"))]) + (buster-mode . [(20140928 1213) nil "Minor mode to speed up development when writing tests with Buster.js" tar ((:commit . "de6958ef8369400922618b8d1e99abfa91b97ac5") (:keywords "buster" "testing" "javascript"))]) + (buster-snippets . [(20151125 1010) ((yasnippet (0 8 0))) "Yasnippets for the Buster javascript testing framework" tar ((:commit . "bb8769dae132659858e74d52f3f4e8790399423a") (:authors ("Magnar Sveen" . "magnars@gmail.com")) (:maintainers ("Magnar Sveen" . "magnars@gmail.com")) (:maintainer "Magnar Sveen" . "magnars@gmail.com") (:keywords "snippets"))]) + (busybee-theme . [(20170719 928) nil "port of vim's mustang theme" tar ((:commit . "66b2315b030582d0ebee605cf455d386d8c30fcd") (:authors ("martin haesler")) (:maintainers ("martin haesler")) (:maintainer "martin haesler") (:url . "http://github.com/mswift42/busybee-theme"))]) + (butler . [(20210928 230) ((deferred (0 3 2)) (json (1 2)) (emacs (24))) "Emacs client for Jenkins" tar ((:commit . "10943ccdf2030187b2f7bd97337d78acb7fd31c9") (:authors ("Ashton Kemerling" . "ashtonkemerling@gmail.com")) (:maintainer "Ashton Kemerling" . "ashtonkemerling@gmail.com") (:keywords "jenkins" "hudson" "ci") (:url . "http://www.github.com/AshtonKem/Butler.git"))]) + (buttercup . [(20240328 2016) ((emacs (24 4))) "Behavior-Driven Emacs Lisp Testing" tar ((:commit . "a1a86b027ffe030e1c78a9f43c50cd20a6fed19a") (:authors ("Jorgen Schaefer" . "contact@jorgenschaefer.de")) (:maintainers ("Ola Nilsson" . "ola.nilsson@gmail.com")) (:maintainer "Ola Nilsson" . "ola.nilsson@gmail.com") (:url . "https://github.com/jorgenschaefer/emacs-buttercup"))]) + (buttercup-junit . [(20240423 2158) ((emacs (24 4)) (buttercup (1 15))) "JUnit reporting for Buttercup" tar ((:commit . "877daa33fc3fc23f2a3d633e28650c04534458b5") (:authors ("Ola Nilsson" . "ola.nilsson@gmail.com")) (:maintainers ("Ola Nilsson" . "ola.nilsson@gmail.com")) (:maintainer "Ola Nilsson" . "ola.nilsson@gmail.com") (:keywords "tools" "test" "unittest" "buttercup" "ci") (:url . "https://bitbucket.org/olanilsson/buttercup-junit"))]) + (button-lock . [(20230304 2212) nil "Clickable text defined by regular expression" tar ((:commit . "1f7a89ca05b6167af7d1337ad23a5d923486caac") (:authors ("Roland Walker" . "walker@pobox.com")) (:maintainers ("Roland Walker" . "walker@pobox.com")) (:maintainer "Roland Walker" . "walker@pobox.com") (:keywords "mouse" "button" "hypermedia" "extensions") (:url . "http://github.com/rolandwalker/button-lock"))]) + (buttons . [(20230906 1631) ((emacs (24 1)) (cl-lib (0 3))) "Define and visualize hierarchies of keymaps" tar ((:commit . "6fd4a9b3f8b9d2344a316b0fd6576d90f53f5acb") (:authors ("Ernesto Alfonso")) (:maintainers (nil . "(concat \"erjoalgo\" \"@\" \"gmail\" \".com\")")) (:maintainer nil . "(concat \"erjoalgo\" \"@\" \"gmail\" \".com\")") (:keywords "lisp" "extensions" "convenience" "tools") (:url . "http://github.com/erjoalgo/emacs-buttons"))]) + (c-c-combo . [(20151224 255) nil "Make stuff happen when you reach a target wpm" tar ((:commit . "a261a833499a7fdc29610863b3aafc74818770ba") (:authors ("Diego Berrocal" . "cestdiego@gmail.com")) (:maintainers ("Diego Berrocal" . "cestdiego@gmail.com")) (:maintainer "Diego Berrocal" . "cestdiego@gmail.com") (:url . "https://www.github.com/CestDiego/c-c-combo.el"))]) + (c-eldoc . [(20201004 2347) nil "helpful description of the arguments to C functions" tar ((:commit . "f4ede1f37f6de583376669735326367d84a0a917") (:authors ("Nathaniel Flath" . "flat0103@gmail.com")) (:maintainers ("Nathaniel Flath" . "flat0103@gmail.com")) (:maintainer "Nathaniel Flath" . "flat0103@gmail.com") (:url . "http://github.com/nflath/c-eldoc"))]) + (c-eval . [(20210611 705) ((emacs (24 5))) "Compile and run one-off C code snippets" tar ((:commit . "fd129bfcb75475ac6820cc33862bd8efb8097fae") (:authors ("Lassi Kortela" . "lassi@lassi.io")) (:maintainers ("Lassi Kortela" . "lassi@lassi.io")) (:maintainer "Lassi Kortela" . "lassi@lassi.io") (:keywords "c" "languages") (:url . "https://github.com/lassik/emacs-c-eval"))]) + (c0-mode . [(20151110 1852) nil "Major mode for editing C0 files" tar ((:commit . "c214093c36864d6208fcb9e6a72413ed17ed5d60") (:authors ("Jakob Max Uecker")) (:maintainers ("Jakob Max Uecker")) (:maintainer "Jakob Max Uecker") (:keywords "c0" "languages") (:url . "http://c0.typesafety.net/"))]) + (ca65-mode . [(20210218 106) ((emacs (26 1))) "Major mode for ca65 assembly files" tar ((:commit . "590d90cc0e1c1864dd7ce03df99b741ba866d52a") (:authors ("Wendel Scardua" . "wendel@scardua.net")) (:maintainers ("Wendel Scardua" . "wendel@scardua.net")) (:maintainer "Wendel Scardua" . "wendel@scardua.net") (:keywords "languages" "assembly" "ca65" "6502") (:url . "https://github.com/wendelscardua/ca65-mode"))]) + (cabledolphin . [(20160204 938) ((emacs (24 4)) (seq (1 0))) "capture Emacs network traffic" tar ((:commit . "fffc192cafa61558e924323d6da8166fe5f2a6f9") (:authors ("Magnus Henoch" . "magnus.henoch@gmail.com")) (:maintainers ("Magnus Henoch" . "magnus.henoch@gmail.com")) (:maintainer "Magnus Henoch" . "magnus.henoch@gmail.com") (:keywords "comm"))]) + (cache . [(20111019 2300) nil "implementation of a hash table whose key-value pairs expire" tar ((:commit . "7499586b6c8224df9f5c5bc4dec96b008258d580") (:authors ("Nathaniel Flath")) (:maintainers ("Nathaniel Flath")) (:maintainer "Nathaniel Flath"))]) + (cacoo . [(20120319 2359) ((concurrent (0 3 1))) "Minor mode for Cacoo : http://cacoo.com" tar ((:commit . "c9fa04fbe97639b24698709530361c2bb5f3273c") (:authors ("SAKURAI Masashi ")) (:maintainer "SAKURAI Masashi ") (:keywords "convenience" "diagram") (:url . "https://github.com/kiwanami/emacs-cacoo/"))]) + (caddyfile-mode . [(20220626 945) ((emacs (25)) (loop (1 3))) "Major mode for Caddy configuration files" tar ((:commit . "fc41148f5a7eb320f070666f046fb9d88cf17680") (:authors ("Thomas Jost" . "schnouki@schnouki.net")) (:maintainers ("Thomas Jost" . "schnouki@schnouki.net")) (:maintainer "Thomas Jost" . "schnouki@schnouki.net") (:keywords "languages") (:url . "https://github.com/Schnouki/caddyfile-mode/"))]) + (cake-inflector . [(20140415 858) ((s (1 9 0))) "Lazy porting CakePHP infrector.php to el" tar ((:commit . "d9c6298fbca53efeb6f0f37140395659d9a6d7cc") (:authors ("k1LoW (Kenichirou Oyama), ")) (:maintainers ("k1LoW (Kenichirou Oyama), ")) (:maintainer "k1LoW (Kenichirou Oyama), ") (:url . "https://github.com/k1LoW/emacs-cake-inflector"))]) + (cakecrumbs . [(20180929 139) ((emacs (24 4))) "Show parents on header for HTML/Jade/Sass/Stylus" tar ((:commit . "cf8c1df885eee004602f73c4f841301e200e5850") (:authors ("ono hiroko ")) (:maintainers ("ono hiroko ")) (:maintainer "ono hiroko ") (:keywords "languages" "html" "jade" "pug" "sass" "scss" "stylus") (:url . "https://github.com/kuanyui/cakecrumbs.el"))]) + (cal-china-x . [(20200924 1837) ((cl-lib (0 5))) "Chinese localization, lunar/horoscope/zodiac info and more..." tar ((:commit . "94005e678a1d2522b7a00299779f40c5c77286b8") (:authors ("William Xu" . "william.xwl@gmail.com")) (:maintainers ("William Xu" . "william.xwl@gmail.com")) (:maintainer "William Xu" . "william.xwl@gmail.com") (:url . "https://github.com/xwl/cal-china-x"))]) + (calc-at-point . [(20210219 1252) ((emacs (26)) (dash (2 18 0))) "Perform calculations at point or over selection" tar ((:commit . "0c1a9e94b519b0edb0abcbacdf6101eea2f2a524") (:authors ("Sebastian Wålinder" . "s.walinder@gmail.com")) (:maintainers ("Sebastian Wålinder" . "s.walinder@gmail.com")) (:maintainer "Sebastian Wålinder" . "s.walinder@gmail.com") (:keywords "convenience") (:url . "https://github.com/walseb/calc-at-point"))]) + (calc-prog-utils . [(20220820 1855) ((emacs (24 1))) "Calc programmers utilities" tar ((:commit . "190acfda56660a2d75df2d9eac5b14edaccccd80") (:authors ("Jesse Millwood")) (:maintainers ("Jesse Millwood")) (:maintainer "Jesse Millwood") (:keywords "tools" "convenience") (:url . "https://github.com/Jesse-Millwood/calc-prog"))]) + (calendar-norway . [(20220211 1129) nil "Norwegian calendar" tar ((:commit . "0db0ea63365f4ff5f7d18fb8335fa88af194a2cc") (:authors ("Kevin Brubeck Unhammer" . "unhammer@fsfe.org")) (:maintainers ("Kevin Brubeck Unhammer" . "unhammer@fsfe.org")) (:maintainer "Kevin Brubeck Unhammer" . "unhammer@fsfe.org") (:keywords "calendar" "norwegian" "localization"))]) + (calfw . [(20180118 45) nil "Calendar view framework on Emacs" tar ((:commit . "03abce97620a4a7f7ec5f911e669da9031ab9088") (:authors ("SAKURAI Masashi ")) (:maintainers ("SAKURAI Masashi ")) (:maintainer "SAKURAI Masashi ") (:keywords "calendar") (:url . "https://github.com/kiwanami/emacs-calfw"))]) + (calfw-cal . [(20170411 220) nil "calendar view for emacs diary" tar ((:commit . "c538d3746449b4f0e16b16aad3073d4f7379d805") (:authors ("SAKURAI Masashi ")) (:maintainers ("SAKURAI Masashi ")) (:maintainer "SAKURAI Masashi ") (:keywords "calendar"))]) + (calfw-gcal . [(20120111 1000) nil "edit Google calendar for calfw.el." tar ((:commit . "14aab20687d6cc9e6c5ddb9e11984c4e14c3d870") (:authors ("myuhe ")) (:maintainers ("myuhe")) (:maintainer "myuhe") (:keywords "convenience" "calendar" "calfw.el") (:url . "https://github.com/myuhe/calfw-gcal.el"))]) + (calfw-howm . [(20170704 4) nil "calendar view for howm" tar ((:commit . "bcfc0c546c3c58e1f635a9a29efdf56c9421a3ce") (:authors ("SAKURAI Masashi ")) (:maintainers ("SAKURAI Masashi ")) (:maintainer "SAKURAI Masashi ") (:keywords "calendar"))]) + (calfw-ical . [(20170411 220) nil "calendar view for ical format" tar ((:commit . "c538d3746449b4f0e16b16aad3073d4f7379d805") (:authors ("SAKURAI Masashi ")) (:maintainers ("SAKURAI Masashi ")) (:maintainer "SAKURAI Masashi ") (:keywords "calendar"))]) + (calfw-org . [(20170411 220) nil "calendar view for org-agenda" tar ((:commit . "c538d3746449b4f0e16b16aad3073d4f7379d805") (:authors ("SAKURAI Masashi ")) (:maintainers ("SAKURAI Masashi ")) (:maintainer "SAKURAI Masashi ") (:keywords "calendar" "org"))]) + (calibredb . [(20240507 456) ((emacs (25 1)) (org (9 3)) (transient (0 1 0)) (s (1 12 0)) (dash (2 17 0)) (request (0 3 3)) (esxml (0 3 7))) "Yet another calibre client" tar ((:commit . "8ca1b5262f0f0e4a0e295efc2c14db00333e9a85") (:authors ("Damon Chan" . "elecming@gmail.com")) (:maintainers ("Damon Chan" . "elecming@gmail.com")) (:maintainer "Damon Chan" . "elecming@gmail.com") (:keywords "tools") (:url . "https://github.com/chenyanming/calibredb.el"))]) + (call-graph . [(20230222 525) ((emacs (25 1)) (hierarchy (0 7 0)) (tree-mode (1 0 0)) (ivy (0 10 0)) (beacon (1 3 4))) "Generate call graph for c/c++ functions" tar ((:commit . "5fd5f3aad35e3561c253870e4d7fa34353b70b7b") (:authors ("Huming Chen" . "chenhuming@gmail.com")) (:maintainers ("Huming Chen" . "chenhuming@gmail.com")) (:maintainer "Huming Chen" . "chenhuming@gmail.com") (:keywords "programming" "convenience") (:url . "https://github.com/beacoder/call-graph"))]) + (calmer-forest-theme . [(20230302 2149) nil "Darkish theme with green/orange tint" tar ((:commit . "09fc50730ea386d3589863f8809e02e5bdd459cf") (:authors ("Artur Hefczyc, created 2003-04-18") ("David Caldwell" . "david@porkrind.org")) (:maintainers ("Artur Hefczyc, created 2003-04-18")) (:maintainer "Artur Hefczyc, created 2003-04-18") (:url . "https://github.com/caldwell/calmer-forest-theme"))]) + (camcorder . [(20190317 2138) ((emacs (24)) (names (20150000)) (cl-lib (0 5))) "Record screencasts in gif or other formats." tar ((:commit . "b11ca61491a27681bb3131b72b51c105fd996bed") (:authors ("Artur Malabarba" . "bruce.connor.am@gmail.com")) (:maintainers ("Artur Malabarba" . "bruce.connor.am@gmail.com")) (:maintainer "Artur Malabarba" . "bruce.connor.am@gmail.com") (:keywords "multimedia" "screencast") (:url . "http://github.com/Bruce-Connor/camcorder.el"))]) + (caml . [(20231011 328) ((emacs (24 4))) "Caml mode for GNU Emacs" tar ((:commit . "47defafa2b08fb680e89bfee9cb9ce82bd9e3bcf") (:authors ("Jacques Garrigue" . "garrigue@kurims.kyoto-u.ac.jp") ("Ian T Zimmerman" . "itz@rahul.net") ("Damien Doligez" . "damien.doligez@inria.fr")) (:maintainers ("Christophe Troestler" . "Christophe.Troestler@umons.ac.be")) (:maintainer "Christophe Troestler" . "Christophe.Troestler@umons.ac.be") (:keywords "ocaml") (:url . "https://github.com/ocaml/caml-mode"))]) + (cangjie . [(20230219 1150) ((emacs (24 4)) (s (1 12 0)) (dash (2 14 1)) (f (0 2 0))) "Retrieve cangjie code for han characters" tar ((:commit . "d6882e15f47fdde37e9f739dde604d77d25f11db") (:keywords "convenience" "writing") (:url . "https://github.com/kisaragi-hiu/cangjie.el"))]) + (cape . [(20240619 1702) ((emacs (27 1)) (compat (29 1 4 4))) "Completion At Point Extensions" tar ((:commit . "f61da109a9e4491614938c300291060fd8855c1b") (:authors ("Daniel Mendler" . "mail@daniel-mendler.de")) (:maintainers ("Daniel Mendler" . "mail@daniel-mendler.de")) (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de") (:keywords "abbrev" "convenience" "matching" "completion" "text") (:url . "https://github.com/minad/cape"))]) + (capnp-mode . [(20210707 2310) nil "Major mode for editing Capn' Proto Files" tar ((:commit . "f7fccad7d737f77896211bec1173117497634143") (:authors ("Brian Taylor" . "el.wubo@gmail.com")) (:maintainers ("Brian Taylor" . "el.wubo@gmail.com")) (:maintainer "Brian Taylor" . "el.wubo@gmail.com") (:url . "https://github.com/capnproto/capnproto"))]) + (capture . [(20130828 1644) nil "screencasting with \"avconv\" or \"ffmpeg\"" tar ((:commit . "9140c207b48b3520a2f06674b3e1bee2fc92b80c") (:authors ("Sergey Pashinin ")) (:maintainers ("Sergey Pashinin ")) (:maintainer "Sergey Pashinin "))]) + (carbon-now-sh . [(20220701 332) ((emacs (24 4))) "https://carbon.now.sh integration." tar ((:commit . "e66f2e43e288f35ad9075f5fc84d59ad348efc88") (:authors ("Vitalii Elenhaupt")) (:maintainers ("Vitalii Elenhaupt")) (:maintainer "Vitalii Elenhaupt") (:keywords "convenience") (:url . "https://github.com/veelenga/carbon-now-sh.el"))]) + (cardano-tx . [(20230606 1150) ((emacs (27 1)) (f (0 20 0)) (yasnippet (0 14 0)) (yaml-mode (0 0 15)) (yaml (0 1 0)) (helm (3 6 2)) (cbor (0 2 5)) (bech32 (0 2 1)) (readable-numbers (0 1 0)) (emacsql (3 0 0)) (emacsql-sqlite (3 1 1))) "Cardano transaction editor" tar ((:commit . "cf85424b305e8f89debb756dc67eebc84639f711") (:authors ("Oscar Najera ")) (:maintainers ("Oscar Najera" . "hi@oscarnajera.com")) (:maintainer "Oscar Najera" . "hi@oscarnajera.com") (:url . "https://github.com/Titan-C/cardano.el"))]) + (cardano-wallet . [(20230606 1150) ((emacs (27 1)) (yaml (0 1 0)) (dash (2 19 0)) (yaml-mode (0 0 15)) (readable-numbers (0 1 0)) (cardano-tx (0 1 2))) "Interact with cardano wallet" tar ((:commit . "cf85424b305e8f89debb756dc67eebc84639f711") (:authors ("Oscar Najera ")) (:maintainers ("Oscar Najera" . "hi@oscarnajera.com")) (:maintainer "Oscar Najera" . "hi@oscarnajera.com") (:url . "https://github.com/Titan-C/cardano.el"))]) + (cargo . [(20231229 915) ((emacs (24 3)) (markdown-mode (2 4))) "Emacs Minor Mode for Cargo, Rust's Package Manager." tar ((:commit . "7f8466063381eed05d4e222ce822b1dd44e3bf17") (:authors ("Kevin W. van Rooijen")) (:maintainers ("Kevin W. van Rooijen")) (:maintainer "Kevin W. van Rooijen") (:keywords "tools"))]) + (cargo-mode . [(20240116 1949) ((emacs (25 1))) "Cargo Major Mode. Cargo is the Rust package manager" tar ((:commit . "c2df42d18afe2fbc3fde0be3e8b2abeecb3b00c8") (:authors ("Ayrat Badykov" . "ayratin555@gmail.com")) (:maintainers ("Ayrat Badykov" . "ayratin555@gmail.com")) (:maintainer "Ayrat Badykov" . "ayratin555@gmail.com") (:keywords "tools") (:url . "https://github.com/ayrat555/cargo-mode"))]) + (cargo-transient . [(20230512 131) ((emacs (28 1))) "A transient UI for Cargo, Rust's package manager" tar ((:commit . "34d63dfb99ee9a6068dadd6390763c9735c17a85") (:authors ("Peter Stuart" . "peter@peterstuart.org")) (:maintainers ("Peter Stuart" . "peter@peterstuart.org")) (:maintainer "Peter Stuart" . "peter@peterstuart.org") (:url . "https://github.com/peterstuart/cargo-transient"))]) + (caroline-theme . [(20160318 520) ((emacs (24))) "A trip down to New Orleans..." tar ((:commit . "222fd483db304509f9e422dc82883d808e023ceb") (:authors ("Jack Killilea" . "jaaacckz1@gmail.com")) (:maintainers ("Jack Killilea" . "jaaacckz1@gmail.com")) (:maintainer "Jack Killilea" . "jaaacckz1@gmail.com") (:url . "https://github.com/xjackk/carolines-theme"))]) + (cascading-dir-locals . [(20211013 1955) ((emacs (26 1))) "Apply all (!) .dir-locals.el from root to current directory" tar ((:commit . "345d4b70e837d45ee84014684127e7399932d5e6") (:authors ("Fritz Grabo" . "hello@fritzgrabo.com")) (:maintainers ("Fritz Grabo" . "hello@fritzgrabo.com")) (:maintainer "Fritz Grabo" . "hello@fritzgrabo.com") (:keywords "convenience") (:url . "https://github.com/fritzgrabo/cascading-dir-locals"))]) + (caseformat . [(20160115 1615) ((emacs (24)) (cl-lib (0 5)) (dash (2 12 1)) (s (1 10 0))) "Format based letter case converter" tar ((:commit . "e4961889309408b3425da9b69c16ddfadd17a674") (:authors ("Hiroki YAMAKAWA" . "s06139@gmail.com")) (:maintainers ("Hiroki YAMAKAWA" . "s06139@gmail.com")) (:maintainer "Hiroki YAMAKAWA" . "s06139@gmail.com") (:keywords "convenience") (:url . "https://github.com/HKey/caseformat"))]) + (caser . [(20230901 526) ((emacs (29 1))) "Change text casing from camelCase to dash-case to snake_case" tar ((:commit . "4df467dc50a09bf5a0c6cc0ce8b2720cbf5c3879") (:url . "https://hg.sr.ht/~zck/caser.el"))]) + (cask-mode . [(20160410 1449) ((emacs (24 3))) "major mode for editing Cask files" tar ((:commit . "c97755267b7215f02df7b0c16b4210c04aee6566") (:authors ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainers ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainer "Wilfred Hughes" . "me@wilfred.me.uk"))]) + (cask-package-toolset . [(20170921 2256) ((emacs (24)) (cl-lib (0 3)) (s (1 6 1)) (dash (1 8 0)) (f (0 10 0)) (commander (0 2 0)) (ansi (0 1 0)) (shut-up (0 1 0))) "Toolsettize your package" tar ((:commit . "2c74cd827e88c7f8360581a841e45f0b794510e7") (:authors ("Adrien Becchis" . "adriean.khisbe@live.fr")) (:maintainers ("Adrien Becchis" . "adriean.khisbe@live.fr")) (:maintainer "Adrien Becchis" . "adriean.khisbe@live.fr") (:keywords "convenience" "tools") (:url . "http://github.com/AdrieanKhisbe/cask-package-toolset.el"))]) + (caskxy . [(20140513 1539) ((log4e (0 2 0)) (yaxception (0 1))) "Control Cask in Emacs" tar ((:commit . "279f3ab79bd77fe69cb3148a79896b9bf118a9b3") (:authors ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainers ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainer "Hiroaki Otsu" . "ootsuhiroaki@gmail.com") (:keywords "convenience") (:url . "https://github.com/aki2o/caskxy"))]) + (casual-avy . [(20240621 2151) ((emacs (29 1)) (avy (0 5 0)) (casual-lib (1 0 0))) "Transient UI for Avy" tar ((:commit . "6835d78c5b75215da3a0971222ecefad1cfb1a8a") (:authors ("Charles Choi" . "kickingvegas@gmail.com")) (:maintainers ("Charles Choi" . "kickingvegas@gmail.com")) (:maintainer "Charles Choi" . "kickingvegas@gmail.com") (:keywords "tools") (:url . "https://github.com/kickingvegas/casual-avy"))]) + (casual-calc . [(20240620 1851) ((emacs (29 1)) (casual-lib (1 0 0))) "Transient UI for Calc" tar ((:commit . "8c7a3b3140a3d3d035f0a0d245683561a5b14003") (:authors ("Charles Choi" . "kickingvegas@gmail.com")) (:maintainers ("Charles Choi" . "kickingvegas@gmail.com")) (:maintainer "Charles Choi" . "kickingvegas@gmail.com") (:keywords "tools") (:url . "https://github.com/kickingvegas/casual-calc"))]) + (casual-dired . [(20240620 1828) ((emacs (29 1)) (casual-lib (1 0 0))) "Transient UI for Dired" tar ((:commit . "ed114d5ca952d8d725a1a2bae8db3ea591b9f67f") (:authors ("Charles Choi" . "kickingvegas@gmail.com")) (:maintainers ("Charles Choi" . "kickingvegas@gmail.com")) (:maintainer "Charles Choi" . "kickingvegas@gmail.com") (:keywords "tools") (:url . "https://github.com/kickingvegas/casual-dired"))]) + (casual-info . [(20240620 1817) ((emacs (29 1)) (casual-lib (1 0 0))) "Transient UI for Info" tar ((:commit . "b20e4af7b5760b360089ea6125b8374cfada402e") (:authors ("Charles Choi" . "kickingvegas@gmail.com")) (:maintainers ("Charles Choi" . "kickingvegas@gmail.com")) (:maintainer "Charles Choi" . "kickingvegas@gmail.com") (:keywords "tools") (:url . "https://github.com/kickingvegas/casual-info"))]) + (casual-isearch . [(20240620 1822) ((emacs (29 1)) (casual-lib (1 0 0))) "Transient UI for I-Search" tar ((:commit . "e3aed24fe945cb11d9adf4ded4da59ed9ea2e57d") (:authors ("Charles Choi" . "kickingvegas@gmail.com")) (:maintainers ("Charles Choi" . "kickingvegas@gmail.com")) (:maintainer "Charles Choi" . "kickingvegas@gmail.com") (:keywords "wp") (:url . "https://github.com/kickingvegas/casual-isearch"))]) + (casual-lib . [(20240620 1804) ((emacs (29 1))) "Library routines for Casual porcelains" tar ((:commit . "688a32b28d3dbfd2333e7b5be645ef53844537ed") (:authors ("Charles Choi" . "kickingvegas@gmail.com")) (:maintainers ("Charles Choi" . "kickingvegas@gmail.com")) (:maintainer "Charles Choi" . "kickingvegas@gmail.com") (:keywords "tools") (:url . "https://github.com/kickingvegas/casual-lib"))]) + (casual-suite . [(20240620 1908) ((emacs (29 1)) (casual-calc (1 9 0)) (casual-isearch (1 7 0)) (casual-dired (1 4 0)) (casual-avy (1 2 0)) (casual-info (1 2 0))) "A suite of opinionated Transient UIs" tar ((:commit . "2ddc92b3ea479c7bd92666c0d694244cb31d7f26") (:authors ("Charles Choi" . "kickingvegas@gmail.com")) (:maintainers ("Charles Choi" . "kickingvegas@gmail.com")) (:maintainer "Charles Choi" . "kickingvegas@gmail.com") (:keywords "tools") (:url . "https://github.com/kickingvegas/casual-suite"))]) + (catmacs . [(20170826 1157) ((emacs (24))) "Simple CAT interface for Yaesu Transceivers." tar ((:commit . "6ea9ee195661fe95355413856476c45dcc8e24e8") (:authors ("Frank Singleton" . "b17flyboy@gmail.com")) (:maintainers ("Frank Singleton" . "b17flyboy@gmail.com")) (:maintainer "Frank Singleton" . "b17flyboy@gmail.com") (:keywords "comm" "hardware") (:url . "https://bitbucket.org/pymaximus/catmacs"))]) + (catppuccin-theme . [(20240607 1703) ((emacs (25 1))) "Catppuccin for Emacs - 🍄 Soothing pastel theme for Emacs" tar ((:commit . "2f15c7c7cca7834b072bb26421a2755a67786899") (:authors ("nyxkrage")) (:maintainers ("Carsten Kragelund" . "carsten@kragelund.me")) (:maintainer "Carsten Kragelund" . "carsten@kragelund.me") (:url . "https://github.com/catppuccin/emacs"))]) + (cats . [(20230407 1316) ((emacs (26 1))) "Monads for Elisp" tar ((:commit . "7fc70db0eeb2c33ffba5c13c4cdc0f31c7b95537") (:authors ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matúš Goljer" . "matus.goljer@gmail.com") (:url . "https://github.com/Fuco1/emacs-cats"))]) + (cbm . [(20171116 1240) ((cl-lib (0 5))) "Switch to similar buffers." tar ((:commit . "5b41c936ba9f6d170309a85ffebc9939c1050b31") (:authors ("Lukas Fürmetz" . "fuermetz@mailbox.org")) (:maintainers ("Lukas Fürmetz" . "fuermetz@mailbox.org")) (:maintainer "Lukas Fürmetz" . "fuermetz@mailbox.org") (:keywords "buffers") (:url . "http://github.com/akermu/cbm.el"))]) + (cbor . [(20230810 1653) ((emacs (25 1))) "CBOR utilities" tar ((:commit . "ba624ad3f8b726bee1d8dcb0a2a9e2b658bb4c9b") (:authors ("Oscar Najera ")) (:maintainers ("Oscar Najera" . "hi@oscarnajera.com")) (:maintainer "Oscar Najera" . "hi@oscarnajera.com") (:url . "https://github.com/Titan-C/cardano.el"))]) + (cc-cedict . [(20231209 1109) ((emacs (26 1))) "Interface to CC-CEDICT (a Chinese-English dictionary)" tar ((:commit . "0c124beae160d5ff9be927bfb5e1a5fd8d50817a") (:authors ("Xu Chunyang")) (:maintainers ("Xu Chunyang")) (:maintainer "Xu Chunyang") (:url . "https://github.com/xuchunyang/cc-cedict.el"))]) + (ccc . [(20210501 820) nil "buffer local cursor color control library" tar ((:commit . "36fb9f7e527f975d333887fd0cca4d611ae1ab23") (:authors ("Masatake YAMATO" . "masata-y@is.aist-nara.ac.jp")) (:maintainers ("SKK Development Team")) (:maintainer "SKK Development Team") (:keywords "cursor") (:url . "https://github.com/skk-dev/ddskk"))]) + (ccls . [(20240331 2132) ((emacs (27 1)) (lsp-mode (6 3 1)) (dash (2 14 1))) "ccls client for lsp-mode" tar ((:commit . "9c91aad768d5c401295c79f341c5296b69b29490") (:authors ("Tobias Pisani, Fangrui Song")) (:maintainers ("Tobias Pisani, Fangrui Song")) (:maintainer "Tobias Pisani, Fangrui Song") (:keywords "languages" "lsp" "c++") (:url . "https://github.com/emacs-lsp/emacs-ccls"))]) + (cd-compile . [(20141108 1957) nil "run compile in a specific directory" tar ((:commit . "10284ccae86afda4a37b09ba90acd1e2efedec9f") (:authors ("Jamie Nicol" . "jamie@thenicols.net")) (:maintainers ("Jamie Nicol" . "jamie@thenicols.net")) (:maintainer "Jamie Nicol" . "jamie@thenicols.net"))]) + (cdb . [(20230318 2152) nil "constant database (cdb) reader for Emacs Lisp" tar ((:commit . "3820fa6bb0d53132aafb611a643c1e41e444052b") (:authors ("Yusuke Shinyama ")) (:maintainers ("SKK Development Team")) (:maintainer "SKK Development Team") (:keywords "cdb") (:url . "https://github.com/skk-dev/ddskk"))]) + (cdlatex . [(20231118 645) nil "Fast input methods for LaTeX environments and math" tar ((:commit . "33770dec73138909714711b05a63e79da5a19ccd") (:authors ("Carsten Dominik" . "carsten.dominik@gmail.com")) (:maintainers ("Carsten Dominik" . "carsten.dominik@gmail.com")) (:maintainer "Carsten Dominik" . "carsten.dominik@gmail.com") (:keywords "tex"))]) + (cdnjs . [(20161031 1522) ((dash (2 13 0)) (deferred (0 4)) (f (0 17 2)) (pkg-info (0 5))) "A front end for http://cdnjs.com" tar ((:commit . "ce19880d3ec3d81e6c665d0b1dfea99cc7a3f908") (:authors ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainers ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainer "Yasuyuki Oka" . "yasuyk@gmail.com") (:keywords "tools") (:url . "https://github.com/yasuyk/cdnjs.el"))]) + (cedit . [(20200816 526) nil "paredit-like commands for c-like languages" tar ((:commit . "cb38316903e6cfa8b8c978defa7e1dafcd4e0c12") (:authors ("zk_phi")) (:maintainers ("zk_phi")) (:maintainer "zk_phi") (:url . "http://zk-phi.gitub.io/"))]) + (celery . [(20170225 924) ((emacs (24)) (dash-functional (2 11 0)) (s (1 9 0)) (deferred (0 3 2))) "a minor mode to draw stats from celery and more?" tar ((:commit . "b3378dd81e5a717432123fb13d70201da5dc841a") (:authors ("ardumont" . "eniotna.t@gmail.com")) (:maintainers ("ardumont" . "eniotna.t@gmail.com")) (:maintainer "ardumont" . "eniotna.t@gmail.com") (:keywords "celery" "convenience") (:url . "https://github.com/ardumont/emacs-celery"))]) + (celestial-mode-line . [(20230323 737) ((emacs (24))) "Show lunar phase and sunrise/-set time in modeline" tar ((:commit . "90056322d6664e2e2b593912e4d5e68f1468cafc") (:authors ("Peter" . "craven@gmx.net")) (:maintainers ("Peter" . "craven@gmx.net")) (:maintainer "Peter" . "craven@gmx.net") (:keywords "extensions") (:url . "https://github.com/ecraven/celestial-mode-line"))]) + (centaur-tabs . [(20240624 730) ((emacs (26 1)) (powerline (2 4)) (cl-lib (0 5))) "Aesthetic, modern looking customizable tabs plugin" tar ((:commit . "becd54b663b945b5f6bf0baab8fb81e42c833b07") (:authors ("Emmanuel Bustos" . "ema2159@gmail.com")) (:maintainers ("Jen-Chieh Shen" . "jcs090218@gmail.com")) (:maintainer "Jen-Chieh Shen" . "jcs090218@gmail.com") (:keywords "frames") (:url . "https://github.com/ema2159/centaur-tabs"))]) + (centered-cursor-mode . [(20230914 1358) nil "cursor stays vertically centered" tar ((:commit . "67ef719e685407dbc455c7430765e4e685fd95a9") (:authors ("André Riemann" . "andre.riemann@web.de")) (:maintainers ("André Riemann" . "andre.riemann@web.de")) (:maintainer "André Riemann" . "andre.riemann@web.de") (:keywords "convenience") (:url . "https://github.com/andre-r/centered-cursor-mode.el"))]) + (centered-window . [(20220125 804) ((emacs (24 4))) "Center the text when there's only one window" tar ((:commit . "80965f6c6afe8d918481433984b493de72af5399") (:authors ("Anler Hernández Peral" . "inbox+emacs@anler.me")) (:maintainers ("Anler Hernández Peral" . "inbox+emacs@anler.me")) (:maintainer "Anler Hernández Peral" . "inbox+emacs@anler.me") (:keywords "faces" "windows") (:url . "https://github.com/anler/centered-window-mode"))]) + (centimacro . [(20201225 1132) nil "Assign multiple macros as global key bindings" tar ((:commit . "0149877584b333c4f1953f0767f0cae23881b0df") (:authors ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainers ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") (:keywords "macros") (:url . "https://github.com/abo-abo/centimacro"))]) + (cerbere . [(20181113 1641) ((pkg-info (0 5))) "Unit testing in Emacs for several programming languages" tar ((:commit . "bb18d932b16541105d41a668dbf6fc4e833a6dc2") (:authors ("Nicolas Lamirault" . "nicolas.lamirault@gmail.com")) (:maintainers ("Nicolas Lamirault" . "nicolas.lamirault@gmail.com")) (:maintainer "Nicolas Lamirault" . "nicolas.lamirault@gmail.com") (:keywords "python" "go" "php" "phpunit" "elisp" "ert" "tests" "tdd") (:url . "https://github.com/nlamirault/cerbere"))]) + (cern-ldap . [(20230626 1158) ((emacs (27 1))) "Library to interact with CERN's LDAP servers" tar ((:commit . "70b5275f0e7b8e15a3def48281f364a32c55afce") (:authors ("Nacho Barrientos" . "nacho.barrientos@cern.ch")) (:maintainers ("Nacho Barrientos" . "nacho.barrientos@cern.ch")) (:maintainer "Nacho Barrientos" . "nacho.barrientos@cern.ch") (:keywords "tools" "convenience") (:url . "https://git.sr.ht/~nbarrientos/cern-ldap.el"))]) + (cern-root-mode . [(20240411 1355) ((emacs (26 1))) "Major-mode for running C++ code with ROOT" tar ((:commit . "d769530ddfbe57cc3c319b430c8a37c72c8ce52c") (:authors ("Jay Morgan" . "jay@morganwastaken.com")) (:maintainers ("Jay Morgan" . "jay@morganwastaken.com")) (:maintainer "Jay Morgan" . "jay@morganwastaken.com") (:keywords "languages" "tools") (:url . "https://github.com/jaypmorgan/cern-root-mode"))]) + (ceylon-mode . [(20180606 1324) ((emacs (25))) "Major mode for editing Ceylon source code" tar ((:commit . "948515672bc596dc118e8e3ede3ede5ec6a3c95a") (:authors ("Lucas Werkmeister" . "mail@lucaswerkmeister.de")) (:maintainers ("Lucas Werkmeister" . "mail@lucaswerkmeister.de")) (:maintainer "Lucas Werkmeister" . "mail@lucaswerkmeister.de") (:keywords "languages" "ceylon") (:url . "https://github.com/lucaswerkmeister/ceylon-mode"))]) + (cfengine-code-style . [(20171111 1027) nil "C code style for CFEngine project." tar ((:commit . "92a25872a6d1de00c5bfc2b9455ccb0082bf6569") (:authors ("Mikhail Gusarov" . "mikhail.gusarov@cfengine.com")) (:maintainers ("Mikhail Gusarov" . "mikhail.gusarov@cfengine.com")) (:maintainer "Mikhail Gusarov" . "mikhail.gusarov@cfengine.com") (:url . "https://github.com/cfengine/core"))]) + (cff . [(20160118 2018) ((cl-lib (0 5)) (emacs (24))) "Search of the C/C++ file header by the source and vice versa" tar ((:commit . "b6ab2a28e64ef06f281ec74cfe3114e450644dfa") (:authors ("Alexey Veretennikov" . "alexey.veretennikov@gmail.com")) (:maintainers ("Alexey Veretennikov" . "alexey.veretennikov@gmail.com")) (:maintainer "Alexey Veretennikov" . "alexey.veretennikov@gmail.com") (:keywords "find-file") (:url . "https://github.com/fourier/cff"))]) + (cfml-mode . [(20190617 1130) ((emacs (25))) "Emacs mode for editing CFML files" tar ((:commit . "b06d7cee2af0ed5d55a94f0db80fc1f429a1829a") (:authors ("Andrew Myers" . "am2605@gmail.com")) (:maintainers ("Andrew Myers" . "am2605@gmail.com")) (:maintainer "Andrew Myers" . "am2605@gmail.com") (:url . "https://github.com/am2605/cfml-mode"))]) + (cfn-mode . [(20240616 804) ((emacs (27 0)) (f (0 20 0)) (s (1 12 0)) (yaml-mode (0 0 13))) "AWS cloudformation mode" tar ((:commit . "c41a6868743b8135413788e8529572bcae7ad78a") (:authors ("William Orr" . "will@worrbase.com")) (:maintainers ("William Orr" . "will@worrbase.com")) (:maintainer "William Orr" . "will@worrbase.com") (:keywords "convenience" "languages" "tools") (:url . "https://gitlab.com/worr/cfn-mode"))]) + (cframe . [(20240223 2335) ((emacs (26)) (buffer-manage (0 11)) (dash (2 17 0))) "Customize a frame and fast switch size and positions" tar ((:commit . "580a20573ef413c269c032221de04abc1c97a6a8") (:authors ("Paul Landes")) (:maintainers ("Paul Landes")) (:maintainer "Paul Landes") (:keywords "frames") (:url . "https://github.com/plandes/cframe"))]) + (cfrs . [(20220129 1149) ((emacs (26 1)) (dash (2 11 0)) (s (1 10 0)) (posframe (0 6 0))) "Child-frame based read-string" tar ((:commit . "f3a21f237b2a54e6b9f8a420a9da42b4f0a63121") (:authors ("Alexander Miller" . "alexanderm@web.de")) (:maintainers ("Alexander Miller" . "alexanderm@web.de")) (:maintainer "Alexander Miller" . "alexanderm@web.de") (:url . "https://github.com/Alexander-Miller/cfrs"))]) + (cg . [(20240430 2040) ((emacs (26 1))) "Major mode for editing Constraint Grammar files" tar ((:commit . "06fb61345a4f3aae4bda74f3dfe261b1ec9d902d") (:authors ("Kevin Brubeck Unhammer" . "unhammer@fsfe.org")) (:maintainers ("Kevin Brubeck Unhammer" . "unhammer@fsfe.org")) (:maintainer "Kevin Brubeck Unhammer" . "unhammer@fsfe.org") (:keywords "languages") (:url . "https://visl.sdu.dk/constraint_grammar.html"))]) + (challenger-deep-theme . [(20231218 1042) ((emacs (24))) "challenger-deep Theme" tar ((:commit . "1afd5787374c2bf3bfb46beb18e64d5677c07366") (:authors ("MaxSt")) (:maintainers ("MaxSt")) (:maintainer "MaxSt") (:url . "https://github.com/challenger-deep-theme/emacs"))]) + (champagne . [(20240515 310) ((emacs (28 1)) (posframe (1 4 2))) "Graphical countdowns" tar ((:commit . "42ef0451e4abe800f047583c4c3b04e51b29d5ee") (:authors ("Psionic K" . "contact@positron.solutions")) (:maintainers ("Psionic K" . "contact@positron.solutions")) (:maintainer "Psionic K" . "contact@positron.solutions") (:keywords "games") (:url . "http://github.com/positron-solutions/champagne"))]) + (change-inner . [(20231203 1021) ((expand-region (0 7))) "Change contents based on semantic units" tar ((:commit . "1394f5c07a95a97e39d616a1d7054d7c9bc49ba3") (:authors ("Magnar Sveen" . "magnars@gmail.com")) (:maintainers ("Magnar Sveen" . "magnars@gmail.com")) (:maintainer "Magnar Sveen" . "magnars@gmail.com") (:keywords "convenience" "extensions"))]) + (chaos-mode . [(20221227 223) ((emacs (24 3))) "A major mode for the Chaos programming language" tar ((:commit . "801d869c461166eb2face2554b9b7883a26374c6") (:authors ("XXIV")) (:maintainers ("XXIV")) (:maintainer "XXIV") (:keywords "files" "chaos") (:url . "https://github.com/thechampagne/chaos-mode"))]) + (chapel-mode . [(20210513 457) ((emacs (25 1)) (hydra (0 15 0))) "A major mode for the Chapel programming language" tar ((:commit . "39fd24bb7cf44808200354ac0496be4fc4fddd9a") (:keywords "chapel" "chpl" "programming" "languages") (:url . "https://github.com/damon-kwok/chapel-mode"))]) + (char-menu . [(20210321 1657) ((emacs (24 3)) (avy-menu (0 1))) "Create your own menu for fast insertion of arbitrary symbols" tar ((:commit . "d77c4d64fc8acc386a0fb9727d346c838e75f011") (:authors ("Mark Karpov" . "markkarpov92@gmail.com")) (:maintainers ("Mark Karpov" . "markkarpov92@gmail.com")) (:maintainer "Mark Karpov" . "markkarpov92@gmail.com") (:keywords "convenience" "editing") (:url . "https://github.com/mrkkrp/char-menu"))]) + (charmap . [(20200616 1418) nil "Unicode table for Emacs" tar ((:commit . "feac50b87d2a596c5e5b7b82b79ddd65b6dedd8c") (:authors ("Anan Mikami" . "lateau@gmail.com")) (:maintainers ("Anan Mikami" . "lateau@gmail.com")) (:maintainer "Anan Mikami" . "lateau@gmail.com") (:keywords "unicode" "character" "ucs") (:url . "https://github.com/lateau/charmap"))]) + (chatgpt-shell . [(20240626 1136) ((emacs (27 1)) (shell-maker (0 50 5))) "ChatGPT shell + buffer insert commands" tar ((:commit . "d7933c74561ba6c63bfede01c886e9521f6f8a01") (:authors ("Alvaro Ramirez https://xenodium.com")) (:maintainers ("Alvaro Ramirez https://xenodium.com")) (:maintainer "Alvaro Ramirez https://xenodium.com") (:url . "https://github.com/xenodium/chatgpt-shell"))]) + (chatu . [(20240518 615) ((org (9 6 6)) (emacs (29 1)) (plantuml-mode (1 2 9))) "Convert and insert any images to org-mode or markdown buffer" tar ((:commit . "f813f0bc926346fbd8151d2ae7079119d4657abb") (:authors ("Kimi Ma" . "kimi.im@outlook.com")) (:maintainers ("Kimi Ma" . "kimi.im@outlook.com")) (:maintainer "Kimi Ma" . "kimi.im@outlook.com") (:keywords "multimedia" "convenience") (:url . "https://github.com/kimim/chatu"))]) + (chatwork . [(20170511 442) nil "ChatWork client for Emacs" tar ((:commit . "fea231d479f06bf40dbfcf45de143eecc9ed744c") (:authors ("Masayuki Ataka" . "masayuki.ataka@gmail.com")) (:maintainers ("Masayuki Ataka" . "masayuki.ataka@gmail.com")) (:maintainer "Masayuki Ataka" . "masayuki.ataka@gmail.com") (:keywords "web") (:url . "https://github.com/ataka/chatwork"))]) + (cheat-sh . [(20210607 1307) ((emacs (25 1))) "Interact with cheat.sh" tar ((:commit . "33bae22feae8d3375739c6bdef08d0dcdf47ee42") (:authors ("Dave Pearson" . "davep@davep.org")) (:maintainers ("Dave Pearson" . "davep@davep.org")) (:maintainer "Dave Pearson" . "davep@davep.org") (:keywords "docs" "help") (:url . "https://github.com/davep/cheat-sh.el"))]) + (cheatsheet . [(20170126 2150) ((emacs (24)) (cl-lib (0 5))) "create your own cheatsheet" tar ((:commit . "e4f8e0110167ea16a17a74517d1f10cb7ff805b8") (:authors ("Shirin Nikita" . "shirin.nikita@gmail.com")) (:maintainers ("Shirin Nikita" . "shirin.nikita@gmail.com")) (:maintainer "Shirin Nikita" . "shirin.nikita@gmail.com") (:keywords "convenience" "usability") (:url . "http://github.com/darksmile/cheatsheet/"))]) + (checkbox . [(20141117 58) ((emacs (24)) (cl-lib (0 5))) "Quick manipulation of textual checkboxes" tar ((:commit . "2afc2011fa35ccfa0ce9ef46cb1896911fa340d1") (:authors ("Cameron Desautels" . "camdez@gmail.com")) (:maintainers ("Cameron Desautels" . "camdez@gmail.com")) (:maintainer "Cameron Desautels" . "camdez@gmail.com") (:keywords "convenience") (:url . "http://github.com/camdez/checkbox.el"))]) + (chee . [(20171123 2233) ((dash (2 12 1)) (s (1 10 0)) (f (0 18 2))) "Interface to chee using dired and image-dired" tar ((:commit . "669ff9ee429f24c3c2d03b83d9cb9aec5f86bb8b") (:url . "https://github.com/eikek/chee/tree/release/0.3.0/emacs"))]) + (cheerilee . [(20160313 1835) ((xelb (0 1))) "Toolkit library" tar ((:commit . "41bd81b5b0bb657241ceda5be6af5e07254d7376") (:authors ("Alessio Vanni" . "vannilla@firemail.cc")) (:maintainer "Alessio Vanni" . "vannilla@firemail.cc") (:keywords "multimedia" "tools") (:url . "https://github.com/Vannil/cheerilee.el"))]) + (chef-mode . [(20180628 1453) nil "minor mode for editing an opscode chef repository" tar ((:commit . "048d691cb63981ae235763d4a6ced4af5c729924") (:authors ("Maciej Pasternacki" . "maciej@pasternacki.net")) (:maintainers ("Maciej Pasternacki" . "maciej@pasternacki.net")) (:maintainer "Maciej Pasternacki" . "maciej@pasternacki.net") (:keywords "chef" "knife"))]) + (chembalance . [(20210601 1653) ((emacs (24 4))) "Balance chemical equations" tar ((:commit . "ae36c823ca151f1dc6144ec96b2f5e98181c0dbb") (:authors ("Sergi Ruiz Trepat")) (:maintainers ("Sergi Ruiz Trepat")) (:maintainer "Sergi Ruiz Trepat") (:keywords "convenience" "chemistry") (:url . "https://github.com/sergiruiztrepat/chembalance"))]) + (chemtable . [(20230314 1825) ((emacs (24 1))) "Periodic table of the elements" tar ((:commit . "ca0fea2f28162e90a93be242279ec6aee9046475") (:authors ("Sergi Ruiz Trepat")) (:maintainers ("Sergi Ruiz Trepat")) (:maintainer "Sergi Ruiz Trepat") (:keywords "convenience" "chemistry") (:url . "https://github.com/sergiruiztrepat/chemtable"))]) + (cherry-blossom-theme . [(20150622 342) ((emacs (24 0))) "a soothing color theme for Emacs24." tar ((:commit . "e5ea23694c0f20ab670c0aa87214c27f2232d922") (:authors ("Ben Yelsey" . "byelsey1@gmail.com")) (:maintainers ("Ben Yelsey" . "byelsey1@gmail.com")) (:maintainer "Ben Yelsey" . "byelsey1@gmail.com") (:url . "https://github.com/inlinestyle/emacs-cherry-blossom-theme"))]) + (chezmoi . [(20230726 1638) ((emacs (26 1))) "A package for interacting with chezmoi" tar ((:commit . "1389782f8c0780c7e66f8e77b10345ba1f4eabae") (:authors ("Harrison Pielke-Lombardo")) (:maintainers ("Harrison Pielke-Lombardo")) (:maintainer "Harrison Pielke-Lombardo") (:keywords "vc") (:url . "http://www.github.com/tuh8888/chezmoi.el"))]) + (chinese-conv . [(20170807 2128) ((cl-lib (0 5))) "Conversion between Chinese Characters with opencc or cconv" tar ((:commit . "b56815bbb163d642e97fa73093b5a7e87cc32574") (:authors ("gucong" . "gucong43216@gmail.com")) (:maintainers ("gucong" . "gucong43216@gmail.com")) (:maintainer "gucong" . "gucong43216@gmail.com") (:url . "https://github.com/gucong/emacs-chinese-conv"))]) + (chinese-number . [(20161008 509) nil "Convert numbers between Arabic and Chinese formats" tar ((:commit . "1d0c440181848dfcd1d1e618b2650fb0562a32ac") (:authors (nil . "zhcosin")) (:maintainers (nil . "zhcosin")) (:maintainer nil . "zhcosin") (:url . "https://github.com/zhcosin/chinese-number"))]) + (chinese-wbim . [(20190727 854) nil "Enable Wubi Input Method in Emacs." tar ((:commit . "5d496364b0b6bbaaf0f9b37e5a6d260d4994f260") (:authors (nil . "Guanghui Qu")) (:maintainer nil . "Guanghui Qu") (:keywords "wubi" "input" "method.") (:url . "https://github.com/andyque/chinese-wbim"))]) + (chinese-word-at-point . [(20170811 941) ((cl-lib (0 5))) "Add `chinese-word' thing to `thing-at-point'" tar ((:commit . "8223d7439e005555b86995a005b225ae042f0538") (:authors ("Chunyang Xu" . "xuchunyang56@gmail.com")) (:maintainers ("Chunyang Xu" . "xuchunyang56@gmail.com")) (:maintainer "Chunyang Xu" . "xuchunyang56@gmail.com") (:keywords "convenience" "chinese") (:url . "https://github.com/xuchunyang/chinese-word-at-point.el"))]) + (chinese-yasdcv . [(20171015 144) ((cl-lib (0 5)) (pyim (1 6 0))) "Yet another StarDict frontend" tar ((:commit . "5ab830daf1273d5a5cddcb94b56a9737f12d996f") (:authors ("Feng Shu" . "tumashu@gmail.com")) (:maintainers ("Feng Shu" . "tumashu@gmail.com")) (:maintainer "Feng Shu" . "tumashu@gmail.com") (:keywords "convenience" "chinese" "dictionary") (:url . "https://github.com/tumashu/chinese-yasdcv"))]) + (chip8 . [(20240210 1459) ((emacs (28 1))) "A CHIP-8 emulator" tar ((:commit . "69a764f5c1119508dd109a0ba64080f04b5fb702") (:authors ("Gabriele Lana" . "gabriele.lana@gmail.com")) (:maintainers ("Gabriele Lana" . "gabriele.lana@gmail.com")) (:maintainer "Gabriele Lana" . "gabriele.lana@gmail.com") (:keywords "chip-8" "game" "games" "emulator") (:url . "http://github.com/gabrielelana/chip8.el"))]) + (chocolate-theme . [(20210128 1647) ((emacs (24 1)) (autothemer (0 2))) "A dark chocolaty theme" tar ((:commit . "ccc05f7ad96d3d1332727689bf6250443adc7ec0") (:url . "http://github.com/SavchenkoValeriy/emacs-chocolate-theme"))]) + (choice-program . [(20230805 1641) ((emacs (26)) (dash (2 17 0))) "Parameter based program" tar ((:commit . "90df8d118c20d5d05ee97daf81012dc39759be92") (:authors ("Paul Landes")) (:maintainers ("Paul Landes")) (:maintainer "Paul Landes") (:keywords "execution" "processes" "unix" "lisp") (:url . "https://github.com/plandes/choice-program"))]) + (chordpro-mode . [(20240618 626) ((emacs (28 1)) (compat (29 1 4 1))) "Major mode for ChordPro lead sheet file format" tar ((:commit . "ea530813edb4936f36efea9b2f0009c9feb6b90b") (:authors ("Howard Ding" . "hading2@gmail.com")) (:maintainers ("Howard Ding" . "hading2@gmail.com")) (:maintainer "Howard Ding" . "hading2@gmail.com") (:keywords "convenience") (:url . "https://git.sr.ht/~breatheoutbreathein/chordpro-mode.el/"))]) + (chroma . [(20230503 1210) ((emacs (24 1))) "Color manipulation library" tar ((:commit . "e6ebe08ce439b0dd8cfd2a0a78abf34f195feb3c") (:authors ("Nicolas Martyanoff" . "nicolas@n16f.net")) (:maintainers ("Nicolas Martyanoff" . "nicolas@n16f.net")) (:maintainer "Nicolas Martyanoff" . "nicolas@n16f.net") (:url . "https://github.com/galdor/chroma"))]) + (chronometer . [(20190304 1528) ((emacs (24))) "a [not so] simple chronometer" tar ((:commit . "8457b296ef87be339cbe47730b922757d60bdcd5") (:authors ("Marcelo Toledo" . "marcelo@marcelotoledo.com")) (:maintainers ("Marcelo Toledo" . "marcelo@marcelotoledo.com")) (:maintainer "Marcelo Toledo" . "marcelo@marcelotoledo.com") (:keywords "tools" "convenience") (:url . "https://github.com/marcelotoledo/chronometer"))]) + (chronometrist . [(20230712 1532) ((emacs (27 1)) (dash (2 16 0)) (seq (2 20)) (ts (0 2))) "Friendly and powerful personal time tracker and analyzer" tar ((:commit . "dbbcdfd4398cc2845a20aca4161358fafcb60c65") (:authors ("contrapunctus" . "xmpp:contrapunctus@jabjab.de")) (:maintainers ("contrapunctus" . "xmpp:contrapunctus@jabjab.de")) (:maintainer "contrapunctus" . "xmpp:contrapunctus@jabjab.de") (:keywords "calendar") (:url . "https://codeberg.org/contrapunctus/chronometrist"))]) + (chronometrist-goal . [(20210510 1831) ((emacs (25 1)) (alert (1 2)) (chronometrist (0 7 0))) "Adds support for time goals to Chronometrist" tar ((:commit . "6cb939d160f5d5966d7853aa23f3ed7c7ef9df44") (:authors ("contrapunctus" . "xmpp:contrapunctus@jabber.fr")) (:maintainers ("contrapunctus" . "xmpp:contrapunctus@jabber.fr")) (:maintainer "contrapunctus" . "xmpp:contrapunctus@jabber.fr") (:keywords "calendar") (:url . "https://tildegit.org/contrapunctus/chronometrist-goal"))]) + (chronometrist-key-values . [(20230629 1039) ((chronometrist (0 7 0))) "add key-values to Chronometrist data" tar ((:commit . "d8290a82ea65730413627325a705067269cfa2f1") (:authors ("contrapunctus" . "xmpp:contrapunctus@jabjab.de")) (:maintainers ("contrapunctus" . "xmpp:contrapunctus@jabjab.de")) (:maintainer "contrapunctus" . "xmpp:contrapunctus@jabjab.de") (:keywords "calendar") (:url . "https://tildegit.org/contrapunctus/chronometrist"))]) + (chronometrist-spark . [(20230629 1039) ((emacs (25 1)) (chronometrist (0 7 0)) (spark (0 1))) "Show sparklines in Chronometrist buffers" tar ((:commit . "d8290a82ea65730413627325a705067269cfa2f1") (:authors ("contrapunctus" . "xmpp:contrapunctus@jabjab.de")) (:maintainers ("contrapunctus" . "xmpp:contrapunctus@jabjab.de")) (:maintainer "contrapunctus" . "xmpp:contrapunctus@jabjab.de") (:keywords "calendar") (:url . "https://tildegit.org/contrapunctus/chronometrist"))]) + (chronos . [(20240525 1339) ((emacs (27 1))) "Multiple simultaneous countdown / countup timers" tar ((:commit . "5ea0bf7c3881ea905e280446342539b242401979") (:authors ("David Knight" . "dxknight@opmbx.org")) (:maintainers ("David Knight" . "dxknight@opmbx.org")) (:maintainer "David Knight" . "dxknight@opmbx.org") (:keywords "calendar") (:url . "http://github.com/DarkBuffalo/chronos"))]) + (chruby . [(20180114 1652) ((cl-lib (0 5))) "Emacs integration for chruby" tar ((:commit . "42bc6d521f832eca8e2ba210f30d03ad5529788f") (:authors ("Arne Brasseur" . "arne@arnebrasseur.net")) (:maintainers ("Arne Brasseur" . "arne@arnebrasseur.net")) (:maintainer "Arne Brasseur" . "arne@arnebrasseur.net") (:keywords "languages") (:url . "https://github.com/plexus/chruby.el"))]) + (chyla-theme . [(20231220 1545) nil "chyla.org - green color theme." tar ((:commit . "4d4b9dca3547e919ed5311cc7d04821f77860fbd") (:authors ("Adam Chyła" . "adam@chyla.org")) (:maintainers ("Adam Chyła" . "adam@chyla.org")) (:maintainer "Adam Chyła" . "adam@chyla.org") (:url . "https://github.com/chyla/ChylaThemeForEmacs"))]) + (cider . [(20240611 523) ((emacs (26)) (clojure-mode (5 19)) (parseedn (1 2 1)) (queue (0 2)) (spinner (1 7)) (seq (2 22)) (sesman (0 3 2)) (transient (0 4 1))) "Clojure Interactive Development Environment that Rocks" tar ((:commit . "abe972ad9f256972940d503a64b1012d21561146") (:authors ("Tim King" . "kingtim@gmail.com") ("Phil Hagelberg" . "technomancy@gmail.com") ("Bozhidar Batsov" . "bozhidar@batsov.dev") ("Artur Malabarba" . "bruce.connor.am@gmail.com") ("Hugo Duncan" . "hugo@hugoduncan.org") ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Bozhidar Batsov" . "bozhidar@batsov.dev")) (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.dev") (:keywords "languages" "clojure" "cider") (:url . "https://www.github.com/clojure-emacs/cider"))]) + (cider-decompile . [(20151122 537) ((cider (0 3 0)) (javap-mode (9))) "decompilation extension for cider" tar ((:commit . "5d87035f3c3c14025e8f01c0c53d0ce2c8f56651") (:authors ("Dmitry Bushenko")) (:maintainers ("Dmitry Bushenko")) (:maintainer "Dmitry Bushenko") (:keywords "languages" "clojure" "cider") (:url . "http://www.github.com/clojure-emacs/cider-decompile"))]) + (cider-eval-sexp-fu . [(20190311 2152) ((emacs (24)) (eval-sexp-fu (0 5 0))) "Briefly highlights an evaluated sexp." tar ((:commit . "7fd229f1441356866aedba611fd0cf4e89b50921") (:authors ("Sylvain Benner" . "sylvain.benner@gmail.com")) (:maintainers ("Sylvain Benner" . "sylvain.benner@gmail.com")) (:maintainer "Sylvain Benner" . "sylvain.benner@gmail.com") (:keywords "languages" "clojure" "cider"))]) + (cider-hydra . [(20190816 1121) ((cider (0 22 0)) (hydra (0 13 0))) "Hydras for CIDER." tar ((:commit . "c3b8a15d72dddfbc390ab6a454bd7e4c765a2c95") (:authors ("Tianxiang Xiong" . "tianxiang.xiong@gmail.com")) (:maintainers ("Tianxiang Xiong" . "tianxiang.xiong@gmail.com")) (:maintainer "Tianxiang Xiong" . "tianxiang.xiong@gmail.com") (:keywords "convenience" "tools") (:url . "https://github.com/clojure-emacs/cider-hydra"))]) + (ciel . [(20180914 815) ((emacs (24))) "A command that is clone of \"ci\" in vim." tar ((:commit . "429773a3c551691a463ecfddd634b8bae2f48503") (:authors ("Takuma Matsushita" . "cs14095@gmail.com")) (:maintainers ("Takuma Matsushita" . "cs14095@gmail.com")) (:maintainer "Takuma Matsushita" . "cs14095@gmail.com") (:keywords "convinience") (:url . "https://github.com/cs14095/ciel.el"))]) + (cil-mode . [(20160622 1431) nil "Common Intermediate Language mode" tar ((:commit . "a78a88ca9a66a82f069329a96e34b67478ae2d9b") (:authors ("Friedrich von Never" . "friedrich@fornever.me")) (:maintainers ("Friedrich von Never" . "friedrich@fornever.me")) (:maintainer "Friedrich von Never" . "friedrich@fornever.me") (:keywords "languages") (:url . "https://github.com/ForNeVeR/cil-mode"))]) + (cilk-mode . [(20220807 1629) ((emacs (25 1)) (flycheck (32 -4))) "Minor mode for Cilk code editing" tar ((:commit . "d5ba732a5a313a97a96085943cd7840b8e2d9c7c") (:authors ("Alexandros-Stavros Iliopoulos ")) (:maintainers ("Alexandros-Stavros Iliopoulos" . "1577182+ailiop@users.noreply.github.com")) (:maintainer "Alexandros-Stavros Iliopoulos" . "1577182+ailiop@users.noreply.github.com") (:keywords "c" "convenience" "faces" "languages") (:url . "https://github.com/ailiop/cilk-mode"))]) + (cinspect . [(20150716 233) ((emacs (24)) (cl-lib (0 5)) (deferred (0 3 1)) (python-environment (0 0 2))) "Use cinspect to look at the CPython source of builtins and other C objects!" tar ((:commit . "4e199a90f89b335cccda1518aa0963e0a1d4fbab") (:authors ("Ben Yelsey" . "ben.yelsey@gmail.com")) (:maintainers ("Ben Yelsey" . "ben.yelsey@gmail.com")) (:maintainer "Ben Yelsey" . "ben.yelsey@gmail.com") (:keywords "python") (:url . "https://github.com/inlinestyle/cinspect-mode"))]) + (circadian . [(20240603 935) ((emacs (27 2))) "Theme-switching based on daytime" tar ((:commit . "76464419f69e9758bc5a76b2420c9648ddf93dba") (:authors ("Guido Schmidt")) (:maintainers ("Guido Schmidt" . "git@guidoschmidt.cc")) (:maintainer "Guido Schmidt" . "git@guidoschmidt.cc") (:keywords "themes") (:url . "https://github.com/GuidoSchmidt/circadian"))]) + (circe . [(20240407 1101) ((emacs (25 1)) (cl-lib (0 5))) "Client for IRC in Emacs" tar ((:commit . "9d703f481a2c65f2b17edcc2b05412f9865d24af") (:authors ("Jorgen Schaefer" . "forcer@forcix.cx")) (:maintainer "Jorgen Schaefer" . "forcer@forcix.cx") (:keywords "irc" "chat" "comm") (:url . "https://github.com/emacs-circe/circe"))]) + (circe-notifications . [(20180102 2318) ((emacs (24 4)) (circe (2 3)) (alert (1 2))) "Add desktop notifications to Circe." tar ((:commit . "291149ac12877bbd062da993479d3533a26862b0") (:authors ("Ruben Maher" . "r@rkm.id.au")) (:maintainers ("Ruben Maher" . "r@rkm.id.au")) (:maintainer "Ruben Maher" . "r@rkm.id.au") (:url . "https://github.com/eqyiel/circe-notifications"))]) + (circleci-api . [(20210227 1607) ((emacs (27)) (request (0 3 2))) "Bindings for the CircleCI API" tar ((:commit . "1432b0ad0f32b03fec564c0815951d5e096c2f6a") (:authors ("Robin Schroer")) (:maintainers ("Robin Schroer")) (:maintainer "Robin Schroer") (:url . "https://github.com/sulami/circleci-api"))]) + (citar . [(20240419 2232) ((emacs (27 1)) (parsebib (4 2)) (org (9 5)) (citeproc (0 9))) "Citation-related commands for org, latex, markdown" tar ((:commit . "07d2a63c99fe35cbd468f8e6a322de05f1a29469") (:authors ("Bruce D'Arcus ")) (:maintainers ("Bruce D'Arcus ")) (:maintainer "Bruce D'Arcus ") (:url . "https://github.com/emacs-citar/citar"))]) + (citar-denote . [(20240524 924) ((emacs (28 1)) (citar (1 4)) (denote (2 0)) (dash (2 19 1))) "Minor mode integrating Citar and Denote" tar ((:commit . "3e0d031be07ec9c2f2205846191393b5783fa038") (:authors ("Peter Prevos" . "peter@prevos.net")) (:maintainers ("Peter Prevos" . "peter@prevos.net")) (:maintainer "Peter Prevos" . "peter@prevos.net") (:url . "https://github.com/pprevos/citar-denote"))]) + (citar-embark . [(20231122 1548) ((emacs (27 1)) (embark (0 17)) (citar (0 9 7))) "Citar/Embark integration" tar ((:commit . "572b7b6e569e9423dd948539fa48d3f53ceffe57") (:authors ("Bruce D'Arcus" . "bdarcus@gmail.com")) (:maintainers ("Bruce D'Arcus" . "bdarcus@gmail.com")) (:maintainer "Bruce D'Arcus" . "bdarcus@gmail.com") (:keywords "bib" "extensions") (:url . "https://github.com/emacs-citar/citar"))]) + (citar-org-roam . [(20240212 2159) ((emacs (27 1)) (org-roam (2 2)) (citar (1 2 0))) "Citar/org-roam integration" tar ((:commit . "999268c7a077aad6a8f4dfc88d0eeabdf4267fea") (:authors ("Bruce D'Arcus" . "bdarcus@gmail.com")) (:maintainers ("Bruce D'Arcus" . "bdarcus@gmail.com")) (:maintainer "Bruce D'Arcus" . "bdarcus@gmail.com") (:url . "https://github.com/emacs-citar/citar-org-roam"))]) + (citeproc . [(20240621 1425) ((emacs (26)) (dash (2 13 0)) (s (1 12 0)) (f (0 18 0)) (queue (0 2)) (string-inflection (1 0)) (org (9)) (parsebib (2 4)) (compat (28 1))) "A CSL 1.0.2 Citation Processor" tar ((:commit . "cfa30b6c95c7465a05da98eccf273608880b22d7") (:authors ("András Simonyi" . "andras.simonyi@gmail.com")) (:maintainers ("András Simonyi" . "andras.simonyi@gmail.com")) (:maintainer "András Simonyi" . "andras.simonyi@gmail.com") (:keywords "bib") (:url . "https://github.com/andras-simonyi/citeproc-el"))]) + (citeproc-org . [(20200915 2009) ((emacs (25 1)) (dash (2 12 0)) (org (9)) (f (0 18 0)) (citeproc (0 1)) (org-ref (1 1 1))) "Render org-mode references in CSL styles" tar ((:commit . "22a759c4f0ec80075014dcc594baa4d1b470d995") (:authors ("András Simonyi" . "andras.simonyi@gmail.com")) (:maintainers ("András Simonyi" . "andras.simonyi@gmail.com")) (:maintainer "András Simonyi" . "andras.simonyi@gmail.com") (:keywords "org-ref" "org-mode" "cite" "bib") (:url . "https://github.com/andras-simonyi/citeproc-org"))]) + (citre . [(20240524 1418) ((emacs (26 1))) "Superior code reading & auto-completion tool with pluggable backends." tar ((:commit . "7c9c77276cc7dfcb77640df7d589eaac3198cfee") (:authors ("Hao Wang" . "amaikinono@gmail.com")) (:maintainers ("Hao Wang" . "amaikinono@gmail.com")) (:maintainer "Hao Wang" . "amaikinono@gmail.com") (:keywords "convenience" "tools") (:url . "https://github.com/universal-ctags/citre"))]) + (cl-format . [(20230818 1726) nil "CL format routine." tar ((:commit . "42b662d27eefa458c1a39bea1836d6ada740b863") (:authors ("Andreas Politz" . "politza@fh-trier.de")) (:maintainer "akater" . "nuclearspace@gmail.com") (:keywords "extensions") (:url . "https://gitlab.com/akater/elisp-cl-format"))]) + (cl-libify . [(20181130 230) ((emacs (25))) "Update elisp code to use cl-lib instead of cl" tar ((:commit . "e205b96f944a4f312fd523804cbbaf00027a3c8b") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "lisp") (:url . "https://github.com/purcell/cl-libify"))]) + (clang-capf . [(20221030 1830) ((emacs (24 4))) "Completion-at-point backend for c/c++ using clang" tar ((:commit . "5e4dfba90ce86bbc7ee61805edfca04fff93c291") (:authors ("Philip K. ")) (:maintainers ("Philip K. ")) (:maintainer "Philip K. ") (:keywords "c" "abbrev" "convenience") (:url . "https://git.sr.ht/~pkal/clang-capf"))]) + (clang-format . [(20240115 1750) ((cl-lib (0 3))) "Format code using clang-format" tar ((:commit . "9f4358fcc8b04018cc1ed46fcc96fc7bfa361a47") (:keywords "tools" "c"))]) + (clang-format+ . [(20190824 2216) ((emacs (25 1)) (clang-format (20180406 1514))) "Minor mode for automatic clang-format application" tar ((:commit . "ddd4bfe1a13c2fd494ce339a320a51124c1d2f68") (:keywords "c" "c++" "clang-format") (:url . "https://github.com/SavchenkoValeriy/emacs-clang-format-plus"))]) + (claude-shell . [(20240420 1917) ((emacs (29 1)) (shell-maker (0 50 1))) "Integration with Anthropic's Claude LLM" tar ((:commit . "2574f5d1fe58c44dc0e16d3a7be36a9e4e0927ca") (:authors ("Armin Friedl" . "dev@friedl.net")) (:maintainers ("Armin Friedl" . "dev@friedl.net")) (:maintainer "Armin Friedl" . "dev@friedl.net") (:keywords "anthropic" "claude" "claude-shell" "shell-maker" "terminals" "wp" "help" "tools") (:url . "https://github.com/arminfriedl/claude-shell"))]) + (clause . [(20230405 1235) ((emacs (27 1)) (mark-thing-at (0 3))) "Functions to move, mark, kill by clause" tar ((:commit . "0ea166fa218618c1b80b60c995f927310c25b02a") (:authors ("Marty Hiatt ")) (:maintainers ("Marty Hiatt ")) (:maintainer "Marty Hiatt ") (:keywords "wp" "convenience" "sentences" "text") (:url . "https://codeberg.org/martianh/clause.el"))]) + (clay . [(20240409 1321) ((emacs (26 1)) (cider (1 0))) "Emacs commands Clay - literate in Clojure" tar ((:commit . "5d5512e67e7dd4b7b7ffae070517948cb1ad82e4") (:authors ("daslu")) (:maintainers ("daslu")) (:maintainer "daslu") (:keywords "lisp") (:url . "https://github.com/scicloj/clay.el"))]) + (clean-aindent-mode . [(20171017 2043) nil "Simple indent and unindent, trims indent white-space" tar ((:commit . "a97bcae8f43a9ff64e95473e4ef0d8bafe829211") (:authors ("peter marinov" . "efravia@gmail.com")) (:maintainers ("peter marinov" . "efravia@gmail.com")) (:maintainer "peter marinov" . "efravia@gmail.com") (:keywords "indentation" "whitespace" "backspace") (:url . "https://github.com/pmarinov/clean-aindent-mode"))]) + (clean-buffers . [(20160529 2259) ((cl-lib (0 5))) "clean useless buffers" tar ((:commit . "1be6c54e3095761b6b64bf749faae3dfce94e72a") (:authors ("DarkSun" . "lujun9972@gmail.com")) (:maintainers ("DarkSun" . "lujun9972@gmail.com")) (:maintainer "DarkSun" . "lujun9972@gmail.com") (:keywords "convenience" "usability" "buffers"))]) + (clean-kill-ring . [(20230115 2153) ((emacs (24 4))) "Keep the kill ring clean" tar ((:commit . "d05fa7ee97e760d21d533261c7b63eecf223f612") (:authors ("Nicholas Hubbard" . "nicholashubbard@posteo.net")) (:maintainers ("Nicholas Hubbard" . "nicholashubbard@posteo.net")) (:maintainer "Nicholas Hubbard" . "nicholashubbard@posteo.net") (:keywords "kill-ring" "convenience") (:url . "http://github.com/NicholasBHubbard/clean-kill-ring.el"))]) + (clear-text . [(20160406 2043) nil "Make you use clear text" tar ((:commit . "b50669b6077d6948f72cb3c649281d206e0c2f2b") (:authors ("Chunyang Xu" . "xuchunyang56@gmail.com")) (:maintainers ("Chunyang Xu" . "xuchunyang56@gmail.com")) (:maintainer "Chunyang Xu" . "xuchunyang56@gmail.com") (:keywords "convenience") (:url . "https://github.com/xuchunyang/clear-text.el"))]) + (clevercss . [(20131229 155) nil "A major mode for editing CleverCSS files" tar ((:commit . "b8a3c0dd674367c62b1a1ffec84d88fe0c0219bc") (:authors ("Joe Schafer" . "joesmoe10@gmail.com")) (:maintainers ("Joe Schafer" . "joesmoe10@gmail.com")) (:maintainer "Joe Schafer" . "joesmoe10@gmail.com") (:keywords "languages" "css"))]) + (clhs . [(20210428 1911) nil "Access the Common Lisp HyperSpec (CLHS)" tar ((:commit . "7b106c4fb5a6388ab753f94740f6dfadcdeedcbb") (:maintainers ("Sam Steingold" . "sds@gnu.org")) (:maintainer "Sam Steingold" . "sds@gnu.org") (:keywords "lisp" "common lisp" "emacs" "ansi cl" "hyperspec") (:url . "https://gitlab.com/sam-s/clhs"))]) + (click-mode . [(20180611 44) ((emacs (24))) "Major mode for the Click Modular Router Project" tar ((:commit . "b94ea8cce89cf0e753b2ab915202d49ffc470fb6") (:authors ("Brian Malehorn" . "bmalehorn@gmail.com")) (:maintainers ("Brian Malehorn" . "bmalehorn@gmail.com")) (:maintainer "Brian Malehorn" . "bmalehorn@gmail.com") (:keywords "click" "router") (:url . "https://github.com/bmalehorn/click-mode"))]) + (clingo-mode . [(20230825 1941) ((emacs (24 3))) "A major mode for editing Answer Set Programs" tar ((:commit . "8ea6ab5fa7dca439ec0e1dca8f3cdf7ace43390d") (:authors ("Ivan Uemlianin" . "ivan@llaisdy.com") ("Henrik Jürges" . "juerges.henrik@gmail.com")) (:maintainers ("Ivan Uemlianin" . "ivan@llaisdy.com")) (:maintainer "Ivan Uemlianin" . "ivan@llaisdy.com") (:keywords "asp" "clingo" "answer set programs" "potassco" "major mode" "languages") (:url . "https://github.com/llaisdy/clingo-mode"))]) + (clipetty . [(20200327 2241) ((emacs (25 1))) "Send every kill from a TTY frame to the system clipboard" tar ((:commit . "7ee3f9c52f70f80820a8c66fb6f796d6e01dd92d") (:authors ("Mike Hamrick" . "mikeh@muppetlabs.com")) (:maintainers ("Mike Hamrick" . "mikeh@muppetlabs.com")) (:maintainer "Mike Hamrick" . "mikeh@muppetlabs.com") (:keywords "terminals" "convenience") (:url . "https://github.com/spudlyo/clipetty"))]) + (cliphist . [(20220525 1034) ((emacs (25 1))) "paste from clipboard managers" tar ((:commit . "d02b97a2aa0da13711d9a6f845649115de8ac11b") (:authors ("Chen Bin ")) (:maintainers ("Chen Bin ")) (:maintainer "Chen Bin ") (:keywords "clipboard" "manager" "history") (:url . "http://github.com/redguardtoo/cliphist"))]) + (clipmon . [(20180129 1054) nil "Clipboard monitor - watch system clipboard, add changes to kill ring/autoinsert" tar ((:commit . "95dc56c7ed84a654ec90f4740eb6df1050de8cf1") (:authors ("Brian Burns" . "bburns.km@gmail.com")) (:maintainers ("Brian Burns" . "bburns.km@gmail.com")) (:maintainer "Brian Burns" . "bburns.km@gmail.com") (:keywords "convenience") (:url . "https://github.com/bburns/clipmon"))]) + (clippy . [(20230822 1348) ((pos-tip (1 0))) "Show tooltip with function documentation at point" tar ((:commit . "1e764902b3e9dbb11d5f02bc36c3b7ff4275f528") (:authors ("Matus Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matus Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matus Goljer" . "matus.goljer@gmail.com") (:keywords "docs") (:url . "https://github.com/Fuco1/clippy.el"))]) + (clips-mode . [(20170909 823) nil "Major mode for editing CLIPS code and REPL" tar ((:commit . "dd38e2822640a38f7d8bfec4f69d8dd24be27074") (:authors ("David E. Young" . "david.young@fnc.fujitsu.com") ("Andrey Kotlarski" . "m00naticus@gmail.com") ("Grant Rettke" . "grettke@acm.org")) (:maintainer "Grant Rettke" . "grettke@acm.org") (:keywords "clips"))]) + (clj-decompiler . [(20220103 1746) ((emacs (26 1)) (clojure-mode (5 12)) (cider (1 2 0))) "Clojure Java decompiler expansion" tar ((:commit . "8c0c53f87e6e33f2be7e7aff6095eb586b50be1a") (:authors ("Ben Sless" . "ben.sless@gmail.com")) (:maintainers ("Ben Sless" . "ben.sless@gmail.com")) (:maintainer "Ben Sless" . "ben.sless@gmail.com") (:keywords "languages" "clojure" "cider" "java" "decompiler") (:url . "https://www.github.com/bsless/clj-decompiler.el"))]) + (clj-deps-new . [(20230413 1833) ((emacs (25 1)) (transient (0 3 7))) "Create clojure projects from templates" tar ((:commit . "72f25d86bbd9cd6cb4aa431e70bda38f35b19262") (:authors ("jpe90" . "eskinjp@gmail.com")) (:maintainers ("jpe90" . "eskinjp@gmail.com")) (:maintainer "jpe90" . "eskinjp@gmail.com") (:url . "https://github.com/jpe90/emacs-deps-new"))]) + (clj-refactor . [(20240310 2054) ((emacs (26 1)) (seq (2 19)) (yasnippet (0 6 1)) (paredit (24)) (multiple-cursors (1 2 2)) (clojure-mode (5 18 0)) (cider (1 11 1)) (parseedn (1 2 0)) (inflections (2 6)) (hydra (0 13 2))) "A collection of commands for refactoring Clojure code" tar ((:commit . "dc1bbc8cdaa723bdbb6669ea7d280625c370755d") (:authors ("Magnar Sveen" . "magnars@gmail.com") ("Lars Andersen" . "expez@expez.com") ("Benedek Fazekas" . "benedek.fazekas@gmail.com") ("Bozhidar Batsov" . "bozhidar@batsov.dev")) (:maintainers ("Magnar Sveen" . "magnars@gmail.com")) (:maintainer "Magnar Sveen" . "magnars@gmail.com") (:keywords "convenience" "clojure" "cider"))]) + (cljr-helm . [(20220721 824) ((clj-refactor (0 13 0)) (helm-core (3 6 0)) (cl-lib (0 5))) "Wraps clojure refactor commands with helm" tar ((:commit . "2c1f9cbd892ec03335f671ea3f974ee2ff6078dc") (:authors ("Phil Jackson" . "phil@shellarchive.co.uk")) (:maintainers ("Phil Jackson" . "phil@shellarchive.co.uk")) (:maintainer "Phil Jackson" . "phil@shellarchive.co.uk") (:keywords "helm" "clojure" "refactor") (:url . "https://github.com/philjackson/cljr-helm"))]) + (cljr-ivy . [(20200602 1607) ((clj-refactor (2 5 0)) (ivy (0 13 0)) (emacs (24 3)) (cl-lib (0 6 1))) "Access clojure refactor with ivy completion" tar ((:commit . "18e6e3526e872010a643c91aa71ff1d429431b83") (:authors ("Wanderson Ferreira" . "iagwanderson@gmail.com")) (:maintainers ("Wanderson Ferreira" . "iagwanderson@gmail.com")) (:maintainer "Wanderson Ferreira" . "iagwanderson@gmail.com") (:keywords "convenience" "matching") (:url . "https://github.com/wandersoncferreira/cljr-ivy"))]) + (cljsbuild-mode . [(20160402 1700) nil "A minor mode for the ClojureScript 'lein cljsbuild' command" tar ((:commit . "fa2315660cb3ce944b5e16c679dcf5afd6a97f4c") (:keywords "clojure" "clojurescript" "leiningen" "compilation") (:url . "http://github.com/kototama/cljsbuild-mode"))]) + (cljstyle-format . [(20220706 309) ((emacs (24)) (reformatter (0 3))) "Reformat Clojure code using cljstyle" tar ((:commit . "31a43dfbeea12bbd4639dcec4fbb043cc0ff86d3") (:authors ("Derek Passen" . "dpassen1@gmail.com")) (:maintainers ("Derek Passen" . "dpassen1@gmail.com")) (:maintainer "Derek Passen" . "dpassen1@gmail.com") (:keywords "clojure" "cljstyle" "tools" "languages") (:url . "http://www.github.com/dpassen/cljstyle-format"))]) + (clmemo . [(20220204 1345) nil "Change Log MEMO" tar ((:commit . "f695c38c551f72f6ac5e1a82badc540c80d3b33b") (:authors ("Masayuki Ataka" . "masayuki.ataka@gmail.com")) (:maintainers ("Masayuki Ataka" . "masayuki.ataka@gmail.com")) (:maintainer "Masayuki Ataka" . "masayuki.ataka@gmail.com") (:keywords "convenience") (:url . "https://github.com/ataka/clmemo"))]) + (cloak-mode . [(20230130 613) ((emacs (27 1))) "A minor mode to cloak sensitive values" tar ((:commit . "ca0896dfd0a0ee549150233ebd96aa0f65b56afb") (:authors ("Erick Navarro" . "erick@navarro.io")) (:maintainers ("Erick Navarro" . "erick@navarro.io")) (:maintainer "Erick Navarro" . "erick@navarro.io") (:url . "https://github.com/erickgnavar/cloak-mode"))]) + (cloc . [(20170728 1824) ((cl-lib (0 5))) "count lines of code over emacs buffers" tar ((:commit . "f30f0472e465cc8d433d2473e9d3b8dfe2c94491") (:authors ("Danny McClanahan" . "danieldmcclanahan@gmail.com")) (:maintainers ("Danny McClanahan" . "danieldmcclanahan@gmail.com")) (:maintainer "Danny McClanahan" . "danieldmcclanahan@gmail.com") (:keywords "cloc" "count" "source" "code" "lines") (:url . "https://github.com/cosmicexplorer/cloc-emacs"))]) + (clocker . [(20190214 1833) ((projectile (0 11 0)) (dash (2 10)) (spaceline (2 0 1))) "Note taker and clock-in enforcer" tar ((:commit . "c4d76968a49287ce3bac0832bb5d5d076054c96f") (:authors ("Roman Gonzalez" . "romanandreg@gmail.com")) (:maintainers ("Roman Gonzalez" . "romanandreg@gmail.com")) (:maintainer "Roman Gonzalez" . "romanandreg@gmail.com") (:keywords "org"))]) + (clockodo . [(20220604 2049) ((emacs (26 1)) (request (0 3 2)) (ts (0 2 2)) (org (8))) "A small integration for the clockodo api" tar ((:commit . "6329aaebc4373edaa4cd1d046582a4cc36db4888") (:authors ("Henrik Jürges" . "juerges.henrik@gmail.com")) (:maintainers ("Henrik Jürges" . "juerges.henrik@gmail.com")) (:maintainer "Henrik Jürges" . "juerges.henrik@gmail.com") (:keywords "tools" "clockodo") (:url . "https://github.com/santifa/clockodo-el"))]) + (clojars . [(20180825 1951) ((request-deferred (0 2 0))) "clojars.org search interface" tar ((:commit . "c78e4d5ddacda064c253e2b38d1c35188aa1ad71") (:authors ("Joshua Miller" . "josh@joshmiller.io")) (:maintainers ("Joshua Miller" . "josh@joshmiller.io")) (:maintainer "Joshua Miller" . "josh@joshmiller.io") (:keywords "docs" "help" "tools") (:url . "https://github.com/joshuamiller/clojars.el"))]) + (clojure-essential-ref . [(20221215 1427) ((emacs (24)) (cider (0 24 0))) "Cider-doc to \"Clojure, The Essential Reference\"" tar ((:commit . "6741bf65cf9b9bc896ab1cc3c384573e8ffe5f96") (:url . "https://github.com/p3r7/clojure-essential-ref"))]) + (clojure-essential-ref-nov . [(20221215 1427) ((emacs (24)) (dash (2 16 0)) (nov (0 3 1)) (clojure-essential-ref (0 1 0))) "Cider-doc to \"Clojure, The Essential Reference\" (EPUB)" tar ((:commit . "6741bf65cf9b9bc896ab1cc3c384573e8ffe5f96") (:url . "https://github.com/p3r7/clojure-essential-ref"))]) + (clojure-mode . [(20240526 1825) ((emacs (25 1))) "Major mode for Clojure code" tar ((:commit . "815bc387ec1436fb2fcac00ba8a61207636d0186") (:maintainers ("Bozhidar Batsov" . "bozhidar@batsov.dev")) (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.dev") (:keywords "languages" "clojure" "clojurescript" "lisp") (:url . "https://github.com/clojure-emacs/clojure-mode"))]) + (clojure-mode-extra-font-locking . [(20240526 1824) ((clojure-mode (3 0))) "Extra font-locking for Clojure mode" tar ((:commit . "4afdd3539036bbd6b1c01b2e00559676c4d40085") (:authors ("Bozhidar Batsov" . "bozhidar@batsov.dev")) (:maintainers ("Bozhidar Batsov" . "bozhidar@batsov.dev")) (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.dev") (:keywords "languages" "lisp") (:url . "https://github.com/clojure-emacs/clojure-mode"))]) + (clojure-quick-repls . [(20150814 736) ((cider (0 8 1)) (dash (2 9 0))) "Quickly create Clojure and ClojureScript repls for a project." tar ((:commit . "8fe4e44939e8a01a4cdf60c0001d9a6abf8a73c3") (:keywords "languages" "clojure" "cider" "clojurescript") (:url . "https://github.com/symfrog/clojure-quick-repls"))]) + (clojure-snippets . [(20220914 950) ((yasnippet (0 10 0))) "Yasnippets for clojure" tar ((:commit . "66d23f0ffedf2cc2be0387c3504b5f89d7300cfa") (:authors ("Max Penet" . "m@qbits.cc")) (:maintainer "Max Penet" . "m@qbits.cc") (:keywords "snippets"))]) + (clojure-ts-mode . [(20240618 301) ((emacs (29 1))) "Major mode for Clojure code" tar ((:commit . "7b7a4705d1a952b4414672955e67fb9471213f2a") (:maintainers ("Danny Freeman" . "danny@dfreeman.email")) (:maintainer "Danny Freeman" . "danny@dfreeman.email") (:keywords "languages" "clojure" "clojurescript" "lisp") (:url . "http://github.com/clojure-emacs/clojure-ts-mode"))]) + (clomacs . [(20220415 1035) ((emacs (24 3)) (cider (0 22 1)) (s (1 12 0)) (simple-httpd (1 4 6)) (dash (2 19 1))) "Simplifies Emacs Lisp interaction with Clojure." tar ((:commit . "9cd7c9fd86bc7bc627a31275d1ef131378b90a49") (:authors ("Kostafey" . "kostafey@gmail.com")) (:maintainers ("Kostafey" . "kostafey@gmail.com")) (:maintainer "Kostafey" . "kostafey@gmail.com") (:keywords "clojure" "interaction") (:url . "https://github.com/clojure-emacs/clomacs"))]) + (closql . [(20240623 2020) ((emacs (26 1)) (compat (29 1 4 5)) (emacsql (20240124))) "Store EIEIO objects using EmacSQL" tar ((:commit . "ffbd489287c1fc46f208d2eb255eaec3f503d871") (:authors ("Jonas Bernoulli" . "emacs.closql@jonas.bernoulli.dev")) (:maintainers ("Jonas Bernoulli" . "emacs.closql@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.closql@jonas.bernoulli.dev") (:keywords "extensions") (:url . "https://github.com/emacscollective/closql"))]) + (closure-lint-mode . [(20101118 2124) nil "minor mode for the Closure Linter" tar ((:commit . "bc3d2fd5c35580bf1b8af43b12484c95a343b4b5") (:authors ("Roman Scherer" . "roman@burningswell.com")) (:maintainers ("Roman Scherer" . "roman@burningswell.com")) (:maintainer "Roman Scherer" . "roman@burningswell.com") (:keywords "tools" "closure" "javascript" "lint" "flymake") (:url . "https://github.com/r0man/closure-lint-mode"))]) + (cloud-theme . [(20220205 1336) ((emacs (24))) "A light colored theme" tar ((:commit . "16ef7fbf0a423b29e3c3a0a2d9525afaf265aaed") (:authors ("Valerii Lysenko" . "vallyscode@gmail.com")) (:maintainers ("Valerii Lysenko" . "vallyscode@gmail.com")) (:maintainer "Valerii Lysenko" . "vallyscode@gmail.com") (:keywords "color" "theme") (:url . "https://github.com/vallyscode/cloud-theme"))]) + (cloud-to-butt-erc . [(20130627 2308) nil "Replace 'the cloud' with 'my butt'" tar ((:commit . "6710c03d1bc91736435cbfe845924940cae34e5c") (:authors ("David Leatherman" . "leathekd@gmail.com")) (:maintainers ("David Leatherman" . "leathekd@gmail.com")) (:maintainer "David Leatherman" . "leathekd@gmail.com") (:url . "http://www.github.com/leathekd/cloud-to-butt-erc"))]) + (clues-theme . [(20161213 1127) ((emacs (24 0))) "an Emacs 24 theme which may well be fully awesome..." tar ((:commit . "abd61f2b7f3e98de58ca26e6d1230e70c6406cc7") (:authors ("Jason Milkins" . "jasonm23@gmail.com")) (:maintainers ("Jason Milkins" . "jasonm23@gmail.com")) (:maintainer "Jason Milkins" . "jasonm23@gmail.com") (:url . "https://github.com/emacsfodder/emacs-clues-theme"))]) + (cm-mode . [(20240422 725) ((emacs (25 1)) (cl-lib (0 5))) "Minor mode for CriticMarkup" tar ((:commit . "a9381f57f3005a9b26f81085ecb2accf680c6f6b") (:authors ("Joost Kremers" . "joostkremers@fastmail.fm")) (:maintainers ("Joost Kremers" . "joostkremers@fastmail.fm")) (:maintainer "Joost Kremers" . "joostkremers@fastmail.fm") (:keywords "text" "markdown"))]) + (cmake-font-lock . [(20230304 2223) ((cmake-mode (0 0))) "Advanced, type aware, highlight support for CMake" tar ((:commit . "a6038e916bcca807ae695f7d7e5c300c3f38f415") (:authors ("Anders Lindgren")) (:maintainers ("Anders Lindgren")) (:maintainer "Anders Lindgren") (:keywords "faces" "languages") (:url . "https://github.com/Lindydancer/cmake-font-lock"))]) + (cmake-ide . [(20210610 1525) ((emacs (24 4)) (cl-lib (0 5)) (seq (1 11)) (levenshtein (0)) (s (1 11 0))) "Calls CMake to find out include paths and other compiler flags" tar ((:commit . "28dc4ab5bd01d99553901b4efeb7234280928b18") (:authors ("Atila Neves" . "atila.neves@gmail.com")) (:maintainers ("Atila Neves" . "atila.neves@gmail.com")) (:maintainer "Atila Neves" . "atila.neves@gmail.com") (:keywords "languages") (:url . "http://github.com/atilaneves/cmake-ide"))]) + (cmake-mode . [(20240624 1425) ((emacs (24 1))) "major-mode for editing CMake sources" tar ((:commit . "4b874546fc3711bb24fcdba5718e6c85a17c740a"))]) + (cmake-project . [(20171121 1115) nil "Integrates CMake build process with Emacs" tar ((:commit . "d3f408f226eff3f77f7e00dd519f4efc78fd292d") (:authors ("Alexander Lamaison" . "alexander.lamaison@gmail")) (:maintainers ("Alexander Lamaison" . "alexander.lamaison@gmail")) (:maintainer "Alexander Lamaison" . "alexander.lamaison@gmail") (:keywords "c" "cmake" "languages" "tools") (:url . "http://github.com/alamaison/emacs-cmake-project"))]) + (cmd-to-echo . [(20161203 2133) ((emacs (24 4)) (s (1 11 0)) (shell-split-string (20151224 208))) "Show the output of long-running commands in the echo area" tar ((:commit . "e0e874fc0e1ad6d291e39ed76023445297ad438a") (:authors ("Tijs Mallaerts" . "tijs.mallaerts@gmail.com")) (:maintainers ("Tijs Mallaerts" . "tijs.mallaerts@gmail.com")) (:maintainer "Tijs Mallaerts" . "tijs.mallaerts@gmail.com"))]) + (cmm-mode . [(20150225 746) nil "Major mode for C-- source code" tar ((:commit . "c3ad514dff3eb30434f6b20d953276d4c00de1ee"))]) + (cnfonts . [(20240430 536) ((emacs (24))) "A simple Chinese fonts config tool" tar ((:commit . "1f57d4f64f50e4dbc7ab4d963278b746f904c454") (:authors ("Feng Shu" . "tumashu@163.com")) (:maintainers ("Feng Shu" . "tumashu@163.com")) (:maintainer "Feng Shu" . "tumashu@163.com") (:keywords "convenience" "chinese" "font") (:url . "https://github.com/tumashu/cnfonts"))]) + (cobalt . [(20180304 1155) ((emacs (24))) "Easily use the Cobalt.rs static site generator" tar ((:commit . "634ace275697e188746ca22a30ff94380ec756be") (:authors ("Juan Karlo Licudine" . "accidentalrebel@gmail.com")) (:maintainers ("Juan Karlo Licudine" . "accidentalrebel@gmail.com")) (:maintainer "Juan Karlo Licudine" . "accidentalrebel@gmail.com") (:keywords "convenience") (:url . "https://github.com/cobalt-org/cobalt.el"))]) + (cobra-mode . [(20140116 2116) nil "Major mode for .NET-based Cobra language" tar ((:commit . "acd6e53f6286af5176471d01f25257e5ddb6dd01") (:authors ("Taylor \"Nekroze\" Lawson")) (:maintainers ("Taylor \"Nekroze\" Lawson")) (:maintainer "Taylor \"Nekroze\" Lawson") (:keywords "languages") (:url . "http://github.com/Nekroze/cobra-mode"))]) + (codcut . [(20190915 1009) nil "Share pieces of code to Codcut" tar ((:commit . "bf07c3db3900e36b0b87423f3b715d6378f86393") (:authors ("Diego Pasquali" . "hello@dgopsq.space")) (:maintainers ("Diego Pasquali" . "hello@dgopsq.space")) (:maintainer "Diego Pasquali" . "hello@dgopsq.space") (:keywords "comm" "tools" "codcut" "share") (:url . "https://github.com/codcut/codcut-emacs"))]) + (code-archive . [(20190612 308) ((emacs (24 3))) "git supported code archive and reference for org-mode" tar ((:commit . "1ad9af6679d0294c3056eab9cad673f29c562721") (:authors ("Michael Schuldt" . "mbschuldt@gmail.com")) (:maintainers ("Michael Schuldt" . "mbschuldt@gmail.com")) (:maintainer "Michael Schuldt" . "mbschuldt@gmail.com") (:url . "https://github.com/mschuldt/code-archive"))]) + (code-cells . [(20231119 2138) ((emacs (27 1))) "Lightweight notebooks with support for ipynb files" tar ((:commit . "44546ca256f3da29e3ac884e3d699c8455acbd6e") (:authors ("Augusto Stoffel" . "arstoffel@gmail.com")) (:maintainers ("Augusto Stoffel" . "arstoffel@gmail.com")) (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com") (:keywords "convenience" "outlines") (:url . "https://github.com/astoff/code-cells.el"))]) + (code-compass . [(20231108 1618) ((emacs (26 1)) (s (1 12 0)) (dash (2 13)) (async (1 9 7)) (simple-httpd (1 5 1))) "Navigate software aided by metrics and visualization" tar ((:commit . "67ec53f9ca43bea941ec5ba6fccba8565c1d937f") (:authors ("Andrea" . "andrea-dev@hotmail.com")) (:maintainers ("Andrea" . "andrea-dev@hotmail.com")) (:maintainer "Andrea" . "andrea-dev@hotmail.com") (:keywords "tools" "extensions" "help") (:url . "https://github.com/ag91/code-compass"))]) + (code-library . [(20160426 1218) ((gist (1 3 1))) "use org-mode to collect code snippets" tar ((:commit . "3c79338eae5c892bfb4e4882298422d9fd65d2d7") (:authors ("DarkSun" . "lujun9972@gmail.com")) (:maintainers ("DarkSun" . "lujun9972@gmail.com")) (:maintainer "DarkSun" . "lujun9972@gmail.com") (:keywords "lisp" "code"))]) + (code-review . [(20221206 113) ((emacs (25 1)) (closql (1 2 0)) (magit (3 0 0)) (transient (0 3 7)) (a (1 0 0)) (ghub (3 5 1)) (uuidgen (1 2)) (deferred (0 5 1)) (markdown-mode (2 4)) (forge (0 3 0)) (emojify (1 2))) "Perform code review from Github, Gitlab, and Bitbucket Cloud" tar ((:commit . "a8bb63b53f2a1fd31302c110e668ad7b5c871b34") (:authors ("Wanderson Ferreira ")) (:maintainers ("Wanderson Ferreira" . "wand@hey.com")) (:maintainer "Wanderson Ferreira" . "wand@hey.com") (:keywords "git" "tools" "vc") (:url . "https://github.com/wandersoncferreira/code-review"))]) + (code-stats . [(20201209 2135) ((emacs (25)) (request (0 3 0))) "Code::Stats plugin" tar ((:commit . "9a467dfd6a3cef849468623e1c085cbf59dac154") (:authors ("Xu Chunyang" . "mail@xuchunyang.me")) (:maintainers ("Xu Chunyang" . "mail@xuchunyang.me")) (:maintainer "Xu Chunyang" . "mail@xuchunyang.me") (:url . "https://github.com/xuchunyang/code-stats-emacs"))]) + (codebug . [(20140929 2137) nil "Interact with codebug" tar ((:commit . "d95e5182fa1465406964873d9db1fdac77206f5b") (:authors ("Shane Dowling")) (:maintainers ("Shane Dowling")) (:maintainer "Shane Dowling") (:url . "http://www.shanedowling.com/"))]) + (codesearch . [(20181006 1431) ((log4e (0 3 1))) "Core support for managing codesearch tools" tar ((:commit . "f6eb96f034a925444412cfa03e45e0ccbbafe3f2") (:authors ("Austin Bingham" . "austin.bingham@gmail.com") ("Youngjoo Lee" . "youngker@gmail.com")) (:maintainers ("Austin Bingham" . "austin.bingham@gmail.com")) (:maintainer "Austin Bingham" . "austin.bingham@gmail.com") (:keywords "tools" "development" "search") (:url . "https://github.com/abingham/emacs-codesearch"))]) + (codespaces . [(20221018 1831) ((emacs (28 1))) "Connect to GitHub Codespaces via TRAMP" tar ((:commit . "8e0843684ea685c2b25b8f5601cf02553bab4b08") (:authors ("Patrick Thomson" . "patrickt@github.com")) (:maintainers ("Patrick Thomson" . "patrickt@github.com")) (:maintainer "Patrick Thomson" . "patrickt@github.com") (:keywords "comm") (:url . "https://github.com/patrickt/codespaces.el"))]) + (codic . [(20150926 1127) ((emacs (24)) (cl-lib (0 5))) "Search Codic (codic.jp) naming dictionaries" tar ((:commit . "52bbb6997ef4ab9fb7fea43bbfff7f04671aa557") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-codic"))]) + (coercion . [(20240107 2154) ((emacs (29 1))) "Naming convention style switch" tar ((:commit . "a96ecfa3a44f2e15349abf265905c6c607cf2c07") (:authors ("liuyinz" . "liuyinz95@gmail.com")) (:maintainers ("liuyinz" . "liuyinz95@gmail.com")) (:maintainer "liuyinz" . "liuyinz95@gmail.com") (:keywords "convenience" "editing") (:url . "https://github.com/liuyinz/coercion.el"))]) + (coffee-fof . [(20131012 1230) ((coffee-mode (0 4 1))) "A coffee-mode configuration for `ff-find-other-file'." tar ((:commit . "211529594bc074721c6cbc4edb73a63cc05f89ac") (:authors ("Yasuyki Oka" . "yasuyk@gmail.com")) (:maintainers ("Yasuyki Oka" . "yasuyk@gmail.com")) (:maintainer "Yasuyki Oka" . "yasuyk@gmail.com") (:keywords "coffee-mode") (:url . "http://github.com/yasuyk/coffee-fof"))]) + (coffee-mode . [(20200315 1133) ((emacs (24 3))) "Major mode for CoffeeScript code" tar ((:commit . "35a41c7d8233eac0b267d9593e67fb8b6235e134") (:authors ("Chris Wanstrath" . "chris@ozmm.org")) (:maintainers ("Chris Wanstrath" . "chris@ozmm.org")) (:maintainer "Chris Wanstrath" . "chris@ozmm.org") (:keywords "coffeescript" "major" "mode") (:url . "http://github.com/defunkt/coffee-mode"))]) + (coin-ticker . [(20170611 727) ((request (0 3 0)) (emacs (25))) "Show a cryptocurrency price ticker" tar ((:commit . "45108e239e1d129c0cc1ff37f2870cf73087780b") (:authors ("Evan Klitzke" . "evan@eklitzke.org")) (:maintainers ("Evan Klitzke" . "evan@eklitzke.org")) (:maintainer "Evan Klitzke" . "evan@eklitzke.org") (:keywords "news") (:url . "https://github.com/eklitzke/coin-ticker-mode"))]) + (colonoscopy-theme . [(20170808 1309) ((emacs (24 0))) "an Emacs 24 theme based on Colonoscopy (tmTheme)" tar ((:commit . "64bbb322b13dae91ce9f1e3581f836f94f800ead") (:authors ("Jason Milkins")) (:maintainers ("Jason Milkins")) (:maintainer "Jason Milkins") (:url . "https://github.com/emacsfodder/tmtheme-to-deftheme"))]) + (color-identifiers-mode . [(20240505 2245) ((dash (2 5 0)) (emacs (24))) "Color identifiers based on their names" tar ((:commit . "8e189b03ad602cc457308934fbb91b2dc8f286df") (:authors ("Ankur Dave" . "ankurdave@gmail.com")) (:maintainers ("Ankur Dave" . "ankurdave@gmail.com")) (:maintainer "Ankur Dave" . "ankurdave@gmail.com") (:keywords "faces" "languages") (:url . "https://github.com/ankurdave/color-identifiers-mode"))]) + (color-moccur . [(20141223 35) nil "multi-buffer occur (grep) mode" tar ((:commit . "4f1c59ffd1ccc2ab1a171cd6b721e8cb9e002fb7") (:keywords "convenience") (:url . "http://www.bookshelf.jp/elc/color-moccur.el"))]) + (color-theme . [(20190220 1115) nil "An OBSOLETE color-theme implementation" tar ((:commit . "3a2f6b615f5e2401e30d93a3e0adc210bbb4b7aa") (:authors ("Jonadab the Unsightly One" . "jonadab@bright.net")) (:maintainers ("Xavier Maillard" . "zedek@gnu.org")) (:maintainer "Xavier Maillard" . "zedek@gnu.org") (:keywords "faces") (:url . "http://www.emacswiki.org/cgi-bin/wiki.pl?ColorTheme"))]) + (color-theme-approximate . [(20140228 436) nil "Makes Emacs theme works on terminal transparently" tar ((:commit . "f54301ca39bc5d2ffb000f233f8114184a3e7d71") (:authors ("Tung Dao" . "me@tungdao.com")) (:maintainers ("Tung Dao" . "me@tungdao.com")) (:maintainer "Tung Dao" . "me@tungdao.com"))]) + (color-theme-buffer-local . [(20170126 601) ((color-theme (0))) "Install color-themes by buffer." tar ((:commit . "faf7415c99e132094f1f09c6b6974ec118a18d87") (:authors ("Victor Borja" . "vic.borja@gmail.com")) (:maintainers ("Victor Borja" . "vic.borja@gmail.com")) (:maintainer "Victor Borja" . "vic.borja@gmail.com") (:keywords "faces") (:url . "http://github.com/vic/color-theme-buffer-local"))]) + (color-theme-modern . [(20231116 2258) ((emacs (24))) "Reimplement colortheme with Emacs 24 theme framework." tar ((:commit . "5f790421b6eff5d2915819fa23cfcdb19827fa91") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/emacs-jp/replace-colorthemes"))]) + (color-theme-sanityinc-solarized . [(20220917 1350) ((emacs (24 1)) (cl-lib (0 6))) "A version of Ethan Schoonover's Solarized themes" tar ((:commit . "b8f4a65bd53b97b56b93fff2fb14f71b2831aa6f") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "faces" "themes") (:url . "https://github.com/purcell/color-theme-sanityinc-solarized"))]) + (color-theme-sanityinc-tomorrow . [(20240621 1005) ((emacs (24 1))) "A version of Chris Kempson's \"tomorrow\" themes" tar ((:commit . "ddf2920a8866040e57359d2e1c5517fffcad2e38") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "faces" "themes") (:url . "https://github.com/purcell/color-theme-sanityinc-tomorrow"))]) + (color-theme-x . [(20201204 2245) ((cl-lib (0 5))) "convert color themes to X11 resource settings" tar ((:commit . "ec853dd931d625e07116fbc91d8829bd15f90889") (:authors ("Matthew Kennedy" . "mkennedy@killr.ath.cx")) (:maintainers ("Andrew Johnson" . "andrew@andrewjamesjohnson.com")) (:maintainer "Andrew Johnson" . "andrew@andrewjamesjohnson.com") (:keywords "convenience" "faces" "frames") (:url . "https://github.com/ajsquared/color-theme-x"))]) + (colorless-themes . [(20210102 1035) ((emacs (24 1))) "A macro to generate mostly colorless themes" tar ((:commit . "95fff8b4e313bdd2073454fd5be9420d95dab267") (:authors ("Thomas Letan" . "contact@thomasletan.fr")) (:maintainers ("Thomas Letan" . "contact@thomasletan.fr")) (:maintainer "Thomas Letan" . "contact@thomasletan.fr") (:keywords "faces themes" "faces") (:url . "https://git.sr.ht/~lthms/colorless-themes.el"))]) + (colormaps . [(20171008 2224) ((emacs (25))) "Hex colormaps" tar ((:commit . "3a88961ba66b09a49ea5aa92b2b8776b2c92d68c") (:authors ("Abhinav Tushar" . "lepisma@fastmail.com")) (:maintainers ("Abhinav Tushar" . "lepisma@fastmail.com")) (:maintainer "Abhinav Tushar" . "lepisma@fastmail.com") (:keywords "tools") (:url . "https://github.com/lepisma/colormaps.el"))]) + (column-enforce-mode . [(20200605 1933) nil "Highlight text that extends beyond a column" tar ((:commit . "14a7622f2268890e33536ccd29510024d51ee96f") (:authors ("Jordon Biondo")) (:maintainers ("Jordon Biondo")) (:maintainer "Jordon Biondo") (:url . "www.github.com/jordonbiondo/column-enforce-mode"))]) + (com-css-sort . [(20240101 940) ((emacs (25 1)) (s (1 12 0))) "Common way of sorting the CSS attributes" tar ((:commit . "ad957f427dd6fe4af2f0690487fb5ebb28791741") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "matching" "css" "sort") (:url . "https://github.com/jcs-elpa/com-css-sort"))]) + (comb . [(20201010 1147) ((emacs (25 1))) "Interactive code auditing and grep tool" tar ((:commit . "31f3e94afb2a7f7d18d30c2468a0c683700f7a66") (:authors ("Andrea Cardaci" . "cyrus.and@gmail.com")) (:maintainers ("Andrea Cardaci" . "cyrus.and@gmail.com")) (:maintainer "Andrea Cardaci" . "cyrus.and@gmail.com") (:keywords "matching") (:url . "https://github.com/cyrus-and/comb"))]) + (comby . [(20200629 140) ((emacs (25 1))) "Emacs comby integration" tar ((:commit . "928b8b8959a2556aba5526f2a25801341eb59dc3") (:authors ("Sergey Kostyaev" . "feo.me@ya.ru")) (:maintainers ("Sergey Kostyaev" . "feo.me@ya.ru")) (:maintainer "Sergey Kostyaev" . "feo.me@ya.ru") (:keywords "languages") (:url . "https://github.com/s-kostyaev/comby.el"))]) + (comint-hyperlink . [(20211026 100) ((emacs (24 3))) "Create hyperlinks in comint for SGR URL control sequences" tar ((:commit . "905f2db1f95950899301b9f71faed9e9362cf5dc") (:authors ("Matthew Bauer" . "mjbauer95@gmail.com")) (:maintainers ("Matthew Bauer" . "mjbauer95@gmail.com")) (:maintainer "Matthew Bauer" . "mjbauer95@gmail.com") (:keywords "comint" "shell" "processes" "hypermedia" "terminals") (:url . "https://github.com/matthewbauer/comint-hyperlink"))]) + (comint-intercept . [(20230930 956) ((emacs (24 3))) "Intercept input in comint-mode" tar ((:commit . "79cfa3f15558f99285734ff36e80e3c4628565ae") (:authors ("\"Huang, Ying\"" . "huang.ying.caritas@gmail.com")) (:maintainers ("\"Huang, Ying\"" . "huang.ying.caritas@gmail.com")) (:maintainer "\"Huang, Ying\"" . "huang.ying.caritas@gmail.com") (:keywords "processes" "terminals") (:url . "https://github.com/hying-caritas/comint-intercept"))]) + (command-log-mode . [(20160413 447) nil "log keyboard commands to buffer" tar ((:commit . "af600e6b4129c8115f464af576505ea8e789db27") (:authors ("Michael Weber" . "michaelw@foldr.org")) (:maintainers ("Michael Weber" . "michaelw@foldr.org")) (:maintainer "Michael Weber" . "michaelw@foldr.org") (:keywords "help") (:url . "https://github.com/lewang/command-log-mode"))]) + (command-queue . [(20160328 1725) ((emacs (24 3))) "shell command queue" tar ((:commit . "f327c6f852592229a755ec6de0c62c6aeafd6659") (:authors ("Yuki INOUE ")) (:maintainers ("Yuki INOUE ")) (:maintainer "Yuki INOUE ") (:url . "https://github.com/Yuki-Inoue/command-queue"))]) + (commander . [(20140120 1852) ((s (1 6 0)) (dash (2 0 0)) (cl-lib (0 3)) (f (0 6 1))) "Emacs command line parser" tar ((:commit . "2c8a57b9c619e29ccbe2d5a85921b9c689e95bf9") (:authors ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainers ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainer "Johan Andersson" . "johan.rejeep@gmail.com") (:keywords "cli" "argv") (:url . "http://github.com/rejeep/commander.el"))]) + (comment-dwim-2 . [(20230730 1619) ((emacs (24 4))) "An all-in-one comment command to rule them all" tar ((:commit . "69415caa1a381063d3e794912dfe88f672854ab0") (:authors ("Rémy Ferré" . "dev@remyferre.net")) (:maintainers ("Rémy Ferré" . "dev@remyferre.net")) (:maintainer "Rémy Ferré" . "dev@remyferre.net") (:keywords "convenience") (:url . "https://github.com/remyferre/comment-dwim-2"))]) + (comment-or-uncomment-sexp . [(20190225 1122) ((emacs (24))) "Command for commenting the sexp under point." tar ((:commit . "bec730d3fc1e6c17ff1339eb134af16c034a4d95") (:authors ("Artur Malabarba" . "artur@endlessparentheses.com")) (:maintainers ("Artur Malabarba" . "artur@endlessparentheses.com")) (:maintainer "Artur Malabarba" . "artur@endlessparentheses.com") (:keywords "convenience") (:url . "https://github.com/Malabarba/comment-or-uncomment-sexp"))]) + (comment-tags . [(20170910 1735) ((emacs (24 5))) "Highlight & navigate comment tags like 'TODO'." tar ((:commit . "7ae64a8d7aca098f360e03e9a3e780e27715c6e3") (:authors ("Vincent Dumas" . "vincekd@gmail.com")) (:maintainers ("Vincent Dumas" . "vincekd@gmail.com")) (:maintainer "Vincent Dumas" . "vincekd@gmail.com") (:keywords "convenience" "comments" "tags") (:url . "https://github.com/vincekd/comment-tags"))]) + (commentary-theme . [(20240620 1307) ((emacs (24))) "A minimal theme with contrasting comments" tar ((:commit . "31e3724631d20fe5854cf522443a31fc12245ce3") (:url . "https://github.com/pzel/commentary-theme"))]) + (commenter . [(20160219 1627) ((emacs (24 4)) (let-alist (1 0 4))) "multiline-comment support package" tar ((:commit . "6d1885419434ba779270c6fda0e30d390bb074bd") (:authors ("Yuta Yamada ")) (:maintainers ("Yuta Yamada ")) (:maintainer "Yuta Yamada ") (:keywords "comment") (:url . "https://github.com/yuutayamada/commenter"))]) + (commify . [(20230616 1042) ((s (1 9 0))) "Toggle grouping commas in numbers" tar ((:commit . "35e2438eb7feeb28273c4920376fcf296cc83283") (:authors ("Daniel E. Doherty" . "ded-commify@ddoherty.net")) (:maintainers ("Daniel E. Doherty" . "ded-commify@ddoherty.net")) (:maintainer "Daniel E. Doherty" . "ded-commify@ddoherty.net") (:keywords "convenience" "editing" "numbers" "grouping" "commas") (:url . "https://github.com/ddoherty03/commify"))]) + (common-lisp-snippets . [(20180226 1523) ((yasnippet (0 8 0))) "Yasnippets for Common Lisp" tar ((:commit . "1ddf808311ba4d9e8444a1cb50bd5ee75e4111f6") (:authors ("Mark Karpov" . "markkarpov92@gmail.com")) (:maintainers ("Mark Karpov" . "markkarpov92@gmail.com")) (:maintainer "Mark Karpov" . "markkarpov92@gmail.com") (:keywords "snippets") (:url . "https://github.com/mrkkrp/common-lisp-snippets"))]) + (company . [(20240625 0) ((emacs (25 1))) "Modular text completion framework" tar ((:commit . "8d2ca28a161f8b912889684412bb1d7fb07d035c") (:authors ("Nikolaj Schumacher")) (:maintainers ("Dmitry Gutov" . "dmitry@gutov.dev")) (:maintainer "Dmitry Gutov" . "dmitry@gutov.dev") (:keywords "abbrev" "convenience" "matching") (:url . "http://company-mode.github.io/"))]) + (company-anaconda . [(20230821 2126) ((emacs (25 1)) (company (0 8 0)) (anaconda-mode (0 1 1)) (cl-lib (0 5 0)) (dash (2 6 0)) (s (1 9))) "Anaconda backend for company-mode" tar ((:commit . "14867265e474f7a919120bbac74870c3256cbacf") (:authors ("Artem Malyshev" . "proofit404@gmail.com")) (:maintainers ("Artem Malyshev" . "proofit404@gmail.com")) (:maintainer "Artem Malyshev" . "proofit404@gmail.com") (:keywords "convenience" "company" "anaconda") (:url . "https://github.com/proofit404/anaconda-mode"))]) + (company-ansible . [(20240221 2255) ((emacs (24 4)) (company (0 8 12))) "A company back-end for ansible" tar ((:commit . "338922601cf9e8ada863fe6f2dd9d5145d9983b0") (:authors ("Krzysztof Magosa" . "krzysztof@magosa.pl")) (:maintainers ("Krzysztof Magosa" . "krzysztof@magosa.pl")) (:maintainer "Krzysztof Magosa" . "krzysztof@magosa.pl") (:keywords "ansible") (:url . "https://github.com/krzysztof-magosa/company-ansible"))]) + (company-arduino . [(20160306 1739) ((emacs (24 1)) (company (0 8 0)) (irony (0 1 0)) (cl-lib (0 5)) (company-irony (0 1 0)) (company-c-headers (20140930)) (arduino-mode (1 0))) "company-mode for Arduino" tar ((:commit . "5958b917cc5cc729dc64d74d947da5ee91c48980") (:authors ("Yuta Yamada" . "sleepboy.zzz@gmail.com")) (:maintainers ("Yuta Yamada" . "sleepboy.zzz@gmail.com")) (:maintainer "Yuta Yamada" . "sleepboy.zzz@gmail.com") (:keywords "convenience" "development" "company") (:url . "https://github.com/yuutayamada/company-arduino"))]) + (company-auctex . [(20200529 1835) ((yasnippet (0 8 0)) (company (0 8 0)) (auctex (11 87))) "Company-mode auto-completion for AUCTeX" tar ((:commit . "9400a2ec7459dde8cbf1a5d50dfee4e300ed7e18") (:authors ("Christopher Monsanto , Alexey Romanov" . "alexey.v.romanov@gmail.com")) (:maintainers ("Christopher Monsanto , Alexey Romanov" . "alexey.v.romanov@gmail.com")) (:maintainer "Christopher Monsanto , Alexey Romanov" . "alexey.v.romanov@gmail.com") (:url . "https://github.com/alexeyr/company-auctex/"))]) + (company-axiom . [(20220612 1535) ((emacs (24)) (company (0 9)) (axiom-environment (20171021))) "A company-mode backend for the axiom-environment system" tar ((:commit . "01d88daa0c864af9918db5a147fbb5e435dec199") (:authors ("Paul Onions" . "paul.onions@acm.org")) (:maintainers ("Paul Onions" . "paul.onions@acm.org")) (:maintainer "Paul Onions" . "paul.onions@acm.org") (:keywords "axiom" "openaxiom" "fricas" "axiom-environment"))]) + (company-bibtex . [(20171105 644) ((company (0 9 0)) (cl-lib (0 5)) (parsebib (1 0))) "Company completion for bibtex keys" tar ((:commit . "225c6f5c0c070c94c8cdbbd452ea548cd94d76f4") (:authors ("GB Gardner" . "gbgar@users.noreply.github.com")) (:maintainers ("GB Gardner" . "gbgar@users.noreply.github.com")) (:maintainer "GB Gardner" . "gbgar@users.noreply.github.com") (:keywords "company-mode" "bibtex") (:url . "https://github.com/gbgar/company-bibtex"))]) + (company-box . [(20240320 921) ((emacs (26 0 91)) (dash (2 19 0)) (company (0 9 6)) (frame-local (0 0 1))) "Company front-end with icons" tar ((:commit . "c4f2e243fba03c11e46b1600b124e036f2be7691") (:authors ("Sebastien Chapuis" . "sebastien@chapu.is")) (:maintainers ("Sebastien Chapuis" . "sebastien@chapu.is")) (:maintainer "Sebastien Chapuis" . "sebastien@chapu.is") (:keywords "company" "completion" "front-end" "convenience") (:url . "https://github.com/sebastiencs/company-box"))]) + (company-c-headers . [(20190825 1631) ((emacs (24 1)) (company (0 8))) "Company mode backend for C/C++ header files" tar ((:commit . "5e676ab0c2f287c868b1e3931afd4c78895910cd") (:authors ("Alastair Rankine" . "alastair@girtby.net")) (:maintainers ("Alastair Rankine" . "alastair@girtby.net")) (:maintainer "Alastair Rankine" . "alastair@girtby.net") (:keywords "development" "company"))]) + (company-cabal . [(20170917 1317) ((cl-lib (0 5)) (company (0 8 0)) (emacs (24))) "company-mode cabal backend" tar ((:commit . "62112a7259e24bd6c08885629a185afe512b7d3d") (:authors ("Iku Iwasa" . "iku.iwasa@gmail.com")) (:maintainers ("Iku Iwasa" . "iku.iwasa@gmail.com")) (:maintainer "Iku Iwasa" . "iku.iwasa@gmail.com") (:url . "https://github.com/iquiw/company-cabal"))]) + (company-coq . [(20221130 536) ((cl-lib (0 5)) (dash (2 12 1)) (yasnippet (0 11 0)) (company (0 8 12)) (company-math (1 1))) "A collection of extensions for Proof General's Coq mode" tar ((:commit . "5affe7a96a25df9101f9e44bac8a828d8292c2fa") (:authors ("Clément Pit-Claudel" . "clement.pitclaudel@live.com")) (:maintainer "Clément Pit-Claudel" . "clement.pitclaudel@live.com") (:keywords "convenience" "languages") (:url . "https://github.com/cpitclaudel/company-coq"))]) + (company-ctags . [(20240511 856) ((emacs (27 1)) (company (0 9 0))) "Fastest company-mode completion backend for ctags" tar ((:commit . "2e079a634afa5687bdb004e3883ac0671a222401") (:authors ("Chen Bin" . "chenbin.sh@gmail.com")) (:maintainers ("Chen Bin" . "chenbin.sh@gmail.com")) (:maintainer "Chen Bin" . "chenbin.sh@gmail.com") (:keywords "convenience") (:url . "https://github.com/redguardtoo/company-ctags"))]) + (company-dcd . [(20240218 1726) ((company (0 9)) (flycheck-dmd-dub (0 7)) (yasnippet (0 8)) (popwin (0 7)) (cl-lib (0 5)) (ivy (20160804 326))) "Company backend for Dlang using DCD." tar ((:commit . "29dc3dc7fd0f7effe8f6a3dfbe7028a2019de48e") (:authors ("tsukimizake ")) (:maintainers ("tsukimizake ")) (:maintainer "tsukimizake ") (:keywords "languages") (:url . "http://github.com/tsukimizake/company-dcd"))]) + (company-dict . [(20190302 5) ((emacs (24 4)) (company (0 8 12)) (parent-mode (2 3))) "A backend that emulates ac-source-dictionary" tar ((:commit . "cd7b8394f6014c57897f65d335d6b2bd65dab1f4") (:authors ("Henrik Lissner ")) (:maintainers ("Henrik Lissner" . "henrik@lissner.net")) (:maintainer "Henrik Lissner" . "henrik@lissner.net") (:keywords "company" "dictionary" "ac-source-dictionary") (:url . "https://github.com/hlissner/emacs-company-dict"))]) + (company-distel . [(20180827 1344) ((distel-completion-lib (1 0 0))) "Erlang/distel completion backend for company-mode" tar ((:commit . "acc4c0a5521904203d797fe96b08e5fae4233c7e") (:authors ("Sebastian Weddmark Olsson")) (:maintainers ("Sebastian Weddmark Olsson")) (:maintainer "Sebastian Weddmark Olsson") (:keywords "erlang" "distel" "company") (:url . "github.com/sebastiw/distel-completion"))]) + (company-eask . [(20240329 1742) ((emacs (26 1)) (company (0 8 0)) (eask (0 1 0))) "Company backend for Eask-file" tar ((:commit . "3d8973a70f01121cad052b352ec0a3d76d8110d2") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience") (:url . "https://github.com/emacs-eask/company-eask"))]) + (company-emacs-eclim . [(20180911 1121) ((eclim (0 3)) (company (0 7)) (cl-lib (0 5))) "Eclim company backend" tar ((:commit . "edff7e0e30c87036710d88fb0b7a4644750858e8"))]) + (company-emoji . [(20240331 2127) ((cl-lib (0 5)) (company (0 8 0))) "company-mode backend for emoji" tar ((:commit . "0b4371d8668712e71236e0f174bdd6d03c04aede") (:authors ("Alex Dunn" . "git@garbage.world")) (:maintainers ("Alex Dunn" . "git@garbage.world")) (:maintainer "Alex Dunn" . "git@garbage.world") (:keywords "emoji" "company") (:url . "https://codeberg.org/egirl/company-emoji"))]) + (company-emojify . [(20240101 926) ((emacs (26 1)) (company (0 8 0)) (emojify (1 2 1)) (ht (2 0))) "Company completion for Emojify" tar ((:commit . "f115e03b9d4369f9170f4328028dd9c8080edb3d") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "emoji" "company" "emojify") (:url . "https://github.com/jcs-elpa/company-emojify"))]) + (company-erlang . [(20170123 538) ((emacs (24 4)) (ivy-erlang-complete (0 1)) (company (0 9 2))) "company backend based on ivy-erlang-complete" tar ((:commit . "bc0524a16f17b66c7397690e4ca0e004f09ea6c5") (:authors ("Sergey Kostyaev" . "feo.me@ya.ru")) (:maintainers ("Sergey Kostyaev" . "feo.me@ya.ru")) (:maintainer "Sergey Kostyaev" . "feo.me@ya.ru") (:keywords "tools"))]) + (company-flow . [(20180225 2159) ((company (0 8 0)) (dash (2 13 0))) "Flow backend for company-mode" tar ((:commit . "76ef585c70d2a3206c2eadf24ba61e59124c3a16") (:authors ("Aaron Jensen" . "aaronjensen@gmail.com")) (:maintainers ("Aaron Jensen" . "aaronjensen@gmail.com")) (:maintainer "Aaron Jensen" . "aaronjensen@gmail.com") (:url . "https://github.com/aaronjensen/company-flow"))]) + (company-flx . [(20180103 518) ((emacs (24)) (company (0 8 12)) (flx (0 5))) "flx based fuzzy matching for company" tar ((:commit . "05efcafb488f587bb6e60923078d97227462eb68") (:authors ("PythonNut" . "pythonnut@pythonnut.com")) (:maintainers ("PythonNut" . "pythonnut@pythonnut.com")) (:maintainer "PythonNut" . "pythonnut@pythonnut.com") (:keywords "convenience" "company" "fuzzy" "flx") (:url . "https://github.com/PythonNut/company-flx"))]) + (company-fuzzy . [(20240616 549) ((emacs (26 1)) (company (0 8 12)) (s (1 12 0)) (ht (2 0))) "Fuzzy matching for `company-mode'" tar ((:commit . "204f7d63a5388637a3767c0232173c477ce96df3") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "matching" "auto-complete" "complete" "fuzzy") (:url . "https://github.com/jcs-elpa/company-fuzzy"))]) + (company-ghci . [(20190707 311) ((company (0 8 11)) (haskell-mode (13))) "company backend which uses the current ghci process." tar ((:commit . "a1d25652583ab4666c5a78cac18cd8039776b50d") (:authors ("Hector Orellana" . "hofm92@gmail.com")) (:maintainers ("Hector Orellana" . "hofm92@gmail.com")) (:maintainer "Hector Orellana" . "hofm92@gmail.com"))]) + (company-glsl . [(20210109 1403) ((company (0 9 4)) (glsl-mode (2 4)) (emacs (24 4))) "Support glsl in company-mode" tar ((:commit . "3a40501ba831a30a7fd3e8529b20d1305d0454aa") (:authors ("Guido Schmidt" . "git@guidoschmidt.cc")) (:maintainers ("Guido Schmidt" . "git@guidoschmidt.cc")) (:maintainer "Guido Schmidt" . "git@guidoschmidt.cc") (:url . "https://github.com/guidoschmidt/company-glsl"))]) + (company-go . [(20170825 1643) ((company (0 8 0)) (go-mode (1 0 0))) "company-mode backend for Go (using gocode)" tar ((:commit . "31948b463f2fc18f8801e5a8fe511fef300eb3dd") (:authors ("nsf" . "no.smile.face@gmail.com")) (:maintainers ("nsf" . "no.smile.face@gmail.com")) (:maintainer "nsf" . "no.smile.face@gmail.com") (:keywords "languages"))]) + (company-inf-ruby . [(20140805 2054) ((company (0 6 10)) (inf-ruby (2 2 7)) (emacs (24 1))) "company-mode completion back-end for inf-ruby" tar ((:commit . "9c2eab3bb82e8838c54013026e6ffb51cccbd37e") (:authors ("Dmitry Gutov" . "dgutov@yandex.ru")) (:maintainers ("Dmitry Gutov" . "dgutov@yandex.ru")) (:maintainer "Dmitry Gutov" . "dgutov@yandex.ru") (:url . "https://github.com/company-mode/company-inf-ruby"))]) + (company-ipa . [(20210307 1838) ((emacs (24 3)) (company (0 8 12))) "IPA backend for company" tar ((:commit . "8634021cac885f53f3274ef6dcce7eab19321046") (:authors ("Matías Guzmán Naranjo" . "mguzmann89@gmail.com")) (:maintainers ("Matías Guzmán Naranjo" . "mguzmann89@gmail.com")) (:maintainer "Matías Guzmán Naranjo" . "mguzmann89@gmail.com") (:keywords "convenience" "company" "ipa") (:url . "https://github.com/mguzmann/company-ipa"))]) + (company-irony . [(20190124 2346) ((emacs (24 1)) (company (0 8 0)) (irony (1 1 0)) (cl-lib (0 5))) "company-mode completion back-end for irony-mode" tar ((:commit . "b44711dfce445610c1ffaec4951c6ff3882b216a") (:authors ("Guillaume Papin" . "guillaume.papin@epitech.eu")) (:maintainers ("Guillaume Papin" . "guillaume.papin@epitech.eu")) (:maintainer "Guillaume Papin" . "guillaume.papin@epitech.eu") (:keywords "convenience") (:url . "https://github.com/Sarcasm/company-irony/"))]) + (company-irony-c-headers . [(20151018 909) ((cl-lib (0 5)) (company (0 9 0)) (irony (0 2 0))) "Company mode backend for C/C++ header files with Irony" tar ((:commit . "ba304fe7eebdff90bbc7dea063b45b82638427fa") (:authors ("Yutian Li" . "hotpxless@gmail.com")) (:maintainers ("Yutian Li" . "hotpxless@gmail.com")) (:maintainer "Yutian Li" . "hotpxless@gmail.com") (:keywords "c" "company") (:url . "https://github.com/hotpxl/company-irony-c-headers"))]) + (company-jedi . [(20200324 25) ((emacs (24)) (cl-lib (0 5)) (company (0 8 11)) (jedi-core (0 2 7))) "Company-mode completion back-end for Python JEDI" tar ((:commit . "a5a9f7ddf2770bbfad9e39a275053923fe82a200") (:authors ("Boy" . "boyw165@gmail.com")) (:maintainers ("Neil Okamoto" . "neil.okamoto+melpa@gmail.com")) (:maintainer "Neil Okamoto" . "neil.okamoto+melpa@gmail.com") (:url . "https://github.com/emacsorphanage/company-jedi"))]) + (company-lean . [(20210305 1705) ((emacs (24 3)) (dash (2 18 0)) (s (1 10 0)) (f (0 19 0)) (company (0 9 3)) (lean-mode (3 3 0))) "A company backend for lean-mode" tar ((:commit . "5c50338ac149ca5225fc737be291db1f63c45f1d") (:authors ("Leonardo de Moura" . "leonardo@microsoft.com") ("Soonho Kong " . "soonhok@cs.cmu.edu") ("Gabriel Ebner " . "gebner@gebner.org") ("Sebastian Ullrich" . "sebasti@nullri.ch")) (:maintainers ("Sebastian Ullrich" . "sebasti@nullri.ch")) (:maintainer "Sebastian Ullrich" . "sebasti@nullri.ch") (:keywords "languages") (:url . "https://github.com/leanprover/lean-mode"))]) + (company-ledger . [(20210910 250) ((emacs (24 3)) (company (0 8 0))) "Fuzzy auto-completion for Ledger & friends" tar ((:commit . "55fdddd6c5e9c061c685b474ef5e148a4ac9b576") (:authors ("Debanjum Singh Solanky ")) (:maintainers ("Debanjum Singh Solanky ")) (:maintainer "Debanjum Singh Solanky ") (:keywords "abbrev" "matching" "auto-complete" "beancount" "ledger" "company") (:url . "https://github.com/debanjum/company-ledger"))]) + (company-lua . [(20171108 2306) ((company (0 8 12)) (s (1 10 0)) (f (0 17 0)) (lua-mode (20151025))) "Company backend for Lua" tar ((:commit . "29f6819de4d691e5fd0b62893a9f4fbc1c6fcb52") (:authors ("Peter Vasil" . "mail@petervasil.net")) (:maintainers ("Peter Vasil" . "mail@petervasil.net")) (:maintainer "Peter Vasil" . "mail@petervasil.net"))]) + (company-manually . [(20200721 1903) ((emacs (24 3)) (company (0 9 0)) (ivy (0 13 0))) "A company backend that lets you manually build candidates" tar ((:commit . "b922318da821fc3cf1d3155f21d543ea8470c881") (:authors ("Yanghao Xie")) (:maintainers ("Yanghao Xie" . "yhaoxie@gmail.com")) (:maintainer "Yanghao Xie" . "yhaoxie@gmail.com") (:keywords "convenience" "company-mode" "manually build candidates") (:url . "https://github.com/yanghaoxie/company-manually"))]) + (company-math . [(20221227 1329) ((company (0 8 0)) (math-symbol-lists (1 3))) "Completion backends for unicode math symbols and latex tags" tar ((:commit . "3eb006874e309ff4076d947fcbd61bb6806aa508") (:authors ("Vitalie Spinu" . "spinuvit@gmail.com")) (:maintainers ("Vitalie Spinu" . "spinuvit@gmail.com")) (:maintainer "Vitalie Spinu" . "spinuvit@gmail.com") (:keywords "unicode" "symbols" "completion") (:url . "https://github.com/vspinu/company-math"))]) + (company-maxima . [(20230529 1026) ((emacs (25 1)) (maxima (0 6 1)) (seq (2 20)) (company (0 9 13))) "Maxima company integration" tar ((:commit . "b2bcf2e6997a5ab3502baba9143af44ac2cc2eb3") (:authors ("Fermin Munoz")) (:maintainers ("Fermin Munoz" . "fmfs@posteo.net")) (:maintainer "Fermin Munoz" . "fmfs@posteo.net") (:keywords "languages" "tools" "convenience") (:url . "https://gitlab.com/sasanidas/maxima"))]) + (company-nand2tetris . [(20171201 1813) ((nand2tetris (1 1 0)) (company (0 5)) (cl-lib (0 5 0))) "Company backend for nand2tetris major mode" tar ((:commit . "fe37ee41367ceff6f7d7a472a5f80cf1285e1e01") (:authors ("Diego Berrocal" . "cestdiego@gmail.com")) (:maintainers ("Diego Berrocal" . "cestdiego@gmail.com")) (:maintainer "Diego Berrocal" . "cestdiego@gmail.com") (:keywords "nand2tetris" "hdl" "company") (:url . "http://www.github.com/CestDiego/nand2tetris.el/"))]) + (company-native-complete . [(20220103 1622) ((emacs (26 1)) (company (0 9 0)) (native-complete (0 1 0))) "Company completion using native-complete" tar ((:commit . "1bf5e24069e543953602a3aee67336d8e0e7d817") (:authors ("Troy Hinckley" . "troy.hinckley@gmail.com")) (:maintainers ("Troy Hinckley" . "troy.hinckley@gmail.com")) (:maintainer "Troy Hinckley" . "troy.hinckley@gmail.com") (:url . "https://github.com/CeleritasCelery/emacs-native-shell-complete"))]) + (company-nginx . [(20220210 1411) ((emacs (24)) (cl-lib (0)) (company (0))) "company-mode keywords support for nginx-mode" tar ((:commit . "8a9f1a5653fe2d9a5042bfb9377d54f37fcc64c8") (:keywords "company" "nginx") (:url . "https://repo.or.cz/company-nginx.git"))]) + (company-ngram . [(20170129 1913) ((cl-lib (0 5)) (company (0 8 0))) "N-gram based completion" tar ((:commit . "d15182df3eac72b29772802759b77c9eafef5066") (:authors ("kshramt")) (:maintainers ("kshramt")) (:maintainer "kshramt") (:url . "https://github.com/kshramt/company-ngram"))]) + (company-nixos-options . [(20160215 857) ((company (0 8 0)) (nixos-options (0 0 1)) (cl-lib (0 5 0))) "Company Backend for nixos-options" tar ((:commit . "a4e1d9ea9f2e773170caa3afbe54ecdf73d04ec8") (:authors ("Diego Berrocal" . "cestdiego@gmail.com") ("Travis B. Hartwell" . "nafai@travishartwell.net")) (:maintainers ("Diego Berrocal" . "cestdiego@gmail.com")) (:maintainer "Diego Berrocal" . "cestdiego@gmail.com") (:keywords "unix") (:url . "http://www.github.com/travisbhartwell/nix-emacs/"))]) + (company-org-block . [(20230115 1202) ((emacs (25 1)) (company (0 8 0)) (org (9 2 0))) "Org blocks company backend" tar ((:commit . "aee601a2bfcc86d26e762eeb84e5e42573f8c5ca") (:authors ("Alvaro Ramirez")) (:maintainers ("Alvaro Ramirez")) (:maintainer "Alvaro Ramirez") (:url . "https://github.com/xenodium/company-org-block"))]) + (company-php . [(20240328 1036) ((cl-lib (0 5)) (ac-php-core (2 0)) (company (0 9))) "A company back-end for PHP." tar ((:commit . "a69ae4a12e40900619b4e5a1613fd449aef649c3") (:authors ("jim" . "xcwenn@qq.com")) (:maintainers ("jim")) (:maintainer "jim") (:keywords "completion" "convenience" "intellisense") (:url . "https://github.com/xcwen/ac-php"))]) + (company-phpactor . [(20240407 1015) ((emacs (24 3)) (company (0 9 6)) (phpactor (0 1 0))) "A company-mode backend for Phpactor" tar ((:commit . "e488ed4c46489861c15d83a43e70eb7c352adc09") (:authors ("Martin Tang" . "martin.tang365@gmail.com") ("Mikael Kermorgant" . "mikael@kgtech.fi")) (:maintainers ("Martin Tang" . "martin.tang365@gmail.com")) (:maintainer "Martin Tang" . "martin.tang365@gmail.com") (:keywords "tools" "php") (:url . "https://github.com/emacs-php/phpactor.el"))]) + (company-plisp . [(20200531 1927) ((emacs (25)) (s (1 2 0)) (company (0 8 12)) (dash (2 12 0)) (cl-lib (0 5))) "Company mode backend for PicoLisp language" tar ((:commit . "0e6941e1832faafb2176238339667edd482acd95") (:authors ("Fermin MF" . "fmfs@posteo.net")) (:maintainers ("Fermin MF" . "fmfs@posteo.net")) (:maintainer "Fermin MF" . "fmfs@posteo.net") (:keywords "company" "plisp" "convenience" "auto-completion") (:url . "https://gitlab.com/sasanidas/company-plisp"))]) + (company-plsense . [(20180118 58) ((company (0 9 3)) (cl-lib (0 5 0)) (dash (2 12 0)) (s (1 12)) (emacs (24))) "Company backend for Perl" tar ((:commit . "b48e3181e08ec597269621d621aa06636f02d883") (:authors ("Troy Hinckley" . "troy.hinckley@gmail.com")) (:maintainers ("Troy Hinckley" . "troy.hinckley@gmail.com")) (:maintainer "Troy Hinckley" . "troy.hinckley@gmail.com") (:url . "https://github.com/CeleritasCelery/company-plsense"))]) + (company-pollen . [(20160812 1510) ((company (0 9 0)) (pollen-mode (1 0))) "company-mode completion backend for pollen" tar ((:commit . "9779f7f13b1e0cfb58af01af5d8ee9e783bb8a43") (:authors ("Junsong Li ")) (:maintainers ("Junsong Li")) (:maintainer "Junsong Li") (:keywords "languages" "pollen" "pollenpub" "company") (:url . "https://github.com/lijunsong/pollen-mode"))]) + (company-posframe . [(20230104 1229) ((emacs (26 0)) (company (0 9 0)) (posframe (0 9 0))) "Use a posframe as company candidate menu" tar ((:commit . "18d6641bba72cba3c00018cee737ea8b454f64a8") (:authors ("Clément Pit-Claudel, Feng Shu, Lars Andersen" . "expez@expez.com")) (:maintainers ("Feng Shu" . "tumashu@163.com")) (:maintainer "Feng Shu" . "tumashu@163.com") (:keywords "abbrev" "convenience" "matching") (:url . "https://github.com/tumashu/company-posframe"))]) + (company-prescient . [(20240226 204) ((emacs (25 1)) (prescient (6 1 0)) (company (0 9 6))) "prescient.el + Company" tar ((:commit . "c39bf07c56b427bf41aafd7d20eaef5cf3c312b5") (:authors ("Radian LLC" . "contact+prescient@radian.codes")) (:maintainers ("Radian LLC" . "contact+prescient@radian.codes")) (:maintainer "Radian LLC" . "contact+prescient@radian.codes") (:keywords "extensions") (:url . "https://github.com/raxod502/prescient.el"))]) + (company-qml . [(20170428 1708) ((qml-mode (0 1)) (company (0 8 12))) "Company backend for QML files" tar ((:commit . "4af4f32a7ad86d86bb9293fb0b675aec513b5736") (:authors ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainers ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainer "Junpeng Qiu" . "qjpchmail@gmail.com") (:keywords "extensions"))]) + (company-quickhelp . [(20231026 1714) ((emacs (24 3)) (company (0 8 9)) (pos-tip (0 4 6))) "Popup documentation for completion candidates" tar ((:commit . "5bda859577582cc42d16fc0eaf5f7c8bedfd9e69") (:authors ("Lars Andersen" . "expez@expez.com")) (:maintainers ("Lars Andersen" . "expez@expez.com")) (:maintainer "Lars Andersen" . "expez@expez.com") (:keywords "company" "popup" "documentation" "quickhelp") (:url . "https://www.github.com/expez/company-quickhelp"))]) + (company-quickhelp-terminal . [(20240101 1005) ((emacs (24 4)) (company-quickhelp (2 2 0)) (popup (0 5 3))) "Terminal support for `company-quickhelp'" tar ((:commit . "1ea1dcc8696714f349df21e151bc66fb2cf396a8") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "terminal" "extends" "support" "tip" "help") (:url . "https://github.com/jcs-elpa/company-quickhelp-terminal"))]) + (company-racer . [(20171205 310) ((emacs (24 4)) (cl-lib (0 5)) (company (0 8 0)) (deferred (0 3 1))) "Company integration for racer" tar ((:commit . "a00381c9d416f375f783fcb6ae8d40669ce1f567") (:authors ("Mario Rodas" . "marsam@users.noreply.github.com")) (:maintainers ("Mario Rodas" . "marsam@users.noreply.github.com")) (:maintainer "Mario Rodas" . "marsam@users.noreply.github.com") (:keywords "convenience") (:url . "https://github.com/emacs-pe/company-racer"))]) + (company-reftex . [(20210418 1316) ((emacs (25 1)) (s (1 12)) (company (0 8))) "Company backend based on RefTeX." tar ((:commit . "42eb98c6504e65989635d95ab81b65b9d5798e76") (:authors ("Eivind Fonn" . "evfonn@gmail.com")) (:maintainers ("Eivind Fonn" . "evfonn@gmail.com")) (:maintainer "Eivind Fonn" . "evfonn@gmail.com") (:keywords "bib" "tex" "company" "latex" "reftex" "references" "labels" "citations") (:url . "https://github.com/TheBB/company-reftex"))]) + (company-restclient . [(20190426 1312) ((cl-lib (0 5)) (company (0 8 0)) (emacs (24)) (know-your-http-well (0 2 0)) (restclient (0 0 0))) "company-mode completion back-end for restclient-mode" tar ((:commit . "e5a3ec54edb44776738c13e13e34c85b3085277b") (:authors ("Iku Iwasa" . "iku.iwasa@gmail.com")) (:maintainers ("Iku Iwasa" . "iku.iwasa@gmail.com")) (:maintainer "Iku Iwasa" . "iku.iwasa@gmail.com") (:url . "https://github.com/iquiw/company-restclient"))]) + (company-rtags . [(20191222 920) ((emacs (24 3)) (company (0 8 1)) (rtags (2 10))) "RTags back-end for company" tar ((:commit . "595055b5316a7c92ba1d638f324f98842a0f41a5") (:authors ("Jan Erik Hanssen" . "jhanssen@gmail.com") ("Anders Bakken" . "agbakken@gmail.com")) (:maintainers ("Jan Erik Hanssen" . "jhanssen@gmail.com")) (:maintainer "Jan Erik Hanssen" . "jhanssen@gmail.com") (:url . "https://github.com/Andersbakken/rtags"))]) + (company-shell . [(20230106 1532) ((emacs (24 4)) (company (0 8 12)) (dash (2 12 0)) (cl-lib (0 5))) "Company mode backend for shell functions" tar ((:commit . "5f959a63a6e66eb0cbdac3168cad523a62cc2ccd") (:authors ("Alexander Miller" . "alexanderm@web.de")) (:maintainers ("Alexander Miller" . "alexanderm@web.de")) (:maintainer "Alexander Miller" . "alexanderm@web.de") (:keywords "company" "shell" "auto-completion") (:url . "https://github.com/Alexander-Miller/company-shell"))]) + (company-solidity . [(20200113 1721) ((company (0 9 0)) (cl-lib (0 5 0)) (solidity-mode (0 1 9))) "Company-mode back-end for solidity-mode" tar ((:commit . "93412f211fad7dfc3b02aa226856fc52b6a15c22") (:authors ("Samuel Smolkin" . "sam@future-precedent.org")) (:maintainers ("Samuel Smolkin" . "sam@future-precedent.org")) (:maintainer "Samuel Smolkin" . "sam@future-precedent.org") (:keywords "solidity" "completion" "company") (:url . "https://github.com/ethereum/emacs-solidity"))]) + (company-sourcekit . [(20210430 2155) ((emacs (24 3)) (company (0 8 12)) (dash (2 18 0)) (sourcekit (0 2 0))) "company-mode completion backend for SourceKit" tar ((:commit . "a1860ad4dd3a542acd2fa0dfac2a388cbdf4af0c") (:authors ("Nathan Kot" . "nk@nathankot.com")) (:maintainers ("Nathan Kot" . "nk@nathankot.com")) (:maintainer "Nathan Kot" . "nk@nathankot.com") (:keywords "abbrev") (:url . "https://github.com/nathankot/company-sourcekit"))]) + (company-spell . [(20230906 1635) ((emacs (24 4)) (company (0 9 13))) "Autocompleting spelling for Company" tar ((:commit . "f25b592c271dd1098ebe06b233b6ebb6fbeed488") (:keywords "wp") (:url . "https://github.com/enzuru/company-spell"))]) + (company-stan . [(20211129 2051) ((emacs (24 3)) (company (0 9 10)) (stan-mode (10 3 0))) "A company-mode completion backend for stan" tar ((:commit . "150bbbe5fd3ad2b5a3dbfba9d291e66eeea1a581") (:authors ("Kazuki Yoshida" . "kazukiyoshida@mail.harvard.edu")) (:maintainers ("Kazuki Yoshida" . "kazukiyoshida@mail.harvard.edu")) (:maintainer "Kazuki Yoshida" . "kazukiyoshida@mail.harvard.edu") (:keywords "languages") (:url . "https://github.com/stan-dev/stan-mode/tree/master/company-stan"))]) + (company-statistics . [(20170210 1933) ((emacs (24 3)) (company (0 8 5))) "Sort candidates using completion history" tar ((:commit . "e62157d43b2c874d2edbd547c3bdfb05d0a7ae5c") (:authors ("Ingo Lohmar" . "i.lohmar@gmail.com")) (:maintainers ("Ingo Lohmar" . "i.lohmar@gmail.com")) (:maintainer "Ingo Lohmar" . "i.lohmar@gmail.com") (:keywords "abbrev" "convenience" "matching") (:url . "https://github.com/company-mode/company-statistics"))]) + (company-suggest . [(20200911 1845) ((company (0 9 0)) (emacs (25 1))) "Company-mode back-end for search engine suggests" tar ((:commit . "1c89c9de3852f07ce28b0bedf1fbf56fe6eedcdc") (:authors ("Jürgen Hötzel" . "juergen@archlinux.org")) (:maintainers ("Jürgen Hötzel" . "juergen@archlinux.org")) (:maintainer "Jürgen Hötzel" . "juergen@archlinux.org") (:keywords "completion" "convenience") (:url . "https://github.com/juergenhoetzel/company-suggest"))]) + (company-tabnine . [(20230216 817) ((emacs (25)) (company (0 9 3)) (cl-lib (0 5)) (dash (2 16 0)) (s (1 12 0))) "A company-mode backend for TabNine" tar ((:commit . "96d0c2c05450359ce90ee99a474991391988d2e6") (:authors ("Tommy Xiang" . "tommyx058@gmail.com")) (:maintainers ("Tommy Xiang" . "tommyx058@gmail.com")) (:maintainer "Tommy Xiang" . "tommyx058@gmail.com") (:keywords "convenience") (:url . "https://github.com/TommyX12/company-tabnine/"))]) + (company-terraform . [(20220509 1759) ((emacs (24 4)) (company (0 8 12)) (terraform-mode (0 6))) "A company backend for terraform" tar ((:commit . "8d5a16d1bbeeb18ca49a8fd57b5d8cd30c8b8dc7") (:authors ("Rafał Cieślak" . "rafalcieslak256@gmail.com")) (:maintainers ("Rafał Cieślak" . "rafalcieslak256@gmail.com")) (:maintainer "Rafał Cieślak" . "rafalcieslak256@gmail.com") (:keywords "abbrev" "convenience" "terraform" "company") (:url . "https://github.com/rafalcieslak/emacs-company-terraform"))]) + (company-try-hard . [(20200417 1603) ((emacs (24 3)) (company (0 8 0)) (dash (2 0))) "get all completions from company backends" tar ((:commit . "2b41136b5ed6e02032d99bcdb0599ecf00394fa5") (:authors ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainers ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainer "Wilfred Hughes" . "me@wilfred.me.uk") (:keywords "matching") (:url . "https://github.com/Wilfred/company-try-hard"))]) + (company-web . [(20220115 2146) ((company (0 8 0)) (dash (2 8 0)) (cl-lib (0 5 0)) (web-completion-data (0 1 0))) "Company version of ac-html, complete for web,html,emmet,jade,slim modes" tar ((:commit . "e0c6bfa3ae7006c73d0fdfc0fdb69816309baf1b") (:authors ("Olexandr Sydorchuk" . "olexandr.syd@gmail.com")) (:maintainers ("Olexandr Sydorchuk" . "olexandr.syd@gmail.com")) (:maintainer "Olexandr Sydorchuk" . "olexandr.syd@gmail.com") (:keywords "html" "company") (:url . "https://github.com/osv/company-web"))]) + (company-wordfreq . [(20220405 2000) ((emacs (27 1)) (company (0 9))) "Company backend for human language texts" tar ((:commit . "83569cf346c2320ef22f6a858e3424f771c4324e") (:authors ("Johannes Mueller" . "github@johannes-mueller.org")) (:maintainers ("Johannes Mueller" . "github@johannes-mueller.org")) (:maintainer "Johannes Mueller" . "github@johannes-mueller.org") (:keywords "company" "convenience" "matching") (:url . "https://github.com/johannes-mueller/company-wordfreq.el"))]) + (company-ycm . [(20140904 1817) ((ycm (0 1))) "company-ycm" tar ((:commit . "b2cb611503cf8d256fa19fc76362d7d5d9449d01") (:authors ("Ajay Gopinathan" . "ajay@gopinathan.net")) (:maintainers ("Ajay Gopinathan" . "ajay@gopinathan.net")) (:maintainer "Ajay Gopinathan" . "ajay@gopinathan.net") (:keywords "abbrev"))]) + (company-ycmd . [(20180520 1053) ((ycmd (1 3)) (company (0 9 3)) (deferred (0 5 1)) (s (1 11 0)) (dash (2 13 0)) (let-alist (1 0 5)) (f (0 19 0))) "company-mode backend for ycmd" tar ((:commit . "966594701c1eef1f6d4dad0c71c6d43a029977d7") (:url . "https://github.com/abingham/emacs-ycmd"))]) + (compdef . [(20200304 611) ((emacs (24 4))) "A local completion definer" tar ((:commit . "30fb5846ed851efee641ce8c5d8879ad36cd7ac6") (:authors ("Uros Perisic")) (:maintainers ("Uros Perisic")) (:maintainer "Uros Perisic") (:keywords "convenience") (:url . "https://gitlab.com/jjzmajic/compdef"))]) + (competitive-programming-snippets . [(20201115 1702) ((emacs (26)) (yasnippet (0 8 0))) "Competitive Programming snippets for yasnippet" tar ((:commit . "3b43c1aeaa6676d1d3d0c47e78790db9bee150b6") (:authors ("Seong Yong-ju" . "sei40kr@gmail.com")) (:maintainers ("Seong Yong-ju" . "sei40kr@gmail.com")) (:maintainer "Seong Yong-ju" . "sei40kr@gmail.com") (:keywords "tools") (:url . "https://github.com/sei40kr/competitive-programming-snippets"))]) + (compile-multi . [(20240507 1829) ((emacs (28 1))) "A multi target interface to compile" tar ((:commit . "1fbd38806c70ebe8ebfec49cc7606284396a31e6") (:authors ("mohsin kaleem" . "mohkale@kisara.moe")) (:maintainers ("mohsin kaleem" . "mohkale@kisara.moe")) (:maintainer "mohsin kaleem" . "mohkale@kisara.moe") (:keywords "tools" "compile" "build") (:url . "https://github.com/mohkale/compile-multi"))]) + (compile-multi-all-the-icons . [(20240506 1319) ((emacs (28 0)) (all-the-icons-completion (0 0 1))) "Affixate `compile-multi' with icons" tar ((:commit . "4f9cc1d3c448ecc496540a65578191733c09b0fd") (:authors ("mohsin kaleem" . "mohkale@kisara.moe")) (:maintainers ("mohsin kaleem" . "mohkale@kisara.moe")) (:maintainer "mohsin kaleem" . "mohkale@kisara.moe") (:keywords "tools" "compile" "build") (:url . "https://github.com/mohkale/compile-multi"))]) + (compile-multi-embark . [(20230904 1806) ((emacs (28 1)) (compile-multi (0 4)) (embark (0 22 1))) "Integration for `compile-multi' and `embark'" tar ((:commit . "30edb0e86287101269debf20f43cead92310029a") (:authors ("Mohsin Kaleem" . "mohkale@kisara.moe")) (:maintainers ("Mohsin Kaleem" . "mohkale@kisara.moe")) (:maintainer "Mohsin Kaleem" . "mohkale@kisara.moe") (:keywords "project" "convenience") (:url . "https://github.com/mohkale/compile-multi"))]) + (compiler-explorer . [(20240617 2114) ((emacs (27 1)) (plz (0 9)) (eldoc (1 15 0)) (map (3 3 1)) (seq (2 23))) "Compiler explorer client (godbolt.org)" tar ((:commit . "be99c0f00d4814c3602ea55ca116f5dcda6645a6") (:authors ("Michał Krzywkowski" . "k.michal@zoho.com")) (:maintainers ("Michał Krzywkowski" . "k.michal@zoho.com")) (:maintainer "Michał Krzywkowski" . "k.michal@zoho.com") (:keywords "c" "tools") (:url . "https://github.com/mkcms/compiler-explorer.el"))]) + (composable . [(20220608 1148) ((emacs (25 1))) "composable editing" tar ((:commit . "205a69c64ea95ef67070423c31ed70ec44ec980c") (:authors ("Simon Friis Vindum" . "simon@vindum.io")) (:maintainers ("Simon Friis Vindum" . "simon@vindum.io")) (:maintainer "Simon Friis Vindum" . "simon@vindum.io") (:keywords "lisp"))]) + (composer . [(20240618 1112) ((emacs (25 1)) (seq (1 9)) (php-runtime (0 1 0))) "Interface to PHP Composer" tar ((:commit . "42cf9848d438f8dc4c07ac684a83280ace7bb94c") (:authors ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainers ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainer "USAMI Kenta" . "tadsan@zonu.me") (:keywords "tools" "php" "dependency" "manager") (:url . "https://github.com/zonuexe/composer.el"))]) + (comware-router-mode . [(20240103 907) ((dash (2 16 0)) (emacs (24 3))) "Major mode for editing Comware configuration files" tar ((:commit . "e1671efe5e0ade2dcbea0c17697d460cd8f0ba67") (:authors ("Davide Restivo" . "davide.restivo@yahoo.it")) (:maintainers ("Davide Restivo" . "davide.restivo@yahoo.it")) (:maintainer "Davide Restivo" . "davide.restivo@yahoo.it") (:keywords "convenience" "faces") (:url . "https://github.com/daviderestivo/comware-router-mode"))]) + (conan . [(20231016 830) ((emacs (29 1)) (s (1 7 0)) (f (0 20 0))) "Generate flags for c++ using conan 2.0" tar ((:commit . "80d17373cb6c3dc7952c538efd9f94a7f564ffec") (:authors ("Carl Olsen")) (:maintainers ("Calle")) (:maintainer "Calle") (:keywords "tools") (:url . "https://github.com/Carl2/conan-elisp"))]) + (concurrent . [(20170601 435) ((emacs (24 3)) (deferred (0 5 0))) "Concurrent utility functions for emacs lisp" tar ((:commit . "d012a1ab50edcc2c44e3e49006f054dbff47cb6c") (:authors ("SAKURAI Masashi ")) (:maintainers ("SAKURAI Masashi ")) (:maintainer "SAKURAI Masashi ") (:keywords "deferred" "async" "concurrent") (:url . "https://github.com/kiwanami/emacs-deferred/blob/master/README-concurrent.markdown"))]) + (conda . [(20231109 219) ((emacs (25 1)) (pythonic (0 1 0)) (dash (2 13 0)) (s (1 11 0)) (f (0 18 2))) "Work with your conda environments" tar ((:commit . "60e14d1e9793431b91913a5688e278bd91d56224") (:authors ("Rami Chowdhury" . "rami.chowdhury@gmail.com")) (:maintainers ("Rami Chowdhury" . "rami.chowdhury@gmail.com")) (:maintainer "Rami Chowdhury" . "rami.chowdhury@gmail.com") (:keywords "languages" "local" "tools" "python" "environment" "conda") (:url . "http://github.com/necaris/conda.el"))]) + (config-general-mode . [(20171024 1840) nil "Config::General config file mode" tar ((:commit . "b4a8e6ba0bb027a77e4a0f701409f3e57bb2e4c0") (:authors ("T.v.Dein" . "tlinden@cpan.org")) (:maintainers ("T.v.Dein" . "tlinden@cpan.org")) (:maintainer "T.v.Dein" . "tlinden@cpan.org") (:keywords "files") (:url . "https://github.com/tlinden/config-general-mode"))]) + (config-parser . [(20160426 1219) ((emacs (24 4))) "a library for parsing config file" tar ((:commit . "85d559e7889d8f5b98b8794b79426ae25ec3caa5") (:authors ("DarkSun" . "lujun9972@gmail.com")) (:maintainers ("DarkSun" . "lujun9972@gmail.com")) (:maintainer "DarkSun" . "lujun9972@gmail.com") (:keywords "convenience" "config") (:url . "https://github.com/lujun9972/el-config-parser"))]) + (conkeror-minor-mode . [(20150114 1604) nil "Mode for editing conkeror javascript files." tar ((:commit . "476e81c27b056e21c192391fe674a2bf875466b0") (:authors ("Artur Malabarba" . "bruce.connor.am@gmail.com>")) (:maintainers ("Artur Malabarba" . "bruce.connor.am@gmail.com>")) (:maintainer "Artur Malabarba" . "bruce.connor.am@gmail.com>") (:keywords "programming" "tools") (:url . "http://github.com/Bruce-Connor/conkeror-minor-mode"))]) + (conllu-mode . [(20200501 2328) ((emacs (25)) (cl-lib (0 5)) (flycheck (30)) (hydra (0 13 0)) (s (1 0))) "editing mode for CoNLL-U files" tar ((:commit . "0db3063572b0de08874822e20570bb153747e6ed") (:authors ("bruno cuconato" . "bcclaro+emacs@gmail.com")) (:maintainers ("bruno cuconato" . "bcclaro+emacs@gmail.com")) (:maintainer "bruno cuconato" . "bcclaro+emacs@gmail.com") (:keywords "extensions") (:url . "https://github.com/odanoburu/conllu-mode"))]) + (connection . [(20191111 446) nil "TCP-based client connection" tar ((:commit . "c9cad101100975e88873636bfd426b7a19304ebd") (:authors ("Torsten Hilbrich" . "torsten.hilbrich@gmx.net")) (:maintainers ("Torsten Hilbrich" . "torsten.hilbrich@gmx.net")) (:maintainer "Torsten Hilbrich" . "torsten.hilbrich@gmx.net") (:keywords "network"))]) + (conner . [(20240529 445) ((emacs (29 1))) "Define and run project specific commands" tar ((:commit . "f9048e03f57a50dcbf7072c0b441496d3f80ea5a") (:keywords "tools") (:url . "https://github.com/tralph3/conner"))]) + (constant-theme . [(20180921 1012) ((emacs (24 1))) "A calm, dark, almost monochrome color theme." tar ((:commit . "0feb9f99d708633d62fa548c953ebbe68fd70de0") (:authors ("Jannis Pohlmann" . "contact@jannispohlmann.de")) (:maintainers ("Jannis Pohlmann" . "contact@jannispohlmann.de")) (:maintainer "Jannis Pohlmann" . "contact@jannispohlmann.de") (:keywords "themes") (:url . "https://github.com/jannis/emacs-constant-theme"))]) + (consult . [(20240523 754) ((emacs (27 1)) (compat (29 1 4 4))) "Consulting completing-read" tar ((:commit . "fe4852280006e61be7f1374d021ee06155ce5a26") (:authors ("Daniel Mendler and Consult contributors")) (:maintainers ("Daniel Mendler" . "mail@daniel-mendler.de")) (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de") (:keywords "matching" "files" "completion") (:url . "https://github.com/minad/consult"))]) + (consult-ag . [(20230227 406) ((emacs (27 1)) (consult (0 32))) "The silver searcher integration using Consult" tar ((:commit . "9eb4df265aedf2628a714610c2ade6d2f21de053") (:authors ("Kanon Kakuno" . "yadex205@outlook.jp")) (:maintainers ("Kanon Kakuno" . "yadex205@outlook.jp")) (:maintainer "Kanon Kakuno" . "yadex205@outlook.jp") (:url . "https://github.com/yadex205/consult-ag"))]) + (consult-codesearch . [(20230315 1424) ((emacs (27 1)) (consult (0 20))) "Consult interface for codesearch" tar ((:commit . "51df545bb57b468058245950322ae15f6c3a0ce2") (:authors ("Youngjoo Lee" . "youngker@gmail.com")) (:maintainers ("Youngjoo Lee" . "youngker@gmail.com")) (:maintainer "Youngjoo Lee" . "youngker@gmail.com") (:keywords "tools") (:url . "https://github.com/youngker/consult-codesearch"))]) + (consult-company . [(20230606 1824) ((emacs (27 1)) (company (0 9)) (consult (0 9))) "Consult frontend for company" tar ((:commit . "6e309fa9115c9ecd29aa27bff4e3b733979e5dbc") (:authors ("mohsin kaleem" . "mohkale@kisara.moe")) (:maintainers ("mohsin kaleem" . "mohkale@kisara.moe")) (:maintainer "mohsin kaleem" . "mohkale@kisara.moe") (:url . "https://github.com/mohkale/consult-company"))]) + (consult-compile-multi . [(20240507 1949) ((emacs (28 1)) (compile-multi (0 4)) (consult (0 34))) "Consulting read support for `compile-multi'" tar ((:commit . "a8782ac55115b1afe0bee52664b46bfbd9bf202e") (:authors ("mohsin kaleem" . "mohkale@kisara.moe")) (:maintainers ("mohsin kaleem" . "mohkale@kisara.moe")) (:maintainer "mohsin kaleem" . "mohkale@kisara.moe") (:keywords "tools" "compile" "build") (:url . "https://github.com/mohkale/compile-multi"))]) + (consult-dash . [(20230529 1419) ((emacs (27 2)) (dash-docs (1 4 0)) (consult (0 16))) "Consult front-end for dash-docs" tar ((:commit . "af9f26393583e4b5eb5f29fa4d7e72bf1a46d5f9") (:authors ("Ravi R Kiran" . "lists.ravi@gmail.com")) (:maintainers ("Ravi R Kiran" . "lists.ravi@gmail.com")) (:maintainer "Ravi R Kiran" . "lists.ravi@gmail.com") (:keywords "consult" "dash" "docs") (:url . "https://codeberg.org/ravi/consult-dash"))]) + (consult-dir . [(20240506 236) ((emacs (27 1)) (consult (1 0))) "Insert paths into the minibuffer prompt" tar ((:commit . "15891383f34d43acc5bb82bda92239b1f54cf178") (:authors ("Karthik Chikmagalur")) (:maintainers ("Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com")) (:maintainer "Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com") (:keywords "convenience") (:url . "https://github.com/karthink/consult-dir"))]) + (consult-eglot . [(20240324 1137) ((emacs (27 1)) (eglot (1 7)) (consult (0 31)) (project (0 3 0))) "A consulting-read interface for eglot" tar ((:commit . "4fa151f83f15de22eb2a241ddce95bed80b8ba79") (:authors ("mohsin kaleem" . "mohkale@kisara.moe")) (:maintainers ("Mohsin Kaleem")) (:maintainer "Mohsin Kaleem") (:keywords "tools" "completion" "lsp") (:url . "https://github.com/mohkale/consult-eglot"))]) + (consult-eglot-embark . [(20240324 1211) ((emacs (27 1)) (consult-eglot (0 3)) (embark-consult (1 0))) "Embark integration for `consult-eglot'" tar ((:commit . "64262e72452f8fe6dd49d31bcdd4bd577b7d682d") (:authors ("mohsin kaleem" . "mohkale@kisara.moe")) (:maintainers ("Mohsin Kaleem")) (:maintainer "Mohsin Kaleem") (:keywords "tools" "completion" "lsp") (:url . "https://github.com/mohkale/consult-eglot"))]) + (consult-flycheck . [(20240310 1442) ((emacs (27 1)) (consult (1 4)) (flycheck (34))) "Provides the command `consult-flycheck'" tar ((:commit . "754f5497d827f7d58009256a21af614cc44378a3") (:authors ("Daniel Mendler and Consult contributors")) (:maintainers ("Daniel Mendler" . "mail@daniel-mendler.de")) (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de") (:keywords "languages" "tools" "completion") (:url . "https://github.com/minad/consult-flycheck"))]) + (consult-flyspell . [(20230322 204) ((emacs (25 1)) (consult (0 12))) "Consult integration for flyspell" tar ((:commit . "7011e6634598530ea2d874e7e7389dc1bb94e1ca") (:authors ("Marco Pawłowski")) (:maintainers ("Marco Pawłowski")) (:maintainer "Marco Pawłowski") (:keywords "convenience") (:url . "https://gitlab.com/OlMon/consult-flyspell"))]) + (consult-ghq . [(20231111 1303) ((emacs (26 1)) (consult (0 8))) "Ghq interface using consult" tar ((:commit . "65a99980fb313d473376542cb87464a8a44ff25e") (:authors ("Tomoya Otake" . "tomoya.ton@gmail.com")) (:maintainers ("Tomoya Otake" . "tomoya.ton@gmail.com")) (:maintainer "Tomoya Otake" . "tomoya.ton@gmail.com") (:keywords "convenience" "usability" "consult" "ghq") (:url . "https://github.com/tomoya/consult-ghq"))]) + (consult-git-log-grep . [(20230204 1753) ((emacs (27 1)) (consult (0 16))) "Consult integration for git log grep" tar ((:commit . "30dfcad5745a6b9882d94fec75d38c345a1eff89") (:authors ("Ghosty")) (:maintainers ("Ghosty")) (:maintainer "Ghosty") (:keywords "git" "convenience") (:url . "https://github.com/Ghosty141/consult-git-log-grep"))]) + (consult-hatena-bookmark . [(20221125 109) ((emacs (27 1)) (consult (0 9)) (async-await (1 1))) "Consult commands for the Hatena Bookmark" tar ((:commit . "b85484b11705ebd896878d3ac7fdb12bc8c9637a") (:authors ("Yukinori Kitadai")) (:maintainers ("Yukinori Kitadai")) (:maintainer "Yukinori Kitadai") (:url . "https://github.com/Nyoho/consult-hatena-bookmark"))]) + (consult-ls-git . [(20240529 641) ((emacs (27 1)) (consult (0 16))) "Consult integration for git" tar ((:commit . "b1ca94f7c43cbd3811d09a0c9ab04f67f6318e95") (:authors ("Robin Joy")) (:maintainers ("Robin Joy")) (:maintainer "Robin Joy") (:keywords "convenience") (:url . "https://github.com/rcj/consult-ls-git"))]) + (consult-lsp . [(20240507 2105) ((emacs (27 1)) (lsp-mode (5 0)) (consult (0 16)) (f (0 20 0))) "LSP-mode Consult integration" tar ((:commit . "68583913168bf66fd4d542b2517a2dcab19c447c") (:authors ("Gerry Agbobada")) (:maintainers ("Gerry Agbobada")) (:maintainer "Gerry Agbobada") (:keywords "tools" "completion" "lsp") (:url . "https://github.com/gagbo/consult-lsp"))]) + (consult-notes . [(20240624 1219) ((emacs (27 1)) (consult (0 17)) (s (1 12 0)) (dash (2 19))) "Manage notes with consult" tar ((:commit . "9858bb13b54934ea0a95df45947ff40ffde4553b") (:authors ("Colin McLear" . "mclear@fastmail.com")) (:maintainers ("Colin McLear")) (:maintainer "Colin McLear") (:keywords "convenience") (:url . "https://github.com/mclear-tools/consult-notes"))]) + (consult-notmuch . [(20240127 406) ((emacs (26 1)) (consult (0 9)) (notmuch (0 31))) "Notmuch search using consult" tar ((:commit . "d8022e2ddc67ed4e89cc6f5bbe664fdb04e1e815") (:authors ("Jose A Ortega Ruiz" . "jao@gnu.org")) (:maintainers ("Jose A Ortega Ruiz")) (:maintainer "Jose A Ortega Ruiz") (:keywords "mail") (:url . "https://codeberg.org/jao/consult-notmuch"))]) + (consult-org-roam . [(20240217 1442) ((emacs (27 1)) (org-roam (2 2 0)) (consult (0 16))) "Consult integration for org-roam" tar ((:commit . "a6dec09dcd06a3014409044399c4f8860ca45ef1") (:authors ("jgru ")) (:maintainers ("jgru ")) (:maintainer "jgru ") (:url . "https://github.com/jgru/consult-org-roam"))]) + (consult-project-extra . [(20231221 1857) ((emacs (27 1)) (consult (0 17)) (project (0 8 1))) "Consult integration for project.el" tar ((:commit . "982e8008d69ea6733a2a7548e245d645c0fefb3f") (:authors ("Enrique Kessler Martínez")) (:maintainers ("Enrique Kessler Martínez")) (:maintainer "Enrique Kessler Martínez") (:keywords "convenience" "project" "management") (:url . "https://github.com/Qkessler/consult-project-extra"))]) + (consult-projectile . [(20230821 406) ((emacs (25 1)) (consult (0 12)) (projectile (2 5 0))) "Consult integration for projectile" tar ((:commit . "400439c56d17bca7888f7d143d8a11f84900a406") (:authors ("Marco Pawłowski")) (:maintainers ("Marco Pawłowski")) (:maintainer "Marco Pawłowski") (:keywords "convenience") (:url . "https://gitlab.com/OlMon/consult-projectile"))]) + (consult-recoll . [(20231211 1221) ((emacs (26 1)) (consult (0 19))) "Recoll queries using consult" tar ((:commit . "ba68d052d9479aeaa5dda15a57a2c070df7d9bca") (:authors ("Jose A Ortega Ruiz" . "jao@gnu.org")) (:maintainers ("Jose A Ortega Ruiz" . "jao@gnu.org")) (:maintainer "Jose A Ortega Ruiz" . "jao@gnu.org") (:keywords "docs" "convenience") (:url . "https://codeberg.org/jao/consult-recoll"))]) + (consult-spotify . [(20211114 2258) ((emacs (26 1)) (consult (0 8)) (espotify (0 1))) "Spotify queries using consult" tar ((:commit . "5c1dcf0182135cda4191d4ba206fe2f265100293") (:authors ("Jose A Ortega Ruiz" . "jao@gnu.org")) (:maintainers ("Jose A Ortega Ruiz")) (:maintainer "Jose A Ortega Ruiz") (:keywords "multimedia") (:url . "https://codeberg.org/jao/espotify"))]) + (consult-tex . [(20240417 1149) ((emacs (28 2)) (consult (0 35))) "Consult powered completion for tex" tar ((:commit . "675755e106f9e64e2c1fd3cf05a43275c09497da") (:authors ("Titus Pinta")) (:maintainers ("Titus Pinta" . "titus.pinta@gmail.com")) (:maintainer "Titus Pinta" . "titus.pinta@gmail.com") (:keywords "consult" "tex" "latex") (:url . "https://gitlab.com/titus.pinta/consult-TeX"))]) + (consult-todo . [(20231022 2059) ((emacs (27 1)) (consult (0 35)) (hl-todo (3 1 2))) "Search hl-todo keywords in consult" tar ((:commit . "84f3c9876a285f733d75053076a97cc30f7d8eb9") (:authors ("liuyinz" . "liuyinz@gmail.com")) (:maintainers ("liuyinz" . "liuyinz@gmail.com")) (:maintainer "liuyinz" . "liuyinz@gmail.com") (:url . "https://github.com/liuyinz/consult-todo"))]) + (consult-yasnippet . [(20240314 1838) ((emacs (27 1)) (yasnippet (0 14)) (consult (0 16))) "A consulting-read interface for yasnippet" tar ((:commit . "834d39acfe8a7d2c304afbe4d649b9372118c756") (:authors ("mohsin kaleem" . "mohkale@kisara.moe")) (:maintainers ("mohsin kaleem" . "mohkale@kisara.moe")) (:maintainer "mohsin kaleem" . "mohkale@kisara.moe") (:url . "https://github.com/mohkale/consult-yasnippet"))]) + (context-transient . [(20240530 1344) ((emacs (29 1))) "Context specific transients" tar ((:commit . "4461c3a5b8654cb1dacea404f78951172437804f") (:authors ("Mykhaylo Bilyanskyy" . "mb@m1k.pw")) (:maintainers ("Mykhaylo Bilyanskyy" . "mb@m1k.pw")) (:maintainer "Mykhaylo Bilyanskyy" . "mb@m1k.pw") (:url . "https://github.com/licht1stein/context-transient.el"))]) + (contextual . [(20180726 800) ((emacs (24)) (dash (2 12 1)) (cl-lib (0 5))) "Contextual profile management system" tar ((:commit . "7ad2bb36426fd182d4d5ee7fd9be1cc0db8c7a84") (:authors ("Alexander Kahl" . "ak@sodosopa.io")) (:maintainers ("Alexander Kahl" . "ak@sodosopa.io")) (:maintainer "Alexander Kahl" . "ak@sodosopa.io") (:keywords "convenience" "tools") (:url . "https://github.com/lshift-de/contextual"))]) + (contextual-menubar . [(20180205 709) nil "display the menubar only on a graphical display" tar ((:commit . "f76f55232ac07df76ef9a334a0c527dfab97c40b") (:authors ("Aaron Jensen" . "aaronjensen@gmail.com")) (:maintainers ("Aaron Jensen" . "aaronjensen@gmail.com")) (:maintainer "Aaron Jensen" . "aaronjensen@gmail.com") (:url . "https://github.com/aaronjensen/contextual-menubar"))]) + (contrast-color . [(20160903 1807) ((emacs (24 3)) (cl-lib (0 5))) "Pick best contrast color for you" tar ((:commit . "6ff1b807e09ef6a775e4ab1032bb2ea3fc442d9e") (:authors ("Yuta Yamada ")) (:maintainers ("Yuta Yamada ")) (:maintainer "Yuta Yamada ") (:keywords "color" "convenience") (:url . "https://github.com/yuutayamada/contrast-color-el"))]) + (control-mode . [(20160624 1710) nil "A \"control\" mode, similar to vim's \"normal\" mode" tar ((:commit . "6bf487144119b03f9cc54168f70e3d7d8d84e22b") (:authors ("Stephen Marsh" . "stephen.david.marsh@gmail.com")) (:maintainers ("Stephen Marsh" . "stephen.david.marsh@gmail.com")) (:maintainer "Stephen Marsh" . "stephen.david.marsh@gmail.com") (:keywords "convenience" "emulations") (:url . "https://github.com/stephendavidmarsh/control-mode"))]) + (conventional-changelog . [(20230902 815) ((emacs (26 3)) (transient (0 4 1))) "Conventional Changelog Generator" tar ((:commit . "97778186ff529a487d7fb0fc20d199d26ef70f5c") (:authors ("liuyinz" . "liuyinz95@gmail.com")) (:maintainers ("liuyinz" . "liuyinz95@gmail.com")) (:maintainer "liuyinz" . "liuyinz95@gmail.com") (:keywords "tools") (:url . "https://github.com/liuyinz/emacs-conventional-changelog"))]) + (cool-mode . [(20231026 456) ((emacs (25))) "Major mode for cool compiler language" tar ((:commit . "46b6a38a99a954c5e77e90506eafec4092690692") (:authors ("Noah Peart" . "noah.v.peart@gmail.com")) (:maintainers ("Noah Peart" . "noah.v.peart@gmail.com")) (:maintainer "Noah Peart" . "noah.v.peart@gmail.com") (:url . "https://github.com/nverno/cool-mode"))]) + (copy-as-format . [(20231112 1710) ((cl-lib (0 5))) "Copy buffer locations as GitHub/Slack/JIRA etc... formatted code" tar ((:commit . "b9f6f725ca9701c5a02bfb479573fdfcce2e1e30") (:authors ("Skye Shaw" . "skye.shaw@gmail.com")) (:maintainers ("Skye Shaw" . "skye.shaw@gmail.com")) (:maintainer "Skye Shaw" . "skye.shaw@gmail.com") (:keywords "github" "slack" "jira" "telegram" "gitlab" "bitbucket" "org-mode" "pod" "rst" "asciidoc" "whatsapp" "tools" "convenience") (:url . "https://github.com/sshaw/copy-as-format"))]) + (copy-file-on-save . [(20230402 1829) ((emacs (24 3)) (compat (29))) "Copy file on save, automatic deployment it" tar ((:commit . "370b1586feb2690d3c72185bd4f17c31ce03673a") (:authors ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainers ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainer "USAMI Kenta" . "tadsan@zonu.me") (:keywords "files" "comm" "deploy") (:url . "https://github.com/emacs-php/emacs-auto-deployment"))]) + (copyit . [(20190919 1258) ((emacs (24 3)) (s (1 9 0))) "Copy it, yank anything!" tar ((:commit . "c4f2c28e5b6270e8e3364341619f1154bb4e682e") (:authors ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainers ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainer "USAMI Kenta" . "tadsan@zonu.me") (:keywords "convenience" "yank" "clipboard") (:url . "https://github.com/zonuexe/emacs-copyit"))]) + (copyit-pandoc . [(20190919 1258) ((emacs (24 3)) (copyit (0 1 0)) (pandoc (0 0 1))) "Copy it, yank anything!" tar ((:commit . "c4f2c28e5b6270e8e3364341619f1154bb4e682e") (:authors ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainers ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainer "USAMI Kenta" . "tadsan@zonu.me") (:keywords "convenience" "yank" "clipboard") (:url . "https://github.com/zonuexe/emacs-copyit"))]) + (coq-commenter . [(20170822 2309) ((dash (2 13 0)) (s (1 11 0)) (cl-lib (0 5))) "Coq commenting minor mode for proof" tar ((:commit . "7fe9a2cc0ebdb0b1e54a24eb7971d757fb588ac3") (:authors ("Junyoung Clare Jang" . "jjc9310@gmail.com")) (:maintainers ("Junyoung Clare Jang" . "jjc9310@gmail.com")) (:maintainer "Junyoung Clare Jang" . "jjc9310@gmail.com") (:keywords "comment" "coq" "proof") (:url . "http://github.com/ailrun/coq-commenter"))]) + (corfu . [(20240523 752) ((emacs (27 1)) (compat (29 1 4 4))) "COmpletion in Region FUnction" tar ((:commit . "cdc3e13ad312f5f12b3f78f842fff0b398eb4473") (:authors ("Daniel Mendler" . "mail@daniel-mendler.de")) (:maintainers ("Daniel Mendler" . "mail@daniel-mendler.de")) (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de") (:keywords "abbrev" "convenience" "matching" "completion" "text") (:url . "https://github.com/minad/corfu"))]) + (corfu-candidate-overlay . [(20240322 1814) ((emacs (28 1)) (corfu (0 36))) "Show first candidate in an overlay while typing" tar ((:commit . "f730de2c150720ee70d4d7be4b8bb533c7dfc97e") (:authors ("Adam Kruszewski" . "adam@kruszewski.name")) (:maintainers ("Adam Kruszewski" . "adam@kruszewski.name")) (:maintainer "Adam Kruszewski" . "adam@kruszewski.name") (:url . "https://code.bsdgeek.org/adam/corfu-candidate-overlay/"))]) + (corfu-prescient . [(20240226 204) ((emacs (27 1)) (prescient (6 1 0)) (corfu (1 1))) "prescient.el + Corfu" tar ((:commit . "c39bf07c56b427bf41aafd7d20eaef5cf3c312b5") (:authors ("Radian LLC" . "contact+prescient@radian.codes")) (:maintainers ("Radian LLC" . "contact+prescient@radian.codes")) (:maintainer "Radian LLC" . "contact+prescient@radian.codes") (:keywords "extensions") (:url . "https://github.com/radian-software/prescient.el"))]) + (corral . [(20160502 948) nil "Quickly surround text with delimiters" tar ((:commit . "e7ab6aa118e46b93d4933d1364bc273f57cd6911") (:authors ("Kevin Liu" . "mail@nivekuil.com")) (:maintainers ("Kevin Liu" . "mail@nivekuil.com")) (:maintainer "Kevin Liu" . "mail@nivekuil.com") (:url . "http://github.com/nivekuil/corral"))]) + (cort . [(20211020 18) ((emacs (24 1)) (ansi (0 4)) (cl-lib (0 6))) "Simplify extended unit test framework" tar ((:commit . "3f64a7b03a4c5b768ec21fd5987acd0d62d16c7b") (:authors ("Naoya Yamashita" . "conao3@gmail.com")) (:maintainers ("Naoya Yamashita" . "conao3@gmail.com")) (:maintainer "Naoya Yamashita" . "conao3@gmail.com") (:keywords "test" "lisp") (:url . "https://github.com/conao3/cort.el"))]) + (cosmo . [(20170922 744) ((emacs (24 4))) "Cosmological Calculator" tar ((:commit . "dd83b09a49a2843606b28279b674b2207040b36b") (:authors ("Francesco Montanari" . "fmnt@fmnt.info")) (:maintainers ("Francesco Montanari" . "fmnt@fmnt.info")) (:maintainer "Francesco Montanari" . "fmnt@fmnt.info") (:keywords "tools") (:url . "https://gitlab.com/montanari/cosmo-el"))]) + (counsel . [(20240520 1323) ((emacs (24 5)) (ivy (0 14 2)) (swiper (0 14 2))) "Various completion functions using Ivy" tar ((:commit . "8133016ab1b37da233e6daaab471e40abf0f7ba9") (:authors ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainers ("Basil L. Contovounesios" . "basil@contovou.net")) (:maintainer "Basil L. Contovounesios" . "basil@contovou.net") (:keywords "convenience" "matching" "tools") (:url . "https://github.com/abo-abo/swiper"))]) + (counsel-ag-popup . [(20210121 805) ((emacs (26 1)) (counsel (0 13 0)) (transient (0 3 0))) "Interactive search with counsel-ag" tar ((:commit . "41d85fe36edd72da68f5009ad9cf9013cd19960d") (:authors ("Eder Elorriaga" . "gexplorer8@gmail.com")) (:maintainers ("Eder Elorriaga" . "gexplorer8@gmail.com")) (:maintainer "Eder Elorriaga" . "gexplorer8@gmail.com") (:keywords "convenience" "matching" "tools") (:url . "https://github.com/gexplorer/counsel-ag-popup"))]) + (counsel-at-point . [(20240616 2345) ((emacs (29 1)) (counsel (0 13 0))) "Context sensitive project search" tar ((:commit . "7da3813fe01e5a7a651632b1af031891c009b559") (:authors ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainers ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainer "Campbell Barton" . "ideasman42@gmail.com") (:keywords "convenience") (:url . "https://codeberg.org/ideasman42/emacs-counsel-at-point"))]) + (counsel-bbdb . [(20220909 727) ((emacs (24 3)) (bbdb (3 2 2 2))) "Quick search&input email from BBDB based on Emacs API `completing-read'" tar ((:commit . "ccae56b0551abb305cad087d85f1b6a97adb7c0f") (:authors ("Chen Bin" . "chenbin.sh@gmail.com")) (:maintainers ("Chen Bin" . "chenbin.sh@gmail.com")) (:maintainer "Chen Bin" . "chenbin.sh@gmail.com") (:keywords "mail" "abbrev" "convenience" "matching") (:url . "https://github.com/redguard/counsel-bbdb"))]) + (counsel-chrome-bm . [(20211022 1427) ((emacs (25 1)) (counsel (0 13 0))) "Browse Chrom(e/ium) bookmarks with Ivy" tar ((:commit . "3321bf78231e443cb98520dbb30a6c49e004c6a7") (:authors ("BlueBoxWare" . "BlueBoxWare@users.noreply.github.com")) (:maintainers ("BlueBoxWare" . "BlueBoxWare@users.noreply.github.com")) (:maintainer "BlueBoxWare" . "BlueBoxWare@users.noreply.github.com") (:keywords "hypermedia") (:url . "https://github.com/BlueBoxWare/counsel-chrome-bm"))]) + (counsel-codesearch . [(20180925 803) ((codesearch (1)) (counsel (0 10 0)) (emacs (24)) (ivy (0 10 0))) "Counsel interface for codesearch.el" tar ((:commit . "b7989fad3e06f301c31d5e896c42b6cc549a0e0c") (:authors ("Austin Bingham" . "austin.bingham@gmail.com")) (:maintainers ("Austin Bingham" . "austin.bingham@gmail.com")) (:maintainer "Austin Bingham" . "austin.bingham@gmail.com") (:keywords "tools") (:url . "https://github.com/abingham/emacs-counsel-codesearch"))]) + (counsel-css . [(20211115 1755) ((emacs (24 4)) (counsel (0 7 0)) (cl-lib (0 5))) "stylesheet-selector-aware swiper" tar ((:commit . "8e9c0515fc952452eee786d8ebb43d48ea86c9f8") (:authors ("Henrik Lissner ")) (:maintainers ("Henrik Lissner" . "contact@henrik.io")) (:maintainer "Henrik Lissner" . "contact@henrik.io") (:keywords "convenience" "tools" "counsel" "swiper" "selector" "css" "less" "scss") (:url . "https://github.com/hlissner/emacs-counsel-css"))]) + (counsel-dash . [(20221217 419) ((emacs (24 4)) (dash-docs (1 4 0)) (counsel (0 8 0)) (cl-lib (0 5))) "Browse dash docsets using Ivy" tar ((:commit . "04117bffc8badd85c9f4fdb17648fd56e83fe832") (:authors ("Nathan Kot" . "nk@nathankot.com")) (:maintainers ("Nathan Kot" . "nk@nathankot.com")) (:maintainer "Nathan Kot" . "nk@nathankot.com") (:keywords "dash" "ivy" "counsel") (:url . "https://github.com/nathankot/counsel-dash"))]) + (counsel-edit-mode . [(20230411 1740) ((emacs (26 1)) (ht (2 3)) (s (1 12 0)) (counsel (0 10 0))) "Edit results of counsel commands in-place" tar ((:commit . "8ff508a864d0fe4cac32c6868420df2ad77f041b") (:authors ("Tyler Dodge")) (:maintainers ("Tyler Dodge")) (:maintainer "Tyler Dodge") (:keywords "convenience" "matching") (:url . "https://github.com/tyler-dodge/counsel-edit-mode"))]) + (counsel-etags . [(20230808 1227) ((emacs (26 1)) (counsel (0 13 4))) "Fast and complete Ctags/Etags solution using ivy" tar ((:commit . "ffa6b962204478995a3005fc825172bcdbbcc0e1") (:authors ("Chen Bin ")) (:maintainers ("Chen Bin ")) (:maintainer "Chen Bin ") (:keywords "tools" "convenience") (:url . "http://github.com/redguardtoo/counsel-etags"))]) + (counsel-fd . [(20221011 1853) ((counsel (0 12 0))) "counsel interface for fd" tar ((:commit . "7c1e413e4ce44df2232c19ebe3357ac8ec33cb3b") (:keywords "tools") (:url . "https://github.com/CsBigDataHub/counsel-fd"))]) + (counsel-ffdata . [(20191017 1237) ((emacs (25 1)) (counsel (0 11 0)) (emacsql (3 0 0))) "Use ivy to access firefox data" tar ((:commit . "913cb1b8cd5e4ca2ba6613eab56d52040e08a0a5") (:authors ("Zhu Zihao" . "all_but_last@163.com")) (:maintainers ("Zhu Zihao" . "all_but_last@163.com")) (:maintainer "Zhu Zihao" . "all_but_last@163.com") (:keywords "convenience" "tools" "matching") (:url . "https://github.com/cireu/counsel-ffdata"))]) + (counsel-gtags . [(20210222 1803) ((emacs (25 1)) (counsel (0 8 0)) (seq (1 0))) "ivy for GNU global" tar ((:commit . "1d52eaeffeb60266434d4f7416a108ca058fde91") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com") ("Felipe Lema" . "felipelema@mortemale.org") ("Jimmy Aguilar Mena" . "spacibba@aol.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/FelipeLema/emacs-counsel-gtags"))]) + (counsel-jq . [(20210329 749) ((swiper (0 12 0)) (ivy (0 12 0)) (emacs (24 1))) "Live preview of \"jq\" queries using counsel" tar ((:commit . "8cadd2e96470402ede4881b4e955872976443689") (:authors ("Alain M. Lafon" . "alain@200ok.ch")) (:maintainers ("Alain M. Lafon" . "alain@200ok.ch")) (:maintainer "Alain M. Lafon" . "alain@200ok.ch") (:keywords "convenience" "data" "matching") (:url . "https://github.com/200ok-ch/counsel-jq"))]) + (counsel-mairix . [(20210422 649) ((emacs (26 3)) (ivy (0 13 1))) "Counsel interface for Mairix" tar ((:commit . "39fa2ad10a5f899cb3f3275f9a6ebd166c51216a") (:authors ("Antoine Kalmbach" . "ane@iki.fi")) (:maintainers ("Antoine Kalmbach" . "ane@iki.fi")) (:maintainer "Antoine Kalmbach" . "ane@iki.fi") (:keywords "mail") (:url . "https://sr.ht/~ane/counsel-mairix"))]) + (counsel-notmuch . [(20181203 935) ((emacs (24)) (ivy (0 10 0)) (notmuch (0 21)) (s (1 12 0))) "Search emails in Notmuch asynchronously with Ivy" tar ((:commit . "a4a1562935e4180c42524c51609d1283e9be0688") (:authors ("Alexander Fu Xi" . "fuxialexander@gmail.com")) (:maintainers ("Alexander Fu Xi" . "fuxialexander@gmail.com")) (:maintainer "Alexander Fu Xi" . "fuxialexander@gmail.com") (:keywords "mail") (:url . "https://github.com/fuxialexander/counsel-notmuch"))]) + (counsel-org-capture-string . [(20200810 1114) ((emacs (25 1)) (ivy (0 13))) "Counsel for org-capture-string" tar ((:commit . "f47de69458c9fceeecd7c69264f645c0cfeb2cd2") (:authors ("Akira Komamura" . "akira.komamura@gmail.com")) (:maintainers ("Akira Komamura" . "akira.komamura@gmail.com")) (:maintainer "Akira Komamura" . "akira.komamura@gmail.com") (:keywords "outlines") (:url . "https://github.com/akirak/counsel-org-capture-string"))]) + (counsel-org-clock . [(20200810 1109) ((emacs (25 1)) (ivy (0 10 0)) (dash (2 0))) "Counsel commands for org-clock" tar ((:commit . "a32bb85205e877cc57f62765c225e8b288536918") (:authors ("Akira Komamura" . "akira.komamura@gmail.com")) (:maintainers ("Akira Komamura" . "akira.komamura@gmail.com")) (:maintainer "Akira Komamura" . "akira.komamura@gmail.com") (:url . "https://github.com/akirak/counsel-org-clock"))]) + (counsel-osx-app . [(20160821 809) ((ivy (0 8 0)) (emacs (24 3))) "launch osx applications via ivy interface" tar ((:commit . "5cc93ec684f837dc31ce20e7625407f2c0445691") (:authors ("Boris Buliga" . "d12frosted@gmail.com")) (:maintainers ("Boris Buliga" . "d12frosted@gmail.com")) (:maintainer "Boris Buliga" . "d12frosted@gmail.com") (:url . "https://github.com/d12frosted/counsel-osx-app"))]) + (counsel-projectile . [(20211004 2003) ((counsel (0 13 4)) (projectile (2 5 0))) "Ivy integration for Projectile" tar ((:commit . "e30150792a96968f55f34638cbfe63eaa30839cc") (:authors ("Eric Danan")) (:maintainers ("Eric Danan")) (:maintainer "Eric Danan") (:keywords "project" "convenience") (:url . "https://github.com/ericdanan/counsel-projectile"))]) + (counsel-pydoc . [(20171018 2042) ((emacs (24 3)) (ivy (0 9 1))) "run pydoc with counsel" tar ((:commit . "08a4a1020da3d06604156303024c8a5e31ec36e4") (:authors (nil . "Hao Deng(denghao8888@gmail.com)")) (:maintainers (nil . "Hao Deng(denghao8888@gmail.com)")) (:maintainer nil . "Hao Deng(denghao8888@gmail.com)") (:keywords "completion" "matching") (:url . "https://github.com/co-dh/pydoc_utils"))]) + (counsel-spotify . [(20200818 2055) ((emacs (25 1)) (ivy (0 13 0))) "Control Spotify search and select music with Ivy" tar ((:commit . "2743ad52a9def53534fd505397fbe1ac49e53015") (:authors ("Lautaro García ")) (:maintainers ("Lautaro García ")) (:maintainer "Lautaro García ") (:url . "https://github.com/Lautaro-Garcia/counsel-spotify"))]) + (counsel-test . [(20190819 1920) ((emacs (25 1)) (ivy (0 11 0)) (s (1 12 0))) "Browse and execute tests with ivy" tar ((:commit . "f0ea446def59a3a8ca40e868fe9d82de268b2abe") (:keywords "tools" "ivy" "counsel" "testing" "ctest" "pytest") (:url . "http://github.com/xmagpie/counsel-test"))]) + (counsel-toki . [(20230705 1638) ((request (0 3 3)) (emacs (25 1)) (ivy (0 14 0))) "Counsel support for toki pona dictionary lookup" tar ((:commit . "545aa4413ba8ce6a92d11d42e910a57a8cb58e2e") (:authors ("Emily Martins" . "emi@haskell.fyi")) (:maintainers ("Emily Martins" . "emi@haskell.fyi")) (:maintainer "Emily Martins" . "emi@haskell.fyi") (:url . "https://github.com/emiflake/counsel-toki"))]) + (counsel-tramp . [(20230714 936) ((emacs (24 3)) (counsel (0 10))) "Tramp ivy interface for ssh, docker, vagrant" tar ((:commit . "70dcc6b9da5e76fefbc92646e7d780b2a06ca93f") (:authors ("Masashi Miyaura")) (:maintainers ("Masashi Miyaura")) (:maintainer "Masashi Miyaura") (:url . "https://github.com/masasam/emacs-counsel-tramp"))]) + (counsel-web . [(20210609 2156) ((emacs (25 1)) (counsel (0 13 0)) (request (0 3 0))) "Search the Web using Ivy" tar ((:commit . "1359b3b204fcdac7a3d6664c7d540a88b5acecfd") (:authors ("Matthew Sojourner Newton" . "matt@mnewton.com")) (:maintainers ("Matthew Sojourner Newton" . "matt@mnewton.com")) (:maintainer "Matthew Sojourner Newton" . "matt@mnewton.com") (:keywords "convenience" "hypermedia") (:url . "https://github.com/mnewt/counsel-web"))]) + (counsel-world-clock . [(20190709 2211) ((ivy (0 9 0)) (s (1 12 0))) "Display world clock using Ivy." tar ((:commit . "674e4c6b82a92ea765af97cc5f017b357284c7dc") (:authors ("Kuang Chen ")) (:maintainers ("Kuang Chen ")) (:maintainer "Kuang Chen ") (:url . "https://github.com/kchenphy/counsel-world-clock"))]) + (countdown . [(20190626 244) ((emacs (25 1)) (stream (2 2 4))) "Countdown using big LCD-like digits" tar ((:commit . "139dea91fc818d65944aca5f16c9626abbdfbf04") (:authors ("Xu Chunyang" . "mail@xuchunyang.me")) (:maintainers ("Xu Chunyang" . "mail@xuchunyang.me")) (:maintainer "Xu Chunyang" . "mail@xuchunyang.me") (:keywords "tools") (:url . "https://github.com/xuchunyang/countdown.el"))]) + (cov . [(20231007 254) ((emacs (24 4)) (f (0 18 2)) (s (1 11 0)) (elquery (0))) "Show coverage stats in the fringe." tar ((:commit . "42bf07c6ab51ceb45753c798bcbc3327a9230ed5") (:authors ("Adam Niederer")) (:maintainers ("Adam Niederer")) (:maintainer "Adam Niederer") (:keywords "coverage" "gcov" "c" "lcov" "coveralls" "clover") (:url . "https://github.com/AdamNiederer/cov"))]) + (coverage . [(20191113 1958) ((ov (1 0)) (cl-lib (0 5))) "Code coverage line highlighting" tar ((:commit . "6e3c6f2dcb759a76086adeeb1fdfe83e4f082482") (:authors ("Kieran Trezona-le Comte" . "trezona.lecomte@gmail.com")) (:maintainers ("Kieran Trezona-le Comte" . "trezona.lecomte@gmail.com")) (:maintainer "Kieran Trezona-le Comte" . "trezona.lecomte@gmail.com") (:keywords "coverage" "metrics" "simplecov" "ruby" "rspec") (:url . "https://github.com/trezona-lecomte/coverage"))]) + (coverlay . [(20190414 940) ((emacs (24 1)) (cl-lib (0 5))) "Test coverage overlays" tar ((:commit . "0beae208d0e7d746a94385428bd61aa5cd7ea828") (:authors ("Takuto Wada ")) (:maintainers ("Takuto Wada ")) (:maintainer "Takuto Wada ") (:keywords "coverage" "overlay") (:url . "https://github.com/twada/coverlay.el"))]) + (cowsay . [(20210510 1540) ((emacs (24 5))) "Poorly drawn ASCII cartoons saying things" tar ((:commit . "d8a72a311c6875f1aef6a30b3d23a1b02df75941") (:authors ("Lassi Kortela" . "lassi@lassi.io")) (:maintainers ("Lassi Kortela" . "lassi@lassi.io")) (:maintainer "Lassi Kortela" . "lassi@lassi.io") (:keywords "games") (:url . "https://github.com/lassik/emacs-cowsay"))]) + (cp5022x . [(20120323 2335) nil "cp50220, cp50221, cp50222 coding system" tar ((:commit . "ea7327dd75e54539576916f592ae1be98179ae35") (:authors ("ARISAWA Akihiro" . "ari@mbf.ocn.ne.jp")) (:maintainers ("ARISAWA Akihiro" . "ari@mbf.ocn.ne.jp")) (:maintainer "ARISAWA Akihiro" . "ari@mbf.ocn.ne.jp") (:keywords "languages" "cp50220" "cp50221" "cp50222" "cp51932" "cp932"))]) + (cpanfile-mode . [(20161001 710) ((emacs (24 4))) "Major mode for cpanfiles" tar ((:commit . "b09908b4342b3aa97940159dbe91ac074ec98e0b") (:authors ("Zak B. Elep" . "zakame@zakame.net")) (:maintainers ("Zak B. Elep" . "zakame@zakame.net")) (:maintainer "Zak B. Elep" . "zakame@zakame.net") (:keywords "perl") (:url . "https://github.com/zakame/cpanfile-mode"))]) + (cpp-auto-include . [(20210318 2217) ((cl-lib (0 5))) "Insert and delete C++ header files automatically" tar ((:commit . "0ce829f27d466c083e78b9fe210dcfa61fb417f4") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/emacsorphanage/cpp-auto-include"))]) + (cpputils-cmake . [(20181006 328) nil "Easy realtime C++ syntax check and IntelliSense with CMake." tar ((:commit . "64b2b05eff5398b4cd522e66efaf14553ab18ff4") (:authors ("Chen Bin" . "chenbin.sh@gmail.com")) (:maintainers ("Chen Bin" . "chenbin.sh@gmail.com")) (:maintainer "Chen Bin" . "chenbin.sh@gmail.com") (:keywords "cmake" "intellisense" "flymake" "flycheck") (:url . "http://github.com/redguardtoo/cpputils-cmake"))]) + (cpu-sos . [(20200409 2356) ((emacs (25 1))) "S.O.S. from a CPU in distress" tar ((:commit . "1594b76d4ad3a6e3c471d82da366226d156e6226") (:authors ("Bruno Félix Rezende Ribeiro" . "oitofelix@gnu.org")) (:maintainers ("Bruno Félix Rezende Ribeiro" . "oitofelix@gnu.org")) (:maintainer "Bruno Félix Rezende Ribeiro" . "oitofelix@gnu.org") (:keywords "processes") (:url . "https://github.com/oitofelix/cpu-sos"))]) + (cql-mode . [(20190315 225) ((emacs (24))) "Major mode for editting CQLs" tar ((:commit . "d400c046850d3cf404778b2c47d6be4ff84ca04b") (:authors ("Yuki Inoue ")) (:maintainers ("Yuki Inoue ")) (:maintainer "Yuki Inoue ") (:keywords "cql" "cassandra") (:url . "https://github.com/Yuki-Inoue/cql-mode"))]) + (cquery . [(20190118 542) ((emacs (25 1)) (lsp-mode (3 4)) (dash (0 13))) "cquery client for lsp-mode" tar ((:commit . "555e50984ebda177421fdcdc8c76cb29235d9694") (:authors ("Tobias Pisani")) (:maintainers ("Tobias Pisani")) (:maintainer "Tobias Pisani") (:keywords "languages" "lsp" "c++") (:url . "https://github.com/jacobdufault/cquery"))]) + (crappy-jsp-mode . [(20140311 931) nil "A pretty crappy major-mode for jsp." tar ((:commit . "6c45ab92b452411cc0fab9bcee2f456276b4fc40") (:keywords "jsp" "major" "mode"))]) + (creamsody-theme . [(20240619 731) ((autothemer (0 2)) (emacs (24))) "Straight from the soda fountain" tar ((:commit . "10acf5c5d3e1108fc1e7a4ab487aa2ac79720f42") (:url . "http://github.com/emacsfodder/emacs-theme-creamsody"))]) + (create-link . [(20220621 1440) ((emacs (25 1))) "Smart format link generator" tar ((:commit . "276fafcc6fb568ede256c8d459c3beb408ad9b46") (:authors ("Kijima Daigo" . "norimaking777@gmail.com")) (:maintainers ("Kijima Daigo" . "norimaking777@gmail.com")) (:maintainer "Kijima Daigo" . "norimaking777@gmail.com") (:keywords "link" "format" "browser" "convenience") (:url . "https://github.com/kijimaD/create-link"))]) + (creds . [(20140510 1706) ((s (1 9 0)) (dash (2 5 0))) "A parser credentials file library (not limited to credentials entries)" tar ((:commit . "00ebefd10005c170b790a01380cb6a98f798ce5c") (:authors ("Antoine R. Dumont ")) (:maintainer "Antoine R. Dumont ") (:keywords "credentials") (:url . "https://github.com/ardumont/emacs-creds"))]) + (creole . [(20140924 1500) ((noflet (0 0 3)) (kv (0 0 17))) "A parser for the Creole Wiki language" tar ((:commit . "7d5cffe93857f6c75ca09ac79c0e47b8d4410e53") (:authors ("Nic Ferrier" . "nferrier@ferrier.me.uk")) (:maintainers ("Nic Ferrier" . "nferrier@ferrier.me.uk")) (:maintainer "Nic Ferrier" . "nferrier@ferrier.me.uk") (:keywords "lisp" "creole" "wiki"))]) + (creole-mode . [(20130722 50) nil "a markup mode for creole" tar ((:commit . "b5e79b2ec5f19fb5aacf689b5febc3e0b61515c4") (:authors ("Nic Ferrier" . "nferrier@ferrier.me.uk")) (:maintainers ("Nic Ferrier" . "nferrier@ferrier.me.uk")) (:maintainer "Nic Ferrier" . "nferrier@ferrier.me.uk") (:keywords "hypermedia" "wp") (:url . "https://github.com/nicferrier/creole-mode"))]) + (cricbuzz . [(20180804 2254) ((enlive (0 0 1)) (f (0 19 0)) (dash (2 13 0)) (s (1 11 0))) "Cricket scores from cricbuzz in emacs" tar ((:commit . "0b95d45991bbcd2fa58d96ce921f6a57ba42c153") (:authors ("Abhinav Tushar" . "abhinav.tushar.vs@gmail.com")) (:maintainers ("Abhinav Tushar" . "abhinav.tushar.vs@gmail.com")) (:maintainer "Abhinav Tushar" . "abhinav.tushar.vs@gmail.com") (:keywords "cricket" "score") (:url . "https://github.com/lepisma/cricbuzz.el"))]) + (crm-custom . [(20160117 6) ((cl-lib (0 5))) "Alternate `completing-read-multiple' that uses `completing-read'" tar ((:commit . "f1aaccf64306a5f99d9bf7ba815d7ea41c15518d") (:authors ("Ryan C. Thompson" . "rct@thompsonclan.org")) (:maintainers ("Ryan C. Thompson" . "rct@thompsonclan.org")) (:maintainer "Ryan C. Thompson" . "rct@thompsonclan.org") (:keywords "completion" "minibuffer" "multiple elements") (:url . "https://github.com/DarwinAwardWinner/crm-custom"))]) + (crontab-mode . [(20210715 133) ((emacs (24 3))) "Major mode for crontab(5)" tar ((:commit . "7412f3df0958812bfcacd5875a409fa795fa8ecc") (:authors ("Mario Rodas" . "marsam@users.noreply.github.com")) (:maintainers ("Mario Rodas" . "marsam@users.noreply.github.com")) (:maintainer "Mario Rodas" . "marsam@users.noreply.github.com") (:keywords "languages") (:url . "https://github.com/emacs-pe/crontab-mode"))]) + (crossword . [(20210614 633) ((emacs (26 1))) "Download and play crossword puzzles" tar ((:commit . "e462de8ef15d1f979207a95b224e68d7feead92f") (:keywords "games") (:url . "https://github.com/Boruch-Baum/emacs-crossword"))]) + (crux . [(20240401 1136) ((emacs (26 1))) "A Collection of Ridiculously Useful eXtensions" tar ((:commit . "6ed75a69f542fb7feab6b8f182caf0924b3fb510") (:authors ("Bozhidar Batsov" . "bozhidar@batsov.dev")) (:maintainers ("Bozhidar Batsov" . "bozhidar@batsov.dev")) (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.dev") (:keywords "convenience") (:url . "https://github.com/bbatsov/crux"))]) + (cryptol-mode . [(20190531 2051) nil "Cryptol major mode for Emacs" tar ((:commit . "81ebbde83f7cb75b2dfaefc09de6a1703068c769") (:authors (nil . "Austin Seipp ")) (:maintainers (nil . "Austin Seipp ")) (:maintainer nil . "Austin Seipp ") (:keywords "cryptol" "cryptography") (:url . "http://github.com/thoughtpolice/cryptol-mode"))]) + (crystal-mode . [(20231205 1943) ((emacs (24 4))) "Major mode for editing Crystal files" tar ((:commit . "ea89b108fa4222df94ffb99e6e7eaec5d7aa4fea") (:keywords "languages" "crystal") (:url . "https://github.com/crystal-lang-tools/emacs-crystal-mode"))]) + (crystal-playground . [(20180830 501) ((emacs (25)) (crystal-mode (0 1 2))) "Local crystal playground for short code snippets." tar ((:commit . "532dc7e4239eb4bdd241bc4347d34760344c1ebb") (:authors ("Jason Howell")) (:maintainers ("Jason Howell")) (:maintainer "Jason Howell") (:keywords "tools" "crystal") (:url . "https://github.com/jasonrobot/crystal-playground"))]) + (csgo-conf-mode . [(20161209 1619) nil "CS:GO Configuration files syntax highlighting" tar ((:commit . "df45ca833eb68c394dd03acce5733a33c3b06bf8") (:authors ("Guillermo Robles" . "guillerobles1995@gmail.com")) (:maintainers ("Guillermo Robles" . "guillerobles1995@gmail.com")) (:maintainer "Guillermo Robles" . "guillerobles1995@gmail.com") (:keywords "languages") (:url . "https://github.com/wynro/emacs-csgo-conf-mode"))]) + (csharp-mode . [(20221126 2005) ((emacs (26 1))) "C# mode derived mode" tar ((:commit . "d8b058c9e9d0429ea7e81d121ce19b064bd7e0f5") (:authors ("Theodor Thornhill" . "theo@thornhill.no")) (:maintainers ("Jostein Kjønigsen" . "jostein@gmail.com")) (:maintainer "Jostein Kjønigsen" . "jostein@gmail.com") (:keywords "c#" "languages" "oop" "mode") (:url . "https://github.com/emacs-csharp/csharp-mode"))]) + (csound-mode . [(20231024 1442) ((emacs (25)) (shut-up (0 3 2)) (multi (2 0 1)) (dash (2 16 0)) (highlight (0))) "A major mode for interacting and coding Csound" tar ((:commit . "2c9107a78048f16c4e274390eb3021e974372d64") (:authors ("Hlöðver Sigurðsson" . "hlolli@gmail.com")) (:maintainers ("Hlöðver Sigurðsson" . "hlolli@gmail.com")) (:maintainer "Hlöðver Sigurðsson" . "hlolli@gmail.com") (:url . "https://github.com/hlolli/csound-mode"))]) + (csproj-mode . [(20200801 1732) ((emacs (24))) "Work with .NET project files (csproj, vbproj)" tar ((:commit . "a7f0f4610c976a28c41b9b8299892f88b5d0336c") (:authors ("Omair Majid" . "omair.majid@gmail.com")) (:maintainers ("Omair Majid" . "omair.majid@gmail.com")) (:maintainer "Omair Majid" . "omair.majid@gmail.com") (:keywords "languages" "tools") (:url . "https://github.com/omajid/csproj-mode"))]) + (css-autoprefixer . [(20180311 1600) ((emacs (24))) "Adds autoprefix to CSS" tar ((:commit . "386a5defc8543a3b87820f1761c075c7d1d93b38") (:authors (nil . "Kyung Mo Kweon and contributors")) (:maintainers (nil . "Kyung Mo Kweon and contributors")) (:maintainer nil . "Kyung Mo Kweon and contributors") (:keywords "convenience" "usability" "css") (:url . "https://github.com/kkweon/emacs-css-autoprefixer"))]) + (css-comb . [(20160416 559) nil "Sort CSS properties in a particular order using CSS Comb" tar ((:commit . "6fa45e5af8a8bd3af6c1154cde3540e32c4206ee") (:authors ("Charanjit Singh" . "ckhabra@gmail.com")) (:maintainers ("Charanjit Singh" . "ckhabra@gmail.com")) (:maintainer "Charanjit Singh" . "ckhabra@gmail.com") (:url . "https://github.com/channikhabra/css-comb.el"))]) + (css-eldoc . [(20220415 1629) nil "an eldoc-mode plugin for CSS source code" tar ((:commit . "73ebf9757a043b56b7d3b5befec5a38e6754b9e5") (:authors ("Zeno Zeng" . "zenoes@qq.com")) (:maintainers ("Zeno Zeng" . "zenoes@qq.com")) (:maintainer "Zeno Zeng" . "zenoes@qq.com"))]) + (cssh . [(20150810 1709) nil "clusterssh implementation for emacs" tar ((:commit . "2fe2754235225a59b63f08b130cfd4352e2e1c3f") (:authors ("Dimitri Fontaine" . "dim@tapoueh.org")) (:maintainers ("Dimitri Fontaine" . "dim@tapoueh.org")) (:maintainer "Dimitri Fontaine" . "dim@tapoueh.org") (:keywords "clusterssh" "ssh" "cssh") (:url . "http://tapoueh.org/emacs/cssh.html"))]) + (csv . [(20231216 1243) nil "Functions for reading and parsing CSV files" tar ((:commit . "8ed083c171a5e8caf11ebfbec67af3119ab1fd90") (:authors ("Ulf Jasper" . "ulf.jasper@web.de")) (:maintainers ("Ulf Jasper" . "ulf.jasper@web.de")) (:maintainer "Ulf Jasper" . "ulf.jasper@web.de") (:keywords "extensions" "data" "csv"))]) + (ct . [(20230519 1319) ((emacs (26 1)) (dash (2 18 0)) (hsluv (1 0 0))) "Color Tools - a color api" tar ((:commit . "02f209fe6c8ad85c832d8f80193255d0bf78e218") (:authors ("neeasade")) (:maintainers ("neeasade")) (:maintainer "neeasade") (:keywords "convenience" "color" "theming" "rgb" "hsv" "hsl" "cie-lab" "background") (:url . "https://github.com/neeasade/ct.el"))]) + (ctable . [(20210128 629) ((emacs (24 3)) (cl-lib (0 5))) "Table component for Emacs Lisp" tar ((:commit . "48b73742757a3ae5736d825fe49e00034cc453b5") (:authors ("SAKURAI Masashi ")) (:maintainers ("SAKURAI Masashi ")) (:maintainer "SAKURAI Masashi ") (:keywords "table") (:url . "https://github.com/kiwanami/emacs-ctable"))]) + (ctags-update . [(20190609 613) nil "(auto) update TAGS in parent directory using exuberant-ctags" tar ((:commit . "67faf248b92388442958a069263c62a345425a1b") (:authors (nil . "Joseph(纪秀峰) jixiuf@gmail.com")) (:maintainers (nil . "Joseph(纪秀峰) jixiuf@gmail.com")) (:maintainer nil . "Joseph(纪秀峰) jixiuf@gmail.com") (:keywords "exuberant-ctags" "etags") (:url . "https://github.com/jixiuf/ctags-update"))]) + (ctl-mode . [(20151202 1006) nil "Major mode for editing GrADS script files" tar ((:commit . "1a13051db21b999c7682a015b33a03096ff9d891") (:authors ("Joe Wielgosz" . "joew@cola.iges.org")) (:maintainers ("Joe Wielgosz" . "joew@cola.iges.org")) (:maintainer "Joe Wielgosz" . "joew@cola.iges.org") (:keywords "grads" "script" "major-mode"))]) + (ctrlf . [(20221112 340) ((emacs (25 1))) "Emacs finally learns how to ctrl+F" tar ((:commit . "9b4cf6c79a961f2bfbb949805aa300fcf1eb40a6") (:authors ("Radian LLC" . "contact+ctrlf@radian.codes")) (:maintainers ("Radian LLC" . "contact+ctrlf@radian.codes")) (:maintainer "Radian LLC" . "contact+ctrlf@radian.codes") (:keywords "extensions") (:url . "https://github.com/radian-software/ctrlf"))]) + (ctrlxo . [(20201021 701) ((emacs (25 1))) "Switch to the most recently used window" tar ((:commit . "8ad95a81bd1ece06ebe40e2a83490775db64b419") (:authors ("Andrii Kolomoiets" . "andreyk.mad@gmail.com")) (:maintainers ("Andrii Kolomoiets" . "andreyk.mad@gmail.com")) (:maintainer "Andrii Kolomoiets" . "andreyk.mad@gmail.com") (:keywords "frames") (:url . "https://github.com/muffinmad/emacs-ctrlxo"))]) + (ctune . [(20210205 1428) ((emacs (26 1))) "Tune out CC Mode Noise Macros" tar ((:commit . "3f7abc6e74d4e5954b476ba9a1dc652f96b10c05") (:authors ("Mauro Aranda" . "maurooaranda@gmail.com")) (:maintainers ("Mauro Aranda" . "maurooaranda@gmail.com")) (:maintainer "Mauro Aranda" . "maurooaranda@gmail.com") (:keywords "c" "convenience") (:url . "https://github.com/maurooaranda/ctune"))]) + (ctxmenu . [(20140303 2142) ((popup (20140205 103)) (log4e (0 2 0)) (yaxception (0 1))) "Provide a context menu like right-click." tar ((:commit . "5c2376859562b98c07c985d2b483658e4c0e888e") (:authors ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainers ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainer "Hiroaki Otsu" . "ootsuhiroaki@gmail.com") (:keywords "popup") (:url . "https://github.com/aki2o/emacs-ctxmenu"))]) + (cubicaltt . [(20171108 1402) ((emacs (24 1)) (cl-lib (0 5))) "Mode for cubical type theory" tar ((:commit . "a867f3d66172020e30dd0614bd7b50f90b6fddd7") (:keywords "languages") (:url . "https://github.com/mortberg/cubicaltt"))]) + (cubicle-mode . [(20221031 2122) nil "Major mode for the Cubicle model checker" tar ((:commit . "7679c8452051ed5c89f891c72c6ada76757fc935") (:authors ("Alain Mebsout")) (:maintainers ("Alain Mebsout")) (:maintainer "Alain Mebsout"))]) + (cucumber-goto-step . [(20131210 519) ((pcre2el (1 5))) "Jump to cucumber step definition" tar ((:commit . "f2713ffb26ebe1b757d1f2ea80e900b55e5895aa") (:authors ("Glen Stampoultzis" . "gstamp@gmail.com")) (:maintainers ("Glen Stampoultzis" . "gstamp@gmail.com")) (:maintainer "Glen Stampoultzis" . "gstamp@gmail.com") (:url . "http://orthogonal.me"))]) + (cuda-mode . [(20201013 2230) nil "NVIDIA CUDA Major Mode" tar ((:commit . "7f593518fd135fc6af994024bcb47986dfa502d2") (:authors ("Jack Morrison" . "jackmorrison1@gmail.com")) (:maintainers ("Jack Morrison" . "jackmorrison1@gmail.com")) (:maintainer "Jack Morrison" . "jackmorrison1@gmail.com") (:keywords "c" "languages"))]) + (cue-mode . [(20220811 1938) ((emacs (25 1))) "Major mode for CUE language files" tar ((:commit . "31c671d56e7884fa87ad0f1d27d0bb439dc65380") (:authors ("Russell Sim" . "russell.sim@gmail.com")) (:maintainers ("Russell Sim" . "russell.sim@gmail.com")) (:maintainer "Russell Sim" . "russell.sim@gmail.com") (:keywords "data" "languages") (:url . "https://github.com/russell/cue-mode"))]) + (cue-sheet-mode . [(20230522 511) ((emacs (27 1))) "Major mode for editing CUE sheet files" tar ((:commit . "016dfa8aeed264e15e2f55b0b34fcfdb7e14b9d9") (:authors ("Peter Hoeg" . "peter@hoeg.com")) (:maintainers ("Peter Hoeg" . "peter@hoeg.com")) (:maintainer "Peter Hoeg" . "peter@hoeg.com") (:keywords "languages") (:url . "https://github.com/peterhoeg/cue-sheet-mode"))]) + (curl-to-elisp . [(20201124 1012) ((emacs (25 1))) "Convert cURL command to Emacs Lisp code" tar ((:commit . "63d8d9c6d5efb8af8aa88042bfc0690ba699ef64") (:authors ("Xu Chunyang")) (:maintainers ("Xu Chunyang")) (:maintainer "Xu Chunyang") (:keywords "lisp") (:url . "https://github.com/xuchunyang/curl-to-elisp"))]) + (currency-convert . [(20231215 1526) ((emacs (24 4))) "Currency converter" tar ((:commit . "125a718e73f826f461856aabd19bb2de9327531b") (:authors ("Lassi Kortela" . "lassi@lassi.io")) (:maintainers ("Lassi Kortela" . "lassi@lassi.io")) (:maintainer "Lassi Kortela" . "lassi@lassi.io") (:keywords "comm" "convenience" "i18n") (:url . "https://github.com/lassik/emacs-currency-convert"))]) + (current-word-highlight . [(20210323 1401) nil "Highlight the current word minor mode" tar ((:commit . "d860f4e170ffa4cef840da93647f458cc409d554") (:authors ("Kijima Daigo" . "norimaking777@gmail.com")) (:maintainers ("Kijima Daigo" . "norimaking777@gmail.com")) (:maintainer "Kijima Daigo" . "norimaking777@gmail.com") (:keywords "highlight" "face" "convenience" "word") (:url . "https://github.com/kijimaD/current-word-highlight"))]) + (curry-on-theme . [(20210322 1717) ((emacs (24 1))) "A low contrast color theme" tar ((:commit . "b53a61d443cc75906d9f97e19f19be71f1e19bc4") (:authors ("Martín Varela" . "martin@varela.fi")) (:maintainers ("Martín Varela" . "martin@varela.fi")) (:maintainer "Martín Varela" . "martin@varela.fi") (:url . "https://github.com/mvarela/Curry-On-Theme"))]) + (cursor-flash . [(20210722 445) ((emacs (24 3))) "Highlight the cursor on buffer/window-switch" tar ((:commit . "6bb54a1e2e1bf9df80926718b1b8b9ee49080484") (:keywords "convenience" "faces" "maint") (:url . "https://github.com/Boruch-Baum/emacs-cursor-flash"))]) + (cursor-test . [(20131207 1732) ((emacs (24))) "testing library for cursor position in emacs." tar ((:commit . "e09956e048b88fd2ee8dd90b5678baed8b04d31b") (:authors ("ainame")) (:maintainers ("ainame")) (:maintainer "ainame") (:url . "https://github.com/ainame/cursor-test.el"))]) + (cwl-mode . [(20210510 1150) ((yaml-mode (0 0 13)) (emacs (24 4))) "A major mode for editing CWL" tar ((:commit . "23a333119efaac78453cba95d316109805bd6aec") (:authors ("Tomoya Tanjo" . "ttanjo@gmail.com")) (:maintainers ("Tomoya Tanjo" . "ttanjo@gmail.com")) (:maintainer "Tomoya Tanjo" . "ttanjo@gmail.com") (:keywords "languages" "cwl" "common workflow language") (:url . "https://github.com/tom-tan/cwl-mode"))]) + (cyanometric-theme . [(20220822 301) ((autothemer (0 2)) (emacs (24))) "A Theme with overwhelming bias towards cyan" tar ((:commit . "9b20e33a8cc2c76bfe6ad45916be6881386707f5") (:url . "http://github.com/emacsfodder/emacs-theme-cyanometric"))]) + (cybercafe-theme . [(20231122 1444) ((emacs (24 1))) "Cybercafe color theme" tar ((:commit . "c241228914c9bd070733b1e97ea11a5cb6331e86") (:authors (nil . "Gabriel de Brito gabrielgbrito@icloud.com")) (:maintainers (nil . "Gabriel de Brito gabrielgbrito@icloud.com")) (:maintainer nil . "Gabriel de Brito gabrielgbrito@icloud.com") (:keywords "faces") (:url . "http://github.com/gboncoffee/cybercafe-emacs-theme"))]) + (cyberpunk-2019-theme . [(20191008 1133) ((emacs (24 1))) "A retina-scorching cyberpunk theme" tar ((:commit . "7e40c37210c363b2819fd9bb98a73101d7a3c206") (:authors ("Alex Lynham" . "alex@lynh.am")) (:maintainers ("Alex Lynham" . "alex@lynh.am")) (:maintainer "Alex Lynham" . "alex@lynh.am") (:keywords "cyberpunk" "theme" "themes") (:url . "https://github.com/the-frey/cyberpunk-2019"))]) + (cyberpunk-theme . [(20240112 1944) nil "Cyberpunk Color Theme" tar ((:commit . "1fd5350ddfc53c30e6eef82af77c62d7c825df3c") (:authors ("Nicholas M. Van Horn" . "nvanhorn@protonmail.com")) (:maintainers ("Nicholas M. Van Horn" . "nvanhorn@protonmail.com")) (:maintainer "Nicholas M. Van Horn" . "nvanhorn@protonmail.com") (:keywords "color" "theme" "cyberpunk") (:url . "https://github.com/n3mo/cyberpunk-theme.el"))]) + (cycbuf . [(20131203 2037) nil "Cycle buffers, inspired by swbuff.el, swbuff-x.el, and bs.el" tar ((:commit . "1079b41c3eb27d65b66d4399959bb6253f84858e") (:authors ("Martin Pohlack martinp (at) gmx.de")) (:maintainers ("Martin Pohlack martinp (at) gmx.de")) (:maintainer "Martin Pohlack martinp (at) gmx.de") (:keywords "files" "convenience" "buffer switching") (:url . "https://github.com/martinp26/cycbuf"))]) + (cycle-at-point . [(20240422 300) ((emacs (29 1)) (recomplete (0 2))) "Cycle (rotate) the thing under the cursor" tar ((:commit . "317dd682924f1ddcb61cbcd0008072abe3c5264b") (:authors ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainers ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainer "Campbell Barton" . "ideasman42@gmail.com") (:keywords "convenience") (:url . "https://codeberg.org/ideasman42/emacs-cycle-at-point"))]) + (cycle-resize . [(20160521 1557) nil "Cycle resize the current window horizontally or vertically" tar ((:commit . "7d255d6fe85f12c967a0f7fcfcf18633be194c88") (:authors ("Pierre Lecocq")) (:maintainers ("Pierre Lecocq")) (:maintainer "Pierre Lecocq") (:url . "https://github.com/pierre-lecocq/cycle-resize"))]) + (cycle-themes . [(20150403 309) ((cl-lib (0 5))) "A global minor mode to make switching themes easier" tar ((:commit . "2660c3178be7b28c2cb5dde2dd70a4bd51dae3a2") (:keywords "themes" "utility" "global minor mode") (:url . "http://github.com/toroidal-code/cycle-themes.el"))]) + (cyphejor . [(20230606 1501) ((emacs (24 4))) "Shorten major mode names using user-defined rules" tar ((:commit . "5444ae370ccdf3991aabe97b12004c987256c9e5") (:authors ("Mark Karpov" . "markkarpov92@gmail.com")) (:maintainers ("Mark Karpov" . "markkarpov92@gmail.com")) (:maintainer "Mark Karpov" . "markkarpov92@gmail.com") (:keywords "convenience") (:url . "https://github.com/mrkkrp/cyphejor"))]) + (cypher-mode . [(20151110 1142) nil "major mode for editing cypher scripts" tar ((:commit . "ce8543d7877c736c574a17b49874c9dcdc7a06d6") (:authors ("François-Xavier Bois ")) (:maintainers ("François-Xavier Bois")) (:maintainer "François-Xavier Bois") (:keywords "cypher" "graph") (:url . "http://github.com/fxbois/cypher-mode"))]) + (cython-mode . [(20221130 1257) nil "Major mode for editing Cython files" tar ((:commit . "3e4790559d3168fe992cf2aa62f01423038cedb5"))]) + (czech-holidays . [(20160113 1752) nil "Adds a list of Czech public holidays to Emacs calendar" tar ((:commit . "d19828122cf3322bcf50601cefa4ac385d2d8f82") (:authors ("David Chkhikvadze" . "david.chk@outlook.com")) (:maintainers ("David Chkhikvadze" . "david.chk@outlook.com")) (:maintainer "David Chkhikvadze" . "david.chk@outlook.com") (:keywords "calendar"))]) + (d-mode . [(20240529 611) ((emacs (25 1))) "D Programming Language major mode for (X)Emacs" tar ((:commit . "cbdabb9ca566cc12403f37f46d4102fe778e2721") (:authors ("William Baxter")) (:maintainers ("Russel Winder" . "russel@winder.org.uk")) (:maintainer "Russel Winder" . "russel@winder.org.uk") (:keywords "d" "programming" "language" "emacs" "cc-mode"))]) + (d2-mode . [(20230210 1130) ((emacs (26 1))) "Major mode for working with d2 graphs" tar ((:commit . "cbe7b16141bd80fe4344f0403e61fd7ee4e0fd89") (:authors ("Andor Kesselman" . "andor@henosisknot.com")) (:maintainers ("Andor Kesselman" . "andor@henosisknot.com")) (:maintainer "Andor Kesselman" . "andor@henosisknot.com") (:keywords "d2" "graphs" "tools" "processes") (:url . "https://github.com/andorsk/d2-mode"))]) + (dactyl-mode . [(20140906 1725) nil "Major mode for editing Pentadactyl config files" tar ((:commit . "cc55fe6b987271d9647492b8df4c812d884f661f") (:keywords "languages" "vim") (:url . "https://github.com/luxbock/dactyl-mode"))]) + (dad-joke . [(20170928 658) ((emacs (24))) "Get/display dad jokes" tar ((:commit . "bee47e7b746b403228fa7d7361cb095de19ac9ba") (:authors ("Dave Pearson" . "davep@davep.org")) (:maintainers ("Dave Pearson" . "davep@davep.org")) (:maintainer "Dave Pearson" . "davep@davep.org") (:keywords "games") (:url . "https://github.com/davep/dad-joke.el"))]) + (daemons . [(20231212 1324) ((emacs (25 1)) (s (1 13 0)) (compat (29 1 4 2))) "UI for managing init system daemons (services)" tar ((:commit . "6b6b97b7bac3040cfc58ea5ca7bd9dc9003068fb") (:authors ("Chris Bowdon")) (:maintainers ("Chris Bowdon")) (:maintainer "Chris Bowdon") (:keywords "unix" "convenience") (:url . "https://github.com/cbowdon/daemons.el"))]) + (dakrone-light-theme . [(20170808 2140) nil "dakrone's custom light theme" tar ((:commit . "06f198dc8b4ca7421990b30a23d89c8e0b8c5de4") (:authors ("Lee Hinman ")) (:maintainers ("Lee Hinman ")) (:maintainer "Lee Hinman ") (:keywords "color" "themes" "faces") (:url . "https://github.com/dakrone/dakrone-light-theme"))]) + (dakrone-theme . [(20170801 1933) nil "dakrone's custom dark theme" tar ((:commit . "232ad1be5f3572dcbdf528f1655109aa355a6937") (:authors ("Lee Hinman ")) (:maintainers ("Lee Hinman ")) (:maintainer "Lee Hinman ") (:keywords "color" "themes") (:url . "https://github.com/dakrone/dakrone-theme"))]) + (dall-e-shell . [(20240112 1749) ((emacs (27 1)) (shell-maker (0 49 1))) "Interaction mode for DALL-E" tar ((:commit . "39dd8e7415ebe6d836a1d721337019cfea89f5ad") (:authors ("Alvaro Ramirez https://xenodium.com")) (:maintainers ("Alvaro Ramirez https://xenodium.com")) (:maintainer "Alvaro Ramirez https://xenodium.com") (:url . "https://github.com/xenodium/chatgpt-shell"))]) + (daml-lsp . [(20231101 1818) ((daml-mode (1 0)) (dash (2 18 0)) (f (0 20 0)) (ht (2 3)) (lsp-mode (7 0))) "LSP client definition for daml" tar ((:commit . "26ea6a1b34c49aaa5a2b395a0468c8af710bfab7") (:authors ("Bártfai Tamás")) (:maintainers ("Bártfai Tamás")) (:maintainer "Bártfai Tamás") (:url . "https://github.com/bartfaitamas/daml-mode"))]) + (daml-mode . [(20231106 916) ((emacs (27 1)) (haskell-mode (16 1))) "Major mode for daml" tar ((:commit . "3ba1166edd4c22402996625b1f8a05a2d5b1cbc6") (:authors ("Bártfai Tamás")) (:maintainers ("Bártfai Tamás")) (:maintainer "Bártfai Tamás") (:url . "https://github.com/bartfaitamas/daml-mode"))]) + (danneskjold-theme . [(20231110 722) nil "Beautiful high-contrast Emacs theme." tar ((:commit . "b3335e44f468c019c95a8210ce1ed9fe23c65735") (:authors ("Dmitry Akatov" . "akatovda@yandex.com")) (:maintainer "Dmitry Akatov" . "akatovda@yandex.com") (:url . "https://github.com/rails-to-cosmos/danneskjold-theme"))]) + (dante . [(20230808 658) ((dash (2 12 0)) (emacs (27 1)) (f (0 19 0)) (flycheck (0 30)) (company (0 9)) (flymake (1 0)) (s (1 11 0)) (lcr (1 5))) "Development mode for Haskell" tar ((:commit . "ca47f8cc1392c7045db7da8b4fafe86b7c044e90") (:authors ("Jean-Philippe Bernardy" . "jeanphilippe.bernardy@gmail.com")) (:maintainers ("Jean-Philippe Bernardy" . "jeanphilippe.bernardy@gmail.com")) (:maintainer "Jean-Philippe Bernardy" . "jeanphilippe.bernardy@gmail.com") (:keywords "haskell" "tools") (:url . "https://github.com/jyp/dante"))]) + (dap-mode . [(20240611 1356) ((emacs (27 1)) (dash (2 18 0)) (lsp-mode (6 0)) (bui (1 1 0)) (f (0 20 0)) (s (1 12 0)) (lsp-treemacs (0 1)) (posframe (0 7 0)) (ht (2 3)) (lsp-docker (1 0 0))) "Debug Adapter Protocol mode" tar ((:commit . "b407773ebca56e3bd8e6a4643854e91cbde0c35e") (:authors ("Ivan Yonchovski" . "yyoncho@gmail.com")) (:maintainers ("Ivan Yonchovski" . "yyoncho@gmail.com")) (:maintainer "Ivan Yonchovski" . "yyoncho@gmail.com") (:keywords "languages" "debug") (:url . "https://github.com/emacs-lsp/dap-mode"))]) + (darcsum . [(20190316 2215) nil "a pcl-cvs like interface for managing darcs patches" tar ((:commit . "6a8b690539d133c5e3d17cb23fe4365fbb6fb493") (:authors ("John Wiegley" . "johnw@gnu.org")) (:maintainers ("John Wiegley" . "johnw@gnu.org")) (:maintainer "John Wiegley" . "johnw@gnu.org") (:keywords "completion" "convenience" "tools" "vc"))]) + (darcula-theme . [(20171227 1845) nil "Inspired by IntelliJ's Darcula theme" tar ((:commit . "d9b82b58ded9014985be6658f4ab17e26ed9e93e") (:authors ("Sam Halliday" . "Sam.Halliday@gmail.com")) (:maintainers ("Sam Halliday" . "Sam.Halliday@gmail.com")) (:maintainer "Sam Halliday" . "Sam.Halliday@gmail.com") (:keywords "faces") (:url . "https://gitlab.com/fommil/emacs-darcula-theme"))]) + (dark-krystal-theme . [(20170808 1300) ((emacs (24 0))) "an Emacs 24 theme based on Dark Krystal (tmTheme)" tar ((:commit . "79084b99665dc9ffb0ec62cc092349a5ecebebbc") (:authors ("Jason Milkins")) (:maintainers ("Jason Milkins")) (:maintainer "Jason Milkins") (:url . "https://github.com/emacsfodder/tmtheme-to-deftheme"))]) + (dark-mint-theme . [(20160302 642) nil "dark & minty fresh theme" tar ((:commit . "c8ad39b7115baf889b54c3e9bffe32daeab93c29"))]) + (dark-souls . [(20140314 1128) nil "Prepare to die" tar ((:commit . "2c9437265b52f966b2fb13a410a12f3b1e167cb7") (:authors ("Tom Jakubowski" . "tom@crystae.net")) (:maintainers ("Tom Jakubowski" . "tom@crystae.net")) (:maintainer "Tom Jakubowski" . "tom@crystae.net") (:keywords "games") (:url . "http://github.com/tomjakubowski/dark-souls.el"))]) + (darkman . [(20240203 1209) ((emacs (28 1))) "Seamless integration with Darkman" tar ((:commit . "136eac628595c6777eb6b2246a014dfcb3b6c625") (:authors ("Taha Aziz Ben Ali" . "ba.tahaaziz@gmail.com")) (:maintainers ("Taha Aziz Ben Ali" . "ba.tahaaziz@gmail.com")) (:maintainer "Taha Aziz Ben Ali" . "ba.tahaaziz@gmail.com") (:keywords "convenience") (:url . "https://darkman.grtcdr.tn"))]) + (darkmine-theme . [(20160406 624) nil "Yet another emacs dark color theme." tar ((:commit . "7f7e82ca03bcad52911fa41fb3e204e32d6ee63e") (:authors ("Pierre Lecocq" . "pierre.lecocq@gmail.com")) (:maintainers ("Pierre Lecocq" . "pierre.lecocq@gmail.com")) (:maintainer "Pierre Lecocq" . "pierre.lecocq@gmail.com") (:url . "https://github.com/pierre-lecocq/darkmine-theme"))]) + (darkokai-theme . [(20200614 1452) nil "A darker variant on Monokai." tar ((:commit . "5820aeddfc8c869ba840cc534eba776936656a66") (:url . "http://github.com/sjrmanning/darkokai"))]) + (darktooth-theme . [(20231011 427) ((emacs (27 1)) (autothemer (0 2))) "From the darkness... it watches" tar ((:commit . "2358dd334b5dcb6dc9828422bd7bd1e4da556819") (:url . "http://github.com/emacsfodder/emacs-theme-darktooth"))]) + (dart-mode . [(20231002 1138) ((emacs (27 1))) "Major mode for editing Dart files" tar ((:commit . "61e01142352f6813aca6512bedadb5007de3a0b9") (:authors ("Brady Trainor")) (:maintainers ("Jen-Chieh Shen" . "jcs090218@gmail.com")) (:maintainer "Jen-Chieh Shen" . "jcs090218@gmail.com") (:keywords "languages") (:url . "https://github.com/emacsorphanage/dart-mode"))]) + (dart-server . [(20210501 1445) ((emacs (24 5)) (cl-lib (0 5)) (dash (2 10 0)) (flycheck (0 23)) (s (1 10))) "Minor mode for editing Dart files" tar ((:commit . "75562baf9a89b7e314bc2f795f6ecdc5d1f2cc8c") (:authors ("Natalie Weizenbaum") ("Brady Trainor" . "mail@bradyt.com")) (:maintainers ("Brady Trainor" . "mail@bradyt.com")) (:maintainer "Brady Trainor" . "mail@bradyt.com") (:keywords "languages") (:url . "https://github.com/bradyt/dart-server"))]) + (dash . [(20240510 1327) ((emacs (24))) "A modern list library for Emacs" tar ((:commit . "1de9dcb83eacfb162b6d9a118a4770b1281bcd84") (:authors ("Magnar Sveen" . "magnars@gmail.com")) (:maintainers ("Magnar Sveen" . "magnars@gmail.com")) (:maintainer "Magnar Sveen" . "magnars@gmail.com") (:keywords "extensions" "lisp") (:url . "https://github.com/magnars/dash.el"))]) + (dash-alfred . [(20191024 450) ((emacs (25 1))) "Search Dash documentation via Dash-Alfred-Workflow" tar ((:commit . "fcd21bd6c7eb5cd31377be970406ff3d2454bd5c") (:authors ("Xu Chunyang")) (:maintainers ("Xu Chunyang")) (:maintainer "Xu Chunyang") (:keywords "docs") (:url . "https://github.com/xuchunyang/dash-alfred.el"))]) + (dash-at-point . [(20211023 104) nil "Search the word at point with Dash" tar ((:commit . "fba1a6f42ea51d05110e12c62bdced664059eb55") (:authors ("Shinji Tanaka" . "shinji.tanaka@gmail.com")) (:maintainers ("Shinji Tanaka" . "shinji.tanaka@gmail.com")) (:maintainer "Shinji Tanaka" . "shinji.tanaka@gmail.com") (:url . "https://github.com/stanaka/dash-at-point"))]) + (dash-docs . [(20210830 926) ((emacs (24 4)) (cl-lib (0 5)) (async (1 9 3))) "Offline documentation browser using Dash docsets." tar ((:commit . "29848b6b347ac520f7646c200ed2ec36cea3feda") (:authors ("Raimon Grau" . "raimonster@gmail.com") ("Toni Reina " . "areina0@gmail.com") ("Bryan Gilbert" . "bryan@bryan.sh")) (:maintainers ("Raimon Grau" . "raimonster@gmail.com")) (:maintainer "Raimon Grau" . "raimonster@gmail.com") (:keywords "docs") (:url . "http://github.com/areina/helm-dash"))]) + (dash-functional . [(20210826 1149) ((dash (2 18 0))) "Collection of useful combinators for Emacs Lisp" tar ((:commit . "39d067b9fbb2db65fc7a6938bfb21489ad990cb4") (:authors ("Matus Goljer" . "matus.goljer@gmail.com") ("Magnar Sveen" . "magnars@gmail.com")) (:maintainers ("Matus Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matus Goljer" . "matus.goljer@gmail.com") (:keywords "extensions" "lisp") (:url . "https://github.com/magnars/dash.el"))]) + (dashboard . [(20240529 2058) ((emacs (26 1))) "A startup screen extracted from Spacemacs" tar ((:commit . "3852301f9c6f3104d9cc98389612b5ef3452a7de") (:authors ("Rakan Al-Hneiti" . "rakan.alhneiti@gmail.com")) (:maintainers ("Jesús Martínez" . "jesusmartinez93@gmail.com")) (:maintainer "Jesús Martínez" . "jesusmartinez93@gmail.com") (:keywords "startup" "screen" "tools" "dashboard") (:url . "https://github.com/emacs-dashboard/emacs-dashboard"))]) + (dashboard-hackernews . [(20220516 1809) ((emacs (24)) (dashboard (1 2 5)) (request (0 3 0))) "Display Hacker News on dashboard" tar ((:commit . "34d86bffcde7e6d10ffa7c5080a71a144f01f3aa") (:authors ("Hayato KAJIYAMA" . "kaji1216@gmail.com")) (:maintainers ("Hayato KAJIYAMA" . "kaji1216@gmail.com")) (:maintainer "Hayato KAJIYAMA" . "kaji1216@gmail.com") (:url . "https://github.com/hyakt/emacs-dashboard-hackernews"))]) + (dashboard-ls . [(20240101 841) ((emacs (26 1)) (dashboard (1 2 5))) "Display files/directories in current directory on Dashboard" tar ((:commit . "bc79640e8fcc625ff1af31d5e17b054b1f535f39") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "directory" "file" "show") (:url . "https://github.com/emacs-dashboard/dashboard-ls"))]) + (dashboard-project-status . [(20190202 1354) ((emacs (24)) (git (0 1 1)) (dashboard (1 2 5))) "Display a git project status in a dashboard widget." tar ((:commit . "7675c138e9df8fe2c626e7ba9bbb8b6717671a41") (:authors ("Jason Duncan" . "jasond496@msn.com")) (:maintainers ("Jason Duncan" . "jasond496@msn.com")) (:maintainer "Jason Duncan" . "jasond496@msn.com") (:url . "https://github.com/functionreturnfunction/dashboard-project-status"))]) + (date-at-point . [(20150308 1243) nil "Add `date' to `thing-at-point' function" tar ((:commit . "258c0268cc4357640c2af78774ba9667beff28ee") (:authors ("Alex Kost" . "alezost@gmail.com")) (:maintainers ("Alex Kost" . "alezost@gmail.com")) (:maintainer "Alex Kost" . "alezost@gmail.com") (:keywords "convenience") (:url . "https://github.com/alezost/date-at-point.el"))]) + (date-field . [(20141129 1539) ((dash (2 9 0)) (log4e (0 2 0)) (yaxception (0 3 2))) "Date widget" tar ((:commit . "11c9170d1f7b343233f7716d4c0a62be024c1654") (:authors ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainers ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainer "Hiroaki Otsu" . "ootsuhiroaki@gmail.com") (:keywords "widgets") (:url . "https://github.com/aki2o/emacs-date-field"))]) + (date2name . [(20190630 933) ((emacs (24 4))) "Package to prepend ISO Timestamps to files" tar ((:commit . "1d239e4d647ad8ba5cd23a8d4012a9f10bcf7d7d") (:authors ("Max Beutelspacher")) (:maintainers ("Max Beutelspacher")) (:maintainer "Max Beutelspacher") (:keywords "files" "convenience") (:url . "https://github.com/DerBeutlin/date2name.el"))]) + (datetime . [(20240418 1601) ((emacs (25 1)) (extmap (1 1 1))) "Parsing, formatting and matching timestamps" tar ((:commit . "38f0e180ae36257d77ce9612dfca8404f39ddcfc") (:authors ("Paul Pogonyshev" . "pogonyshev@gmail.com")) (:maintainers ("Paul Pogonyshev" . "pogonyshev@gmail.com")) (:maintainer "Paul Pogonyshev" . "pogonyshev@gmail.com") (:keywords "lisp" "i18n") (:url . "https://github.com/doublep/datetime"))]) + (datetime-format . [(20240105 1901) ((emacs (26 3))) "Datetime functions" tar ((:commit . "c4ee8ef11bc95c78c390497f1d1397ca57a96f97") (:authors ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainers ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainer "USAMI Kenta" . "tadsan@zonu.me") (:keywords "lisp" "datetime" "calendar") (:url . "https://github.com/emacs-php/emacs-datetime"))]) + (datomic-snippets . [(20180817 1045) ((s (1 4 0)) (dash (1 2 0)) (yasnippet (0 6 1))) "Yasnippets for Datomic" tar ((:commit . "4a14228840d5252e13d2bf6209670f26345bbb84") (:authors ("Magnar Sveen" . "magnars@gmail.com")) (:maintainer "Magnar Sveen" . "magnars@gmail.com") (:keywords "snippets"))]) + (dayone . [(20160105 1240) ((uuid (0 0 3)) (mustache (0 22)) (ht (1 5))) "Utility script for Day One" tar ((:commit . "ab628274f0806451f23bce16f62a6a11cbf91a2b") (:authors ("mori-dev" . "mori.dev.asdf@gmail.com")) (:maintainers ("mori-dev" . "mori.dev.asdf@gmail.com")) (:maintainer "mori-dev" . "mori.dev.asdf@gmail.com") (:keywords "day one" "tools" "convenience") (:url . "https://github.com/mori-dev/emacs-dayone"))]) + (db . [(20140421 2111) ((kv (0 0 11))) "A database for EmacsLisp" tar ((:commit . "b3a423fb8e72f9013009cbe033d654df2ce31438") (:authors ("Nic Ferrier" . "nferrier@ferrier.me.uk")) (:maintainers ("Nic Ferrier" . "nferrier@ferrier.me.uk")) (:maintainer "Nic Ferrier" . "nferrier@ferrier.me.uk") (:keywords "data" "lisp"))]) + (db-pg . [(20130131 1902) ((pg (0 12)) (db (0 0 6))) "A PostgreSQL adapter for emacs-db" tar ((:commit . "7d5ab86b74b05fe003b3b434d4835f37f3f3eded") (:authors ("Nic Ferrier" . "nic@ferrier.me.uk")) (:maintainers ("Nic Ferrier" . "nic@ferrier.me.uk")) (:maintainer "Nic Ferrier" . "nic@ferrier.me.uk") (:keywords "data" "comm" "database" "postgresql"))]) + (dbc . [(20201001 1452) ((emacs (24 4)) (cl-lib (0 5)) (ht (2 3))) "Control how to open buffers" tar ((:commit . "6728e72f72347d098b7d75ac4c29a7d687cc9ed3") (:authors ("Matsievskiy S.V.")) (:maintainers ("Matsievskiy S.V.")) (:maintainer "Matsievskiy S.V.") (:keywords "convenience") (:url . "https://gitlab.com/matsievskiysv/display-buffer-control"))]) + (ddate . [(20221031 1611) ((emacs (24 4))) "Manage Discordian dates with ddate" tar ((:commit . "31576a62792743c614e362688b3752b7a959814e") (:authors ("Erik L. Arneson" . "earneson@arnesonium.com")) (:maintainers ("Erik L. Arneson" . "earneson@arnesonium.com")) (:maintainer "Erik L. Arneson" . "earneson@arnesonium.com") (:keywords "lisp" "dates" "tools" "dashboard") (:url . "https://git.sr.ht/~earneson/emacs-ddate"))]) + (ddskk . [(20230701 2340) ((ccc (1 43)) (cdb (20141201 754))) "Simple Kana to Kanji conversion program." tar ((:commit . "8c47f46e38a29a0f3eabcd524268d20573102467") (:authors ("Masahiko Sato" . "masahiko@kuis.kyoto-u.ac.jp")) (:maintainer "SKK Development Team") (:keywords "japanese" "mule" "input method") (:url . "https://github.com/skk-dev/ddskk"))]) + (ddskk-posframe . [(20200812 917) ((emacs (26 1)) (posframe (0 4 3)) (ddskk (16 2 50))) "Show Henkan tooltip for ddskk via posframe" tar ((:commit . "299493dd951e5a0b43b8213321e3dc0bac10f762") (:authors ("Naoya Yamashita" . "conao3@gmail.com")) (:maintainers ("Naoya Yamashita" . "conao3@gmail.com")) (:maintainer "Naoya Yamashita" . "conao3@gmail.com") (:keywords "tooltip" "convenience" "posframe") (:url . "https://github.com/conao3/ddskk-posframe.el"))]) + (deadgrep . [(20240408 1537) ((emacs (25 1)) (dash (2 12 0)) (s (1 11 0)) (spinner (1 7 3))) "fast, friendly searching with ripgrep" tar ((:commit . "eafc642c551e6d5df7eb1fee9aa7596e59811178") (:authors ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainers ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainer "Wilfred Hughes" . "me@wilfred.me.uk") (:keywords "tools") (:url . "https://github.com/Wilfred/deadgrep"))]) + (debian-el . [(20240614 743) nil "startup file for the debian-el package" tar ((:commit . "527abfd2d44520c1207942e4e346085c08c52ec8") (:authors ("Debian Emacsen Team" . "debian-emacsen@lists.debian.org")) (:maintainers ("Debian Emacsen Team" . "debian-emacsen@lists.debian.org")) (:maintainer "Debian Emacsen Team" . "debian-emacsen@lists.debian.org") (:keywords "debian" "apt" "elisp"))]) + (debpaste . [(20161214 2023) ((xml-rpc (1 6 7))) "Interface for getting/posting/deleting pastes from paste.debian.net" tar ((:commit . "6f2a400665062468ebd03a2ce1de2a73d9084958") (:authors ("Alex Kost" . "alezost@gmail.com")) (:maintainers ("Alex Kost" . "alezost@gmail.com")) (:maintainer "Alex Kost" . "alezost@gmail.com") (:keywords "paste") (:url . "http://github.com/alezost/debpaste.el"))]) + (debug-print . [(20140126 19) ((emacs (24))) "A nice printf debugging environment by the way Gauche do" tar ((:commit . "d817fd9ea2d3f8d2c1ace4d8af155684f3a99dc5") (:authors ("Ken Okada" . "keno.ss57@gmail.com")) (:maintainers ("Ken Okada" . "keno.ss57@gmail.com")) (:maintainer "Ken Okada" . "keno.ss57@gmail.com") (:keywords "extensions" "lisp" "tools" "maint") (:url . "https://github.com/kenoss/debug-print"))]) + (decide . [(20230424 1647) nil "rolling dice and other random things" tar ((:commit . "9c0e4c4493f9af9a981627d0630ac6cb2d8c98f0") (:authors ("Pelle Nilsson" . "perni@lysator.liu.se")) (:maintainers ("Pelle Nilsson" . "perni@lysator.liu.se")) (:maintainer "Pelle Nilsson" . "perni@lysator.liu.se"))]) + (decl . [(20221027 1823) ((dash (2 5 0)) (emacs (24 3)) (cl-lib (0 3))) "Library for organizing code declaratively" tar ((:commit . "1b11ee91c4b2a2d30b236debf65538fbe4bf10a9") (:authors ("Preetpal S. Sohal")) (:maintainers ("Preetpal S. Sohal")) (:maintainer "Preetpal S. Sohal") (:url . "https://github.com/preetpalS/decl.el"))]) + (declutter . [(20220310 2101) ((emacs (25 1))) "Read html content and (some) paywall sites without clutter" tar ((:commit . "0b2ca86fa716dfc2fb3bc3425019f049dd65eda2") (:authors ("Sanel Zukan" . "sanelz@gmail.com")) (:maintainers ("Sanel Zukan" . "sanelz@gmail.com")) (:maintainer "Sanel Zukan" . "sanelz@gmail.com") (:keywords "html" "hypermedia" "terminals") (:url . "http://www.github.com/sanel/declutter"))]) + (decor . [(20231210 1247) ((emacs (24 1))) "Modify visual decorations" tar ((:commit . "b0c8dfee69c9c5fe54c82cfcb2638377eb744464") (:authors ("Peter Badida" . "keyweeusr@gmail.com")) (:maintainers ("Peter Badida" . "keyweeusr@gmail.com")) (:maintainer "Peter Badida" . "keyweeusr@gmail.com") (:keywords "convenience" "window" "decoration" "distraction" "xprop" "xwayland") (:url . "https://github.com/KeyWeeUsr/decor"))]) + (dedicated . [(20151202 110) nil "A very simple minor mode for dedicated buffers" tar ((:commit . "f47b504c0c56fa5ab9d1028417ca1f65a713a2f0") (:authors ("Eric Crampton" . "eric@atdesk.com")) (:maintainers ("Eric Crampton" . "eric@atdesk.com")) (:maintainer "Eric Crampton" . "eric@atdesk.com") (:keywords "dedicated" "buffer"))]) + (dedukti-mode . [(20171103 1212) nil "Major mode for Dedukti files" tar ((:commit . "d7c3505a1046187de3c3aeb144455078d514594e") (:authors ("Raphaël Cauderlier")) (:maintainers ("Raphaël Cauderlier")) (:maintainer "Raphaël Cauderlier") (:keywords "languages" "dedukti") (:url . "https://github.com/rafoo/dedukti-mode"))]) + (default-font-presets . [(20240421 637) ((emacs (26 1))) "Support selecting fonts from a list of presets" tar ((:commit . "0087cbcbf78f107c0f908e4930f886a2d920eb90") (:authors ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainers ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainer "Campbell Barton" . "ideasman42@gmail.com") (:url . "https://codeberg.org/ideasman42/emacs-default-font-presets"))]) + (default-text-scale . [(20191226 2234) ((emacs (24))) "Easily adjust the font size in all frames" tar ((:commit . "bfc0987c37e93742255d3b23d86c17096fda8e7e") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "frames" "faces") (:url . "https://github.com/purcell/default-text-scale"))]) + (defcapture . [(20230909 353) ((emacs (25 1)) (doct (3 0))) "A convenience macro for the Doct DSL" tar ((:commit . "777a10a3343da0553813d004a67e39e2df1bcbb2") (:authors ("Abraham Aguilar" . "a.aguilar@ciencias.unam.mx")) (:maintainers ("Abraham Aguilar" . "a.aguilar@ciencias.unam.mx")) (:maintainer "Abraham Aguilar" . "a.aguilar@ciencias.unam.mx") (:keywords "convenience" "org") (:url . "https://github.com/aggu4/defcapture"))]) + (deferred . [(20170901 1330) ((emacs (24 4))) "Simple asynchronous functions for emacs lisp" tar ((:commit . "2239671d94b38d92e9b28d4e12fd79814cfb9c16") (:authors ("SAKURAI Masashi ")) (:maintainers ("SAKURAI Masashi ")) (:maintainer "SAKURAI Masashi ") (:keywords "deferred" "async") (:url . "https://github.com/kiwanami/emacs-deferred"))]) + (define-it . [(20240101 933) ((emacs (25 1)) (s (1 12 0)) (popup (0 5 3)) (pos-tip (0 4 6)) (posframe (1 1 7)) (define-word (0 1 0)) (google-translate (0 11 18)) (wiki-summary (0 1))) "Define, translate, wiki the word" tar ((:commit . "a12331b5f4098b3cb0b046398fc3a34de1651de6") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "dictionary" "explanation" "search" "wiki") (:url . "https://github.com/jcs-elpa/define-it"))]) + (define-scratch . [(20221220 946) ((emacs (24 3))) "Define new commands to make scratch buffers" tar ((:commit . "26cf11f801c2b5df0fbd56d2c4f7ac41b3ccd1c6") (:authors ("Lassi Kortela" . "lassi@lassi.io")) (:maintainers ("Lassi Kortela" . "lassi@lassi.io")) (:maintainer "Lassi Kortela" . "lassi@lassi.io") (:keywords "languages" "util") (:url . "https://github.com/lassik/emacs-define-scratch"))]) + (define-word . [(20220104 1848) ((emacs (24 3))) "display the definition of word at point." tar ((:commit . "31a8c67405afa99d0e25e7c86a4ee7ef84a808fe") (:authors ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainers ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") (:keywords "dictionary" "convenience") (:url . "https://github.com/abo-abo/define-word"))]) + (defproject . [(20151201 2219) ((emacs (24))) "Manager dir-locals and project specific variables" tar ((:commit . "674d48a5e34cb4bba76faa38ee901322ec649086") (:authors (nil . "")) (:maintainers (nil . "")) (:maintainer nil . "") (:keywords "convenience") (:url . "https://github.com/kotfic/defproject"))]) + (defrepeater . [(20180830 410) ((emacs (25 2)) (s (1 12 0))) "Easily make commands repeatable" tar ((:commit . "62b00ede57d2e115b9ef9f21268c021ae1186873") (:authors ("Adam Porter" . "adam@alphapapa.net")) (:maintainers ("Adam Porter" . "adam@alphapapa.net")) (:maintainer "Adam Porter" . "adam@alphapapa.net") (:keywords "convenience") (:url . "http://github.com/alphapapa/defrepeater.el"))]) + (deft . [(20240524 1524) nil "quickly browse, filter, and edit plain text notes" tar ((:commit . "b369d7225d86551882568788a23c5497b232509c") (:authors ("Jason R. Blevins" . "jrblevin@xbeta.org")) (:maintainers ("Jason R. Blevins" . "jrblevin@xbeta.org")) (:maintainer "Jason R. Blevins" . "jrblevin@xbeta.org") (:keywords "plain text" "notes" "simplenote" "notational velocity") (:url . "https://jblevins.org/projects/deft/"))]) + (delim-kill . [(20100517 620) nil "Kill text between delimiters." tar ((:commit . "1dbe47344f2d2cbc8c54beedf0cf0bf10fd203c1") (:authors ("Thomas Kappler" . "tkappler@gmail.com")) (:maintainers ("Thomas Kappler" . "tkappler@gmail.com")) (:maintainer "Thomas Kappler" . "tkappler@gmail.com") (:keywords "convenience" "languages") (:url . "http://github.com/thomas11/delim-kill/tree/master"))]) + (demangle-mode . [(20210822 2210) ((cl-lib (0 1)) (emacs (24 3))) "Automatically demangle C++, D, and Rust symbols" tar ((:commit . "04f545adab066708d6151f13da65aaf519f8ac4e") (:authors ("Ben Liblit" . "liblit@acm.org")) (:maintainers ("Ben Liblit" . "liblit@acm.org")) (:maintainer "Ben Liblit" . "liblit@acm.org") (:keywords "c" "tools") (:url . "https://github.com/liblit/demangle-mode"))]) + (demap . [(20220322 2309) ((emacs (25 1))) "Detachable minimap package" tar ((:commit . "c42ec4752544f80ca7c172ff65e705a56089bc96") (:authors ("Sawyer Gardner ")) (:maintainers ("Sawyer Gardner ")) (:maintainer "Sawyer Gardner ") (:keywords "lisp" "tools" "convenience") (:url . "https://gitlab.com/sawyerjgardner/demap.el"))]) + (demo-it . [(20211221 2152) nil "Create demonstrations" tar ((:commit . "8ade739bb2605275f1f56128a0a9a8c6b55bab6a") (:authors ("Howard Abrams" . "howard.abrams@gmail.com")) (:maintainers ("Howard Abrams" . "howard.abrams@gmail.com")) (:maintainer "Howard Abrams" . "howard.abrams@gmail.com") (:keywords "demonstration" "presentation" "test"))]) + (deno-fmt . [(20230117 1117) ((emacs (24))) "Minor mode for using deno fmt on save" tar ((:commit . "6378966f448a3b9b5ae98af58cd13a031bd26702") (:authors ("Russell Clarey ")) (:maintainers ("Russell Clarey ")) (:maintainer "Russell Clarey ") (:url . "https://github.com/russell/deno-emacs"))]) + (deno-ts-mode . [(20230912 202) ((emacs (29 1))) "Major mode for Deno" tar ((:commit . "526b6c00483cd86a028805e31ebd8a4a7000c3da") (:authors ("Graham Marlow" . "info@mgmarlow.com")) (:maintainers ("Graham Marlow" . "info@mgmarlow.com")) (:maintainer "Graham Marlow" . "info@mgmarlow.com") (:keywords "languages") (:url . "https://git.sr.ht/~mgmarlow/deno-ts-mode"))]) + (denote-citar-sections . [(20240608 1629) ((emacs (26 1)) (denote (2 2 4)) (universal-sidecar (2 5 0)) (citar-denote (2 2 2)) (citar (1 4))) "Universal Sidecar sections for citar-denote" tar ((:commit . "00c7084652fa32f9f4ab504facaaed623f299684") (:authors ("Samuel W. Flint" . "me@samuelwflint.com")) (:maintainers ("Samuel W. Flint" . "me@samuelwflint.com")) (:maintainer "Samuel W. Flint" . "me@samuelwflint.com") (:keywords "convenience" "files" "hypermedia" "notes") (:url . "https://git.sr.ht/~swflint/denote-sections"))]) + (denote-explore . [(20240616 359) ((emacs (29 1)) (denote (2 3 5)) (dash (2 19 1))) "Explore Denote files" tar ((:commit . "242c4d79ee13e9aca4566b552d29c74026b1ff6d") (:authors ("Peter Prevos" . "peter@prevos.net")) (:maintainers ("Peter Prevos" . "peter@prevos.net")) (:maintainer "Peter Prevos" . "peter@prevos.net") (:url . "https://github.com/pprevos/denote-explore/"))]) + (denote-sections . [(20240608 1629) ((universal-sidecar (2 5 0)) (denote (2 2 4)) (emacs (27 1))) "Universal Sidecar Sections for Denote" tar ((:commit . "00c7084652fa32f9f4ab504facaaed623f299684") (:authors ("Samuel W. Flint" . "me@samuelwflint.com")) (:maintainers ("Samuel W. Flint" . "me@samuelwflint.com")) (:maintainer "Samuel W. Flint" . "me@samuelwflint.com") (:keywords "convenience" "files" "notes" "hypermedia") (:url . "https://git.sr.ht/~swflint/denote-sections"))]) + (derl . [(20231004 821) ((emacs (29 1))) "Erlang distribution protocol implementation" tar ((:commit . "6f31592bb3083de366cdb13a7db0ed69fc72de47") (:authors ("Axel Forsman" . "axel@axelf.se")) (:maintainers ("Axel Forsman" . "axel@axelf.se")) (:maintainer "Axel Forsman" . "axel@axelf.se") (:keywords "comm" "extensions" "languages" "processes") (:url . "https://github.com/axelf4/derl.el"))]) + (describe-hash . [(20200718 1556) nil "Help function for examining a hash map" tar ((:commit . "20dbbbea630055b2401f13a55fbb21216960dc46") (:url . "https://github.com/Junker/describe-hash"))]) + (describe-number . [(20151101 55) ((yabin (1 1))) "Describe arbitrarily large number at point." tar ((:commit . "40618345a37831804b29589849a785ef5aa5ac24") (:authors ("Morten Slot Kristensen ")) (:maintainers ("Morten Slot Kristensen ")) (:maintainer "Morten Slot Kristensen ") (:keywords "describe" "value" "help") (:url . "https://github.com/netromdk/describe-number"))]) + (desktop+ . [(20170107 2132) ((emacs (24 4)) (dash (2 11 0)) (f (0 17 2))) "Handle special buffers when saving & restoring sessions" tar ((:commit . "d26f369bda96860eef18365cdb5c79f39a2c765c") (:authors ("François Févotte" . "fevotte@gmail.com")) (:maintainers ("François Févotte" . "fevotte@gmail.com")) (:maintainer "François Févotte" . "fevotte@gmail.com") (:url . "https://github.com/ffevotte/desktop-plus"))]) + (desktop-environment . [(20230903 1229) ((emacs (25 1))) "Helps you control your GNU/Linux computer" tar ((:commit . "bc1153aa619b12456304cca642424a0d8d2eb416") (:authors ("Damien Cassou , Nicolas Petton" . "nicolas@petton.fr")) (:maintainers ("Damien Cassou , Nicolas Petton" . "nicolas@petton.fr")) (:maintainer "Damien Cassou , Nicolas Petton" . "nicolas@petton.fr") (:url . "https://gitlab.petton.fr/DamienCassou/desktop-environment"))]) + (desktop-mail-user-agent . [(20210519 1008) ((emacs (24 3))) "Call OS default mail program to compose mail" tar ((:commit . "caac672ef7e4ddced960fa31cef3a6ba5d7ab451") (:authors ("Lassi Kortela" . "lassi@lassi.io")) (:maintainers ("Lassi Kortela" . "lassi@lassi.io")) (:maintainer "Lassi Kortela" . "lassi@lassi.io") (:keywords "mail") (:url . "https://github.com/lassik/emacs-desktop-mail-user-agent"))]) + (desktop-registry . [(20140119 2143) nil "Keep a central registry of desktop files" tar ((:commit . "244c2e7f9f0a1050aa8a47ad0b38f4e4584682dd") (:authors ("Tom Willemse" . "tom@ryuslash.org")) (:maintainers ("Tom Willemse" . "tom@ryuslash.org")) (:maintainer "Tom Willemse" . "tom@ryuslash.org") (:keywords "convenience") (:url . "http://projects.ryuslash.org/desktop-registry/"))]) + (detached . [(20221129 1430) ((emacs (27 1))) "A package to launch, and manage, detached processes" tar ((:commit . "6b64d4d8064cee781e071e825857b442ea96c3d9") (:authors ("Niklas Eklund" . "niklas.eklund@posteo.net")) (:maintainers ("detached.el Development" . "~niklaseklund/detached.el@lists.sr.ht")) (:maintainer "detached.el Development" . "~niklaseklund/detached.el@lists.sr.ht") (:keywords "convenience" "processes") (:url . "https://sr.ht/~niklaseklund/detached.el/"))]) + (detour . [(20181122 2138) ((emacs (24 4))) "Take a quick detour and return" tar ((:commit . "f41f17cf1cf4f3db41563ff011786b6567596fb4") (:authors ("Stefan Kamphausen ")) (:maintainers ("Stefan Kamphausen ")) (:maintainer "Stefan Kamphausen ") (:keywords "convenience" "abbrev") (:url . "https://github.com/ska2342/detour/"))]) + (devdocs . [(20240428 711) ((emacs (27 1))) "Emacs viewer for DevDocs" tar ((:commit . "c14d1306648d3ae09ee3a3b3f45592334943cfeb") (:authors ("Augusto Stoffel" . "arstoffel@gmail.com")) (:maintainers ("Augusto Stoffel" . "arstoffel@gmail.com")) (:maintainer "Augusto Stoffel" . "arstoffel@gmail.com") (:keywords "help") (:url . "https://github.com/astoff/devdocs.el"))]) + (devdocs-browser . [(20240511 306) ((emacs (27 1))) "Browse devdocs.io documents using EWW" tar ((:commit . "0655b89651458777354a3b89c1d486e0fda1928d") (:authors ("blahgeek" . "i@blahgeek.com")) (:maintainers ("blahgeek" . "i@blahgeek.com")) (:maintainer "blahgeek" . "i@blahgeek.com") (:keywords "docs" "help" "tools") (:url . "https://github.com/blahgeek/emacs-devdocs-browser"))]) + (devil . [(20240107 2149) ((emacs (24 4))) "Minor mode for translating key sequences" tar ((:commit . "dd29681fe07f37c4acbff32a5767bddcbf3b5b80") (:authors ("Susam Pal" . "susam@susam.net")) (:maintainers ("Susam Pal" . "susam@susam.net")) (:maintainer "Susam Pal" . "susam@susam.net") (:keywords "convenience" "abbrev") (:url . "https://github.com/susam/devil"))]) + (dfmt . [(20170728 1023) nil "Emacs Interface to D indenting/formatting tool dfmt." tar ((:commit . "21b9094e907b7ac53f5ecb4ff4539613a9d12434") (:authors ("Per Nordlöw")) (:maintainers ("Kirill Babikhin ")) (:maintainer "Kirill Babikhin ") (:keywords "tools" "convenience" "languages" "dlang") (:url . "https://github.com/qsimpleq/elisp-dfmt"))]) + (dhall-mode . [(20230228 1005) ((emacs (24 4)) (reformatter (0 3))) "Major mode for the dhall configuration language" tar ((:commit . "87ab69fe765d87b3bb1604a306a8c44d6887681d") (:authors ("Sibi Prabakaran" . "sibi@psibi.in")) (:maintainers ("Sibi Prabakaran" . "sibi@psibi.in")) (:maintainer "Sibi Prabakaran" . "sibi@psibi.in") (:keywords "languages") (:url . "https://github.com/psibi/dhall-mode"))]) + (dianyou . [(20210525 1517) ((emacs (24 4))) "Search and analyze mails in Gnus" tar ((:commit . "f77d9e76be5d8022fa6ee5426144f13f38dd09f2") (:authors ("Chen Bin ")) (:maintainers ("Chen Bin ")) (:maintainer "Chen Bin ") (:keywords "mail") (:url . "http://github.com/redguardtoo/dianyou"))]) + (diary-manager . [(20220929 2042) ((emacs (25))) "Simple personal diary" tar ((:commit . "56c739224e5bb845d275bfe3f4e420285de3a929") (:authors ("Radian LLC" . "contact+diary-manager@radian.codes")) (:maintainers ("Radian LLC" . "contact+diary-manager@radian.codes")) (:maintainer "Radian LLC" . "contact+diary-manager@radian.codes") (:keywords "extensions") (:url . "https://github.com/radian-software/diary-manager"))]) + (dic-lookup-w3m . [(20180526 1621) ((w3m (20120723 324)) (stem (20120826))) "look up dictionaries on the Internet" tar ((:commit . "3254ab10cbf0078c7162557dd1f68dac28459cf9") (:authors ("mcprvmec")) (:maintainers ("mcprvmec")) (:maintainer "mcprvmec") (:keywords "emacs-w3m" "w3m" "dictionary"))]) + (dictcc . [(20221231 1703) ((emacs (24 4)) (cl-lib (0 5))) "Look up translations on dict.cc" tar ((:commit . "30b505759e5a97c2aaa8b0e8ea5e187fdf625c65") (:authors ("Marten Lienen" . "marten.lienen@gmail.com")) (:maintainers ("Marten Lienen" . "marten.lienen@gmail.com")) (:maintainer "Marten Lienen" . "marten.lienen@gmail.com") (:keywords "convenience"))]) + (dictionary . [(20201001 1727) ((connection (1 11)) (link (1 11))) "Client for rfc2229 dictionary servers" tar ((:commit . "bdf0aa7761d1c1a3bc0652b2fdc4a54b3acdb06a") (:authors ("Torsten Hilbrich" . "torsten.hilbrich@gmx.net")) (:maintainers ("Torsten Hilbrich" . "torsten.hilbrich@gmx.net")) (:maintainer "Torsten Hilbrich" . "torsten.hilbrich@gmx.net") (:keywords "interface" "dictionary"))]) + (didyoumean . [(20240229 1807) ((emacs (24 4))) "Did you mean to open another file?" tar ((:commit . "fc12bd33c7b4f6dc74e49735c269ff75c72227a1") (:keywords "convenience") (:url . "https://gitlab.com/kisaragi-hiu/didyoumean.el"))]) + (diff-ansi . [(20240616 2345) ((emacs (29 1))) "Display diff's using alternative diffing tools" tar ((:commit . "0338970469375eadd3c0e492997aec2fcb06bb27") (:authors ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainers ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainer "Campbell Barton" . "ideasman42@gmail.com") (:url . "https://codeberg.org/ideasman42/emacs-diff-ansi"))]) + (diff-at-point . [(20240421 858) ((emacs (29 1))) "Diff navigation" tar ((:commit . "bdd507b940e57a110e0e7d31834987924abc05b2") (:authors ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainers ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainer "Campbell Barton" . "ideasman42@gmail.com") (:url . "https://codeberg.org/ideasman42/emacs-diff-at-point"))]) + (diff-hl . [(20240505 2110) ((cl-lib (0 2)) (emacs (25 1))) "Highlight uncommitted changes using VC" tar ((:commit . "11f3113e790526d5ee00f61f8e7cd0d01e323b2e") (:authors ("Dmitry Gutov" . "dmitry@gutov.dev")) (:maintainers ("Dmitry Gutov" . "dmitry@gutov.dev")) (:maintainer "Dmitry Gutov" . "dmitry@gutov.dev") (:keywords "vc" "diff") (:url . "https://github.com/dgutov/diff-hl"))]) + (diffed . [(20240618 2037) ((emacs (27 1))) "Diffed is for recursive diff like Dired is for ls" tar ((:commit . "93251169a4fc8c07fdd5f3d32c89b4d3401d37a1") (:authors ("Bernhard Rotter" . "bernhard@b-rotter.de")) (:maintainers ("Bernhard Rotter" . "bernhard@b-rotter.de")) (:maintainer "Bernhard Rotter" . "bernhard@b-rotter.de") (:keywords "tools") (:url . "https://github.com/ber-ro/diffed"))]) + (difflib . [(20210224 2242) ((emacs (24 4)) (cl-generic (0 3)) (ht (2 2)) (s (1 12 0))) "Helpers for computing deltas between sequences." tar ((:commit . "646fc4388274fe765bbf4661e17a24e4d081250c") (:authors ("Diego A. Mundo" . "dieggsy@pm.me")) (:maintainers ("Diego A. Mundo" . "dieggsy@pm.me")) (:maintainer "Diego A. Mundo" . "dieggsy@pm.me") (:keywords "matching" "tools" "string") (:url . "http://github.com/dieggsy/difflib.el"))]) + (diffpdf . [(20210626 1447) ((emacs (25 1)) (transient (0 3 0))) "Transient diffpdf" tar ((:commit . "a5b203b549e373cb9b0ef3f00c0010bd34dd644a") (:authors ("Shuguang Sun" . "shuguang79@qq.com")) (:maintainers ("Shuguang Sun" . "shuguang79@qq.com")) (:maintainer "Shuguang Sun" . "shuguang79@qq.com") (:keywords "tools") (:url . "https://github.com/ShuguangSun/diffpdf.el"))]) + (diffscuss-mode . [(20141014 2357) nil "Major mode for diffscuss files." tar ((:commit . "bbc6dbed4b97d1eb9ae5dae021ed1e066129bd98") (:authors ("Edmund Jorgensen" . "edmund@hut8labs.com")) (:maintainers ("Edmund Jorgensen" . "edmund@hut8labs.com")) (:maintainer "Edmund Jorgensen" . "edmund@hut8labs.com") (:keywords "tools"))]) + (difftastic . [(20240528 1657) ((emacs (28 1)) (compat (29 1 4 2)) (magit (20220326))) "Wrapper for difftastic" tar ((:commit . "79753bfec7c32f44dc0d5ed57a8bc6b370392a87") (:authors ("Przemyslaw Kryger" . "pkryger@gmail.com")) (:maintainers ("Przemyslaw Kryger" . "pkryger@gmail.com")) (:maintainer "Przemyslaw Kryger" . "pkryger@gmail.com") (:keywords "tools" "diff") (:url . "https://github.com/pkryger/difftastic.el"))]) + (diffview . [(20230224 1916) nil "View diffs in side-by-side format" tar ((:commit . "8f07c0ff4a1acef990589df0d3e32288f19c9d71") (:authors ("Mitchel Humpherys" . "mitch.special@gmail.com")) (:maintainers ("Mitchel Humpherys" . "mitch.special@gmail.com")) (:maintainer "Mitchel Humpherys" . "mitch.special@gmail.com") (:keywords "convenience" "diff") (:url . "https://github.com/mgalgs/diffview-mode"))]) + (digistar-mode . [(20240613 225) nil "major mode for Digistar scripts" tar ((:commit . "1a02a4773d1380d8cab44f5e342a1e9bcc7276e8") (:authors ("John Foerch" . "jjfoerch@gmail.com")) (:maintainers ("John Foerch" . "jjfoerch@gmail.com")) (:maintainer "John Foerch" . "jjfoerch@gmail.com") (:keywords "languages"))]) + (digit-groups . [(20200506 37) ((dash (2 11 0))) "Highlight place-value positions in numbers" tar ((:commit . "7b81930cad19b8b7913b7eedbcb498964bfdcbdb") (:authors ("Michael D. Adams ")) (:maintainers ("Michael D. Adams ")) (:maintainer "Michael D. Adams ") (:url . "https://github.com/adamsmd/digit-groups/"))]) + (digitalocean . [(20190607 726) ((request (2 5)) (emacs (24 4))) "Create and manipulate digitalocean droplets" tar ((:commit . "6c32d3593286e2a62d9afab0057c829407b0d1e8") (:authors ("Oliver Marks" . "oly@digitaloctave.com")) (:maintainers ("Oliver Marks" . "oly@digitaloctave.com")) (:maintainer "Oliver Marks" . "oly@digitaloctave.com") (:keywords "processes" "tools") (:url . "https://github.com/olymk2/emacs-digitalocean"))]) + (digitalocean-helm . [(20180610 746) ((emacs (24 3)) (helm (2 5)) (digitalocean (0 1))) "Create and manipulate digitalocean droplets" tar ((:commit . "b125c9882eded7d73ec109d152b26625f333440b") (:authors ("Oliver Marks" . "oly@digitaloctave.com")) (:maintainers ("Oliver Marks" . "oly@digitaloctave.com")) (:maintainer "Oliver Marks" . "oly@digitaloctave.com") (:keywords "processes" "tools") (:url . "https://gitlab.com/olymk2/digitalocean-api"))]) + (dilbert . [(20211118 1512) ((emacs (26 1)) (enlive (0 0 1)) (dash (2 19 1))) "View Dilbert comics" tar ((:commit . "d8c586f1bac58c334822b64bce671dde5e25a27f") (:authors ("Daniils Petrovs" . "thedanpetrov@gmail.com")) (:maintainers ("Daniils Petrovs" . "thedanpetrov@gmail.com")) (:maintainer "Daniils Petrovs" . "thedanpetrov@gmail.com") (:keywords "multimedia" "news") (:url . "https://github.com/DaniruKun/dilbert-el"))]) + (dim . [(20160818 949) ((emacs (24 4))) "Change mode-line names of major/minor modes" tar ((:commit . "110624657fec0c8a7b3589108230e6a635302ae0") (:authors ("Alex Kost" . "alezost@gmail.com")) (:maintainers ("Alex Kost" . "alezost@gmail.com")) (:maintainer "Alex Kost" . "alezost@gmail.com") (:keywords "convenience") (:url . "https://github.com/alezost/dim.el"))]) + (dim-autoload . [(20240618 1555) ((emacs (25 1)) (compat (29 1 4 5))) "Dim or hide autoload cookie lines" tar ((:commit . "bb57bf5367b48862864f0dea4287fa81d51a0d5e") (:authors ("Jonas Bernoulli" . "emacs.dim-autoload@jonas.bernoulli.dev")) (:maintainers ("Jonas Bernoulli" . "emacs.dim-autoload@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.dim-autoload@jonas.bernoulli.dev") (:keywords "convenience") (:url . "https://github.com/tarsius/dim-autoload"))]) + (dime . [(20210613 1431) ((emacs (25 1)) (dylan (3 0))) "Dylan interaction mode" tar ((:commit . "d85409dc3cba57a390ca85da95822f8078ecbfa2") (:url . "https://opendylan.org/"))]) + (diminish . [(20220909 847) ((emacs (24 3))) "Diminished modes are minor modes with no modeline display" tar ((:commit . "fbd5d846611bad828e336b25d2e131d1bc06b83d") (:authors ("Will Mengarini" . "seldon@eskimo.com")) (:maintainers ("Martin Yrjölä" . "martin.yrjola@gmail.com")) (:maintainer "Martin Yrjölä" . "martin.yrjola@gmail.com") (:keywords "extensions" "diminish" "minor" "codeprose") (:url . "https://github.com/myrjola/diminish.el"))]) + (diminish-buffer . [(20240612 52) ((emacs (24 4))) "Diminish (hide) buffers from buffer-menu" tar ((:commit . "ba65fec96983ae471edbeee2b38c2107bee94f31") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "diminish" "hide" "buffer" "menu") (:url . "https://github.com/jcs-elpa/diminish-buffer"))]) + (dimmer . [(20220817 122) ((emacs (25 1))) "Visually highlight the selected buffer" tar ((:commit . "a5b697580e5aed6168b571ae3d925753428284f8") (:authors ("Neil Okamoto")) (:maintainers ("Neil Okamoto")) (:maintainer "Neil Okamoto") (:keywords "faces" "editing") (:url . "https://github.com/gonewest818/dimmer.el"))]) + (dionysos . [(20160810 1056) ((libmpdee (2 1 0)) (alert (1 2)) (s (1 11 0)) (dash (2 12 1)) (pkg-info (0 5 0)) (cl-lib (0 5))) "Dionysos, a music player for Emacs" tar ((:commit . "98bc789d20e41020d6e62d63d3c78f8032fa4bf2") (:authors ("Nicolas Lamirault" . "nicolas.lamirault@gmail.com")) (:maintainers ("Nicolas Lamirault" . "nicolas.lamirault@gmail.com")) (:maintainer "Nicolas Lamirault" . "nicolas.lamirault@gmail.com") (:keywords "music") (:url . "https://github.com/nlamirault/dionysos"))]) + (dir-treeview . [(20230922 2328) ((emacs (24 4)) (treeview (1 2 0))) "A directory tree browser and simple file manager" tar ((:commit . "9024df99284414aa9dc2dff5f3ee9f874830ab74") (:authors ("Tilman Rassy" . "tilman.rassy@googlemail.com")) (:maintainers ("Tilman Rassy" . "tilman.rassy@googlemail.com")) (:maintainer "Tilman Rassy" . "tilman.rassy@googlemail.com") (:keywords "tools" "convenience" "files") (:url . "https://github.com/tilmanrassy/emacs-dir-treeview"))]) + (dir-treeview-themes . [(20230112 134) ((emacs (24 4)) (dir-treeview (1 3 3))) "Themes for dir-treeview" tar ((:commit . "8e28c2501a978e6ff733fc9cf43a826fd8e7b87e") (:authors ("Tilman Rassy" . "tilman.rassy@googlemail.com")) (:maintainers ("Tilman Rassy" . "tilman.rassy@googlemail.com")) (:maintainer "Tilman Rassy" . "tilman.rassy@googlemail.com") (:keywords "tools" "convenience" "files") (:url . "https://github.com/tilmanrassy/emacs-dir-treeview-themes"))]) + (dircmp . [(20141204 1756) nil "Compare and sync directories." tar ((:commit . "558ee0b601c2de9d247612085aafe2926f56a09f") (:authors ("Matt McClure -- http://matthewlmcclure.com")) (:maintainers ("Matt McClure -- http://matthewlmcclure.com")) (:maintainer "Matt McClure -- http://matthewlmcclure.com") (:keywords "unix" "tools") (:url . "https://github.com/matthewlmcclure/dircmp-mode"))]) + (director . [(20230213 1201) ((emacs (27 1))) "Simulate user sessions" tar ((:commit . "16afdbbd91b451fab44c68c8f7d0b810f5283f28") (:authors ("Massimiliano Mirra" . "hyperstruct@gmail.com")) (:maintainers ("Massimiliano Mirra" . "hyperstruct@gmail.com")) (:maintainer "Massimiliano Mirra" . "hyperstruct@gmail.com") (:keywords "maint" "tools") (:url . "https://bard.github.io/emacs-director"))]) + (dired-atool . [(20210719 404) ((emacs (24))) "Pack/unpack files with atool on dired." tar ((:commit . "01416fd5961b901c50686c91cb59b3833adc831b") (:authors ("Hiroki YAMAKAWA" . "s06139@gmail.com")) (:maintainers ("Hiroki YAMAKAWA" . "s06139@gmail.com")) (:maintainer "Hiroki YAMAKAWA" . "s06139@gmail.com") (:keywords "files") (:url . "https://github.com/HKey/dired-atool"))]) + (dired-auto-readme . [(20240318 953) ((emacs (29 1)) (markdown-mode (2 5))) "Auto-display README file in Dired buffers" tar ((:commit . "8c31904ec8200e04e3d4efa2be2d1c935675423e") (:authors ("Arthur Miller")) (:maintainers ("Arthur Miller")) (:maintainer "Arthur Miller") (:keywords "tools" "convenience") (:url . "https://github.com/amno1/dired-auto-readme"))]) + (dired-avfs . [(20230512 1107) ((dash (2 5 0)) (dired-hacks-utils (0 0 1))) "AVFS support for dired" tar ((:commit . "523f51b4152a3bf4e60fe57f512732c698b5c96f") (:authors ("Matus Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matus Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matus Goljer" . "matus.goljer@gmail.com") (:keywords "files"))]) + (dired-collapse . [(20240328 1154) ((dash (2 10 0)) (f (0 19 0)) (dired-hacks-utils (0 0 1))) "Collapse unique nested paths in dired listing" tar ((:commit . "e596b0bac3de8e7730dfb43ca10b0331b6f94469") (:authors ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matúš Goljer" . "matus.goljer@gmail.com") (:keywords "files"))]) + (dired-duplicates . [(20240328 2016) ((emacs (27 1))) "Find duplicate files locally and remotely" tar ((:commit . "5c5f24bea92159987f65f01ef32b261e905997bd") (:authors ("Harald Judt" . "h.judt@gmx.at")) (:maintainers ("Harald Judt" . "h.judt@gmx.at")) (:maintainer "Harald Judt" . "h.judt@gmx.at") (:keywords "files") (:url . "https://codeberg.org/hjudt/dired-duplicates"))]) + (dired-dups . [(20130527 2125) nil "Find duplicate files and display them in a dired buffer" tar ((:commit . "694ad128c822c59348ced16c4a0c1356d43da47a") (:authors ("Joe Bloggs" . "vapniks@yahoo.com")) (:maintainers ("Joe Bloggs" . "vapniks@yahoo.com")) (:maintainer "Joe Bloggs" . "vapniks@yahoo.com") (:keywords "unix") (:url . "https://github.com/vapniks/dired-dups"))]) + (dired-efap . [(20220421 1535) nil "Edit Filename At Point in a dired buffer" tar ((:commit . "360b369cb19998c6730ee1debfbec3edb7f349a9") (:authors ("Juan-Leon Lahoz" . "juanleon1@gmail.com")) (:maintainers ("Juan-Leon Lahoz" . "juanleon1@gmail.com")) (:maintainer "Juan-Leon Lahoz" . "juanleon1@gmail.com") (:keywords "dired" "environment" "files" "renaming") (:url . "https://github.com/juan-leon/dired-efap"))]) + (dired-explorer . [(20180607 221) ((cl-lib (0 5))) "minor-mode provides Explorer like select file at dired." tar ((:commit . "3ade0a31b5340271d05e9bf443f2504960f6c6dd") (:maintainers ("jidaikobo-shibata")) (:maintainer "jidaikobo-shibata") (:keywords "dired" "explorer"))]) + (dired-fdclone . [(20231128 1614) nil "dired functions and settings to mimic FDclone" tar ((:commit . "82f161e4d0d9994d128c922170df54f966af182a") (:authors ("Akinori MUSHA" . "knu@iDaemons.org")) (:maintainers ("Akinori MUSHA" . "knu@iDaemons.org")) (:maintainer "Akinori MUSHA" . "knu@iDaemons.org") (:keywords "unix" "directories" "dired") (:url . "https://github.com/knu/dired-fdclone.el"))]) + (dired-filetype-face . [(20180907 1339) nil "Set different faces for different filetypes in dired" tar ((:commit . "7ade7f7e8c2d7518c65f3f0343a10c272da0f47e") (:authors ("纪秀峰 ")) (:maintainers ("纪秀峰 ")) (:maintainer "纪秀峰 ") (:keywords "dired" "filetype" "face") (:url . "https://github.com/jixiuf/dired-filetype-face"))]) + (dired-filter . [(20221127 1247) ((dash (2 10 0)) (dired-hacks-utils (0 0 1)) (f (0 17 0)) (cl-lib (0 3))) "Ibuffer-like filtering for dired" tar ((:commit . "41d3eb42195d9f0894c20d18cc8e722b099aa1c1") (:authors ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matúš Goljer" . "matus.goljer@gmail.com") (:keywords "files"))]) + (dired-git . [(20220828 6) ((emacs (26 1)) (async-await (1 0)) (async (1 9 4)) (all-the-icons (2 2 0)) (ppp (1 0 0))) "Git integration for dired" tar ((:commit . "e84387b947cd707d3ff0c039ddef753a468f88e7") (:authors ("Naoya Yamashita" . "conao3@gmail.com")) (:maintainers ("Naoya Yamashita" . "conao3@gmail.com")) (:maintainer "Naoya Yamashita" . "conao3@gmail.com") (:keywords "tools") (:url . "https://github.com/conao3/dired-git.el"))]) + (dired-gitignore . [(20230909 1408) ((emacs (27 1))) "A minor mode to hide gitignored files in a dired buffer" tar ((:commit . "b6e804c212b497d5502600bd4df10196e44d2bf7") (:authors ("Johannes Mueller" . "github@johannes-mueller.org")) (:maintainers ("Johannes Mueller" . "github@johannes-mueller.org")) (:maintainer "Johannes Mueller" . "github@johannes-mueller.org") (:keywords "dired" "convenience" "git") (:url . "https://github.com/johannes-mueller/dired-gitignore.el"))]) + (dired-hacks-utils . [(20230512 1107) ((dash (2 5 0))) "Utilities and helpers for dired-hacks collection" tar ((:commit . "523f51b4152a3bf4e60fe57f512732c698b5c96f") (:authors ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matúš Goljer" . "matus.goljer@gmail.com") (:keywords "files"))]) + (dired-hide-dotfiles . [(20210222 1919) ((emacs (25 1))) "Hide dotfiles in dired" tar ((:commit . "6a379f23f64045f5950d229254ce6f32dbbf5364") (:authors ("Mattias Bengtsson" . "mattias.jc.bengtsson@gmail.com")) (:maintainers ("Mattias Bengtsson" . "mattias.jc.bengtsson@gmail.com")) (:maintainer "Mattias Bengtsson" . "mattias.jc.bengtsson@gmail.com") (:keywords "files") (:url . "https://github.com/mattiasb/dired-hide-dotfiles"))]) + (dired-hist . [(20240405 2347) ((emacs (27 1))) "Traverse Dired buffer's history: back, forward" tar ((:commit . "bcbfa60e2de0d86a38740d72bea7e4f25ccc35c8") (:authors ("Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com") ("github.com/Anoncheg1,codeberg.org/Anoncheg")) (:maintainers ("Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com")) (:maintainer "Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com") (:keywords "convenience" "dired" "history") (:url . "https://codeberg.org/Anoncheg/dired-hist"))]) + (dired-icon . [(20170223 526) ((emacs (24 3))) "A minor mode to display a list of associated icons in dired buffers." tar ((:commit . "f60e10757a5011235b519231ad35974ff25963ed") (:authors ("Hong Xu" . "hong@topbug.net")) (:maintainers ("Hong Xu" . "hong@topbug.net")) (:maintainer "Hong Xu" . "hong@topbug.net") (:keywords "dired" "files") (:url . "https://gitlab.com/xuhdev/dired-icon"))]) + (dired-imenu . [(20230904 1810) nil "imenu binding for dired mode" tar ((:commit . "4f6169f9056fe5f9b9a97e9e75f27825a15e05b9") (:authors ("Damien Cassou" . "damien.cassou@gmail.com")) (:maintainers ("Damien Cassou" . "damien.cassou@gmail.com")) (:maintainer "Damien Cassou" . "damien.cassou@gmail.com") (:keywords "dired" "imenu") (:url . "https://github.com/DamienCassou/dired-imenu"))]) + (dired-k . [(20211002 2358) ((emacs (24 3))) "Highlight dired by size, date, git status" tar ((:commit . "b9507bac79fc8c030abbec389267262bc671f58b") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Neil Okamoto" . "neil.okamoto+melpa@gmail.com")) (:maintainer "Neil Okamoto" . "neil.okamoto+melpa@gmail.com") (:url . "https://github.com/emacsorphanage/dired-k"))]) + (dired-launch . [(20240417 1903) ((emacs (24 3))) "Use dired as a launcher" tar ((:commit . "933aa6b921010c9d33ddf18f48c8ce780443f963") (:authors ("David Thompson")) (:maintainers ("David Thompson")) (:maintainer "David Thompson") (:keywords "dired" "launch") (:url . "https://codeberg.org/thomp/dired-launch"))]) + (dired-list . [(20240318 845) ((dash (2 10 0)) (emacs (24 3)) (dired-hacks-utils (0 0 1))) "Create dired listings from sources" tar ((:commit . "475be5486bc2d593283ba6e8c8c43053d4cbdd7f") (:authors ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matúš Goljer" . "matus.goljer@gmail.com") (:keywords "files") (:url . "https://github.com/Fuco1/dired-hacks"))]) + (dired-lsi . [(20200812 929) ((emacs (26 1))) "Add memo to directory and show it in dired" tar ((:commit . "0f4038c8b47f6cfc70f82062800700c14c9912c2") (:authors ("Naoya Yamashita" . "conao3@gmail.com")) (:maintainers ("Naoya Yamashita" . "conao3@gmail.com")) (:maintainer "Naoya Yamashita" . "conao3@gmail.com") (:keywords "convenience") (:url . "https://github.com/conao3/dired-lsi.el"))]) + (dired-narrow . [(20230512 1107) ((dash (2 7 0)) (dired-hacks-utils (0 0 1))) "Live-narrowing of search results for dired" tar ((:commit . "523f51b4152a3bf4e60fe57f512732c698b5c96f") (:authors ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matúš Goljer" . "matus.goljer@gmail.com") (:keywords "files"))]) + (dired-open . [(20240330 1831) ((dash (2 5 0)) (dired-hacks-utils (0 0 1))) "Open files from dired using using custom actions" tar ((:commit . "a01c126c3b1068655509487c76971895f5459d09") (:authors ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matúš Goljer" . "matus.goljer@gmail.com") (:keywords "files"))]) + (dired-open-with . [(20240614 2213) ((emacs (28 1))) "And \"Open with\" dialog for Dired" tar ((:commit . "f82f986263c7ded9ae87853544548d5bf7fbae81") (:authors ("Jakub Kadlčík" . "frostyx@email.cz")) (:maintainers ("Jakub Kadlčík" . "frostyx@email.cz")) (:maintainer "Jakub Kadlčík" . "frostyx@email.cz") (:keywords "files" "dired" "xdg" "open-with") (:url . "https://github.com/FrostyX/dired-open-with"))]) + (dired-posframe . [(20200817 420) ((emacs (26 1)) (posframe (0 7))) "Peep dired items using posframe" tar ((:commit . "1a21eb9ad956a0371dd3c9e1bec53407d685f705") (:authors ("Naoya Yamashita" . "conao3@gmail.com")) (:maintainers ("Naoya Yamashita" . "conao3@gmail.com")) (:maintainer "Naoya Yamashita" . "conao3@gmail.com") (:keywords "convenience") (:url . "https://github.com/conao3/dired-posframe.el"))]) + (dired-quick-sort . [(20240411 229) ((hydra (0 13 0)) (emacs (24))) "Persistent quick sorting of dired buffers in various ways." tar ((:commit . "d50b910baa716dfcf4830f1c08226c92bcaee7f6") (:authors ("Hong Xu" . "hong@topbug.net")) (:maintainers ("Hong Xu" . "hong@topbug.net")) (:maintainer "Hong Xu" . "hong@topbug.net") (:keywords "convenience" "files") (:url . "https://gitlab.com/xuhdev/dired-quick-sort#dired-quick-sort"))]) + (dired-rainbow . [(20221127 1247) ((dash (2 5 0)) (dired-hacks-utils (0 0 1))) "Extended file highlighting according to its type" tar ((:commit . "41d3eb42195d9f0894c20d18cc8e722b099aa1c1") (:authors ("Matus Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matus Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matus Goljer" . "matus.goljer@gmail.com") (:keywords "files"))]) + (dired-ranger . [(20230512 1107) ((dash (2 7 0))) "Implementation of useful ranger features for dired" tar ((:commit . "523f51b4152a3bf4e60fe57f512732c698b5c96f") (:authors ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matúš Goljer" . "matus.goljer@gmail.com") (:keywords "files"))]) + (dired-recent . [(20211004 1924) ((emacs (24))) "Dired visited paths history" tar ((:commit . "a376f53e42fdca80c3286e8111578c65c64b0711") (:authors ("Wojciech Siewierski ")) (:maintainers ("Wojciech Siewierski ")) (:maintainer "Wojciech Siewierski ") (:keywords "files") (:url . "https://github.com/vifon/dired-recent.el"))]) + (dired-rifle . [(20210316 1452) nil "Call rifle(1) from dired" tar ((:commit . "cc1af692bbac651f5e5111d9ab1c0805989d65e5") (:authors ("Wojciech Siewierski ")) (:maintainers ("Wojciech Siewierski ")) (:maintainer "Wojciech Siewierski ") (:keywords "files" "convenience") (:url . "https://github.com/vifon/dired-rifle.el"))]) + (dired-rmjunk . [(20191007 1232) nil "A home directory cleanup utility for Dired." tar ((:commit . "0e890a41fa680a45b4b4aad2c28f9d6dca999cee") (:authors ("Jakob L. Kreuze" . "zerodaysfordays@sdf.lonestar.org")) (:maintainers ("Jakob L. Kreuze" . "zerodaysfordays@sdf.lonestar.org")) (:maintainer "Jakob L. Kreuze" . "zerodaysfordays@sdf.lonestar.org") (:keywords "files" "matching") (:url . "https://git.sr.ht/~jakob/dired-rmjunk"))]) + (dired-rsync . [(20230822 1350) ((s (1 12 0)) (dash (2 0 0)) (emacs (25 1))) "Allow rsync from dired buffers" tar ((:commit . "5bcb851f3bf9c4f7c07299fcc25be7c408a68cda") (:authors ("Alex Bennée" . "alex@bennee.com")) (:maintainers ("Alex Bennée" . "alex@bennee.com")) (:maintainer "Alex Bennée" . "alex@bennee.com") (:url . "https://github.com/stsquad/dired-rsync"))]) + (dired-rsync-transient . [(20230714 1459) ((dired-rsync (0 6)) (transient (0 3 0)) (emacs (24 4))) "Transient command for dired-rsync" tar ((:commit . "95607fc7eb84e792122b52d2b1d62f49199a2a37") (:authors ("Alex Bennée" . "alex@bennee.com")) (:maintainers ("Alex Bennée" . "alex@bennee.com")) (:maintainer "Alex Bennée" . "alex@bennee.com") (:url . "https://github.com/stsquad/dired-rsync"))]) + (dired-sidebar . [(20240522 2316) ((emacs (25 1)) (dired-subtree (0 0 1))) "Tree browser leveraging dired" tar ((:commit . "702165ad53a473992d84e0207b984b9be5114bde") (:authors ("James Nguyen" . "james@jojojames.com")) (:maintainers ("James Nguyen" . "james@jojojames.com")) (:maintainer "James Nguyen" . "james@jojojames.com") (:keywords "dired" "files" "tools") (:url . "https://github.com/jojojames/dired-sidebar"))]) + (dired-single . [(20240131 1148) ((emacs (25 1))) "Reuse the current dired buffer" tar ((:commit . "60fce6599326e12cc2033c28d50b8bf6c6ba164a") (:url . "https://codeberg.org/amano.kenji/dired-single"))]) + (dired-subtree . [(20230512 1107) ((dash (2 5 0)) (dired-hacks-utils (0 0 1))) "Insert subdirectories in a tree-like fashion" tar ((:commit . "523f51b4152a3bf4e60fe57f512732c698b5c96f") (:authors ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matúš Goljer" . "matus.goljer@gmail.com") (:keywords "files"))]) + (dired-toggle . [(20190616 303) nil "Show dired as sidebar and will not create new buffers when changing dir" tar ((:commit . "b694ba91a45d0762bd032ff1bb4109e4c62ca686") (:authors ("Xu FaSheng ")) (:maintainers ("Xu FaSheng")) (:maintainer "Xu FaSheng") (:keywords "dired" "sidebar") (:url . "https://github.com/fasheng/dired-toggle"))]) + (dired-toggle-sudo . [(20211216 102) nil "Browse directory with sudo privileges." tar ((:commit . "9f86cdf858225b15c20affb97ed105e4109047bf") (:authors ("Sebastien Gross ")) (:maintainers ("Sebastien Gross ")) (:maintainer "Sebastien Gross ") (:keywords "emacs" "dired"))]) + (dired-view-data . [(20240328 328) ((emacs (26 1)) (ess (18 10 1)) (ess-view-data (1 0))) "View data from dired via ESS and R" tar ((:commit . "2dadb995c3f32c572f5483adab21bdff3ac64186") (:authors ("Shuguang Sun" . "shuguang79@qq.com")) (:maintainers ("Shuguang Sun" . "shuguang79@qq.com")) (:maintainer "Shuguang Sun" . "shuguang79@qq.com") (:keywords "tools") (:url . "https://github.com/ShuguangSun/dired-view-data"))]) + (diredc . [(20240421 428) ((emacs (26 1)) (key-assist (1 0))) "Midnight Commander features (plus) for dired" tar ((:commit . "dadcb326be31fd03c1891473b1bcd1983b155c28") (:keywords "files") (:url . "https://github.com/Boruch-Baum/emacs-diredc"))]) + (diredfl . [(20230224 1302) ((emacs (24))) "Extra font lock rules for a more colourful dired" tar ((:commit . "17e805763d57370c4eff2c92ed257b72eeb9f94a") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "faces") (:url . "https://github.com/purcell/diredfl"))]) + (diredful . [(20160529 2017) nil "colorful file names in dired buffers" tar ((:commit . "b17b3087e0084a5571a9ac4d47ccfc36d96b109e") (:authors ("Thamer Mahmoud" . "thamer.mahmoud@gmail.com")) (:maintainers ("Thamer Mahmoud" . "thamer.mahmoud@gmail.com")) (:maintainer "Thamer Mahmoud" . "thamer.mahmoud@gmail.com") (:keywords "dired" "colors" "extension" "widget") (:url . "https://github.com/thamer/diredful"))]) + (direnv . [(20240314 715) ((emacs (25 1)) (dash (2 12 0))) "direnv integration" tar ((:commit . "c0bf3b81c7a97e2a0d06d05495e86848254fcc1f") (:authors ("wouter bolsterlee" . "wouter@bolsterl.ee")) (:maintainers ("wouter bolsterlee" . "wouter@bolsterl.ee")) (:maintainer "wouter bolsterlee" . "wouter@bolsterl.ee") (:keywords "direnv" "environment" "processes" "unix" "tools") (:url . "https://github.com/wbolster/emacs-direnv"))]) + (direx . [(20230409 1425) nil "Simple Directory Explorer" tar ((:commit . "935d2010234c02c93e22d6e1cc72d595341ba855") (:authors ("Tomohiro Matsuyama" . "m2ym.pub@gmail.com")) (:maintainers ("Tomohiro Matsuyama" . "m2ym.pub@gmail.com")) (:maintainer "Tomohiro Matsuyama" . "m2ym.pub@gmail.com") (:keywords "convenience"))]) + (direx-grep . [(20140515 1506) ((direx (0 1 -3))) "Grep node of direx.el using incremental search like anything.el/helm.el" tar ((:commit . "1109a512a80b2673a70b18b8568514049017faad") (:authors ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainers ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainer "Hiroaki Otsu" . "ootsuhiroaki@gmail.com") (:keywords "convenience") (:url . "https://github.com/aki2o/direx-grep"))]) + (dirtree . [(20140129 832) ((tree-mode (1 1 1 1)) (windata (0))) "Directory tree views" tar ((:commit . "ba55f1e716e386fdd37cb8e7f48616e405dc7251") (:authors ("Ye Wenbin" . "wenbinye@gmail.com")) (:maintainers ("Ye Wenbin" . "wenbinye@gmail.com")) (:maintainer "Ye Wenbin" . "wenbinye@gmail.com"))]) + (dirtree-prosjekt . [(20140129 904) ((prosjekt (0 3)) (dirtree (0 1))) "dirtree integration for prosjekt." tar ((:commit . "03e06910589ba5cd736868793eb436b3233c6a26") (:authors ("Austin Bingham" . "austin.bingham@gmail.com")) (:maintainers ("Austin Bingham" . "austin.bingham@gmail.com")) (:maintainer "Austin Bingham" . "austin.bingham@gmail.com") (:url . "https://github.com/abingham/prosjekt"))]) + (dirvish . [(20230519 1500) ((emacs (27 1)) (transient (0 3 7))) "A modern file manager based on dired mode" tar ((:commit . "119f9f59a618bb7b476c93e9ab1d7542c5c1df41") (:authors ("Alex Lu ")) (:maintainers ("Alex Lu ")) (:maintainer "Alex Lu ") (:keywords "files" "convenience") (:url . "https://github.com/alexluigit/dirvish"))]) + (disable-mouse . [(20240604 900) ((emacs (24 1))) "Disable mouse commands globally" tar ((:commit . "93a55a6453f34049375f97d3cf817b4e6db46f25") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "mouse") (:url . "https://github.com/purcell/disable-mouse"))]) + (disaster . [(20230311 2324) ((emacs (27))) "Disassemble C, C++ or Fortran code under cursor" tar ((:commit . "16bba9afb92aacf06c088c29ba47813b65a80d87") (:authors ("Justine Tunney" . "jtunney@gmail.com") ("Abdelhak Bougouffa" . "abougouffa@fedoraproject.org")) (:maintainers ("Abdelhak Bougouffa" . "abougouffa@fedoraproject.org")) (:maintainer "Abdelhak Bougouffa" . "abougouffa@fedoraproject.org") (:keywords "tools" "c") (:url . "https://github.com/jart/disaster"))]) + (discourse . [(20160911 819) ((cl-lib (0 5)) (request (0 2)) (s (1 11 0))) "discourse api" tar ((:commit . "a86c7e608851e186fe12e892a573994f08c8e65e") (:authors ("DarkSun" . "lujun9972@gmail.com")) (:maintainers ("DarkSun" . "lujun9972@gmail.com")) (:maintainer "DarkSun" . "lujun9972@gmail.com") (:keywords "lisp" "discourse") (:url . "https://github.com/lujun9972/discourse-api"))]) + (discover . [(20140103 2139) ((makey (0 3))) "discover more of Emacs" tar ((:commit . "bbfda2b4e429985a8fa7971d264c942767cfa816") (:authors ("Mickey Petersen" . "mickey@fyeah.org")) (:maintainers ("Mickey Petersen" . "mickey@fyeah.org")) (:maintainer "Mickey Petersen" . "mickey@fyeah.org"))]) + (discover-clj-refactor . [(20150328 1459) ((clj-refactor (0 14 0)) (discover (0 3))) "Adds discover context menu for clj-refactor" tar ((:commit . "3fbd5c1162739e606d7cf5d4f5d7426547d99647") (:authors ("Marian Schubert" . "marian.schubert@gmail.com")) (:maintainers ("Marian Schubert" . "marian.schubert@gmail.com")) (:maintainer "Marian Schubert" . "marian.schubert@gmail.com") (:keywords "clj-refactor" "discover" "convenience"))]) + (discover-js2-refactor . [(20140129 1552) ((js2-refactor (20131221 501)) (discover (20140103 1339))) "Adds discover context menu for js2-refactor" tar ((:commit . "3812abf61f39f3e73a9f3daefa6fed4f21a429ba") (:authors ("Nicolas Petton" . "petton.nicolas@gmail.com")) (:maintainers ("Nicolas Petton" . "petton.nicolas@gmail.com")) (:maintainer "Nicolas Petton" . "petton.nicolas@gmail.com") (:keywords "js2-refactor" "discover"))]) + (discover-my-major . [(20180606 511) ((makey (0 2))) "Discover key bindings and their meaning for the current Emacs major mode" tar ((:commit . "66081546eac360c83a9c3270db92a2164288b0d0") (:authors ("steckerhalter")) (:maintainers ("steckerhalter")) (:maintainer "steckerhalter") (:keywords "discover" "help" "major-mode" "keys") (:url . "https://framagit.org/steckerhalter/discover-my-major"))]) + (disk . [(20171116 731) nil "simplified find-file, revert-file, save-buffer interface" tar ((:commit . "283e54e3be7d08f959076240b2ab324e25632137") (:authors ("Alex Schroeder" . "alex@gnu.org") ("Peter Barabas" . "peter.barabas+disk@gmail.com")) (:maintainers ("Alex Schroeder" . "alex@gnu.org")) (:maintainer "Alex Schroeder" . "alex@gnu.org") (:keywords "convenience") (:url . "http://www.emacswiki.org/emacs/DiskKey"))]) + (dispass . [(20140202 1531) ((dash (1 0 0))) "Emacs wrapper for DisPass" tar ((:commit . "b6e8f89040ebaaf0e7609b04bc27a8979f0ae861") (:authors ("Tom Willemsen" . "tom@ryuslash.org")) (:maintainers ("Tom Willemsen" . "tom@ryuslash.org")) (:maintainer "Tom Willemsen" . "tom@ryuslash.org") (:keywords "processes") (:url . "http://projects.ryuslash.org/dispass.el/"))]) + (display-theme . [(20140115 1556) ((emacs (24))) "display current theme(s) at mode-line" tar ((:commit . "b180b3be7a74ae4799a14e7e4bc2fe10e3ff7a15") (:authors ("KAWABATA, Taichi ")) (:maintainers ("KAWABATA, Taichi ")) (:maintainer "KAWABATA, Taichi ") (:keywords "tools") (:url . "https://github.com/kawabata/emacs-display-theme/"))]) + (display-wttr . [(20221102 1426) ((emacs (27 1))) "Display wttr(weather) in the mode line" tar ((:commit . "7062953d034e27c297d58748cf74dad552aa2873") (:authors ("Jose G Perez Taveras" . "josegpt27@gmail.com")) (:maintainers ("Jose G Perez Taveras" . "josegpt27@gmail.com")) (:maintainer "Jose G Perez Taveras" . "josegpt27@gmail.com") (:url . "https://github.com/josegpt/display-wttr"))]) + (dispwatch . [(20210305 342) ((emacs (24 4))) "Watch displays for configuration changes" tar ((:commit . "03abbac89a9f625aaa1a808dd49ae4906f466421") (:authors ("Mitchell Perilstein" . "mitchell.perilstein@gmail.com")) (:maintainers ("Mitchell Perilstein" . "mitchell.perilstein@gmail.com")) (:maintainer "Mitchell Perilstein" . "mitchell.perilstein@gmail.com") (:keywords "frames") (:url . "https://github.com/mnp/dispwatch"))]) + (dist-file-mode . [(20240107 2040) ((emacs (26))) "Dispatch major mode for *.dist files" tar ((:commit . "8bb2f05487164cd690cac9c9c442969f6f79b81f") (:authors ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainers ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainer "USAMI Kenta" . "tadsan@zonu.me") (:keywords "files" "convenience") (:url . "https://github.com/emacs-php/dist-file-mode.el"))]) + (distel-completion-lib . [(20180827 1344) nil "Completion library for Erlang/Distel" tar ((:commit . "acc4c0a5521904203d797fe96b08e5fae4233c7e") (:authors ("Sebastian Weddmark Olsson")) (:maintainers ("Sebastian Weddmark Olsson")) (:maintainer "Sebastian Weddmark Olsson") (:keywords "erlang" "distel" "completion") (:url . "github.com/sebastiw/distel-completion"))]) + (distinguished-theme . [(20151216 2015) nil "A dark and elegant theme for emacs." tar ((:commit . "9b1d25ac59465a5016d187ea84b7614c95a29b3b") (:authors ("Kim Silkebækken" . "kim.silkebaekken@gmail.com")) (:maintainers ("Kim Silkebækken" . "kim.silkebaekken@gmail.com")) (:maintainer "Kim Silkebækken" . "kim.silkebaekken@gmail.com") (:url . "https://github.com/Lokaltog/distinguished-theme"))]) + (ditz-mode . [(20150729 940) nil "Emacs interface to Ditz issue tracking system" tar ((:commit . "56668844acd91c3d15a08ba406dbb1ba0c2fe9b4") (:authors ("Glenn Hutchings" . "zondo42@gmail.com")) (:maintainers ("Glenn Hutchings" . "zondo42@gmail.com")) (:maintainer "Glenn Hutchings" . "zondo42@gmail.com") (:keywords "tools"))]) + (dix . [(20230126 1017) ((cl-lib (0 5)) (emacs (26 2))) "Apertium XML editing minor mode" tar ((:commit . "5eeed9362fbeaf5a032bccd69b861b8a36877516") (:authors ("Kevin Brubeck Unhammer" . "unhammer@fsfe.org")) (:maintainers ("Kevin Brubeck Unhammer" . "unhammer@fsfe.org")) (:maintainer "Kevin Brubeck Unhammer" . "unhammer@fsfe.org") (:keywords "languages") (:url . "http://wiki.apertium.org/wiki/Emacs"))]) + (dix-evil . [(20181210 1200) ((dix (0 3 0)) (evil (1 0 7))) "optional evil-integration with dix.el" tar ((:commit . "b973de948deb7aa2995b1895e1e62bbe3129b5a5") (:authors ("Kevin Brubeck Unhammer" . "unhammer@fsfe.org")) (:maintainers ("Kevin Brubeck Unhammer" . "unhammer@fsfe.org")) (:maintainer "Kevin Brubeck Unhammer" . "unhammer@fsfe.org") (:keywords "languages") (:url . "http://wiki.apertium.org/wiki/Emacs"))]) + (dizzee . [(20171201 916) nil "A more pleasant way to manage your project's subprocesses in Emacs." tar ((:commit . "e3cf1c2ea5d0fc00747524b6f3c5b905d0a8c8e1") (:authors ("David Miller" . "david@deadpansincerity.com")) (:maintainer "David Miller" . "david@deadpansincerity.com") (:keywords "emacs" "processes") (:url . "https://github.com/davidmiller/dizzee"))]) + (django-commands . [(20220314 1545) ((emacs (25 1))) "Run django commands" tar ((:commit . "7510c0f068bf214ad012c203d68e03ff4262efdf") (:authors ("Andrii Kolomoiets" . "andreyk.mad@gmail.com")) (:maintainers ("Andrii Kolomoiets" . "andreyk.mad@gmail.com")) (:maintainer "Andrii Kolomoiets" . "andreyk.mad@gmail.com") (:keywords "tools") (:url . "https://github.com/muffinmad/emacs-django-commands"))]) + (django-manage . [(20160819 212) ((hydra (0 13 2))) "Django minor mode for commanding manage.py" tar ((:commit . "e72b1cf2fdbb5c624d19169176e60467b4918fe2") (:authors ("Daniel Gopar" . "gopardaniel@yahoo.com")) (:maintainers ("Daniel Gopar" . "gopardaniel@yahoo.com")) (:maintainer "Daniel Gopar" . "gopardaniel@yahoo.com") (:keywords "languages"))]) + (django-mode . [(20170522 714) ((projectile (0)) (s (0)) (helm-make (0))) "Major mode for Django web framework." tar ((:commit . "a71b8dd984e7f724b8321246e5c353a4ae5c986e") (:authors ("Greg V" . "floatboth@me.com")) (:maintainers ("Greg V" . "floatboth@me.com")) (:maintainer "Greg V" . "floatboth@me.com") (:keywords "languages"))]) + (django-snippets . [(20131229 1611) ((yasnippet (0 8 0))) "Yasnippets for django" tar ((:commit . "f1e6fea8878bebc9bc0b761376a14cd5c9feda0f") (:authors ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainers ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainer "Yasuyuki Oka" . "yasuyk@gmail.com") (:url . "https://github.com/myfreeweb/django-mode"))]) + (django-theme . [(20131022 902) nil "Custom face theme for Emacs" tar ((:commit . "86c8142b3eb1addd94a43aa6f1d98dab06401af0") (:authors ("Andrzej Sliwa")) (:maintainers ("Andrzej Sliwa")) (:maintainer "Andrzej Sliwa") (:url . "http://github/anrzejsliwa/django-theme"))]) + (djangonaut . [(20230821 1713) ((emacs (25 2)) (magit-popup (2 6 0)) (pythonic (0 1 0)) (f (0 20 0)) (s (1 12 0))) "Minor mode to interact with Django projects" tar ((:commit . "f360e3b39dc830a0380e82b6f3c475a466d7dda6") (:authors ("Artem Malyshev" . "proofit404@gmail.com")) (:maintainers ("Artem Malyshev" . "proofit404@gmail.com")) (:maintainer "Artem Malyshev" . "proofit404@gmail.com") (:keywords "convenience" "django") (:url . "https://github.com/proofit404/djangonaut"))]) + (djinni-mode . [(20190303 139) ((emacs (24 4))) "Major-mode for editing Djinni files." tar ((:commit . "f0da31d8f45c4b1b2341cf88ec7f2d2e7d16267f") (:authors ("Daniel Martín" . "mardani29@yahoo.es")) (:maintainers ("Daniel Martín" . "mardani29@yahoo.es")) (:maintainer "Daniel Martín" . "mardani29@yahoo.es") (:keywords "languages") (:url . "https://github.com/danielmartin/djinni-mode"))]) + (dkdo . [(20131110 1119) ((dkmisc (0 50)) (emacs (24 1))) "Do List major mode based on org-mode." tar ((:commit . "fd6bb105e8331fafb6385c5238c988c4c5bbe2da") (:authors ("David Keegan" . "dksw@eircom.net")) (:maintainer "David Keegan" . "dksw@eircom.net") (:keywords "dolist" "task" "productivity") (:url . "https://github.com/davidkeegan/dkdo"))]) + (dkl . [(20161005 7) nil "Display keyboard layout." tar ((:commit . "6b4584f86037bda3383960c678d51f340229fb91") (:authors ("Alexis" . "flexibeast@gmail.com")) (:maintainers ("Alexis" . "flexibeast@gmail.com")) (:maintainer "Alexis" . "flexibeast@gmail.com") (:keywords "input" "keyboard" "layout") (:url . "https://github.com/flexibeast/dkl"))]) + (dklrt . [(20131110 1341) ((dkmisc (0 50)) (ledger-mode (20130908 1357)) (emacs (24 1))) "Ledger Recurring Transactions." tar ((:commit . "4eceed270015b41d24a62a8b71bd239224a63063") (:authors ("David Keegan" . "dksw@eircom.net")) (:maintainer "David Keegan" . "dksw@eircom.net") (:keywords "ledger" "ledger-cli" "recurring" "periodic" "automatic") (:url . "https://github.com/davidkeegan/dklrt"))]) + (dkmisc . [(20131110 1115) ((emacs (24 1))) "Miscellaneous functions required by dk* packages." tar ((:commit . "fe3d49c6f8322b6f89466361acd97585bdfe0608") (:authors ("David Keegan" . "dksw@eircom.net")) (:maintainer "David Keegan" . "dksw@eircom.net") (:keywords "utility" "time" "date" "file") (:url . "https://github.com/davidkeegan/dkmisc"))]) + (dmacro . [(20200803 633) ((emacs (24 1)) (cl-lib (0 6))) "Repeated detection and execution of key operation" tar ((:commit . "0008e7d2403a20f444b29a63fad65819aefabe18") (:authors ("Toshiyuki Masui" . "masui@ptiecan.com") ("Makoto Owada") ("Eiji Obata") ("Nobuyuki Mine")) (:maintainers ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainer "USAMI Kenta" . "tadsan@zonu.me") (:keywords "convenience") (:url . "https://github.com/emacs-jp/dmacro"))]) + (dmenu . [(20190908 44) ((cl-lib (0 5))) "simulate the dmenu command line program" tar ((:commit . "e8cc9b27c79d3ecc252267c082ab8e9c82eab264") (:authors ("DarkSun" . "lujun9972@gmail.com")) (:maintainers ("DarkSun" . "lujun9972@gmail.com")) (:maintainer "DarkSun" . "lujun9972@gmail.com") (:keywords "convenience" "usability"))]) + (dna-mode . [(20191001 2108) nil "a major mode for editing dna sequences" tar ((:commit . "7a48393fcf0015eed2368fcb89b3091c9d029dc4") (:authors ("Harley Gorrell" . "harley@panix.com")) (:maintainers ("Harley Gorrell" . "harley@panix.com")) (:maintainer "Harley Gorrell" . "harley@panix.com") (:keywords "dna" "emacs" "editing") (:url . "http://www.mahalito.net/~harley/elisp/dna-mode.el"))]) + (doc-show-inline . [(20240616 2345) ((emacs (29 1))) "Show doc-strings found in external files" tar ((:commit . "cc363ed39f023642c4d8e7c91b26c802ca356fa3") (:authors ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainers ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainer "Campbell Barton" . "ideasman42@gmail.com") (:keywords "convenience") (:url . "https://codeberg.org/ideasman42/emacs-doc-show-inline"))]) + (docbook-snippets . [(20150714 1625) ((yasnippet (0 8 0))) "Yasnippets for DocBook" tar ((:commit . "b06297fdec039a541aaa6312cb328a11062cfab4") (:authors ("Jaromir Hradilek" . "jhradilek@gmail.com")) (:maintainers ("Jaromir Hradilek" . "jhradilek@gmail.com")) (:maintainer "Jaromir Hradilek" . "jhradilek@gmail.com") (:keywords "snippets" "docbook") (:url . "https://github.com/jhradilek/emacs-docbook-snippets"))]) + (docean . [(20180605 1744) ((emacs (24)) (cl-lib (0 5)) (request (0 2 0))) "Interact with DigitalOcean from Emacs." tar ((:commit . "bbe2298fd21f7876fc2d5c52a69b931ff59df979") (:authors ("Mario Rodas" . "marsam@users.noreply.github.com")) (:maintainers ("Mario Rodas" . "marsam@users.noreply.github.com")) (:maintainer "Mario Rodas" . "marsam@users.noreply.github.com") (:keywords "convenience") (:url . "https://github.com/emacs-pe/docean.el"))]) + (docker . [(20231110 1006) ((aio (1 0)) (dash (2 19 1)) (emacs (26 1)) (s (1 13 0)) (tablist (1 1)) (transient (0 4 3))) "Interface to Docker" tar ((:commit . "2def2ab7fa04ed14403d00e3547a94c3822302cb") (:authors ("Philippe Vaucher" . "philippe.vaucher@gmail.com")) (:maintainers ("Philippe Vaucher" . "philippe.vaucher@gmail.com")) (:maintainer "Philippe Vaucher" . "philippe.vaucher@gmail.com") (:keywords "filename" "convenience") (:url . "https://github.com/Silex/docker.el"))]) + (docker-api . [(20160525 720) ((dash (2 12 1)) (request (0 2 0)) (s (1 11 0))) "Emacs interface to the Docker API" tar ((:commit . "206144346b7fa4165223349cfeb64a75d47ddd1b") (:authors ("Philippe Vaucher" . "philippe.vaucher@gmail.com")) (:maintainers ("Philippe Vaucher" . "philippe.vaucher@gmail.com")) (:maintainer "Philippe Vaucher" . "philippe.vaucher@gmail.com") (:url . "https://github.com/Silex/docker-api.el"))]) + (docker-cli . [(20190524 1624) nil "Running various commands in docker containers" tar ((:commit . "328429219574555c5fb831a421b4b5d9a2338561") (:authors ("Boško Ivanišević" . "bosko.ivanisevic@gmail.com")) (:maintainers ("Boško Ivanišević" . "bosko.ivanisevic@gmail.com")) (:maintainer "Boško Ivanišević" . "bosko.ivanisevic@gmail.com") (:keywords "processes") (:url . "https://github.com/bosko/docker-cli"))]) + (docker-compose-mode . [(20200830 1336) ((emacs (24 3)) (dash (2 12 0)) (yaml-mode (0 0 12))) "Major mode for editing docker-compose files" tar ((:commit . "abaa4f3aeb5c62d7d16e186dd7d77f4e846e126a") (:authors ("Ricardo Martins")) (:maintainers ("Ricardo Martins")) (:maintainer "Ricardo Martins") (:keywords "convenience") (:url . "https://github.com/meqif/docker-compose-mode"))]) + (docker-tramp . [(20230809 511) ((emacs (24)) (cl-lib (0 5))) "TRAMP integration for docker containers for Emacs 28 and earlier" tar ((:commit . "19d0771db4e6b89e19c00af5806438e315779c15") (:authors ("Mario Rodas" . "marsam@users.noreply.github.com")) (:maintainers ("Mario Rodas" . "marsam@users.noreply.github.com")) (:maintainer "Mario Rodas" . "marsam@users.noreply.github.com") (:keywords "docker" "convenience") (:url . "https://github.com/emacs-pe/docker-tramp.el"))]) + (dockerfile-mode . [(20240324 1010) ((emacs (24))) "Major mode for editing Docker's Dockerfiles" tar ((:commit . "39a012a27fcf6fb629c447d13b6974baf906714c") (:keywords "docker" "languages" "processes" "tools") (:url . "https://github.com/spotify/dockerfile-mode"))]) + (docopt . [(20230216 957) ((emacs (26 3)) (dash (2 17 0)) (emacs (26 1)) (f (0 20 0)) (parsec (0 1 3)) (s (1 12 0)) (transient (0 3 7))) "A Docopt implementation in Elisp" tar ((:commit . "21c575db68d4ccadb3125241a62136a0f8b76f63") (:authors ("r0man" . "roman@burningswell.com")) (:maintainers ("r0man" . "roman@burningswell.com")) (:maintainer "r0man" . "roman@burningswell.com") (:keywords "docopt" "tools" "processes") (:url . "https://github.com/r0man/docopt.el"))]) + (docsim . [(20230627 47) ((emacs (24 4)) (org (8 0))) "Search and compare notes with a local search engine" tar ((:commit . "069569deba0f08906a42274ade321120b433f39a") (:authors ("Harry R. Schwartz" . "hello@harryrschwartz.com")) (:maintainers ("Harry R. Schwartz" . "hello@harryrschwartz.com")) (:maintainer "Harry R. Schwartz" . "hello@harryrschwartz.com") (:url . "https://github.com/hrs/docsim.el"))]) + (docstr . [(20240101 901) ((emacs (27 1)) (s (1 9 0))) "A document string minor mode" tar ((:commit . "f780904cffd40e34d72bef04f73c7e007c5f98c0") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "document" "string") (:url . "https://github.com/emacs-vs/docstr"))]) + (doct . [(20230622 1847) ((emacs (25 1))) "DOCT: Declarative Org capture templates" tar ((:commit . "5cab660dab653ad88c07b0493360252f6ed1d898") (:authors ("Nicholas Vollmer" . "progfolio@protonmail.com")) (:maintainers ("Nicholas Vollmer" . "progfolio@protonmail.com")) (:maintainer "Nicholas Vollmer" . "progfolio@protonmail.com") (:keywords "org" "convenience") (:url . "https://github.com/progfolio/doct"))]) + (doctest . [(20240421 1517) ((emacs (28 1))) "Doctests for Emacs Lisp" tar ((:commit . "0620ab6283a4e4302761ac415354b0b2b889dcda") (:keywords "lisp" "maint" "docs" "help") (:url . "https://github.com/ag91/doctest"))]) + (dogears . [(20240412 850) ((emacs (26 3)) (map (2 1))) "Never lose your place again" tar ((:commit . "162671e66cac601f1cfd5d22f7da2671af2e9866") (:authors ("Adam Porter" . "adam@alphapapa.net")) (:maintainers ("Adam Porter" . "adam@alphapapa.net")) (:maintainer "Adam Porter" . "adam@alphapapa.net") (:keywords "convenience") (:url . "https://github.com/alphapapa/dogears.el"))]) + (dokuwiki . [(20180102 59) ((emacs (24 3)) (xml-rpc (1 6 8))) "Edit Remote DokuWiki Pages Using XML-RPC" tar ((:commit . "594c4d4904dcc2796bbbd2c0845d9e7c09ccf6f7") (:authors ("Juan Karlo Licudine" . "accidentalrebel@gmail.com")) (:maintainers ("Juan Karlo Licudine" . "accidentalrebel@gmail.com")) (:maintainer "Juan Karlo Licudine" . "accidentalrebel@gmail.com") (:keywords "convenience") (:url . "http://www.github.com/accidentalrebel/emacs-dokuwiki"))]) + (dokuwiki-mode . [(20170223 1301) nil "Major mode for DokuWiki document" tar ((:commit . "e4e116f6fcc373e3f5937c1a7daa5c2c9c6d3fa1") (:authors ("Tsunenobu Kai" . "kai2nenobu@gmail.com")) (:maintainers ("Tsunenobu Kai" . "kai2nenobu@gmail.com")) (:maintainer "Tsunenobu Kai" . "kai2nenobu@gmail.com") (:keywords "hypermedia" "text" "dokuwiki") (:url . "https://github.com/kai2nenobu/emacs-dokuwiki-mode"))]) + (dollaro . [(20151123 1302) ((s (1 6 0))) "simple text templates" tar ((:commit . "500127f0172ac7a1eec627e026b59136580a74ac") (:authors ("Alessandro Piras" . "laynor@gmail.com")) (:maintainers ("Alessandro Piras" . "laynor@gmail.com")) (:maintainer "Alessandro Piras" . "laynor@gmail.com") (:keywords "tools" "convenience"))]) + (doom . [(20180301 2308) ((cl-lib (0 5))) "DOM implementation and manipulation library" tar ((:commit . "e59040aefc92dd9b3134eb623624307fb9e4327b") (:authors ("Alex Schroeder" . "alex@gnu.org") ("Henrik.Motakef" . "elisp@henrik-motakef.de") ("Katherine Whitlock" . "toroidal-code@gmail.com") ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Alex Schroeder")) (:maintainer "Alex Schroeder") (:keywords "xml" "dom") (:url . "http://www.github.com/kensanata/doom.el/"))]) + (doom-modeline . [(20240625 230) ((emacs (25 1)) (compat (29 1 4 5)) (nerd-icons (0 1 0)) (shrink-path (0 3 1))) "A minimal and modern mode-line" tar ((:commit . "1505c13564b83e44d3187611e326a48b742cad3a") (:authors ("Vincent Zhang" . "seagle0128@gmail.com")) (:maintainers ("Vincent Zhang" . "seagle0128@gmail.com")) (:maintainer "Vincent Zhang" . "seagle0128@gmail.com") (:keywords "faces" "mode-line") (:url . "https://github.com/seagle0128/doom-modeline"))]) + (doom-modeline-now-playing . [(20240522 1704) ((emacs (24 4)) (doom-modeline (3 0 0)) (async (1 9 3))) "Segment for Doom Modeline to show playerctl information" tar ((:commit . "1532f324f98a234aa14e12ebdfd17cebba978d6a") (:authors ("Ellis Kenyő" . "me@elken.dev")) (:maintainers ("Ellis Kenyő" . "me@elken.dev")) (:maintainer "Ellis Kenyő" . "me@elken.dev") (:url . "https://github.com/elken/doom-modeline-now-playing"))]) + (doom-themes . [(20240620 225) ((emacs (25 1)) (cl-lib (0 5))) "an opinionated pack of modern color-themes" tar ((:commit . "816fb54d60a7012b9b12cd995831d4226982b487") (:authors ("Henrik Lissner" . "contact@henrik.io")) (:maintainers ("Henrik Lissner" . "contact@henrik.io")) (:maintainer "Henrik Lissner" . "contact@henrik.io") (:keywords "themes" "faces") (:url . "https://github.com/doomemacs/themes"))]) + (dot-env . [(20230820 2014) ((emacs (24 4)) (s (1 13 0))) "Dotenv functionality" tar ((:commit . "83ce690e8ef9175fc621c85d5fbef4f7ace7b7a8") (:authors ("Amo DelBello")) (:maintainers ("Amo DelBello")) (:maintainer "Amo DelBello") (:keywords "convenience" "dotenv" "environment" "configuration") (:url . "https://github.com/amodelbello/dot-env.el"))]) + (dot-mode . [(20180312 2300) ((emacs (24 3))) "minor mode to repeat typing or commands" tar ((:commit . "6ca22b73bcdae2363ee9641b822a60685df16a3e") (:authors ("Robert Wyrick" . "rob@wyrick.org")) (:maintainers ("Robert Wyrick" . "rob@wyrick.org")) (:maintainer "Robert Wyrick" . "rob@wyrick.org") (:keywords "convenience") (:url . "https://github.com/wyrickre/dot-mode"))]) + (dotenv-mode . [(20191027 2129) ((emacs (24 3))) "Major mode for .env files" tar ((:commit . "e3701bf739bde44f6484eb7753deadaf691b73fb") (:authors ("Preetpal S. Sohal")) (:maintainers ("Preetpal S. Sohal")) (:maintainer "Preetpal S. Sohal") (:url . "https://github.com/preetpalS/emacs-dotenv-mode"))]) + (dotnet . [(20200803 1032) nil "Interact with dotnet CLI tool" tar ((:commit . "83ba1305d7895b03f3dffb2d3458b7ec75e6909f") (:authors ("Julien BLANCHARD" . "julien@sideburns.eu")) (:maintainers ("Julien BLANCHARD" . "julien@sideburns.eu")) (:maintainer "Julien BLANCHARD" . "julien@sideburns.eu") (:keywords ".net" "tools") (:url . "https://github.com/julienXX/dotnet.el"))]) + (double-saber . [(20190325 1917) ((emacs (24 4))) "Narrow and delete in search buffers." tar ((:commit . "5555dc28cbaa228fa8f9390738a4200e071380b8") (:authors ("Daniel Ting" . "deep.paren.12@gmail.com")) (:maintainers ("Daniel Ting" . "deep.paren.12@gmail.com")) (:maintainer "Daniel Ting" . "deep.paren.12@gmail.com") (:keywords "double-saber" "narrow" "delete" "sort" "tools" "convenience" "matching") (:url . "https://github.com/dp12/double-saber.git"))]) + (download-region . [(20210306 415) ((cl-lib (0 3))) "Simple in-buffer download manager" tar ((:commit . "e0a721858a22896fa1d7f1d5689dd0878dbc58fa") (:authors ("zk_phi")) (:maintainers ("zk_phi")) (:maintainer "zk_phi") (:url . "http://zk-phi.github.io/"))]) + (downplay-mode . [(20151125 2009) nil "focus attention on a region of the buffer" tar ((:commit . "4a2c3addc73c8ca3816345c3c11c08af265baedb") (:authors ("Toby Crawley" . "toby@tcrawley.org")) (:maintainers ("Toby Crawley" . "toby@tcrawley.org")) (:maintainer "Toby Crawley" . "toby@tcrawley.org") (:url . "https://github.com/tobias/downplay-mode/"))]) + (doxy-graph-mode . [(20210604 723) ((emacs (26 3))) "Links source code editing with doxygen call graphs" tar ((:commit . "88af6ef4bc9c8918b66c7774f0a115b2addc310e") (:authors ("Gustavo Puche" . "gustavo.puche@gmail.com")) (:maintainers ("Gustavo Puche" . "gustavo.puche@gmail.com")) (:maintainer "Gustavo Puche" . "gustavo.puche@gmail.com") (:keywords "languages" "all") (:url . "https://github.com/gustavopuche/doxy-graph-mode"))]) + (dpaste . [(20160303 2112) nil "Emacs integration for dpaste.com" tar ((:commit . "e7a1a18de77f752eb0dbb4b878925f2265538d0b") (:authors ("Greg Newman" . "greg@gregnewman.org") ("Guilherme Gondim" . "semente@taurinus.org")) (:maintainers ("Greg Newman" . "greg@gregnewman.org")) (:maintainer "Greg Newman" . "greg@gregnewman.org") (:keywords "paste" "pastie" "pastebin" "dpaste" "python"))]) + (dpaste_de . [(20131015 1225) ((web (0 3 7))) "Emacs mode to paste to dpaste.de" tar ((:commit . "ab041443884a7a4bfdc81b055688821e8efc9b02") (:authors ("Thejaswi Puthraya" . "thejaswi.puthraya@gmail.com")) (:maintainers ("Thejaswi Puthraya" . "thejaswi.puthraya@gmail.com")) (:maintainer "Thejaswi Puthraya" . "thejaswi.puthraya@gmail.com") (:keywords "pastebin"))]) + (dpkg-dev-el . [(20240614 134) ((emacs (27 1)) (debian-el (37 0))) "startup file for the elpa-dpkg-dev-el package" tar ((:commit . "4393f27d077080e027e0a8ffd61ea5aa365d27e4") (:authors ("Peter S Galbraith" . "psg@debian.org")) (:maintainers ("Peter S Galbraith" . "psg@debian.org")) (:maintainer "Peter S Galbraith" . "psg@debian.org"))]) + (dr-racket-like-unicode . [(20220810 2000) ((emacs (24 3))) "DrRacket-style unicode input" tar ((:commit . "d09b9be289e91e25c941107be5e8f52e7c8f0065") (:authors ("David Christiansen" . "david@davidchristiansen.dk")) (:maintainers ("David Christiansen" . "david@davidchristiansen.dk")) (:maintainer "David Christiansen" . "david@davidchristiansen.dk") (:keywords "i18n" "tools") (:url . "https://github.com/david-christiansen/dr-racket-like-unicode"))]) + (dracula-theme . [(20240614 1303) ((emacs (24 3))) "Dracula Theme" tar ((:commit . "1dd3702bcca1191b082783062bde42668515c700") (:authors ("film42")) (:maintainers ("Étienne Deparis" . "etienne@depar.is")) (:maintainer "Étienne Deparis" . "etienne@depar.is") (:url . "https://github.com/dracula/emacs"))]) + (draft-mode . [(20160106 859) nil "Rough drafting for Emacs." tar ((:commit . "4779fb32daf53746459da2def7e08004492d4f18") (:authors ("Eeli Reilin" . "gaudecker@fea.st")) (:maintainers ("Eeli Reilin" . "gaudecker@fea.st")) (:maintainer "Eeli Reilin" . "gaudecker@fea.st") (:keywords "draft" "drafting") (:url . "https://github.com/gaudecker/draft-mode"))]) + (drag-stuff . [(20161108 749) nil "Drag stuff (lines, words, region, etc...) around" tar ((:commit . "d49fe376d24f0f8ac5ade67b6d7fccc2487c81db") (:authors ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainer "Johan Andersson" . "johan.rejeep@gmail.com") (:keywords "speed" "convenience") (:url . "http://github.com/rejeep/drag-stuff"))]) + (drawille . [(20160418 1838) ((cl-lib (0 5))) "Drawille implementation in elisp" tar ((:commit . "d582b455c01432bc80933650c52a1f586bd1b5ad") (:authors ("Josuah Demangeon" . "josuah.demangeon@gmail.com")) (:maintainers ("Josuah Demangeon" . "josuah.demangeon@gmail.com")) (:maintainer "Josuah Demangeon" . "josuah.demangeon@gmail.com") (:keywords "graphics") (:url . "https://github.com/sshbio/elisp-drawille"))]) + (dream-theme . [(20210419 605) ((emacs (26 1))) "Maximalist Nordic/Zenburn-inspired color theme" tar ((:commit . "0c27f05544b90e41338f79ea923044b358a323c6") (:authors ("Dirk-Jan C. Binnema" . "djcb@djcbsoftware.nl")) (:maintainers ("Dirk-Jan C. Binnema" . "djcb@djcbsoftware.nl")) (:maintainer "Dirk-Jan C. Binnema" . "djcb@djcbsoftware.nl") (:keywords "faces" "theme") (:url . "https://github.com/djcb/dream-theme"))]) + (drill-instructor-AZIK-force . [(20151123 514) ((popup (0 5))) "Support AZIK input" tar ((:commit . "008cea202dc31d7d6fb1e7d8e6334d516403b7a5") (:authors ("Yuhei Maeda ")) (:maintainer "Yuhei Maeda") (:keywords "convenience") (:url . "https://github.com/myuhe/drill-instructor-AZIK-force.el"))]) + (drone . [(20161106 918) nil "Launch your drone test suite if drone.yml is present" tar ((:commit . "1d4ee037ad3208847a4235426edf0c4a3e7b1899") (:authors ("Oliver Marks" . "oly@digitaloctave.com")) (:maintainers ("Oliver Marks" . "oly@digitaloctave.com")) (:maintainer "Oliver Marks" . "oly@digitaloctave.com") (:keywords "drone" "tests" "ci") (:url . "https://github.com/olymk2/emacs-drone"))]) + (dropbox . [(20220314 1638) ((request (0 3 0)) (json (1 2)) (oauth (1 0 3))) "Emacs backend for dropbox" tar ((:commit . "c048faad0be24e8fa31974f08b710a87cf5b668c") (:authors ("Pavel Panchekha" . "me@pavpanchekha.com")) (:maintainers ("Pavel Panchekha" . "me@pavpanchekha.com")) (:maintainer "Pavel Panchekha" . "me@pavpanchekha.com") (:keywords "dropbox"))]) + (drupal-mode . [(20220125 1044) ((php-mode (1 5 0))) "Advanced minor mode for Drupal development" tar ((:commit . "17927723adc5921e8058f7c29e5e50e88b975639") (:authors ("Arne Jørgensen" . "arne@arnested.dk")) (:maintainers ("Arne Jørgensen" . "arne@arnested.dk")) (:maintainer "Arne Jørgensen" . "arne@arnested.dk") (:keywords "programming" "php" "drupal") (:url . "https://github.com/arnested/drupal-mode"))]) + (drupal-spell . [(20130520 1655) nil "Aspell extra dictionary for Drupal" tar ((:commit . "a69f5e3b62c4c0da74ce26c1d00d5b8f7395e4ae") (:authors ("Arne Jørgensen" . "arne@arnested.dk")) (:maintainers ("Arne Jørgensen" . "arne@arnested.dk")) (:maintainer "Arne Jørgensen" . "arne@arnested.dk") (:keywords "wp") (:url . "https://github.com/arnested/drupal-spell"))]) + (dslide . [(20240626 125) ((emacs (29 2))) "Domain Specific sLIDEs. A presentation framework" tar ((:commit . "55803bc16a729a1a8ed1e785405feac3cb53878e") (:authors ("Positron" . "contact@positron.solutions")) (:maintainers ("Positron" . "contact@positron.solutions")) (:maintainer "Positron" . "contact@positron.solutions") (:keywords "convenience" "org-mode" "presentation" "narrowing") (:url . "https://github.com/positron-solutions/dslide"))]) + (dsvn . [(20221102 1416) nil "Subversion interface" tar ((:commit . "36ecd5219584e46dcf6bd252e2ea1ec517d2fc05") (:authors ("David Kågedal" . "davidk@lysator.liu.se") (" Mattias Engdegård" . "mattiase@acm.org")) (:maintainers ("Mattias Engdegård" . "mattiase@acm.org")) (:maintainer "Mattias Engdegård" . "mattiase@acm.org") (:keywords "docs"))]) + (dtb-mode . [(20210105 1132) ((emacs (25))) "Show device tree souce in dtbs" tar ((:commit . "d5bca7d1afaac5615c586b60c7314a1d0e2514dc") (:authors ("Schspa Shi" . "schspa@gmail.com")) (:maintainers ("Schspa Shi" . "schspa@gmail.com")) (:maintainer "Schspa Shi" . "schspa@gmail.com") (:keywords "dtb" "dts" "convenience") (:url . "https://github.com/schspa/dtb-mode"))]) + (dtext-mode . [(20231120 1606) ((emacs (24 4))) "Major mode for Danbooru DText" tar ((:commit . "5c68d1c05c4606f68384569d9baaef4f6e72fc73") (:authors ("John Russell" . "johndevlopment7@gmail.com")) (:maintainers ("John Russell" . "johndevlopment7@gmail.com")) (:maintainer "John Russell" . "johndevlopment7@gmail.com") (:keywords "languages") (:url . "https://github.com/JohnDevlopment/dtext-mode.el"))]) + (dtk . [(20240317 2328) ((emacs (24 4)) (cl-lib (0 6 1)) (dash (2 12 0)) (seq (1 9)) (s (1 9))) "access SWORD content via diatheke" tar ((:commit . "461f30f2e2038c3c469e710309046c0af4d6b41a") (:authors ("David Thompson")) (:maintainers ("David Thompson")) (:maintainer "David Thompson") (:keywords "hypermedia") (:url . "https://codeberg.org/thomp/dtk"))]) + (dtrace-script-mode . [(20150214 623) nil "DTrace code editing commands for Emacs" tar ((:commit . "a92f76c65b9fb64d448e503b4ea7ff06085be8ee"))]) + (dtrt-indent . [(20240623 2118) nil "Adapt to foreign indentation offsets" tar ((:commit . "339755e4fb5245862737babf7f2c1e3bae1c129c") (:authors ("Julian Scheid" . "julians37@googlemail.com")) (:maintainers ("Reuben Thomas" . "rrt@sc3d.org")) (:maintainer "Reuben Thomas" . "rrt@sc3d.org") (:keywords "convenience" "files" "languages" "c"))]) + (dts-mode . [(20211202 18) nil "Major mode for Devicetree source code" tar ((:commit . "32517e7eeeccc785b7c669fd5e93c5df45597ef1") (:authors ("Ben Gamari" . "ben@smart-cactus.org")) (:maintainers ("Ben Gamari" . "ben@smart-cactus.org")) (:maintainer "Ben Gamari" . "ben@smart-cactus.org") (:keywords "languages"))]) + (ducpel . [(20140702 1154) ((cl-lib (0 5))) "Logic game with sokoban elements" tar ((:commit . "2f2ce2df269d99261c808a5c4ebc00d6d2cddabc") (:authors ("Alex Kost" . "alezost@gmail.com")) (:maintainers ("Alex Kost" . "alezost@gmail.com")) (:maintainer "Alex Kost" . "alezost@gmail.com") (:keywords "games") (:url . "https://github.com/alezost/ducpel"))]) + (dumb-diff . [(20171211 2122) ((emacs (24 3))) "fast arbitrary diffs" tar ((:commit . "1a2331d283049b71a07c1b06b1e0627a950d55f4") (:authors ("jack angers")) (:maintainers ("jack angers")) (:maintainer "jack angers") (:keywords "programming" "diff"))]) + (dumb-jump . [(20240625 224) ((emacs (24 3)) (s (1 11 0)) (dash (2 9 0)) (popup (0 5 3))) "Jump to definition for 50+ languages without configuration" tar ((:commit . "cd65a743370ac7b1a12e9ef0a7371b285a2597fb") (:authors ("jack angers and contributors")) (:maintainers ("jack angers and contributors")) (:maintainer "jack angers and contributors") (:keywords "programming") (:url . "https://github.com/jacktasia/dumb-jump"))]) + (dummyparens . [(20141009 1024) nil "parenthesis auto-pairing and wrapping" tar ((:commit . "9798ef1d0eaa24e4fe66f8aa6022a8c62714cc89") (:authors ("Sergei Nosov ")) (:maintainers ("Sergei Nosov ")) (:maintainer "Sergei Nosov ") (:keywords "dummyparens" "auto-pair" "wrapping") (:url . "https://github.com/snosov1/dummyparens"))]) + (dune . [(20240427 1346) nil "Integration with the dune build system" tar ((:commit . "5554158af27ead066fbb3c009e780c930958613c") (:url . "https://github.com/ocaml/dune"))]) + (dune-format . [(20210505 108) ((reformatter (0 6)) (emacs (24 1))) "Reformat OCaml's dune files automatically" tar ((:commit . "eda7a16ae378e7c482c11228c43ef32b893a1520") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "languages") (:url . "https://github.com/purcell/emacs-dune-format"))]) + (duplexer . [(20230903 1836) ((emacs (26 3))) "Handle conflicts between local minor modes and reuse rules" tar ((:commit . "aa617ffa1cc37a06ce89a02fd8b38963e09fd4f3") (:authors ("liuyinz" . "liuyinz95@gmail.com")) (:maintainers ("liuyinz" . "liuyinz95@gmail.com")) (:maintainer "liuyinz" . "liuyinz95@gmail.com") (:keywords "tools") (:url . "https://github.com/liuyinz/duplexer.el"))]) + (duplicate-thing . [(20181031 1500) nil "Duplicate current line & selection" tar ((:commit . "9d8fd05e3e5caa35d3f2a0c0032c92f0c0908e21") (:authors ("ongaeshi")) (:maintainers ("ongaeshi")) (:maintainer "ongaeshi") (:keywords "convenience" "command" "duplicate" "line" "selection") (:url . "https://github.com/ongaeshi/duplicate-thing"))]) + (dut-mode . [(20170729 2111) ((emacs (24))) "Major mode for the Dut programming language" tar ((:commit . "9235c7acaa6690942e9de8b7acd1e4be0c859dc1") (:authors ("The dut-mode Authors")) (:maintainers ("The dut-mode Authors")) (:maintainer "The dut-mode Authors") (:keywords "languages" "gut") (:url . "https://github.com/dut-lang/dut-mode"))]) + (dw . [(20210331 2311) ((emacs (25 1))) "Diceware passphrase generation commands" tar ((:commit . "61c5718ba64ace4c9e29de18aa2690ecc3f0f258") (:authors ("D. Williams" . "d.williams@posteo.net")) (:maintainers ("D. Williams" . "d.williams@posteo.net")) (:maintainer "D. Williams" . "d.williams@posteo.net") (:keywords "convenience" "games") (:url . "https://github.com/integral-dw/dw-passphrase-generator"))]) + (dwim-coder-mode . [(20240623 1024) ((emacs (29))) "DWIM keybindings for C, Python, Rust, and more" tar ((:commit . "431b34922f1489dbc1ab89cc14e0d14372da725e") (:authors ("Mohammed Sadiq" . "sadiq@sadiqpk.org")) (:maintainers ("Mohammed Sadiq" . "sadiq@sadiqpk.org")) (:maintainer "Mohammed Sadiq" . "sadiq@sadiqpk.org") (:keywords "convenience" "hacks") (:url . "https://sadiqpk.org/projects/dwim-coder-mode.html"))]) + (dwim-shell-command . [(20240526 2142) ((emacs (28 1))) "Shell commands with DWIM behaviour" tar ((:commit . "a1f34ba0f9ccb76673f6551f0c5e06a24ca9aa2a") (:authors ("Alvaro Ramirez")) (:maintainers ("Alvaro Ramirez")) (:maintainer "Alvaro Ramirez") (:url . "https://github.com/xenodium/dwim-shell-command"))]) + (dyalog-mode . [(20230214 1027) ((cl-lib (0 2)) (emacs (24 3))) "Major mode for editing Dyalog APL source code" tar ((:commit . "13c0d391aa878a1609259a89fe3e6db8d21935e8") (:authors ("Joakim Hårsman" . "joakim.harsman@gmail.com")) (:maintainers ("Joakim Hårsman" . "joakim.harsman@gmail.com")) (:maintainer "Joakim Hårsman" . "joakim.harsman@gmail.com") (:keywords "languages") (:url . "https://github.com/harsman/dyalog-mode.git"))]) + (dylan . [(20220115 1804) ((emacs (25 1))) "Dylan editing modes" tar ((:commit . "9d2891e3e06405b75072d296f385fa795aeb9835") (:url . "https://opendylan.org/"))]) + (dynamic-fonts . [(20140731 1226) ((font-utils (0 7 0)) (persistent-soft (0 8 8)) (pcache (0 2 3))) "Set faces based on available fonts" tar ((:commit . "004ee6014dc7dbff8f14d26015c91d9229f6eac0") (:authors ("Roland Walker" . "walker@pobox.com")) (:maintainers ("Roland Walker" . "walker@pobox.com")) (:maintainer "Roland Walker" . "walker@pobox.com") (:keywords "faces" "frames") (:url . "http://github.com/rolandwalker/dynamic-fonts"))]) + (dynamic-graphs . [(20210908 2010) ((emacs (26 1))) "Manipulation with graphviz graphs" tar ((:commit . "64ca58dffecdecb636f7fe61c0c86e9c3c64d4dd") (:authors ("Tomas Zellerin" . "tomas@zellerin.cz")) (:maintainers ("Tomas Zellerin" . "tomas@zellerin.cz")) (:maintainer "Tomas Zellerin" . "tomas@zellerin.cz") (:keywords "tools") (:url . "https://github.com/zellerin/dynamic-graphs"))]) + (dynamic-ruler . [(20231126 1915) nil "Displays a dynamic ruler at point." tar ((:commit . "984877f3ad8dd4e4bdec2fcacb82a11b4f3b5d75") (:authors ("Francesc Rocher" . "francesc.rocher@gmail.com")) (:maintainers ("Francesc Rocher" . "francesc.rocher@gmail.com")) (:maintainer "Francesc Rocher" . "francesc.rocher@gmail.com") (:keywords "ruler" "tools" "convenience") (:url . "http://rocher.github.io/dynamic-ruler"))]) + (dynamic-spaces . [(20171027 1851) nil "When editing, don't move text separated by spaces" tar ((:commit . "97ae8480c257ba573ca3d06dbf602f9b23c41d38") (:authors ("Anders Lindgren")) (:maintainers ("Anders Lindgren")) (:maintainer "Anders Lindgren") (:keywords "convenience") (:url . "https://github.com/Lindydancer/dynamic-spaces"))]) + (dynaring . [(20240615 129) ((emacs (25 1))) "A dynamically sized ring structure" tar ((:commit . "90daf413abee1723c37697e72bb700a06727ff4b") (:authors ("Mike Mattie" . "codermattie@gmail.com") ("Sid Kasivajhula" . "sid@countvajhula.com")) (:maintainers ("Sid Kasivajhula" . "sid@countvajhula.com")) (:maintainer "Sid Kasivajhula" . "sid@countvajhula.com") (:url . "https://github.com/countvajhula/dynaring"))]) + (dyncloze . [(20210712 145) ((emacs (25 1)) (dash (2 18))) "Language alternatives self-testing" tar ((:commit . "aafc5adc25c7f714b619109bccf92e475d6c84ef") (:authors ("Andrew Hyatt" . "ahyatt@gmail.com")) (:maintainers ("Andrew Hyatt" . "ahyatt@gmail.com")) (:maintainer "Andrew Hyatt" . "ahyatt@gmail.com") (:url . "https://github.com/ahyatt/emacs-dyncloze"))]) + (e2ansi . [(20190517 1902) ((face-explorer (0 0 4))) "Syntax highlighting support for `less', powered by Emacs." tar ((:commit . "6e1bb4e4e27885d1786db08b091cfa13b184fb54") (:authors ("Anders Lindgren")) (:maintainers ("Anders Lindgren")) (:maintainer "Anders Lindgren") (:keywords "faces" "languages") (:url . "https://github.com/Lindydancer/e2ansi"))]) + (e2wm . [(20170215 36) ((window-layout (1 4))) "simple window manager for emacs" tar ((:commit . "4353d3394c77a49f8f0291c239858c8c5e877549") (:authors ("SAKURAI Masashi ")) (:maintainers ("SAKURAI Masashi ")) (:maintainer "SAKURAI Masashi ") (:keywords "tools" "window manager"))]) + (e2wm-R . [(20151230 926) ((e2wm (1 3)) (inlineR (1 0)) (ess (15 3))) "some e2wm plugin and perspective for GNU R" tar ((:commit . "4350601ee1a96bf89777b3f09f1b79b88e2e6e4d") (:authors ("myuhe ")) (:maintainers ("myuhe")) (:maintainer "myuhe") (:keywords "convenience" "e2wm") (:url . "https://github.com/myuhe/e2wm-R.el"))]) + (e2wm-bookmark . [(20151123 521) ((e2wm (1 2))) "Bookmark plugin for e2wm.el" tar ((:commit . "bad816b6d8049984d69bcd277b7d325fb84d55eb") (:authors ("Yuhei Maeda ")) (:maintainers ("Yuhei Maeda ")) (:maintainer "Yuhei Maeda ") (:keywords "convenience"))]) + (e2wm-direx . [(20200805 1414) ((e2wm (1 2)) (direx (0 1 -3))) "Plugin of e2wm.el for direx.el" tar ((:commit . "5672bc44d8e5cea6bc3b84c3b58e522050ffae0e") (:authors ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainers ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainer "Hiroaki Otsu" . "ootsuhiroaki@gmail.com") (:keywords "tools" "window manager" "convenience") (:url . "https://github.com/aki2o/e2wm-direx"))]) + (e2wm-pkgex4pl . [(20140525 2211) ((e2wm (1 2)) (plsense-direx (0 2 0))) "Plugin of e2wm.el for package explorer of Perl" tar ((:commit . "7ea994450727190c4f3cb46cb429ba41b692ecc0") (:authors ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainers ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainer "Hiroaki Otsu" . "ootsuhiroaki@gmail.com") (:keywords "tools" "window manager" "perl") (:url . "https://github.com/aki2o/e2wm-pkgex4pl"))]) + (e2wm-svg-clock . [(20150106 1306) ((e2wm (20130225 1602)) (svg-clock (0 4))) "e2wm plugin for svg-clock" tar ((:commit . "d425925e3afffcbe2ff74edc80b714e4319d4c94") (:authors ("Yuhei Maeda ")) (:maintainers ("Yuhei Maeda")) (:maintainer "Yuhei Maeda") (:keywords "convenience" "e2wm") (:url . "https://github.com/myuhe/e2wm-svg-clock.el"))]) + (e2wm-sww . [(20200805 1339) ((e2wm (1 2))) "Plugin of e2wm.el to switch plugin quickly" tar ((:commit . "8926d0c70be05c7b4ef821e22e411e8813973687") (:authors ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainers ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainer "Hiroaki Otsu" . "ootsuhiroaki@gmail.com") (:keywords "tools" "window manager") (:url . "https://github.com/aki2o/e2wm-sww"))]) + (e2wm-term . [(20240107 850) ((e2wm (1 2)) (log4e (0 2 0)) (yaxception (1 0 0))) "Perspective of e2wm.el for work in terminal" tar ((:commit . "4542e52138484933dd99a497ff1b048ea42f9246") (:authors ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainers ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainer "Hiroaki Otsu" . "ootsuhiroaki@gmail.com") (:keywords "tools" "window manager") (:url . "https://github.com/aki2o/e2wm-term"))]) + (eacl . [(20220526 1434) ((emacs (25 1))) "Auto-complete lines by grepping project" tar ((:commit . "4fe2cafbfeb73d806ebea8801c3522ff2886f30b") (:authors ("Chen Bin ")) (:maintainers ("Chen Bin ")) (:maintainer "Chen Bin ") (:keywords "abbrev" "convenience" "matching") (:url . "http://github.com/redguardtoo/eacl"))]) + (earthfile-mode . [(20230809 2250) ((emacs (26))) "Major mode for editing Earthly file" tar ((:commit . "3029e5ab06171ca5947041e95053561e10e5ba41") (:authors ("Thanabodee Charoenpiriyakij" . "wingyminus@gmail.com")) (:maintainers ("Thanabodee Charoenpiriyakij" . "wingyminus@gmail.com")) (:maintainer "Thanabodee Charoenpiriyakij" . "wingyminus@gmail.com") (:url . "https://github.com/earthly/earthly-mode"))]) + (eask . [(20240614 541) ((emacs (26 1))) "Core Eask APIs, for Eask CLI development" tar ((:commit . "8015c62602188c008988fc6825ff97b04c614c8f") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "lisp" "eask" "api") (:url . "https://github.com/emacs-eask/eask"))]) + (eask-mode . [(20240101 819) ((emacs (24 3)) (eask (0 1 0))) "Major mode for editing Eask files" tar ((:commit . "774bf05f2d778a107f27f8fa47034ad15f16395c") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "lisp" "eask") (:url . "https://github.com/emacs-eask/eask-mode"))]) + (easky . [(20240608 744) ((emacs (27 1)) (eask-mode (0 1 0)) (eask (0 1 0)) (ansi (0 4 1)) (lv (0 0)) (marquee-header (0 1 0))) "Control the Eask command-line interface" tar ((:commit . "d75ec4865742a4939bd685360f8ec5b076bdcf77") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "maint" "easky") (:url . "https://github.com/emacs-eask/easky"))]) + (easy-after-load . [(20170817 1231) nil "eval-after-load for all files in a directory" tar ((:commit . "29e20145da49ac9ea40463c552130777408040de") (:authors ("Kyle Hargraves")) (:maintainers ("Kyle Hargraves")) (:maintainer "Kyle Hargraves") (:url . "https://github.com/pd/easy-after-load"))]) + (easy-escape . [(20210917 1254) nil "Improve readability of escape characters in regular expressions" tar ((:commit . "938497a21e65ba6b3ff8ec90e93a6d0ab18dc9b4") (:authors ("Clément Pit-Claudel" . "clement.pitclaudel@live.com")) (:maintainers ("Clément Pit-Claudel" . "clement.pitclaudel@live.com")) (:maintainer "Clément Pit-Claudel" . "clement.pitclaudel@live.com") (:keywords "convenience" "lisp" "tools") (:url . "https://github.com/cpitclaudel/easy-escape"))]) + (easy-hugo . [(20240129 1534) ((emacs (25 1)) (popup (0 5 3)) (request (0 3 0)) (transient (0 3 6))) "Write blogs made with hugo by markdown or org-mode" tar ((:commit . "ecae28ef6bd70f3b7492592008bfa8776d81d2e7") (:authors ("Masashi Miyaura")) (:maintainers ("Masashi Miyaura")) (:maintainer "Masashi Miyaura") (:url . "https://github.com/masasam/emacs-easy-hugo"))]) + (easy-jekyll . [(20211217 2311) ((emacs (25 1)) (request (0 3 0))) "Major mode managing jekyll blogs" tar ((:commit . "7f19af310162464956f2bc4c38c6b7e95cb20321") (:authors ("Masashi Miyaura")) (:maintainers ("Masashi Miyaura")) (:maintainer "Masashi Miyaura") (:url . "https://github.com/masasam/emacs-easy-jekyll"))]) + (easy-kill . [(20220511 557) ((emacs (25)) (cl-lib (0 5))) "kill & mark things easily" tar ((:commit . "de7d66c3c864a4722a973ee9bc228a14be49ba0c") (:authors ("Leo Liu" . "sdl.web@gmail.com")) (:maintainers ("Leo Liu" . "sdl.web@gmail.com")) (:maintainer "Leo Liu" . "sdl.web@gmail.com") (:keywords "killing" "convenience") (:url . "https://github.com/leoliu/easy-kill"))]) + (easy-kill-extras . [(20240122 1649) ((easy-kill (0 9 4))) "Extra functions for easy-kill." tar ((:commit . "6ec0a1ff47aee681f7aa7af4250ede75815385f2") (:authors ("Akinori MUSHA" . "knu@iDaemons.org")) (:maintainers ("Akinori MUSHA" . "knu@iDaemons.org")) (:maintainer "Akinori MUSHA" . "knu@iDaemons.org") (:keywords "killing" "convenience") (:url . "https://github.com/knu/easy-kill-extras.el"))]) + (easy-repeat . [(20150516 848) ((emacs (24 4))) "Repeat easily" tar ((:commit . "060f0e6801c82c40c06961dc0528a00e18947a8c") (:authors ("Chunyang Xu" . "xuchunyang56@gmail.com")) (:maintainers ("Chunyang Xu" . "xuchunyang56@gmail.com")) (:maintainer "Chunyang Xu" . "xuchunyang56@gmail.com") (:keywords "repeat" "convenience") (:url . "https://github.com/xuchunyang/easy-repeat.el"))]) + (ebdb-mua-sidecar . [(20240428 1852) ((emacs (28 1)) (universal-sidecar (1 5 1)) (ebdb (0 8 20))) "EBDB Integration for Universal Sidecar" tar ((:commit . "4c78015d10caba9c700e6e6b582004ae1c1d5344") (:authors ("Samuel W. Flint" . "me@samuelwflint.com")) (:maintainers ("Samuel W. Flint" . "me@samuelwflint.com")) (:maintainer "Samuel W. Flint" . "me@samuelwflint.com") (:keywords "mail" "convenience") (:url . "https://git.sr.ht/~swflint/emacs-universal-sidecar"))]) + (ebf . [(20210225 1211) ((dash (2 18 0)) (cl-lib (0 5))) "brainfuck language transpiler to Emacs Lisp" tar ((:commit . "6cbeb4d62416f4cfd5be8906667342af8ecc44a6") (:authors ("Alexey Kutepov" . "reximkut@gmail.com")) (:maintainers ("Alexey Kutepov" . "reximkut@gmail.com")) (:maintainer "Alexey Kutepov" . "reximkut@gmail.com") (:url . "http://github.com/rexim/ebf"))]) + (ebib . [(20240618 1008) ((parsebib (4 0)) (emacs (27 1)) (compat (29 1 4 3))) "a BibTeX database manager" tar ((:commit . "dcebdbfdd3129a8e0b40fe69c27a6933bc0b7a4f") (:authors ("Joost Kremers" . "joostkremers@fastmail.fm")) (:maintainers ("Joost Kremers" . "joostkremers@fastmail.fm")) (:maintainer "Joost Kremers" . "joostkremers@fastmail.fm") (:keywords "text" "bibtex") (:url . "http://joostkremers.github.io/ebib/"))]) + (ebib-sidecar . [(20240428 1852) ((emacs (28 1)) (citeproc (0 9 4)) (universal-sidecar (1 5 1)) (universal-sidecar-citeproc (1 0 0)) (ebib (2 39))) "Sidecar to show formatted reference of current Ebib Entry" tar ((:commit . "4c78015d10caba9c700e6e6b582004ae1c1d5344") (:authors ("Samuel W. Flint" . "me@samuelwflint.com")) (:maintainers ("Samuel W. Flint" . "me@samuelwflint.com")) (:maintainer "Samuel W. Flint" . "me@samuelwflint.com") (:keywords "bib") (:url . "https://git.sr.ht/~swflint/emacs-universal-sidecar"))]) + (ebnf-mode . [(20231022 1759) ((emacs (25 1))) "Major mode for EBNF files" tar ((:commit . "61486b1c9d4746249640410e58087e318f801ed8") (:authors ("Noah Peart" . "noah.v.peart@gmail.com")) (:maintainers ("Noah Peart" . "noah.v.peart@gmail.com")) (:maintainer "Noah Peart" . "noah.v.peart@gmail.com") (:url . "https://github.com/nverno/ebnf-mode"))]) + (ebuku . [(20231113 748) ((emacs (25 1))) "Interface to the buku Web bookmark manager" tar ((:commit . "c854d128cba8576fe9693c19109b5deafb573e99") (:authors ("Alexis , Erik Sjöstrand , Junji Zhi [https://github.com/junjizhi], Hilton Chain" . "hako@ultrarare.space")) (:maintainers ("Alexis" . "flexibeast@gmail.com")) (:maintainer "Alexis" . "flexibeast@gmail.com") (:keywords "bookmarks" "buku" "data" "web" "www") (:url . "https://github.com/flexibeast/ebuku"))]) + (ecb . [(20170728 1921) nil "a code browser for Emacs" tar ((:commit . "1330a44cf3c171781083b0b926ab7622f64e6e81") (:authors ("Jesper Nordenberg" . "mayhem@home.se") ("Klaus Berndl" . "klaus.berndl@sdm.de") ("Kevin A. Burton" . "burton@openprivacy.org")) (:maintainers ("Klaus Berndl" . "klaus.berndl@sdm.de")) (:maintainer "Klaus Berndl" . "klaus.berndl@sdm.de") (:keywords "browser" "code" "programming" "tools"))]) + (echo-bar . [(20240601 1744) nil "Turn the echo area into a custom status bar" tar ((:commit . "80f5a8bbd8ac848d4a69796c9568b4a55958e974") (:authors ("Adam Tillou" . "qaiviq@gmail.com")) (:maintainers ("Adam Tillou" . "qaiviq@gmail.com")) (:maintainer "Adam Tillou" . "qaiviq@gmail.com") (:keywords "convenience" "tools") (:url . "https://github.com/qaiviq/echo-bar.el"))]) + (eclim . [(20181108 1134) ((dash (2 11 0)) (json (1 2)) (popup (0 5 2)) (s (1 9 0)) (cl-lib (0 5)) (yasnippet (0 10 0))) "An interface to the Eclipse IDE." tar ((:commit . "23f5b294f833ce58516d7b9ae08a7792d70022a1"))]) + (eclipse-theme . [(20191113 1518) nil "Theme based on Eclipse circa 2010" tar ((:commit . "dcf97865512ed450f9d5137c1a05e12edb5b7f80") (:authors ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainers ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") (:keywords "themes") (:url . "https://github.com/abo-abo/eclipse-theme"))]) + (ecukes . [(20240315 2350) ((emacs (25)) (commander (0 6 1)) (espuds (0 2 2)) (ansi (0 3 0)) (dash (2 2 0)) (s (1 8 0)) (f (0 11 0))) "Cucumber for Emacs" tar ((:commit . "11225972934b3cfe09ada87dd785f8dd0082b6e3"))]) + (edbi . [(20160225 141) ((concurrent (0 3 1)) (ctable (0 1 2)) (epc (0 1 1))) "Emacs Database Interface" tar ((:commit . "6f50aaf4bde75255221f2292c7a4ad3fa9d918c0") (:authors ("SAKURAI Masashi ")) (:maintainer "SAKURAI Masashi ") (:keywords "database" "epc") (:url . "https://github.com/kiwanami/emacs-edbi"))]) + (ede-compdb . [(20150920 2033) ((ede (1 2)) (semantic (2 2)) (cl-lib (0 4))) "Support for compilation database projects in EDE" tar ((:commit . "23c91082270fcef24ea791b848f1604e36888ff0") (:authors ("Alastair Rankine" . "alastair@girtby.net")) (:maintainers ("Alastair Rankine" . "alastair@girtby.net")) (:maintainer "Alastair Rankine" . "alastair@girtby.net") (:keywords "development" "ninja" "build" "cedet" "ede"))]) + (ede-php-autoload . [(20230916 441) nil "Simple EDE PHP Project" tar ((:commit . "a7c16292ecaf9b39321e7a99ccac259fcbf6c373") (:authors ("Steven Rémot" . "steven.remot@gmail.com") ("original code for C++ by Eric M. Ludlam" . "eric@siege-engine.com")) (:maintainers ("Steven Rémot" . "steven.remot@gmail.com")) (:maintainer "Steven Rémot" . "steven.remot@gmail.com") (:keywords "php" "project" "ede") (:url . "https://github.com/emacs-php/ede-php-autoload"))]) + (ede-php-autoload-composer-installers . [(20170221 2026) ((ede-php-autoload (1 0 0)) (f (0 19 0)) (s (1 7 0))) "Composer installers support for ede-php-autoload" tar ((:commit . "3e2fde975a06757b363e235c67e6341ebe668f60") (:authors ("Thomas Fini Hansen" . "xen@xen.dk")) (:maintainers ("Thomas Fini Hansen" . "xen@xen.dk")) (:maintainer "Thomas Fini Hansen" . "xen@xen.dk") (:keywords "programming" "php") (:url . "https://github.com/xendk/ede-php-autoload-composer-installers"))]) + (ede-php-autoload-drupal . [(20170316 2158) ((ede-php-autoload (1 0 0)) (f (0 19 0)) (s (1 7 0))) "Drupal support for ede-php-autoload" tar ((:commit . "54a04241d94fabc4f4d16ae4dc8ba4f0c6e3b435") (:authors ("Thomas Fini Hansen" . "xen@xen.dk")) (:maintainers ("Thomas Fini Hansen" . "xen@xen.dk")) (:maintainer "Thomas Fini Hansen" . "xen@xen.dk") (:keywords "programming" "php" "drupal"))]) + (edebug-inline-result . [(20220820 2240) ((emacs (25 1))) "Show Edebug result inline" tar ((:commit . "90e401ae3e7b3c85da8b24af940fd97f5e744625") (:keywords "extensions" "lisp" "tools") (:url . "https://repo.or.cz/edebug-inline-result.git"))]) + (edebug-x . [(20130616 625) nil "Extensions for Edebug" tar ((:commit . "a2c2c42553d3bcbd5ac11898554865acbed1bc46") (:authors ("Scott Barnett" . "scott.n.barnett@gmail.com")) (:maintainers ("Scott Barnett" . "scott.n.barnett@gmail.com")) (:maintainer "Scott Barnett" . "scott.n.barnett@gmail.com") (:keywords "extensions") (:url . "https://github.com/ScottyB/edebug-x"))]) + (edit-as-format . [(20220221 1312) ((emacs (26 1)) (edit-indirect (0 1 5))) "Edit document as other format" tar ((:commit . "59c6f439683846d994a7a2110b9b00cc16c08c40") (:authors ("Xiaobing Jing" . "jingxiaobing@gmail.com")) (:maintainers ("Xiaobing Jing" . "jingxiaobing@gmail.com")) (:maintainer "Xiaobing Jing" . "jingxiaobing@gmail.com") (:keywords "files" "outlines" "convenience") (:url . "https://github.com/etern/edit-as-format"))]) + (edit-at-point . [(20191013 1218) nil "edit(copy,cut..) current things(word,symbol..) under cursor" tar ((:commit . "28c85a65c9c61f2aff50bc5e93f61cde26a5d9c0") (:authors (nil . "")) (:maintainers (nil . "")) (:maintainer nil . "") (:url . "http://github.com/enoson/edit-at-point.el"))]) + (edit-chrome-textarea . [(20200324 1513) ((emacs (25 1)) (websocket (1 4))) "Edit Chrome Textarea" tar ((:commit . "302659e92b7ef88824691905df3f926766f64729") (:authors ("Xu Chunyang")) (:maintainers ("Xu Chunyang")) (:maintainer "Xu Chunyang") (:keywords "tools") (:url . "https://github.com/xuchunyang/edit-chrome-textarea.el"))]) + (edit-color-stamp . [(20130529 1733) ((es-lib (0 2)) (cl-lib (1 0))) "Edit a hex color stamp, using a QT or the internal color picker" tar ((:commit . "32dc1ca5bcf3dcf83fad5e39b55dc5b77becb3d3") (:authors ("sabof")) (:maintainers ("sabof")) (:maintainer "sabof") (:url . "https://github.com/sabof/edit-color-stamp"))]) + (edit-indirect . [(20240128 119) ((emacs (24 3))) "Edit regions in separate buffers" tar ((:commit . "82a28d8a85277cfe453af464603ea330eae41c05") (:authors ("Fanael Linithien" . "fanael4@gmail.com")) (:maintainers ("Fanael Linithien" . "fanael4@gmail.com")) (:maintainer "Fanael Linithien" . "fanael4@gmail.com") (:url . "https://github.com/Fanael/edit-indirect"))]) + (edit-indirect-region-latex . [(20161129 645) ((emacs (24 3)) (ht (2 2)) (edit-indirect (0 1 4))) "Edit LaTeX regions in separate buffers, e.g. for English grammar checks" tar ((:commit . "05043f2c0c9838947d3ca4b51b695deb7c47612e") (:authors ("Hirotaka Niitsuma" . "hirotaka.niitsuma@gmail.com")) (:maintainers ("Hirotaka Niitsuma" . "hirotaka.niitsuma@gmail.com")) (:maintainer "Hirotaka Niitsuma" . "hirotaka.niitsuma@gmail.com") (:url . "https://github.com/niitsuma/edit-indirect-region-latex"))]) + (edit-list . [(20100930 1443) nil "edit a single list" tar ((:commit . "f460d3f9e208a4e606fe6ded307f1b011916ca71") (:authors ("Michael Olson" . "mwolson@gnu.org")) (:maintainers ("Michael Olson" . "mwolson@gnu.org")) (:maintainer "Michael Olson" . "mwolson@gnu.org") (:url . "http://mwolson.org/static/dist/elisp/edit-list.el"))]) + (edit-server . [(20220908 1014) nil "server that responds to edit requests from Chrome" tar ((:commit . "3ce09c6eb2919d56ef052b1584bba6abb12f7e99") (:authors ("Alex Bennée" . "alex@bennee.com")) (:maintainers ("Alex Bennée" . "alex@bennee.com")) (:maintainer "Alex Bennée" . "alex@bennee.com") (:url . "https://github.com/stsquad/emacs_chrome"))]) + (edit-server-htmlize . [(20130329 2248) ((edit-server (1 9))) "(de)HTMLization hooks for edit-server.el" tar ((:commit . "e7f8dadfabe869c77ca241cd6fbd4c52bd908392") (:authors ("Roland McGrath" . "roland@hack.frob.com")) (:maintainers ("Roland McGrath" . "roland@hack.frob.com")) (:maintainer "Roland McGrath" . "roland@hack.frob.com") (:url . "https://github.com/frobtech/edit-server-htmlize"))]) + (editorconfig . [(20240604 602) ((emacs (26 1)) (nadvice (0 3))) "EditorConfig Emacs Plugin" tar ((:commit . "0ce1abc65bfb030ccec97b0d4231667ca431e663") (:authors ("EditorConfig Team" . "editorconfig@googlegroups.com")) (:maintainers ("EditorConfig Team" . "editorconfig@googlegroups.com")) (:maintainer "EditorConfig Team" . "editorconfig@googlegroups.com") (:keywords "convenience" "editorconfig") (:url . "https://github.com/editorconfig/editorconfig-emacs#readme"))]) + (editorconfig-charset-extras . [(20180223 457) ((editorconfig (0 6 0))) "Extra EditorConfig Charset Support" tar ((:commit . "ddf60923c6f4841cb593b2ea04c9c710a01d262f") (:authors ("10sr" . "8.slashes@gmail.com")) (:maintainers ("10sr" . "8.slashes@gmail.com")) (:maintainer "10sr" . "8.slashes@gmail.com") (:keywords "tools") (:url . "https://github.com/10sr/editorconfig-charset-extras-el"))]) + (editorconfig-custom-majormode . [(20180816 244) ((editorconfig (0 6 0))) "Decide major-mode and mmm-mode from EditorConfig" tar ((:commit . "13ad1c83f847bedd4b3a19f9df7fd925853b19de") (:authors ("10sr <8slashes+el [at] gmail [dot] com>")) (:maintainers ("10sr <8slashes+el [at] gmail [dot] com>")) (:maintainer "10sr <8slashes+el [at] gmail [dot] com>") (:keywords "editorconfig" "util") (:url . "https://github.com/10sr/editorconfig-custom-majormode-el"))]) + (editorconfig-domain-specific . [(20180505 924) ((cl-lib (0 5)) (editorconfig (0 6 0))) "Apply brace style and other \"domain-specific\" EditorConfig properties" tar ((:commit . "e9824160fb2e466afa755240ee3ab7cc5657fb04") (:authors ("Lassi Kortela" . "lassi@lassi.io")) (:maintainers ("Lassi Kortela" . "lassi@lassi.io")) (:maintainer "Lassi Kortela" . "lassi@lassi.io") (:keywords "editorconfig" "util") (:url . "https://github.com/lassik/editorconfig-emacs-domain-specific"))]) + (editorconfig-generate . [(20190513 433) ((emacs (24))) "Generate .editorconfig" tar ((:commit . "47a31f928f46d2a0188db8e2cffa5d6354a81573") (:authors ("10sr" . "8.slashes@gmail.com")) (:maintainers ("10sr" . "8.slashes@gmail.com")) (:maintainer "10sr" . "8.slashes@gmail.com") (:keywords "tools") (:url . "https://github.com/10sr/editorconfig-generate-el"))]) + (edn . [(20160215 1219) ((cl-lib (0 3)) (emacs (24 1)) (peg (0 6))) "Support for reading and writing the edn data format from elisp" tar ((:commit . "be9e32d1b49e35247b263b0243df7cfdc8d413ab") (:authors ("Lars Andersen" . "expez@expez.com")) (:maintainers ("Lars Andersen" . "expez@expez.com")) (:maintainer "Lars Andersen" . "expez@expez.com") (:keywords "edn" "clojure") (:url . "https://www.github.com/expez/edn.el"))]) + (ednc . [(20240209 2028) ((emacs (26 1))) "Emacs Desktop Notification Center" tar ((:commit . "2580ada68ecc93aa693c61f997c9cf581698242e") (:authors ("Simon Nicolussi" . "sinic@sinic.name")) (:maintainers ("Simon Nicolussi" . "sinic@sinic.name")) (:maintainer "Simon Nicolussi" . "sinic@sinic.name") (:keywords "unix") (:url . "https://github.com/sinic/ednc"))]) + (edts . [(20230926 2146) ((auto-complete (20201213 1255)) (auto-highlight-symbol (20211106 638)) (dash (20210609 1330)) (emacs (24 3)) (erlang (20210315 1640)) (f (20191110 1357)) (popup (20210317 138)) (s (20210603 736))) "Erlang Development Tool Suite" tar ((:commit . "5c3cded3fab56baa60874f4e1efd14155cec587f"))]) + (edwina . [(20221206 1610) ((emacs (25))) "Dynamic window manager" tar ((:commit . "f95c31b1de95df7e83338a5d4daf3363df325862") (:authors ("Alex Griffin" . "a@ajgrf.com")) (:maintainers ("Alex Griffin" . "a@ajgrf.com")) (:maintainer "Alex Griffin" . "a@ajgrf.com") (:keywords "convenience") (:url . "https://gitlab.com/ajgrf/edwina"))]) + (efar . [(20230216 1213) ((emacs (26 1))) "FAR-like file manager" tar ((:commit . "78618a6cd9fe7d46c3728db3589d1fe50f7c1c6b") (:authors ("\"Vladimir Suntsov\"" . "vladimir@suntsov.online")) (:maintainers (nil . "vladimir@suntsov.online")) (:maintainer nil . "vladimir@suntsov.online") (:keywords "files") (:url . "https://github.com/suntsov/efar"))]) + (eff . [(20240108 658) ((emacs (28))) "Show symbols in Executable File Formats" tar ((:commit . "b8ce5d82dc2ef4df912b2b0cbe79e20b455ebd84") (:keywords "elf" "readelf" "convenience") (:url . "https://github.com/oxidase/eff"))]) + (efire . [(20151009 2031) ((circe (1 2))) "Use campfire from Emacs" tar ((:commit . "d38dd6dd7974b7cb11bff6fd84846fd01163211a") (:authors ("João Távora" . "joaotavora@gmail.com")) (:maintainers ("João Távora" . "joaotavora@gmail.com")) (:maintainer "João Távora" . "joaotavora@gmail.com") (:keywords "convenience" "tools") (:url . "https://github.com/capitaomorte/efire"))]) + (eg . [(20170830 815) ((cl-lib (0 5)) (emacs (24 3))) "Norton Guide reader" tar ((:commit . "1c7f1613d2aaae728ef540305f6ba030616f86bd") (:authors ("Dave Pearson" . "davep@davep.org")) (:maintainers ("Dave Pearson" . "davep@davep.org")) (:maintainer "Dave Pearson" . "davep@davep.org") (:keywords "docs") (:url . "https://github.com/davep/eg.el"))]) + (egalgo . [(20211105 1657) ((emacs (24 3))) "Genetic algorithm" tar ((:commit . "a56a86591351d53ca2add7c651757bfb0064fb22") (:authors ("ROCKTAKEY" . "rocktakey@gmail.com")) (:maintainers ("ROCKTAKEY" . "rocktakey@gmail.com")) (:maintainer "ROCKTAKEY" . "rocktakey@gmail.com") (:keywords "data") (:url . "https://github.com/ROCKTAKEY/egalgo"))]) + (egg . [(20181126 500) nil "Emacs Got Git - Emacs interface to Git" tar ((:commit . "00e768a78ac3d25f457eed667d02cac568480bf9") (:authors ("Bogolisk" . "bogolisk@gmail.com")) (:maintainers ("Bogolisk" . "bogolisk@gmail.com")) (:maintainer "Bogolisk" . "bogolisk@gmail.com") (:keywords "git" "version control" "release management"))]) + (egg-timer . [(20200217 1650) ((emacs (25 1))) "Commonly used intervals for setting timers while working" tar ((:commit . "53a9e9d20453ea4b0198ca413b8b5069a0b30b38") (:authors ("William Carroll" . "wpcarro@gmail.com")) (:maintainers ("William Carroll" . "wpcarro@gmail.com")) (:maintainer "William Carroll" . "wpcarro@gmail.com") (:url . "https://github.com/wpcarro/egg-timer.el"))]) + (egison-mode . [(20211218 1115) nil "Egison editing mode" tar ((:commit . "dbb395b41a4e4eb69f3f045cbfbe95a1575ac45b") (:authors ("Satoshi Egi" . "egisatoshi@gmail.com")) (:maintainers ("Satoshi Egi" . "egisatoshi@gmail.com")) (:maintainer "Satoshi Egi" . "egisatoshi@gmail.com") (:url . "https://github.com/egisatoshi/egison3/blob/master/elisp/egison-mode.el"))]) + (eglot-fsharp . [(20240514 1923) ((emacs (27 1)) (eglot (1 4)) (fsharp-mode (1 10)) (jsonrpc (1 0 14))) "fsharp-mode eglot integration" tar ((:commit . "677d78c4d6cb574086408082dedbcaef04a85359") (:authors ("Jürgen Hötzel" . "juergen@hoetzel.info")) (:maintainers ("Jürgen Hötzel" . "juergen@hoetzel.info")) (:maintainer "Jürgen Hötzel" . "juergen@hoetzel.info") (:keywords "languages") (:url . "https://github.com/fsharp/emacs-fsharp-mode"))]) + (eglot-java . [(20240501 922) ((emacs (26 1)) (eglot (1 0)) (jsonrpc (1 0 0))) "Java extension for the eglot LSP client" tar ((:commit . "492282d653c91b07ec10b30eb8a05cbfdc4017c7") (:authors ("Yves Zoundi" . "yves_zoundi@hotmail.com")) (:maintainers ("Yves Zoundi" . "yves_zoundi@hotmail.com")) (:maintainer "Yves Zoundi" . "yves_zoundi@hotmail.com") (:keywords "convenience" "languages") (:url . "https://github.com/yveszoundi/eglot-java"))]) + (eglot-jl . [(20240318 1159) ((emacs (25 1)) (eglot (1 4)) (project (0 8 1)) (cl-generic (1 0))) "Julia support for eglot" tar ((:commit . "1d9cab682380f37ca1e9e9933cda13164600706d") (:authors ("Adam Beckmeyer" . "adam_git@thebeckmeyers.xyz")) (:maintainers ("Adam Beckmeyer" . "adam_git@thebeckmeyers.xyz")) (:maintainer "Adam Beckmeyer" . "adam_git@thebeckmeyers.xyz") (:keywords "convenience" "languages") (:url . "https://github.com/non-Jedi/eglot-jl"))]) + (eglot-luau . [(20240401 2209) ((emacs (29 1))) "Luau language server integration for eglot" tar ((:commit . "3926860036402cce4a55faec534b88c0bf6006fd") (:authors ("Kenneth Loeffler" . "kenloef@gmail.com")) (:maintainers ("Kenneth Loeffler" . "kenloef@gmail.com")) (:maintainer "Kenneth Loeffler" . "kenloef@gmail.com") (:keywords "roblox" "luau" "tools") (:url . "https://github.com/kennethloeffler/eglot-luau"))]) + (eglot-signature-eldoc-talkative . [(20240626 815) ((emacs (29 1)) (eglot (1 16)) (eldoc (1 14 0)) (jsonrpc (1 0 23))) "Make Eglot make ElDoc echo docs" tar ((:commit . "34cc207265f26f13142f5c62276e0ba18e1d55e4") (:authors ("João Távora" . "joaotavora@gmail.com") ("Mekeor Melire" . "mekeor@posteo.de")) (:maintainers ("Mekeor Melire" . "mekeor@posteo.de")) (:maintainer "Mekeor Melire" . "mekeor@posteo.de") (:keywords "convenience" "documentation" "eglot" "eldoc" "languages" "lsp") (:url . "https://codeberg.org/mekeor/eglot-signature-eldoc-talkative"))]) + (eglot-tempel . [(20230626 1004) ((eglot (1 9)) (tempel (0 5)) (emacs (24 4))) "Use eglot as inline template expander" tar ((:commit . "70fee6ac33df7a6c5cce967005766b6702a9e9a5") (:authors ("Jeff Walsh" . "fejfighter@gmail.com")) (:maintainers ("Jeff Walsh" . "fejfighter@gmail.com")) (:maintainer "Jeff Walsh" . "fejfighter@gmail.com") (:keywords "convenience" "languages" "tools") (:url . "https://github.com/fejfighter/eglot-tempel"))]) + (ego . [(20200803 1101) ((emacs (24 5)) (ht (1 5)) (mustache (0 22)) (htmlize (1 47)) (org (8 0)) (dash (2 0 0))) "a static site generator based on org mode, forked from org-page." tar ((:commit . "211c4cb2af2582849d9df984fb2346deecaf79be") (:authors ("Feng Shu ") ("Kelvin Hu ") ("Kuangdash ")) (:maintainer "Feng Shu ") (:keywords "org-mode" "convenience" "beautify") (:url . "https://github.com/emacs-china/EGO"))]) + (eide . [(20240122 1953) ((emacs (26 1))) "IDE interface" tar ((:commit . "d497539f00c33e3bee85d0f4b8ca367672fa2219") (:authors ("Cédric Marie" . "cedric@hjuvi.fr.eu.org")) (:maintainer "Cédric Marie" . "cedric@hjuvi.fr.eu.org") (:url . "https://software.hjuvi.fr.eu.org/eide/"))]) + (eimp . [(20120826 2039) nil "Emacs Image Manipulation Package" tar ((:commit . "2e7536fe6d8f7faf1bad7a8ae37faba0162c3b4f") (:authors ("Matthew P. Hodges" . "MPHodges@member.fsf.org")) (:maintainers ("Nic Ferrier" . "nferrier@ferrier.me.uk")) (:maintainer "Nic Ferrier" . "nferrier@ferrier.me.uk") (:keywords "files" "frames"))]) + (ein . [(20230827 325) ((emacs (26 1)) (websocket (1 12)) (anaphora (1 0 4)) (request (0 3 3)) (deferred (0 5)) (polymode (0 2 2)) (dash (2 13 0)) (with-editor (0 -1))) "jupyter notebook client" tar ((:commit . "ac92eb92eac35a9542485969487e43f5318825a1") (:keywords "jupyter" "literate programming" "reproducible research") (:url . "https://github.com/dickmao/emacs-ipython-notebook"))]) + (eink-theme . [(20190219 858) nil "E Ink color theme" tar ((:commit . "326b07523dcb076d6209cdbc7fdbb73df296dbdb") (:authors ("Marian Schubert" . "marian.schubert@gmail.com")) (:maintainers ("Marian Schubert" . "marian.schubert@gmail.com")) (:maintainer "Marian Schubert" . "marian.schubert@gmail.com") (:url . "http://github.com/maio/eink-emacs"))]) + (ejc-sql . [(20240106 1848) ((emacs (26 3)) (clomacs (0 0 5)) (dash (2 16 0)) (spinner (1 7 3))) "Emacs SQL client uses Clojure JDBC." tar ((:commit . "b80b773238719fa7160e598219f300dfbc4db06d") (:authors ("Kostafey" . "kostafey@gmail.com")) (:maintainers ("Kostafey" . "kostafey@gmail.com")) (:maintainer "Kostafey" . "kostafey@gmail.com") (:keywords "sql" "jdbc") (:url . "https://github.com/kostafey/ejc-sql"))]) + (ejson-mode . [(20190720 2138) ((emacs (25))) "Major mode for editing ejson files." tar ((:commit . "9630dfac9549779711dbe89e621f516bb4b3a354") (:authors ("Dante Catalfamo")) (:maintainers ("Dante Catalfamo")) (:maintainer "Dante Catalfamo") (:keywords "convenience" "languages" "tools") (:url . "https://github.com/dantecatalfamo/ejson-mode"))]) + (ekg . [(20240506 419) ((triples (0 3 5)) (emacs (28 1)) (llm (0 4 0))) "A system for recording and linking information" tar ((:commit . "c23f6672fa1075d11e942dffc1c37701731b94f0") (:authors ("Andrew Hyatt" . "ahyatt@gmail.com")) (:maintainers ("Andrew Hyatt" . "ahyatt@gmail.com")) (:maintainer "Andrew Hyatt" . "ahyatt@gmail.com") (:keywords "outlines" "hypermedia") (:url . "https://github.com/ahyatt/ekg"))]) + (el-autoyas . [(20120918 1317) nil "Automatically create Emacs-Lisp Yasnippets" tar ((:commit . "bde0251ecb504f585dfa27c205c8e312655310cc") (:authors ("Matthew L. Fidler")) (:maintainers ("Matthew L. Fidler")) (:maintainer "Matthew L. Fidler") (:keywords "emacs" "lisp" "mode" "yasnippet") (:url . "https://github.com/mlf176f2/el-autoyas.el"))]) + (el-fetch . [(20230624 2) ((emacs (25 1))) "Show system information in Neofetch-like style (eg CPU, RAM)" tar ((:commit . "7907fd7829ca55b21a62d23c17066fdfde9cd07c") (:authors ("Maciej Barć" . "xgqt@riseup.net")) (:maintainers ("Maciej Barć" . "xgqt@riseup.net")) (:maintainer "Maciej Barć" . "xgqt@riseup.net") (:keywords "games") (:url . "https://gitlab.com/xgqt/emacs-el-fetch"))]) + (el-fly-indent-mode . [(20180422 243) ((emacs (25))) "Indent Emacs Lisp on the fly" tar ((:commit . "1dd4b907ff4d9581c18b4e38e8719e83ba0dace1") (:authors ("Jiahao Li" . "jiahaowork@gmail.com")) (:maintainers ("Jiahao Li" . "jiahaowork@gmail.com")) (:maintainer "Jiahao Li" . "jiahaowork@gmail.com") (:keywords "lisp" "languages") (:url . "https://github.com/jiahaowork/el-fly-indent-mode.el"))]) + (el-get . [(20240408 837) nil "Manage the external elisp bits and pieces you depend upon" tar ((:commit . "1c5b0eb7fa162523183a96e409e4e3ae6b5cc3a0") (:authors ("Dimitri Fontaine" . "dim@tapoueh.org")) (:maintainers ("Dimitri Fontaine" . "dim@tapoueh.org")) (:maintainer "Dimitri Fontaine" . "dim@tapoueh.org") (:keywords "emacs" "package" "elisp" "install" "elpa" "git" "git-svn" "bzr" "cvs" "svn" "darcs" "hg" "apt-get" "fink" "pacman" "http" "http-tar" "emacswiki") (:url . "http://www.emacswiki.org/emacs/el-get"))]) + (el-init . [(20150728 920) ((emacs (24)) (cl-lib (0 5)) (anaphora (1 0 0))) "A loader inspired by init-loader" tar ((:commit . "25fd21d820bca1cf576b8f70c8d5a3bc76792597") (:authors ("Hiroki YAMAKAWA" . "s06139@gmail.com")) (:maintainers ("Hiroki YAMAKAWA" . "s06139@gmail.com")) (:maintainer "Hiroki YAMAKAWA" . "s06139@gmail.com") (:url . "https://github.com/HKey/el-init"))]) + (el-init-viewer . [(20150303 828) ((emacs (24)) (cl-lib (0 5)) (ctable (0 1 2)) (dash (2 10 0)) (anaphora (1 0 0)) (el-init (0 1 4))) "Record viewer for el-init" tar ((:commit . "c40417db7808c8b8c9b2f196a69de5da7eee84a2") (:authors ("Hiroki YAMAKAWA" . "s06139@gmail.com")) (:maintainers ("Hiroki YAMAKAWA" . "s06139@gmail.com")) (:maintainer "Hiroki YAMAKAWA" . "s06139@gmail.com") (:url . "https://github.com/HKey/el-init-viewer"))]) + (el-mock . [(20220625 1949) nil "Tiny Mock and Stub framework in Emacs Lisp" tar ((:commit . "6cfbc9de8f1927295dca6864907fe4156bd71910") (:authors ("rubikitch" . "rubikitch@ruby-lang.org")) (:maintainers ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainer "Johan Andersson" . "johan.rejeep@gmail.com") (:keywords "lisp" "testing" "unittest") (:url . "http://github.com/rejeep/el-mock.el"))]) + (el-patch . [(20231123 2216) ((emacs (26))) "Future-proof your Elisp" tar ((:commit . "92803e7ea6e07cd56667ed7ea0dfacfc1f37f6d9") (:authors ("Radian LLC" . "contact+el-patch@radian.codes")) (:maintainers ("Radian LLC" . "contact+el-patch@radian.codes")) (:maintainer "Radian LLC" . "contact+el-patch@radian.codes") (:keywords "extensions") (:url . "https://github.com/radian-software/el-patch"))]) + (el-secretario . [(20220426 1905) ((emacs (27 1)) (org-ql (0 6 -1)) (hercules (0 3))) "Unify all your inboxes with the Emacs secretary" tar ((:commit . "575396ca689065188ad0f90c379d9bcf7ff6fc0b") (:authors ("Leo Okawa Ericson ")) (:maintainers ("Leo" . "github@relevant-information.com")) (:maintainer "Leo" . "github@relevant-information.com") (:keywords "convenience") (:url . "https://git.sr.ht/~zetagon/el-secretario"))]) + (el-secretario-elfeed . [(20211214 1851) ((emacs (27 1)) (el-secretario (0 0 1)) (elfeed (3 4 1))) "Add notmuch email inboxes to el-secretario" tar ((:commit . "2a5290ad57d9800d4b56896a768e37631bef06b0") (:authors ("Leo Okawa Ericson ")) (:maintainers ("Leo" . "github@relevant-information.com")) (:maintainer "Leo" . "github@relevant-information.com") (:keywords "convenience") (:url . "https://git.sr.ht/~zetagon/el-secretario"))]) + (el-secretario-mu4e . [(20220422 2006) ((emacs (27 1)) (org-ql (0 6 -1)) (el-secretario (0 0 1))) "Add mu4e inboxes to el-secretario" tar ((:commit . "78a811f02c7104a39b908f9e4c8436abde4b9620") (:authors ("Leo Okawa Ericson ")) (:maintainers ("Leo" . "github@relevant-information.com")) (:maintainer "Leo" . "github@relevant-information.com") (:keywords "convenience" "mail") (:url . "https://git.sr.ht/~zetagon/el-secretario"))]) + (el-secretario-notmuch . [(20220428 1058) ((emacs (27 1)) (el-secretario (0 0 1)) (notmuch (0 3 1))) "Add notmuch inboxes to el-secretario" tar ((:commit . "c4e21ac5a9be2b2ea6cf7c153a6fae48c78a61b9") (:authors ("Leo Okawa Ericson ")) (:maintainers ("Leo" . "github@relevant-information.com")) (:maintainer "Leo" . "github@relevant-information.com") (:keywords "convenience" "mail") (:url . "https://git.sr.ht/~zetagon/el-secretario"))]) + (el-secretario-org . [(20220411 1419) ((emacs (27 1)) (org-ql (0 6 -1)) (dash (2 18 1)) (el-secretario (0 0 1))) "Create inboxes out of org-mode files for el-secretario" tar ((:commit . "fe6fc69d298368ae24a6aac27a325ee03ad9e64c") (:authors ("Leo Okawa Ericson ")) (:maintainers ("Leo" . "github@relevant-information.com")) (:maintainer "Leo" . "github@relevant-information.com") (:keywords "convenience") (:url . "https://git.sr.ht/~zetagon/el-secretario"))]) + (el-spec . [(20121018 704) nil "ruby's rspec like syntax test frame work" tar ((:commit . "1dbc465401d4aea5560318c4f13ff30920a0718d") (:authors ("Yuuki Arisawa" . "yuuki.ari@gmail.com")) (:maintainers ("Yuuki Arisawa" . "yuuki.ari@gmail.com")) (:maintainer "Yuuki Arisawa" . "yuuki.ari@gmail.com") (:keywords "test") (:url . "https://github.com/uk-ar/el-spec"))]) + (el-spice . [(20201013 1729) nil "Extra spice for emacs lisp programming" tar ((:commit . "a1adde201ee10881b522e67aa2c605378943a28d") (:authors ("Vedang Manerikar" . "vedang.manerikar@gmail.com")) (:maintainers ("Vedang Manerikar" . "vedang.manerikar@gmail.com")) (:maintainer "Vedang Manerikar" . "vedang.manerikar@gmail.com") (:keywords "languages" "extensions") (:url . "https://github.com/vedang/el-spice"))]) + (el-sprunge . [(20200312 1212) ((web-server (20140105 2246)) (htmlize (20130207 1202)) (emacs (24 3))) "Command line paste server with Emacs highlighting" tar ((:commit . "e4365ea0bdf60969817619376bdcc98003fec33d") (:authors ("Eric Schulte" . "schulte.eric@gmail.com")) (:maintainer "Eric Schulte" . "schulte.eric@gmail.com") (:keywords "http" "html" "server" "sprunge" "paste"))]) + (el-spy . [(20131226 2008) nil "Mocking framework for Emacs lisp. It also support spy, proxy." tar ((:commit . "b1dead9d1877660856ada22d906ac4e54695aec7") (:authors ("Yuuki Arisawa" . "yuuki.ari@gmail.com")) (:maintainers ("Yuuki Arisawa" . "yuuki.ari@gmail.com")) (:maintainer "Yuuki Arisawa" . "yuuki.ari@gmail.com") (:keywords "test") (:url . "https://github.com/uk-ar/el-spy"))]) + (el2markdown . [(20170630 1858) nil "Convert commentary section of elisp files to markdown." tar ((:commit . "368d99313683cd943c99feaffca356be60bdb636") (:authors ("Anders Lindgren")) (:maintainers ("Anders Lindgren")) (:maintainer "Anders Lindgren") (:url . "https://github.com/Lindydancer/el2markdown"))]) + (el2org . [(20200408 146) ((emacs (25 1))) "Convert elisp file to org file" tar ((:commit . "7db77fdd73f378d4e60e34c11bbdf00677adc32c") (:authors ("Feng Shu " . "tumashu@163.com")) (:maintainers ("Feng Shu " . "tumashu@163.com")) (:maintainer "Feng Shu " . "tumashu@163.com") (:keywords "convenience") (:url . "https://github.com/tumashu/el2org"))]) + (elbank . [(20180316 1343) ((emacs (25)) (seq (2 16))) "Personal finances reporting application" tar ((:commit . "6dbd21e31fdf7cf62491f6d24b8198d4f91a031b") (:authors ("Nicolas Petton" . "nicolas@petton.fr")) (:maintainers ("Nicolas Petton" . "nicolas@petton.fr")) (:maintainer "Nicolas Petton" . "nicolas@petton.fr") (:keywords "tools" "personal-finances"))]) + (elcontext . [(20210109 1238) ((ht (2 3)) (hydra (0 14 0)) (emacs (24 3)) (f (0 20 0)) (osx-location (0 4)) (uuidgen (0 3))) "Create context specific actions" tar ((:commit . "2efd3dd8c5176c4f071bb048be6cb069b05d6e9e") (:authors ("Thomas Sojka")) (:maintainers ("Thomas Sojka")) (:maintainer "Thomas Sojka") (:keywords "calendar" "convenience") (:url . "https://github.com/rollacaster/elcontext"))]) + (elcord . [(20240305 2138) ((emacs (25 1))) "Allows you to integrate Rich Presence from Discord" tar ((:commit . "e2775f40ec55dfdceea83d535dff77d60534b6bc") (:authors ("heatingdevice") ("Wilfredo Velázquez-Rodríguez" . "zulu.inuoe@gmail.com")) (:maintainers ("heatingdevice")) (:maintainer "heatingdevice") (:keywords "games") (:url . "https://github.com/Mstrodl/elcord"))]) + (elcouch . [(20230903 750) ((emacs (25 1)) (json-mode (1 0 0)) (libelcouch (0 11 0)) (navigel (0 3 0))) "View and manipulate CouchDB databases" tar ((:commit . "a426e9bee9501284f4e1e84766621ca6b130c79a") (:authors ("Damien Cassou" . "damien@cassou.me")) (:maintainers ("Damien Cassou" . "damien@cassou.me")) (:maintainer "Damien Cassou" . "damien@cassou.me") (:keywords "data" "tools") (:url . "https://gitlab.petton.fr/DamienCassou/elcouch"))]) + (eldev . [(20240609 1211) ((emacs (24 4))) "Elisp development tool" tar ((:commit . "bb1938237ee85e477243cd45421330403df29390") (:authors ("Paul Pogonyshev" . "pogonyshev@gmail.com")) (:maintainers ("Paul Pogonyshev" . "pogonyshev@gmail.com")) (:maintainer "Paul Pogonyshev" . "pogonyshev@gmail.com") (:keywords "maint" "tools") (:url . "https://github.com/emacs-eldev/eldev"))]) + (eldoc-box . [(20240605 1742) ((emacs (27 1))) "Display documentation in childframe" tar ((:commit . "9658ba7d4616e97f2feeda3abf4aab3e96c91f28") (:authors ("Yuan Fu" . "casouri@gmail.com")) (:maintainers ("Yuan Fu" . "casouri@gmail.com")) (:maintainer "Yuan Fu" . "casouri@gmail.com") (:url . "https://github.com/casouri/eldoc-box"))]) + (eldoc-cmake . [(20190419 2244) ((emacs (25 1))) "Eldoc support for CMake" tar ((:commit . "4453c03b5c95ff32842f13db2fc317fb0fe2f79e") (:authors ("Kirill Ignatiev")) (:maintainers ("Kirill Ignatiev")) (:maintainer "Kirill Ignatiev") (:url . "https://github.com/ikirill/eldoc-cmake"))]) + (eldoc-eask . [(20240101 819) ((emacs (26 1)) (eask (0 1 0))) "Eldoc support for Eask-file" tar ((:commit . "ade0f239814f3b8bc77229e903d2c4b806ded90a") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience") (:url . "https://github.com/emacs-eask/eldoc-eask"))]) + (eldoc-eval . [(20220106 1951) nil "Enable eldoc support when minibuffer is in use." tar ((:commit . "e91800503c90cb75dc70abe42f1d6ae499346cc1") (:authors ("Thierry Volpiatto" . "thievol@posteo.net")) (:maintainers ("Thierry Volpiatto" . "thievol@posteo.net")) (:maintainer "Thierry Volpiatto" . "thievol@posteo.net"))]) + (eldoc-overlay . [(20230406 959) ((emacs (24 4)) (inline-docs (1 0 1)) (quick-peek (1 0))) "Display eldoc with contextual documentation overlay" tar ((:commit . "14a9e141918c2e18a107920e8631e622c580b3ef") (:authors ("stardiviner" . "numbchild@gmail.com")) (:maintainers ("stardiviner" . "numbchild@gmail.com")) (:maintainer "stardiviner" . "numbchild@gmail.com") (:keywords "docs" "eldoc" "overlay") (:url . "https://repo.or.cz/eldoc-overlay.git"))]) + (eldoc-stan . [(20211129 2051) ((emacs (25)) (stan-mode (10 3 0))) "Eldoc support for stan functions" tar ((:commit . "150bbbe5fd3ad2b5a3dbfba9d291e66eeea1a581") (:authors ("Kazuki Yoshida" . "kazukiyoshida@mail.harvard.edu")) (:maintainers ("Kazuki Yoshida" . "kazukiyoshida@mail.harvard.edu")) (:maintainer "Kazuki Yoshida" . "kazukiyoshida@mail.harvard.edu") (:keywords "help" "tools") (:url . "https://github.com/stan-dev/stan-mode/tree/master/eldoc-stan"))]) + (eldoc-toml . [(20211026 1122) ((emacs (24 4))) "TOML table name at point for ElDoc" tar ((:commit . "61106be3c3f3a5b293c3f285eec8c6f400142b6d") (:authors ("Maor Kadosh" . "git@avocadosh.xyz")) (:maintainers ("Maor Kadosh" . "git@avocadosh.xyz")) (:maintainer "Maor Kadosh" . "git@avocadosh.xyz") (:keywords "data") (:url . "https://github.com/it-is-wednesday/eldoc-toml"))]) + (electric-case . [(20150417 1112) nil "insert camelCase, snake_case words without \"Shift\"ing" tar ((:commit . "984b6a4c6c4cdcefeecb59e941f5f184cc1dedff") (:authors ("zk_phi")) (:maintainers ("zk_phi")) (:maintainer "zk_phi") (:url . "http://hins11.yu-yake.com/"))]) + (electric-cursor . [(20221221 438) ((emacs (25 1))) "Change cursor automatically depending on mode" tar ((:commit . "bc09aa8c5d3cc32e3e6452cbf8018fc1ea772b73") (:authors ("Case Duckworth" . "acdw@acdw.net")) (:maintainers ("Case Duckworth" . "acdw@acdw.net")) (:maintainer "Case Duckworth" . "acdw@acdw.net") (:keywords "terminals" "frames") (:url . "https://github.com/duckwork/electric-cursor"))]) + (electric-operator . [(20231014 1107) ((dash (2 10 0)) (emacs (24 4))) "Automatically add spaces around operators" tar ((:commit . "18e555a5cdfd7264c179f810d7fd4c71a80b715a") (:authors ("David Shepherd" . "davidshepherd7@gmail.com")) (:maintainers ("David Shepherd" . "davidshepherd7@gmail.com")) (:maintainer "David Shepherd" . "davidshepherd7@gmail.com") (:keywords "electric") (:url . "https://github.com/davidshepherd7/electric-operator"))]) + (electric-ospl . [(20240428 1829) ((emacs (26 1))) "Electric OSPL Mode" tar ((:commit . "deab4493530ab4bb2112c18d8ca6ccc652e24a63") (:authors ("Samuel W. Flint" . "swflint@flintfam.org")) (:maintainers ("Samuel W. Flint" . "swflint@flintfam.org")) (:maintainer "Samuel W. Flint" . "swflint@flintfam.org") (:keywords "convenience" "text") (:url . "https://git.sr.ht/~swflint/electric-ospl-mode"))]) + (electric-spacing . [(20220220 1540) nil "Insert operators with surrounding spaces smartly" tar ((:commit . "c37b2502512dd49a8311d7c34e9bfd1af3d4dbcd") (:authors ("William Xu" . "william.xwl@gmail.com")) (:maintainers ("William Xu" . "william.xwl@gmail.com")) (:maintainer "William Xu" . "william.xwl@gmail.com"))]) + (elegant-agenda-mode . [(20210115 353) ((emacs (26 1))) "An elegant theme for your org-agenda" tar ((:commit . "5cbc688584ba103ea3be7d7b30e5d94e52f59eb6") (:authors ("Justin Barclay" . "justinbarclay@gmail.com")) (:maintainers ("Justin Barclay" . "justinbarclay@gmail.com")) (:maintainer "Justin Barclay" . "justinbarclay@gmail.com") (:keywords "faces") (:url . "https://github.com/justinbarclay/elegant-agenda-mode"))]) + (elein . [(20120120 1116) nil "running leiningen commands from emacs" tar ((:commit . "d4c0c0491dbb7c90e953d7a16172107c37103605") (:authors ("R.W. van 't Veer")) (:maintainers ("R.W. van 't Veer")) (:maintainer "R.W. van 't Veer") (:keywords "tools" "processes") (:url . "https://github.com/remvee/elein"))]) + (elescope . [(20210312 1147) ((emacs (25 1)) (ivy (0 10)) (request (0 3)) (seq (2 0))) "Seach and clone projects from the minibuffer" tar ((:commit . "36566c8c1f5f993f67eadc85d18539ff375c0f98") (:authors ("Stéphane Maniaci" . "stephane.maniaci@gmail.com")) (:maintainers ("Stéphane Maniaci" . "stephane.maniaci@gmail.com")) (:maintainer "Stéphane Maniaci" . "stephane.maniaci@gmail.com") (:keywords "vc") (:url . "https://github.com/freesteph/elescope"))]) + (elf-mode . [(20161009 748) ((emacs (24 3))) "Show symbols in binaries" tar ((:commit . "cd280d683cd3341d8bb31af6db7e3b74a133e6ab") (:authors ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainers ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") (:keywords "matching") (:url . "https://github.com/abo-abo/elf-mode"))]) + (elfeed . [(20240331 1348) ((emacs (24 3))) "an Emacs Atom/RSS feed reader" tar ((:commit . "5c05a1eab37bc113ecb158a4d57fe05352fa2c6a") (:authors ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainer "Christopher Wellons" . "wellons@nullprogram.com") (:url . "https://github.com/skeeto/elfeed"))]) + (elfeed-autotag . [(20210607 637) ((emacs (27 1)) (elfeed (3 4 1)) (elfeed-protocol (0 8 0)) (org (8 2 7)) (dash (2 10 0)) (s (1 9 0))) "Easy auto-tagging for elfeed" tar ((:commit . "bc62c37fb79b720ff8b6d67f04f2268841306dcd") (:authors ("Paul Elms ")) (:maintainers ("Paul Elms" . "paul@elms.pro")) (:maintainer "Paul Elms" . "paul@elms.pro") (:keywords "news") (:url . "https://github.com/paulelms/elfeed-autotag"))]) + (elfeed-curate . [(20231119 32) ((emacs (25 1)) (elfeed (3 4 1))) "Elfeed entry curation" tar ((:commit . "195ee944a1dd95380c680d886e15a8aadab50b8e") (:authors ("Robert Nadler" . "robert.nadler@gmail.com")) (:maintainers ("Robert Nadler" . "robert.nadler@gmail.com")) (:maintainer "Robert Nadler" . "robert.nadler@gmail.com") (:keywords "news") (:url . "https://github.com/rnadler/elfeed-curate"))]) + (elfeed-dashboard . [(20210727 603) ((emacs (25 1)) (elfeed (3 3 0))) "An extensible frontend for elfeed using org-mode" tar ((:commit . "b143f8453aed2053e8fc6f05cef6233797408546") (:authors ("Manoj Kumar Manikchand" . "manojm321@protonmail.com")) (:maintainers ("Manoj Kumar Manikchand" . "manojm321@protonmail.com")) (:maintainer "Manoj Kumar Manikchand" . "manojm321@protonmail.com") (:keywords "convenience") (:url . "https://github.com/Manoj321/elfeed-dashboard"))]) + (elfeed-goodies . [(20221003 1406) ((popwin (1 0 0)) (powerline (2 2)) (elfeed (2 0 0)) (cl-lib (0 5)) (link-hint (0 1))) "Elfeed goodies" tar ((:commit . "544ef42ead011d960a0ad1c1d34df5d222461a6b") (:authors ("Gergely Nagy")) (:maintainers ("Gergely Nagy")) (:maintainer "Gergely Nagy") (:url . "https://github.com/algernon/elfeed-goodies"))]) + (elfeed-org . [(20231009 1125) ((elfeed (1 1 1)) (org (8 2 7)) (cl-lib (0 5))) "Configure elfeed with one or more org-mode files" tar ((:commit . "fe59a96969bd321f5f9ec7317a4bc80943b94c86") (:authors ("Remy Honig" . "remyhonig@gmail.com")) (:maintainers ("Remy Honig" . "remyhonig@gmail.com")) (:maintainer "Remy Honig" . "remyhonig@gmail.com") (:keywords "news") (:url . "https://github.com/remyhonig/elfeed-org"))]) + (elfeed-protocol . [(20231007 1535) ((emacs (24 4)) (elfeed (2 1 1)) (cl-lib (0 5))) "Provide fever/newsblur/owncloud/ttrss protocols for elfeed" tar ((:commit . "bcefb85a1d4075f36e73a94bda569e71f28a52c2") (:authors ("Xu Fasheng ")) (:maintainers ("Xu Fasheng ")) (:maintainer "Xu Fasheng ") (:keywords "news") (:url . "https://github.com/fasheng/elfeed-protocol"))]) + (elfeed-score . [(20230728 1433) ((emacs (26 1)) (elfeed (3 3 0))) "Gnus-style scoring for Elfeed" tar ((:commit . "cc1a05a95bff953eb28151056ce3ce14ba3e901d") (:authors ("Michael Herstine" . "sp1ff@pobox.com")) (:maintainer "Michael Herstine" . "sp1ff@pobox.com") (:keywords "news") (:url . "https://github.com/sp1ff/elfeed-score"))]) + (elfeed-summary . [(20231231 1456) ((emacs (27 1)) (magit-section (3 3 0)) (elfeed (3 4 1))) "Feed summary interface for elfeed" tar ((:commit . "7e308adaa351f8c7f6ba839cbcfd4e3cd145401c") (:authors ("Korytov Pavel" . "thexcloud@gmail.com")) (:maintainers ("Korytov Pavel" . "thexcloud@gmail.com")) (:maintainer "Korytov Pavel" . "thexcloud@gmail.com") (:url . "https://github.com/SqrtMinusOne/elfeed-summary.el"))]) + (elfeed-tube . [(20240606 241) ((emacs (27 1)) (elfeed (3 4 1)) (aio (1 0))) "YouTube integration for Elfeed" tar ((:commit . "0c3fbc21259e1fa794f3179a53b410ba610231f2") (:authors ("Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com")) (:maintainers ("Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com")) (:maintainer "Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com") (:keywords "news" "hypermedia" "convenience") (:url . "https://github.com/karthink/elfeed-tube"))]) + (elfeed-tube-mpv . [(20230607 717) ((emacs (27 1)) (elfeed-tube (0 10)) (mpv (0 2 0))) "Control mpv from Elfeed" tar ((:commit . "6d5a24cfd0655068afd364cded5521a4550a8adb") (:authors ("Karthik Chikmagalur" . "karthikchikmagalur@gmail.com")) (:maintainers ("Karthik Chikmagalur" . "karthikchikmagalur@gmail.com")) (:maintainer "Karthik Chikmagalur" . "karthikchikmagalur@gmail.com") (:keywords "news" "hypermedia") (:url . "https://github.com/karthink/elfeed-tube"))]) + (elfeed-web . [(20210226 258) ((simple-httpd (1 5 1)) (elfeed (3 2 0)) (emacs (24 3))) "web interface to Elfeed" tar ((:commit . "0ccd59aaace34546017a1a0d7c393749747d5bc6") (:authors ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainer "Christopher Wellons" . "wellons@nullprogram.com") (:url . "https://github.com/skeeto/elfeed"))]) + (elfeed-webkit . [(20230604 2111) ((emacs (26 1)) (elfeed (3 4 1))) "Render elfeed entries in embedded webkit widgets" tar ((:commit . "db7ee83f9c0e67f01960b1e0489717cf7a8fd2c2") (:authors ("Fritz Grabo" . "hello@fritzgrabo.com")) (:maintainers ("Fritz Grabo" . "hello@fritzgrabo.com")) (:maintainer "Fritz Grabo" . "hello@fritzgrabo.com") (:keywords "comm") (:url . "https://github.com/fritzgrabo/elfeed-webkit"))]) + (elforth . [(20210522 928) ((emacs (26 1))) "Do you have what it takes to hack Emacs Lisp in Forth?" tar ((:commit . "2d8540434a28e7edaa04a992c3c362832b2fd61e") (:authors ("Lassi Kortela" . "lassi@lassi.io")) (:maintainers ("Lassi Kortela" . "lassi@lassi.io")) (:maintainer "Lassi Kortela" . "lassi@lassi.io") (:keywords "games") (:url . "https://github.com/lassik/elforth"))]) + (elgrep . [(20230814 1215) ((emacs (26 2)) (async (1 5))) "Searching files for regular expressions" tar ((:commit . "329eaf2e9e994e5535c7f7fe2685ec21d8323384") (:authors ("Tobias Zawada" . "i@tn-home.de")) (:maintainers ("Tobias Zawada" . "i@tn-home.de")) (:maintainer "Tobias Zawada" . "i@tn-home.de") (:keywords "tools" "matching" "files" "unix") (:url . "https://github.com/TobiasZawada/elgrep"))]) + (elhome . [(20161025 2042) ((initsplit (20120630))) "A framework for a \"home\" Emacs configuration" tar ((:commit . "e789e806469af3e9705f72298683c21f6c3a516d") (:authors ("Dave Abrahams" . "dave@boostpro.com")) (:maintainers ("Demyan Rogozhin" . "demyan.rogozhin@gmail.com")) (:maintainer "Demyan Rogozhin" . "demyan.rogozhin@gmail.com") (:keywords "lisp") (:url . "http://github.com/demyanrogozhin/elhome"))]) + (elisa . [(20240401 1528) ((emacs (29 2)) (ellama (0 8 6)) (llm (0 9 1)) (async (1 9 8))) "Emacs Lisp Information System Assistant" tar ((:commit . "c03baded1e6b1bb6b37f8df83a0d1af4cdbaf860") (:authors ("Sergey Kostyaev" . "sskostyaev@gmail.com")) (:maintainers ("Sergey Kostyaev" . "sskostyaev@gmail.com")) (:maintainer "Sergey Kostyaev" . "sskostyaev@gmail.com") (:keywords "help" "local" "tools") (:url . "http://github.com/s-kostyaev/elisa"))]) + (elisp-autofmt . [(20240616 2345) ((emacs (29 1))) "Emacs lisp auto-format" tar ((:commit . "98edd8158b778ff9a0e34b5c6615523c0035f8d6") (:authors ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainers ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainer "Campbell Barton" . "ideasman42@gmail.com") (:url . "https://codeberg.org/ideasman42/emacs-elisp-autofmt"))]) + (elisp-def . [(20230901 2308) ((dash (2 12 0)) (f (0 19 0)) (s (1 11 0)) (emacs (24 3))) "macro-aware go-to-definition for elisp" tar ((:commit . "1ad4baccbf3d0d13e7607d332ae6bc60a5dd7360") (:authors ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainers ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainer "Wilfred Hughes" . "me@wilfred.me.uk") (:keywords "lisp"))]) + (elisp-demos . [(20240128 810) ((emacs (26 3))) "Elisp API Demos" tar ((:commit . "1a108d1c5011f9ced58be2ca98bea1fbd4130a2f") (:authors ("Xu Chunyang")) (:maintainers ("Xu Chunyang")) (:maintainer "Xu Chunyang") (:keywords "lisp" "docs") (:url . "https://github.com/xuchunyang/elisp-demos"))]) + (elisp-depend . [(20190325 1114) nil "Parse depend libraries of elisp file." tar ((:commit . "6679da9a6be5a845bb4804224c8394a9bc62168f"))]) + (elisp-depmap . [(20220223 1131) ((emacs (26 1)) (dash (2 17 0))) "Generate an elisp dependency map in graphviz" tar ((:commit . "15909462e3f7daf445d3cecf402ee16c7e3263ed") (:authors ("Mehmet Tekman")) (:maintainers ("Mehmet Tekman")) (:maintainer "Mehmet Tekman") (:keywords "outlines") (:url . "https://gitlab.com/mtekman/elisp-depmap.el"))]) + (elisp-docstring-mode . [(20170304 1615) nil "Major mode for editing elisp docstrings." tar ((:commit . "b135d95b158048927f12184e5cfb8fe01fc44713") (:authors ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matúš Goljer" . "matus.goljer@gmail.com") (:keywords "languages"))]) + (elisp-format . [(20160508 952) nil "Format elisp code" tar ((:commit . "9fe516d39b349070537099a01fe34e47fbded2c8") (:authors (nil . "Andy Stewart lazycat.manatee@gmail.com")) (:maintainers ("Yuki Inoue inouetakahiroki _at_ gmail.com")) (:maintainer "Yuki Inoue inouetakahiroki _at_ gmail.com") (:url . "https://github.com/Yuki-Inoue/elisp-format"))]) + (elisp-lint . [(20220419 252) ((emacs (24 4)) (dash (2 15 0)) (package-lint (0 11))) "Basic linting for Emacs Lisp" tar ((:commit . "c5765abf75fd1ad22505b349ae1e6be5303426c2") (:authors ("Nikolaj Schumacher ,")) (:maintainers ("Neil Okamoto" . "neil.okamoto+melpa@gmail.com")) (:maintainer "Neil Okamoto" . "neil.okamoto+melpa@gmail.com") (:keywords "lisp" "maint" "tools") (:url . "http://github.com/gonewest818/elisp-lint/"))]) + (elisp-refs . [(20230920 201) ((dash (2 12 0)) (s (1 11 0))) "find callers of elisp functions or macros" tar ((:commit . "541a064c3ce27867872cf708354a65d83baf2a6d") (:authors ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainers ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainer "Wilfred Hughes" . "me@wilfred.me.uk") (:keywords "lisp"))]) + (elisp-sandbox . [(20131116 1842) nil "Evaluate EmacsLisp expressions in a sandbox" tar ((:commit . "ddd669266ca36d7e4ebba73eb1ab42523787e042") (:authors ("Joel McCracken , D. Goel" . "deego@gnufans.org")) (:maintainers ("Joel McCracken , D. Goel" . "deego@gnufans.org")) (:maintainer "Joel McCracken , D. Goel" . "deego@gnufans.org") (:keywords "lisp") (:url . "https://github.com/joelmccracken/elisp-sandbox"))]) + (elisp-slime-nav . [(20210510 528) ((emacs (24 1)) (cl-lib (0 2))) "Make M-. and M-, work in elisp like they do in slime" tar ((:commit . "8588d80d414aee1fafce5b9da0e913612ee0bcdd") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "languages" "navigation" "slime" "elisp" "emacs-lisp") (:url . "https://github.com/purcell/elisp-slime-nav"))]) + (elixir-mode . [(20230626 1738) ((emacs (25))) "Major mode for editing Elixir files" tar ((:commit . "00d6580a040a750e019218f9392cf9a4c2dac23a") (:keywords "languages" "elixir") (:url . "https://github.com/elixir-editors/emacs-elixir"))]) + (elixir-ts-mode . [(20240116 645) ((emacs (29 1)) (heex-ts-mode (1 3))) "Major mode for Elixir with tree-sitter support" tar ((:commit . "6db05baed9a34d01edf0bfdd804d951dedc6dccb") (:authors ("Wilhelm H Kirschbaum")) (:maintainers ("Wilhelm H Kirschbaum")) (:maintainer "Wilhelm H Kirschbaum") (:keywords "elixir" "languages" "tree-sitter") (:url . "https://github.com/wkirschbaum/elixir-ts-mode"))]) + (elixir-yasnippets . [(20150417 1239) ((yasnippet (0 8 0))) "Yasnippets for Elixir" tar ((:commit . "980ca7626c14ef0573bec0035ec7942796062783") (:authors ("Yinghai Zhao" . "zyinghai@gmail.com")) (:maintainer "Yinghai Zhao" . "zyinghai@gmail.com") (:keywords "snippets"))]) + (ellama . [(20240626 632) ((emacs (28 1)) (llm (0 6 0)) (spinner (1 7 4))) "Tool for interacting with LLMs" tar ((:commit . "968b8631d102c7fd051dbe9eb077755964bb47a2") (:authors ("Sergey Kostyaev" . "sskostyaev@gmail.com")) (:maintainers ("Sergey Kostyaev" . "sskostyaev@gmail.com")) (:maintainer "Sergey Kostyaev" . "sskostyaev@gmail.com") (:keywords "help" "local" "tools") (:url . "http://github.com/s-kostyaev/ellama"))]) + (ellocate . [(20200112 1931) ((emacs (25 1)) (s (1 12 0)) (f (0 20 0))) "The locate command reimplemented in Emacs Lisp" tar ((:commit . "81405082f68f0577c9f176d3d4f034a7142aba59") (:authors ("Sebastian Wålinder" . "s.walinder@gmail.com")) (:maintainers ("Sebastian Wålinder" . "s.walinder@gmail.com")) (:maintainer "Sebastian Wålinder" . "s.walinder@gmail.com") (:keywords "matching") (:url . "https://github.com/walseb/ellocate"))]) + (elm-mode . [(20230315 1122) ((f (0 17)) (s (1 7 0)) (emacs (25 1)) (seq (2 23)) (reformatter (0 3))) "Major mode for Elm" tar ((:commit . "699841865e1bd5b7f2077baa7121510b6bcad3c7") (:authors ("Joseph Collard")) (:maintainers ("Joseph Collard")) (:maintainer "Joseph Collard") (:url . "https://github.com/jcollard/elm-mode"))]) + (elm-test-runner . [(20230905 331) ((emacs (24 4))) "Enhanced support for running elm-test" tar ((:commit . "b664e50a4c849f5f2e2f434fc01718da10515612") (:authors ("Juan Edi")) (:maintainers ("Juan Edi")) (:maintainer "Juan Edi") (:url . "https://github.com/juanedi/elm-test-runner"))]) + (elm-yasnippets . [(20160401 524) ((yasnippet (0 8 0))) "Yasnippets for Elm" tar ((:commit . "45a11a0cef0c36633fb3477d3dc4167e82779ba4") (:authors ("Austin Bingham" . "austin.bingham@gmail.com")) (:maintainers ("Austin Bingham" . "austin.bingham@gmail.com")) (:maintainer "Austin Bingham" . "austin.bingham@gmail.com") (:keywords "snippets"))]) + (elmacro . [(20210716 639) ((s (1 11 0)) (dash (2 13 0))) "Convert keyboard macros to emacs lisp" tar ((:commit . "d2e05012cee4f54fab6d8d8d6aced6e5eeef4f31") (:authors ("Philippe Vaucher" . "philippe.vaucher@gmail.com")) (:maintainers ("Philippe Vaucher" . "philippe.vaucher@gmail.com")) (:maintainer "Philippe Vaucher" . "philippe.vaucher@gmail.com") (:keywords "macro" "elisp" "convenience") (:url . "https://github.com/Silex/elmacro"))]) + (elmine . [(20200520 1237) ((s (1 10 0))) "Redmine API access via elisp." tar ((:commit . "d42e328634828e0c1770b72d5e8b87671d081693") (:authors ("Arthur Andersen" . "leoc.git@gmail.com")) (:maintainers ("Arthur Andersen" . "leoc.git@gmail.com")) (:maintainer "Arthur Andersen" . "leoc.git@gmail.com") (:keywords "tools") (:url . "http://github.com/leoc/elmine"))]) + (elmpd . [(20240208 1457) ((emacs (25 1))) "A tight, ergonomic, async client library for mpd" tar ((:commit . "c6c8c3fa52951c9570041fe78674f267ca8001a5") (:authors ("Michael Herstine" . "sp1ff@pobox.com")) (:maintainers ("Michael Herstine" . "sp1ff@pobox.com")) (:maintainer "Michael Herstine" . "sp1ff@pobox.com") (:keywords "comm") (:url . "https://github.com/sp1ff/elmpd"))]) + (elnode . [(20190702 1509) ((web (0 1 4)) (dash (1 1 0)) (noflet (0 0 7)) (s (1 5 0)) (creole (0 8 14)) (fakir (0 1 6)) (db (0 0 5)) (kv (0 0 17))) "The Emacs webserver." tar ((:commit . "29ef0f51a65a24fca7fdcdb4140d2e4556e4bb29") (:authors ("Nic Ferrier" . "nferrier@ferrier.me.uk")) (:maintainer "GitHub user \"Jcaw\"") (:keywords "lisp" "http" "hypermedia"))]) + (elog . [(20221207 643) ((eieio (1 3))) "logging library extended from logito" tar ((:commit . "e171d0ff0a21011124204d77111e5992b50b7007") (:authors ("DarkSun" . "lujun9972@gmail.com")) (:maintainers ("DarkSun" . "lujun9972@gmail.com")) (:maintainer "DarkSun" . "lujun9972@gmail.com") (:keywords "lisp" "tool" "log"))]) + (elogcat . [(20230121 459) ((s (1 9 0)) (dash (2 10 0))) "logcat interface" tar ((:commit . "f2f19d7ab6b77b8fec55cb67524df629fe967891") (:authors ("Youngjoo Lee" . "youngker@gmail.com")) (:maintainers ("Youngjoo Lee" . "youngker@gmail.com")) (:maintainer "Youngjoo Lee" . "youngker@gmail.com") (:keywords "tools"))]) + (eloud . [(20190706 1707) ((emacs (24 4))) "A lightweight, interactive screen reader" tar ((:commit . "b8f4af1f652268d73281de91fb333b5984970847") (:authors ("Patrick Smyth" . "patricksmyth01@gmail.com")) (:maintainers ("Patrick Smyth" . "patricksmyth01@gmail.com")) (:maintainer "Patrick Smyth" . "patricksmyth01@gmail.com") (:keywords "extensions") (:url . "https://github.com/smythp/eloud"))]) + (elpa-audit . [(20141023 1331) nil "Handy functions for inspecting and comparing package archives" tar ((:commit . "1ca4e6073f8c4cbb41688b69d3b3feaa1a392efc") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "maint") (:url . "https://github.com/purcell/elpa-audit"))]) + (elpa-clone . [(20240229 1034) ((emacs (24 4))) "Clone ELPA archive" tar ((:commit . "3c77587a6ab6cdf041f969d8606407e575374022") (:authors ("ZHANG Weiyi" . "dochang@gmail.com")) (:maintainers ("ZHANG Weiyi" . "dochang@gmail.com")) (:maintainer "ZHANG Weiyi" . "dochang@gmail.com") (:keywords "comm" "elpa" "clone" "mirror") (:url . "https://github.com/dochang/elpa-clone"))]) + (elpa-deploy . [(20191022 718) ((emacs (24 4)) (f (0 0))) "ELPA deployment library" tar ((:commit . "f5126a2da1e0e52981fad9c12028814be80328c2") (:authors ("Bruno Félix Rezende Ribeiro" . "oitofelix@gnu.org")) (:maintainers ("Bruno Félix Rezende Ribeiro" . "oitofelix@gnu.org")) (:maintainer "Bruno Félix Rezende Ribeiro" . "oitofelix@gnu.org") (:keywords "tools") (:url . "https://github.com/oitofelix/elpa-deploy"))]) + (elpa-mirror . [(20240413 1426) ((emacs (27 1))) "Create local package repository from installed packages" tar ((:commit . "d51a5b81af909727fac45f3c9d3653b1170e01f0") (:authors ("Chen Bin" . "chenbin.sh@gmail.com")) (:maintainers ("Chen Bin" . "chenbin.sh@gmail.com")) (:maintainer "Chen Bin" . "chenbin.sh@gmail.com") (:keywords "tools") (:url . "http://github.com/redguardtoo/elpa-mirror"))]) + (elpher . [(20240616 0) ((emacs (27 1))) "A friendly gopher and gemini client" tar ((:commit . "109c97791c16cb638ab42cbfe795a9ea9601a963") (:authors ("Tim Vaughan" . "plugd@thelambdalab.xyz")) (:maintainer "Tim Vaughan" . "plugd@thelambdalab.xyz") (:keywords "comm" "gopher" "gemini") (:url . "https://thelambdalab.xyz/elpher"))]) + (elpl . [(20220328 316) ((emacs (24 4))) "Emacs Lisp REPL" tar ((:commit . "501871ab543b9967bfe87a8a82f83ab96b7f909e") (:authors ("Gong Qijian" . "gongqijian@gmail.com")) (:maintainers ("Gong Qijian" . "gongqijian@gmail.com")) (:maintainer "Gong Qijian" . "gongqijian@gmail.com") (:keywords "lisp" "tool") (:url . "https://github.com/twlz0ne/elpl"))]) + (elpy . [(20240109 1445) ((company (0 9 2)) (emacs (24 4)) (highlight-indentation (0 5 0)) (pyvenv (1 3)) (yasnippet (0 8 0)) (s (1 11 0))) "Emacs Python Development Environment" tar ((:commit . "777e9909c8f1c11f1cfb8dbf5fe4a66d2ab95e1e") (:authors ("Jorgen Schaefer , Gaby Launay" . "gaby.launay@protonmail.com")) (:maintainer "Jorgen Schaefer , Gaby Launay" . "gaby.launay@protonmail.com") (:keywords "python" "ide" "languages" "tools") (:url . "https://github.com/jorgenschaefer/elpy"))]) + (elpygen . [(20171225 1736) ((emacs (25)) (yasnippet (0 8 0))) "Generate a Python function/method using a symbol under point" tar ((:commit . "21929c997a05968f9eefe52b85a76ceaab3b0d81") (:authors ("Vladimir Kazanov" . "vkazanov@inbox.ru")) (:maintainers ("Vladimir Kazanov" . "vkazanov@inbox.ru")) (:maintainer "Vladimir Kazanov" . "vkazanov@inbox.ru") (:keywords "python" "languages" "tools") (:url . "https://github.com/vkazanov/elpygen"))]) + (elquery . [(20220331 143) ((emacs (25 1)) (dash (2 13 0))) "The HTML library for elisp" tar ((:commit . "38f3bd41096cb270919b06095da0b9ac1add4598") (:authors ("Adam Niederer")) (:maintainers ("Adam Niederer")) (:maintainer "Adam Niederer") (:keywords "html" "hypermedia" "tools" "webscale") (:url . "https://github.com/AdamNiederer/elquery"))]) + (elsa . [(20230621 1005) ((emacs (26 1)) (trinary (0)) (f (0)) (dash (2 14)) (cl-lib (0 3)) (lsp-mode (0)) (ansi (0)) (async (1 9 7)) (lgr (0 1 0))) "Emacs Lisp Static Analyser" tar ((:commit . "f719e2404ab6f3323df9341751469cb2e413e013") (:authors ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matúš Goljer" . "matus.goljer@gmail.com") (:keywords "languages" "lisp") (:url . "https://github.com/emacs-elsa/Elsa"))]) + (elscreen . [(20181009 451) ((emacs (24))) "Emacs window session manager" tar ((:commit . "cc58337faf5ba1eae7e87f75f6ff3758675688f2") (:authors ("Naoto Morishima" . "naoto@morishima.net")) (:maintainers ("Akinori MUSHA" . "knu@iDaemons.org")) (:maintainer "Akinori MUSHA" . "knu@iDaemons.org") (:keywords "window" "convenience") (:url . "https://github.com/knu/elscreen"))]) + (elscreen-buffer-group . [(20200109 2338) ((emacs (24 4)) (elscreen (0)) (cl-lib (0 5))) "elscreen buffer group" tar ((:commit . "b48e71d4782adfeb2958f227d78c04164d26e4bd") (:authors ("Jeff Gran" . "jeff@jeffgran.com") ("Author: Ryan C. Thompson")) (:maintainers ("Jeff Gran" . "jeff@jeffgran.com")) (:maintainer "Jeff Gran" . "jeff@jeffgran.com") (:keywords "buffer") (:url . "https://github.com/jeffgran/elscreen-buffer-group"))]) + (elscreen-fr . [(20160920 953) ((elscreen (0)) (seq (1 11))) "Use frame title as screen tab" tar ((:commit . "b9c11f80d277086d5d5bf88623e15fc7adbbbe3c") (:authors ("Francesc Rocher" . "francesc.rocher@gmail.com")) (:maintainers ("Francesc Rocher" . "francesc.rocher@gmail.com")) (:maintainer "Francesc Rocher" . "francesc.rocher@gmail.com") (:url . "http://github.com/rocher/elscreen-fr"))]) + (elscreen-mew . [(20160504 1835) ((elscreen (20120413 807))) "ElScreen Add-On for Mew" tar ((:commit . "89871fad690ae161dc076e16ef481b1965612077") (:authors ("Takashi Masuda" . "masutaka.net@gmail.com")) (:maintainers ("Takashi Masuda" . "masutaka.net@gmail.com")) (:maintainer "Takashi Masuda" . "masutaka.net@gmail.com") (:url . "https://github.com/masutaka/elscreen-mew"))]) + (elscreen-multi-term . [(20200417 821) ((emacs (24 4)) (elscreen (1 4 6)) (multi-term (1 3))) "Multi term for elscreen" tar ((:commit . "4ea89bae0444d9d4377515929f76cb3e98140f1f") (:authors ("wamei" . "wamei.cho@gmail.com")) (:maintainers ("wamei" . "wamei.cho@gmail.com")) (:maintainer "wamei" . "wamei.cho@gmail.com") (:keywords "elscreen" "multi term"))]) + (elscreen-separate-buffer-list . [(20200807 1324) ((emacs (24 4)) (elscreen (1 4 6))) "Separate buffer list manager for elscreen" tar ((:commit . "88d8850108947949431425a2d938a09d941454e8") (:authors ("wamei" . "wamei.cho@gmail.com")) (:maintainers ("wamei" . "wamei.cho@gmail.com")) (:maintainer "wamei" . "wamei.cho@gmail.com") (:keywords "elscreen"))]) + (elscreen-tab . [(20230810 2114) ((emacs (26)) (elscreen (20180321)) (dash (2 14 1))) "Minor mode to display tabs of elscreen in a dedicated buffer" tar ((:commit . "21c1f3d3ec47f8b5e31bb0b26b4f60864e49e966") (:authors ("Aki Syunsuke" . "sunny.day.dev@gmail.com")) (:maintainers ("Aki Syunsuke" . "sunny.day.dev@gmail.com")) (:maintainer "Aki Syunsuke" . "sunny.day.dev@gmail.com") (:keywords "tools" "extensions") (:url . "https://github.com/aki-s/elscreen-tab"))]) + (elune-theme . [(20231009 1709) nil "Elune theme" tar ((:commit . "4d0217a7601e34fa84fc174ccf7945cd598d4135") (:authors ("Çağan Korkmaz" . "xcatalystt@gmail.com")) (:maintainers ("Çağan Korkmaz" . "xcatalystt@gmail.com")) (:maintainer "Çağan Korkmaz" . "xcatalystt@gmail.com") (:url . "https://github.com/xcatalyst/elune-theme"))]) + (elvish-mode . [(20180809 1612) ((emacs (24 3))) "Defines a major mode for Elvish" tar ((:commit . "c3a7e31564256b9755b1ab9fb40d32ad78cd1ad2") (:authors ("Adam Schwalm" . "adamschwalm@gmail.com")) (:maintainers ("Adam Schwalm" . "adamschwalm@gmail.com")) (:maintainer "Adam Schwalm" . "adamschwalm@gmail.com") (:url . "https://github.com/ALSchwalm/elvish-mode"))]) + (elwm . [(20150817 1007) ((dash (1 1 0))) "Minimalistic window manager for emacs" tar ((:commit . "c33b183f006ad476c3a44dab316f580f8b369930") (:authors ("Matus Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matus Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matus Goljer" . "matus.goljer@gmail.com") (:keywords "docs") (:url . "https://github.com/Fuco1/elwm"))]) + (elx . [(20240623 1338) ((emacs (25 1)) (compat (29 1 4 5)) (llama (0 3 1))) "Extract information from Emacs Lisp libraries" tar ((:commit . "b03b3db6bb6043c9e7f8478c421e1a2bc7a1fc06") (:authors ("Jonas Bernoulli" . "emacs.elx@jonas.bernoulli.dev")) (:maintainers ("Jonas Bernoulli" . "emacs.elx@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.elx@jonas.bernoulli.dev") (:keywords "docs" "libraries" "packages") (:url . "https://github.com/emacscollective/elx"))]) + (emacs-everywhere . [(20240509 1715) ((emacs (26 3))) "System-wide popup windows for quick edits" tar ((:commit . "0b731ca6da351ba40953d090acf69e81757d437b") (:authors ("TEC ")) (:maintainers ("TEC" . "contact@tecosaur.net")) (:maintainer "TEC" . "contact@tecosaur.net") (:keywords "convenience" "frames") (:url . "https://github.com/tecosaur/emacs-everywhere"))]) + (emacsc . [(20240104 634) nil "helper for emacsc(1)" tar ((:commit . "9bec453a4170dbcb409b884e3e8d30f388de7b8d") (:authors ("Akinori MUSHA" . "knu@iDaemons.org")) (:maintainers ("Akinori MUSHA" . "knu@iDaemons.org")) (:maintainer "Akinori MUSHA" . "knu@iDaemons.org") (:keywords "tools") (:url . "https://github.com/knu/emacsc"))]) + (emacsist-view . [(20160426 1223) nil "Mode for viewing emacsist.com" tar ((:commit . "f67761259ed779a9bc95c9a4e0474522990c5c6b") (:authors ("DarkSun" . "lujun9972@gmail.com")) (:maintainers ("DarkSun" . "lujun9972@gmail.com")) (:maintainer "DarkSun" . "lujun9972@gmail.com") (:keywords "convenience" "usability") (:url . "https://github.com/lujun9972/emacsist-view"))]) + (emacsql . [(20240623 1340) ((emacs (25 1))) "High-level SQL database front-end" tar ((:commit . "efddd69c5e69214dbbe921fbf90f938501414894") (:authors ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainers ("Jonas Bernoulli" . "emacs.emacsql@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.emacsql@jonas.bernoulli.dev") (:url . "https://github.com/magit/emacsql"))]) + (emacsql-mysql . [(20240415 1535) ((emacs (25 1)) (emacsql (20230220))) "EmacSQL back-end for MySQL" tar ((:commit . "5108c16c5e1d5bfdd41fcc0807241e28886ab763") (:authors ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainers ("Jonas Bernoulli" . "emacs.emacsql@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.emacsql@jonas.bernoulli.dev") (:url . "https://github.com/magit/emacsql"))]) + (emacsql-pg . [(20240415 1535) ((emacs (25 1)) (emacsql (20230220)) (pg (0 16))) "EmacSQL back-end for PostgreSQL via pg" tar ((:commit . "5108c16c5e1d5bfdd41fcc0807241e28886ab763") (:authors ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainers ("Jonas Bernoulli" . "emacs.emacsql@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.emacsql@jonas.bernoulli.dev") (:url . "https://github.com/magit/emacsql"))]) + (emacsql-psql . [(20240415 1535) ((emacs (25 1)) (emacsql (20230220))) "EmacSQL back-end for PostgreSQL via psql" tar ((:commit . "5108c16c5e1d5bfdd41fcc0807241e28886ab763") (:authors ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainers ("Jonas Bernoulli" . "emacs.emacsql@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.emacsql@jonas.bernoulli.dev") (:url . "https://github.com/magit/emacsql"))]) + (emacsql-sqlite . [(20240623 1340) ((emacs (25 1)) (emacsql (20230220))) "EmacSQL back-end for SQLite" tar ((:commit . "efddd69c5e69214dbbe921fbf90f938501414894") (:authors ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainers ("Jonas Bernoulli" . "emacs.emacsql@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.emacsql@jonas.bernoulli.dev") (:url . "https://github.com/magit/emacsql"))]) + (emacsql-sqlite-builtin . [(20240415 1535) ((emacs (29)) (emacsql (20230220))) "EmacSQL back-end for SQLite using builtin support" tar ((:commit . "5108c16c5e1d5bfdd41fcc0807241e28886ab763") (:authors ("Jonas Bernoulli" . "emacs.emacsql@jonas.bernoulli.dev")) (:maintainers ("Jonas Bernoulli" . "emacs.emacsql@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.emacsql@jonas.bernoulli.dev") (:url . "https://github.com/magit/emacsql"))]) + (emacsql-sqlite-module . [(20240415 1535) ((emacs (25)) (emacsql (20230220)) (sqlite3 (0 16))) "EmacSQL back-end for SQLite using a module" tar ((:commit . "5108c16c5e1d5bfdd41fcc0807241e28886ab763") (:authors ("Jonas Bernoulli" . "emacs.emacsql@jonas.bernoulli.dev")) (:maintainers ("Jonas Bernoulli" . "emacs.emacsql@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.emacsql@jonas.bernoulli.dev") (:url . "https://github.com/magit/emacsql"))]) + (emacsshot . [(20191206 944) ((emacs (24 4))) "Snapshot a frame or window from within" tar ((:commit . "fe958b11056f3c671ebdd604d5aa574323284ca5") (:authors ("Marco Wahl" . "marcowahlsoft@gmail.com")) (:maintainers ("Marco Wahl")) (:maintainer "Marco Wahl") (:keywords "convenience") (:url . "https://gitlab.com/marcowahl/emacsshot"))]) + (emamux . [(20200315 1220) ((emacs (24 3))) "Interact with tmux" tar ((:commit . "6172131d78038f0b1490e24bac60534bf4ad3b30") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-emamux"))]) + (emamux-ruby-test . [(20130812 1639) ((emamux (0 1)) (projectile (0 9 1))) "Ruby test with emamux" tar ((:commit . "785bfd44d097a46bb2ebe1e62ac7595fd4dc9ab5") (:url . "https://github.com/syohex/emamux-ruby-test"))]) + (emaps . [(20200508 1759) ((dash (2 17 0)) (emacs (24))) "Utilities for working with keymaps" tar ((:commit . "7c561f3ded2015ed3774e5784059d6601082743e") (:authors ("Ben Moon" . "software@guiltydolphin.com")) (:maintainers ("Ben Moon" . "software@guiltydolphin.com")) (:maintainer "Ben Moon" . "software@guiltydolphin.com") (:keywords "convenience" "keyboard" "keymap" "utility") (:url . "https://github.com/GuiltyDolphin/emaps"))]) + (embark . [(20240607 2213) ((emacs (27 1)) (compat (29 1 4 0))) "Conveniently act on minibuffer completions" tar ((:commit . "9c166c4b96a0b1e85401bcc6fb95ce021e7b5013") (:authors ("Omar Antolín Camarena" . "omar@matem.unam.mx")) (:maintainers ("Omar Antolín Camarena" . "omar@matem.unam.mx")) (:maintainer "Omar Antolín Camarena" . "omar@matem.unam.mx") (:keywords "convenience") (:url . "https://github.com/oantolin/embark"))]) + (embark-consult . [(20240419 452) ((emacs (27 1)) (compat (29 1 4 0)) (embark (1 0)) (consult (1 0))) "Consult integration for Embark" tar ((:commit . "195add1f1ccd1059472c9df7334c97c4d155425e") (:authors ("Omar Antolín Camarena" . "omar@matem.unam.mx")) (:maintainers ("Omar Antolín Camarena" . "omar@matem.unam.mx")) (:maintainer "Omar Antolín Camarena" . "omar@matem.unam.mx") (:keywords "convenience") (:url . "https://github.com/oantolin/embark"))]) + (embark-org-roam . [(20240303 335) ((emacs (27 1)) (embark (0 23)) (org-roam (2 2 0))) "Embark export buffer for org roam nodes" tar ((:commit . "5bc9efc33e74eb47becbc2f6467141864cb6ecea") (:authors ("Bram Adams" . "bram.adams@queensu.ca")) (:maintainers ("Bram Adams" . "bram.adams@queensu.ca")) (:maintainer "Bram Adams" . "bram.adams@queensu.ca") (:keywords "outlines" "hypermedia") (:url . "https://github.com/bramadams/embark-org-roam"))]) + (embark-vc . [(20230212 1920) ((emacs (27 1)) (embark (0 21 1)) (forge (0 3)) (compat (29 1 3 0))) "Embark actions for various version control integrations" tar ((:commit . "070666b0de8fc2832aa2510b9ba492565cb5e35e") (:authors ("Ellis Kenyő ")) (:maintainers ("Ellis Kenyő" . "me@elken.dev")) (:maintainer "Ellis Kenyő" . "me@elken.dev") (:keywords "convenience" "matching" "terminals" "tools" "unix" "vc") (:url . "https://github.com/elken/embark-vc"))]) + (ember-mode . [(20240301 1056) ((cl-lib (0 5))) "Ember navigation mode for emacs" tar ((:commit . "2fd5da9e360db134232d373edf09373fa762e092") (:authors ("Aad Versteden" . "madnificent@gmail.com")) (:maintainers ("Aad Versteden" . "madnificent@gmail.com")) (:maintainer "Aad Versteden" . "madnificent@gmail.com") (:keywords "ember" "ember.js" "emberjs"))]) + (ember-yasnippets . [(20160526 1658) ((yasnippet (0 8 0))) "Snippets for Ember.js development" tar ((:commit . "3b5bd01569646237bf1b540d097e12f9118b67f4") (:authors ("Ron White" . "ronco@costite.com")) (:maintainers ("Ron White" . "ronco@costite.com")) (:maintainer "Ron White" . "ronco@costite.com") (:keywords "tools" "abbrev" "languages"))]) + (embrace . [(20231027 419) ((cl-lib (0 5)) (expand-region (0 10 0))) "Add/Change/Delete pairs based on `expand-region'" tar ((:commit . "c7e748603151d7d91c237fd2d9cdf56e9f3b1ea8") (:authors ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainers ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainer "Junpeng Qiu" . "qjpchmail@gmail.com") (:keywords "extensions"))]) + (emidje . [(20190209 1726) ((emacs (25)) (cider (0 17 0)) (seq (2 16)) (magit-popup (2 4 0))) "Test runner and report viewer for Midje" tar ((:commit . "7e92f053964d925c97dc8cca8d4d70a3030021db") (:authors ("Alan Ghelardi" . "alan.ghelardi@nubank.com.br")) (:maintainers ("Alan Ghelardi" . "alan.ghelardi@nubank.com.br")) (:maintainer "Alan Ghelardi" . "alan.ghelardi@nubank.com.br") (:keywords "tools") (:url . "https://github.com/nubank/emidje"))]) + (emmet-mode . [(20240617 45) nil "Unofficial Emmet's support for emacs" tar ((:commit . "322d3bb112fced57d63b44863357f7a0b7eee1e3") (:authors ("Shin Aoyama" . "smihica@gmail.com")) (:maintainers ("Shin Aoyama" . "smihica@gmail.com")) (:maintainer "Shin Aoyama" . "smihica@gmail.com") (:keywords "convenience") (:url . "https://github.com/smihica/emmet-mode"))]) + (emms . [(20240612 2223) ((cl-lib (0 5)) (nadvice (0 3)) (seq (0))) "The Emacs Multimedia System" tar ((:commit . "cead7b435a679690fd4bbe91fa2f57739a1e0077") (:authors ("Jorgen Schäfer" . "forcer@forcix.cx")) (:maintainers ("Yoni Rabkin" . "yrk@gnu.org")) (:maintainer "Yoni Rabkin" . "yrk@gnu.org") (:keywords "emms" "mp3" "ogg" "flac" "music" "mpeg" "video" "multimedia") (:url . "https://www.gnu.org/software/emms/"))]) + (emms-info-mediainfo . [(20131223 1300) ((emms (0))) "Info-method for EMMS using medianfo" tar ((:commit . "bce16eae9eacd38719fea62a9755225a888da59d") (:authors ("Fabián Ezequiel Gallina" . "fgallina@gnu.org")) (:maintainers ("Fabián Ezequiel Gallina" . "fgallina@gnu.org")) (:maintainer "Fabián Ezequiel Gallina" . "fgallina@gnu.org") (:keywords "multimedia" "processes"))]) + (emms-mark-ext . [(20130529 327) ((emms (3 0))) "Extra functions for emms-mark-mode and emms-tag-edit-mode" tar ((:commit . "ec68129e3e9e469e5bf160c6a1b7030e322f3541") (:authors ("Joe Bloggs" . "vapniks@yahoo.com")) (:maintainers ("Joe Bloggs" . "vapniks@yahoo.com")) (:maintainer "Joe Bloggs" . "vapniks@yahoo.com") (:keywords "convenience" "multimedia") (:url . "https://github.com/vapniks/emms-mark-ext"))]) + (emms-mode-line-cycle . [(20160221 1120) ((emacs (24)) (emms (4 0))) "Display the emms mode line as a ticker" tar ((:commit . "2c2f395e484a1d345050ddd61ff5fab71a92a6bc") (:authors ("momomo5717")) (:maintainers ("momomo5717")) (:maintainer "momomo5717") (:keywords "emms" "mode-line") (:url . "https://github.com/momomo5717/emms-mode-line-cycle"))]) + (emms-player-mpv-jp-radios . [(20180325 1117) ((emacs (24)) (cl-lib (0 5)) (emms (4 0)) (emms-player-simple-mpv (0 1 7))) "EMMS players and stream lists of Japan radio stations" tar ((:commit . "f6b37f5878c741124d5fca43c5b80af873541edd") (:keywords "emms" "mpv" "radio") (:url . "https://github.com/momomo5717/emms-player-mpv-jp-radios"))]) + (emms-player-simple-mpv . [(20180316 1549) ((emacs (24)) (cl-lib (0 5)) (emms (4 0))) "An extension of emms-player-simple.el for mpv JSON IPC" tar ((:commit . "101d120ccdee1c2c213fd2f0423c858b21649c00") (:authors ("momomo5717")) (:maintainers ("momomo5717")) (:maintainer "momomo5717") (:keywords "emms" "mpv") (:url . "https://github.com/momomo5717/emms-player-simple-mpv"))]) + (emms-player-spotify . [(20240302 2106) ((emacs (26 1)) (compat (29 1)) (emms (18)) (s (1 13 0))) "Spotify player for EMMS" tar ((:commit . "3b1e8e5b5306173940d311191b13e2ace4d048b9") (:authors ("Sergey Trofimov" . "sarg@sarg.org.ru")) (:maintainers ("Sergey Trofimov" . "sarg@sarg.org.ru")) (:maintainer "Sergey Trofimov" . "sarg@sarg.org.ru") (:url . "https://github.com/sarg/emms-spotify"))]) + (emms-soundcloud . [(20131221 1145) ((emms (20131016)) (json (1 2))) "EMMS source for Soundcloud audio sharing platform" tar ((:commit . "87e5cbf9609d1f26c24dc834fdeb78b33d453c2b") (:authors ("Ozan Sener" . "ozan@ozansener.com")) (:maintainers ("Ozan Sener" . "ozan@ozansener.com")) (:maintainer "Ozan Sener" . "ozan@ozansener.com") (:keywords "emms" "soundcloud") (:url . "http://github.com/osener/emms-soundcloud"))]) + (emms-state . [(20211023 1942) ((emms (0))) "Display track description and playing time in the mode line" tar ((:commit . "cdb3ee85369758727b3c082e4ade1ae2b559b334") (:authors ("Alex Kost" . "alezost@gmail.com")) (:maintainers ("Alex Kost" . "alezost@gmail.com")) (:maintainer "Alex Kost" . "alezost@gmail.com") (:keywords "emms") (:url . "https://github.com/alezost/emms-state.el"))]) + (emoji-cheat-sheet-plus . [(20200202 1412) ((emacs (24)) (helm (1 6 4))) "emoji-cheat-sheet for emacs" tar ((:commit . "ffcc84d7060dfa000148e7f8be4fd6701593a74f") (:authors ("Sylvain Benner (based on the work of Shingo Fukuyama)")) (:maintainers ("Sylvain Benner (based on the work of Shingo Fukuyama)")) (:maintainer "Sylvain Benner (based on the work of Shingo Fukuyama)") (:keywords "emacs" "emoji") (:url . "https://github.com/syl20bnr/emacs-emoji-cheat-sheet-plus"))]) + (emoji-display . [(20140117 1013) nil "emoji displaying module" tar ((:commit . "bb4217f6400151a9cfa6d4524b8427f01feb5193") (:authors ("Kazuhiro Ito" . "kzhr@d1.dion.ne.jp")) (:maintainers ("Kazuhiro Ito" . "kzhr@d1.dion.ne.jp")) (:maintainer "Kazuhiro Ito" . "kzhr@d1.dion.ne.jp") (:keywords "emoji") (:url . "https://github.com/ikazuhiro/emoji-display"))]) + (emoji-fontset . [(20160726 1924) nil "Set font face for Emoji." tar ((:commit . "e460c9a08e48ec4103e38a7a04acae20880149a9") (:authors ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainers ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainer "USAMI Kenta" . "tadsan@zonu.me") (:keywords "emoji" "font" "config"))]) + (emoji-github . [(20240101 935) ((emacs (24 4)) (emojify (1 0)) (request (0 3 0))) "Display list of GitHub's emoji. (cheat sheet)" tar ((:commit . "0f42d10854239b751a2ae06caa43bcf387f43d4d") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "list" "github" "emoji" "display") (:url . "https://github.com/jcs-elpa/emoji-github"))]) + (emoji-recall . [(20160723 2208) ((emacs (24))) "How many emoji can you recall from memory?" tar ((:commit . "1c12d18e5592eaa2138dd3034012dced277e6d99") (:authors ("DarkSun" . "lujun9972@gmail.com")) (:maintainers ("DarkSun" . "lujun9972@gmail.com")) (:maintainer "DarkSun" . "lujun9972@gmail.com") (:keywords "game") (:url . "https://github.com/lujun9972/emoji-recall.el"))]) + (emojify . [(20210108 1111) ((seq (1 11)) (ht (2 0)) (emacs (24 3))) "Display emojis in Emacs" tar ((:commit . "cfa00865388809363df3f884b4dd554a5d44f835") (:authors ("Iqbal Ansari" . "iqbalansari02@yahoo.com")) (:maintainers ("Iqbal Ansari" . "iqbalansari02@yahoo.com")) (:maintainer "Iqbal Ansari" . "iqbalansari02@yahoo.com") (:keywords "multimedia" "convenience") (:url . "https://github.com/iqbalansari/emacs-emojify"))]) + (emojify-logos . [(20180814 917) ((emojify (0 4))) "Add logos to emojify" tar ((:commit . "a3e78bcbdf863092d4c9b026ac08bf7d1c7c0e8b") (:authors ("mxgoldstein" . "m_goldstein@gmx.net")) (:maintainers ("mxgoldstein" . "m_goldstein@gmx.net")) (:maintainer "mxgoldstein" . "m_goldstein@gmx.net") (:url . "https://github.com/mxgoldstein/emojify-logos"))]) + (empos . [(20151011 1916) nil "Locate bibtex citations from within emacs" tar ((:commit . "7b99ad30e56937adb7e6349777e5a2045597d564") (:authors ("Dimitris Alikaniotis ")) (:maintainers ("Dimitris Alikaniotis ")) (:maintainer "Dimitris Alikaniotis ") (:keywords "citations" "reference" "bibtex" "reftex") (:url . "http://github.com/dimalik/empos/"))]) + (empv . [(20240529 2013) ((emacs (28 1)) (s (1 13 0)) (compat (29 1 4 4))) "A multimedia player/manager, YouTube interface" tar ((:commit . "6f7adfa844e39301af0f510eec40ef7d5df9c8f3") (:authors ("Isa Mert Gurbuz" . "isamertgurbuz@gmail.com")) (:maintainers ("Isa Mert Gurbuz" . "isamertgurbuz@gmail.com")) (:maintainer "Isa Mert Gurbuz" . "isamertgurbuz@gmail.com") (:url . "https://github.com/isamert/empv.el"))]) + (emr . [(20220108 548) ((s (1 3 1)) (dash (1 2 0)) (cl-lib (0 2)) (popup (0 5 0)) (emacs (24 1)) (list-utils (0 3 0)) (paredit (24 0 0)) (projectile (0 9 1)) (clang-format (0 0 1)) (iedit (0 97))) "Emacs refactoring system." tar ((:commit . "cac1b52932926f56d7f6d2923732d20bbd20670d") (:authors ("Chris Barrett" . "chris.d.barrett@me.com")) (:maintainers ("Chris Barrett" . "chris.d.barrett@me.com")) (:maintainer "Chris Barrett" . "chris.d.barrett@me.com") (:keywords "tools" "convenience" "refactoring") (:url . "https://github.com/Wilfred/emacs-refactor"))]) + (enclose . [(20121008 1614) nil "Enclose cursor within punctuation pairs." tar ((:commit . "2fff3d4fcc1089f87647042d7164ba04282766ae") (:authors ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainer "Johan Andersson" . "johan.rejeep@gmail.com") (:keywords "speed" "convenience") (:url . "http://github.com/rejeep/enclose"))]) + (encourage-mode . [(20151128 905) ((emacs (24 4))) "Encourages you in your work. :D" tar ((:commit . "ca411e6bfd3d0edffe95852127bd995730b942e3") (:authors ("Patrick Mosby" . "patrick@schreiblogade.de")) (:maintainers ("Patrick Mosby" . "patrick@schreiblogade.de")) (:maintainer "Patrick Mosby" . "patrick@schreiblogade.de") (:keywords "fun") (:url . "https://github.com/halbtuerke/encourage-mode.el"))]) + (encrypt-region . [(20220802 918) ((emacs (26 1))) "Encrypts and decrypts regions" tar ((:commit . "8ff5704bc6f4c57f935a8b7680129e599bbe474f") (:authors ("Carlton Shepherd" . "carlton@linux.com")) (:maintainers ("Carlton Shepherd" . "carlton@linux.com")) (:maintainer "Carlton Shepherd" . "carlton@linux.com") (:keywords "tools" "convenience") (:url . "https://github.com/cgshep/encrypt-region"))]) + (engine-mode . [(20230619 1503) ((emacs (24 4))) "Define and query search engines" tar ((:commit . "687266bff45cda00c1de57a22ad2b03de6823c28") (:authors ("Harry R. Schwartz" . "hello@harryrschwartz.com")) (:maintainers ("Harry R. Schwartz" . "hello@harryrschwartz.com")) (:maintainer "Harry R. Schwartz" . "hello@harryrschwartz.com") (:url . "https://github.com/hrs/engine-mode"))]) + (enh-ruby-mode . [(20221011 1957) ((emacs (25 1))) "Major mode for editing Ruby files" tar ((:commit . "7e76d754e1632b4fc9a024fa393c3fc837bcc86b") (:authors ("Geoff Jacobsen")) (:maintainers ("Ryan Davis")) (:maintainer "Ryan Davis") (:keywords "languages" "elisp" "ruby") (:url . "https://github.com/zenspider/Enhanced-Ruby-Mode"))]) + (enlight . [(20240602 2025) ((emacs (27 1)) (compat (29 1 4 1))) "Highly customizable startup screen" tar ((:commit . "5194c1a4f4c245a1ef544205d723381fac30414b") (:authors ("Ilya Chernyshov" . "ichernyshovvv@gmail.com")) (:maintainers ("Ilya Chernyshov" . "ichernyshovvv@gmail.com")) (:maintainer "Ilya Chernyshov" . "ichernyshovvv@gmail.com") (:keywords "startup" "screen" "tools" "dashboard") (:url . "https://github.com/ichernyshovvv/enlight"))]) + (enlightened-theme . [(20210220 2327) nil "A theme based on enlightened" tar ((:commit . "1bfebd8f47e8a8357c9e557cf6e95d7027861e6d") (:url . "https://hg.sr.ht/~slondr/enlightened"))]) + (enlive . [(20170725 1417) nil "query html document with css selectors" tar ((:commit . "604a8ca272b6889f114e2b5a13adb5b1dc4bae86") (:authors ("ZHOU Feng" . "zf.pascal@gmail.com")) (:maintainers ("ZHOU Feng" . "zf.pascal@gmail.com")) (:maintainer "ZHOU Feng" . "zf.pascal@gmail.com") (:keywords "css" "selector" "query") (:url . "http://github.com/zweifisch/enlive"))]) + (eno . [(20191013 1239) ((dash (2 12 1)) (edit-at-point (1 0))) "Goto/copy/cut any word/symbol/line in view, similar to ace-jump/easymotion" tar ((:commit . "c5c6193687c0bede1ddf507c430cf8b0a6d272d9") (:authors (nil . "")) (:maintainers (nil . "")) (:maintainer nil . "") (:url . "http://github.com/enoson/eno.el"))]) + (enotify . [(20130407 1348) nil "A networked notification system for emacs" tar ((:commit . "7fd2f48ef4ff32c8f013c634ea2dd6b1d1409f80") (:authors ("Alessandro Piras" . "laynor@gmail.com")) (:maintainer "Alessandro Piras" . "laynor@gmail.com") (:keywords "tools"))]) + (environ . [(20230518 1310) ((emacs (24 1)) (dash (2 17 0)) (f (0 20 0)) (s (1 12 0))) "API for environment variables and env files" tar ((:commit . "9530e2f1ead5bd37aca4d298514800f73b3cc0a7") (:authors ("Chris Clark" . "cfclrk@gmail.com")) (:maintainers ("Chris Clark" . "cfclrk@gmail.com")) (:maintainer "Chris Clark" . "cfclrk@gmail.com") (:keywords "tools") (:url . "https://github.com/cfclrk/environ"))]) + (envrc . [(20240613 907) ((emacs (26 1)) (inheritenv (0 1))) "Support for `direnv' that operates buffer-locally" tar ((:commit . "2316e004c1574234fe4d991bd75a254cdeaa83ae") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "processes" "tools") (:url . "https://github.com/purcell/envrc"))]) + (eopengrok . [(20230114 1413) ((s (1 9 0)) (dash (2 10 0)) (magit (2 1 0)) (cl-lib (0 5))) "opengrok interface for emacs" tar ((:commit . "83b1695774f8bdc322e528ade9dffe9b2e93f32a") (:authors ("Youngjoo Lee" . "youngker@gmail.com")) (:maintainers ("Youngjoo Lee" . "youngker@gmail.com")) (:maintainer "Youngjoo Lee" . "youngker@gmail.com") (:keywords "tools"))]) + (epc . [(20140610 534) ((concurrent (0 3 1)) (ctable (0 1 2))) "A RPC stack for the Emacs Lisp" tar ((:commit . "94cd36a3bec752263ac9b1b3a9dd2def329d2af7") (:authors ("SAKURAI Masashi ")) (:maintainers ("SAKURAI Masashi ")) (:maintainer "SAKURAI Masashi ") (:keywords "lisp" "rpc") (:url . "https://github.com/kiwanami/emacs-epc"))]) + (epic . [(20170210 23) ((htmlize (1 47))) "Evernote Picker for Cocoa Emacs" tar ((:commit . "a41826c330eb0ea061d58a08cc861b0c4ac8ec4e") (:authors ("Yoshinari Nomura" . "nom@quickhack.net")) (:maintainers ("Yoshinari Nomura" . "nom@quickhack.net")) (:maintainer "Yoshinari Nomura" . "nom@quickhack.net") (:keywords "evernote" "applescript") (:url . "https://github.com/yoshinari-nomura/epic"))]) + (eping . [(20201027 2149) ((emacs (25 1))) "Ping websites to check internet connectivity" tar ((:commit . "004496ee06c0b8ead4a4f49e17109e8eb32eb49d") (:authors ("Sean Hutchings" . "seanhut@yandex.com")) (:maintainers ("Sean Hutchings" . "seanhut@yandex.com")) (:maintainer "Sean Hutchings" . "seanhut@yandex.com") (:keywords "comm" "processes" "terminals" "unix") (:url . "https://github.com/sean-hut/eping"))]) + (epkg . [(20240603 1436) ((emacs (26 1)) (compat (29 1 4 5)) (closql (20240601)) (emacsql (20240415)) (llama (0 3 1))) "Browse the Emacsmirror package database" tar ((:commit . "c3a6599e76481e5a83edd601cdbf17f0cc2e931a") (:authors ("Jonas Bernoulli" . "emacs.epkg@jonas.bernoulli.dev")) (:maintainers ("Jonas Bernoulli" . "emacs.epkg@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.epkg@jonas.bernoulli.dev") (:keywords "tools") (:url . "https://github.com/emacscollective/epkg"))]) + (epkg-marginalia . [(20240415 1536) ((emacs (27 1)) (compat (29 1 4 1)) (epkg (3 3 3)) (llama (0 3 0)) (marginalia (1 2))) "Show Epkg information in completion annotations" tar ((:commit . "41bb627934e0a389e24573d2c9d088f6f6afdbcc") (:authors ("Jonas Bernoulli" . "emacs.epkg-marginalia@jonas.bernoulli.dev")) (:maintainers ("Jonas Bernoulli" . "emacs.epkg-marginalia@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.epkg-marginalia@jonas.bernoulli.dev") (:keywords "tools") (:url . "https://github.com/emacscollective/epkg-marginalia"))]) + (epl . [(20180205 2049) ((cl-lib (0 3))) "Emacs Package Library" tar ((:commit . "78ab7a85c08222cd15582a298a364774e3282ce6") (:authors ("Sebastian Wiesner" . "swiesner@lunaryorn.com")) (:maintainers ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainer "Johan Andersson" . "johan.rejeep@gmail.com") (:keywords "convenience") (:url . "http://github.com/cask/epl"))]) + (epm . [(20190509 443) ((emacs (24 3)) (epl (0 8))) "Emacs Package Manager" tar ((:commit . "6375ddbf93c5f25647f6ebb25b54045b3c93a5be") (:authors ("Chunyang Xu" . "xuchunyang.me@gmail.com")) (:maintainers ("Chunyang Xu" . "xuchunyang.me@gmail.com")) (:maintainer "Chunyang Xu" . "xuchunyang.me@gmail.com") (:url . "https://github.com/xuchunyang/epm"))]) + (epresent . [(20160411 201) ((org (8)) (cl-lib (0 5))) "Simple presentation mode for Emacs Org-mode" tar ((:commit . "bc3443879bb0111dcde2abd2f9c578e2cd438186") (:keywords "gui") (:url . "https://github.com/dakrone/epresent"))]) + (eproject . [(20180312 1642) ((helm (1 6 4))) "assign files to projects, programatically" tar ((:commit . "068218d2cf2138cb2e8fc29b57e773a0097a7e8b") (:authors ("Jonathan Rockway" . "jon@jrock.us")) (:maintainers ("Jonathan Rockway" . "jon@jrock.us")) (:maintainer "Jonathan Rockway" . "jon@jrock.us") (:keywords "programming" "projects"))]) + (equake . [(20220627 2248) ((emacs (26 1)) (dash (2 14 1))) "Drop-down console for (e)shell & terminal emulation" tar ((:commit . "7aa2e1715e6ea286b08bb446d2d9915afa0fdf03") (:authors ("Benjamin Slade" . "slade@lambda-y.net")) (:maintainers ("Benjamin Slade" . "slade@lambda-y.net")) (:maintainer "Benjamin Slade" . "slade@lambda-y.net") (:keywords "convenience" "frames" "terminals" "tools" "window-system") (:url . "https://gitlab.com/emacsomancer/equake"))]) + (eradio . [(20210327 1000) ((emacs (24 1))) "A simple Internet radio player" tar ((:commit . "47769986c79def84307921f0277e9bb2714756c2") (:authors ("Olav Fosse" . "mail@olavfosse.no")) (:maintainers ("Olav Fosse" . "mail@olavfosse.no")) (:maintainer "Olav Fosse" . "mail@olavfosse.no") (:url . "https://github.com/fossegrim/eradio"))]) + (erblint . [(20200622 5) ((emacs (24))) "An interface for checking HTML ERB files using Erblint" tar ((:commit . "43706afb09ec8de91651a832b703c81ced10ec4e") (:authors ("Leonardo Santos")) (:maintainers ("Leonardo Santos")) (:maintainer "Leonardo Santos") (:keywords "project" "convenience") (:url . "https://github.com/leodcs/erblint-emacs"))]) + (erc-colorize . [(20170107 1339) nil "Per user colorization of whole message" tar ((:commit . "d026a016dcb9d63d9ac66d30627a92a8f1681bbd") (:authors ("Sylvain Rousseau ")) (:maintainers ("Sylvain Rousseau ")) (:maintainer "Sylvain Rousseau ") (:keywords "erc" "convenience") (:url . "https://github.com/thisirs/erc-colorize.git"))]) + (erc-crypt . [(20200516 2054) ((cl-lib (0 5))) "Symmetric Encryption for ERC" tar ((:commit . "aea33aed864dca2866ae951161d15de0b2366e99") (:authors ("xristos" . "xristos@sdf.org")) (:maintainers ("xristos" . "xristos@sdf.org")) (:maintainer "xristos" . "xristos@sdf.org") (:keywords "comm") (:url . "https://github.com/atomontage/erc-crypt"))]) + (erc-hl-nicks . [(20240615 2058) nil "ERC nick highlighter that ignores uniquifying chars when colorizing" tar ((:commit . "fd2759bde20c25226a332c3d19aed6c7f135bf10") (:authors ("David Leatherman" . "leathekd@gmail.com")) (:maintainers ("David Leatherman" . "leathekd@gmail.com")) (:maintainer "David Leatherman" . "leathekd@gmail.com") (:url . "http://www.github.com/leathekd/erc-hl-nicks"))]) + (erc-image . [(20210604 753) nil "Show received image urls in the ERC buffer" tar ((:commit . "883084f0801d46a5ccf183e51ae9a734755bbb97") (:authors ("Jon de Andrés Frías" . "jondeandres@gmail.com") ("Raimon Grau Cuscó" . "raimonster@gmail.com")) (:maintainers ("Jon de Andrés Frías" . "jondeandres@gmail.com")) (:maintainer "Jon de Andrés Frías" . "jondeandres@gmail.com") (:keywords "multimedia"))]) + (erc-matterircd . [(20210804 504) ((emacs (27 1))) "Integrate matterircd with ERC" tar ((:commit . "e3a59267c044474f9ca066d36517e9a3d872759c") (:authors ("Alex Murray" . "murray.alex@gmail.com")) (:maintainers ("Alex Murray" . "murray.alex@gmail.com")) (:maintainer "Alex Murray" . "murray.alex@gmail.com") (:url . "https://github.com/alexmurray/erc-matterircd"))]) + (erc-scrolltoplace . [(20180608 606) ((emacs (24 0)) (switch-buffer-functions (0 0 1))) "An Erc module to scrolltobottom better with keep-place" tar ((:commit . "feb0fbf1fd4bdf220ae2d31ea7c066d8e62089f9") (:authors ("Jay Kamat" . "jaygkamat@gmail.com")) (:maintainers ("Jay Kamat" . "jaygkamat@gmail.com")) (:maintainer "Jay Kamat" . "jaygkamat@gmail.com") (:keywords "erc" "module" "comm" "scrolltobottom" "keep-place") (:url . "http://gitlab.com/jgkamat/erc-scrolltoplace"))]) + (erc-social-graph . [(20150508 1204) nil "A social network graph module for ERC." tar ((:commit . "e6ef3416a1c5064054bf054d9f0c1c7bf54a9cd0") (:authors ("Vibhav Pant" . "vibhavp@gmail.com")) (:maintainers ("Vibhav Pant" . "vibhavp@gmail.com")) (:maintainer "Vibhav Pant" . "vibhavp@gmail.com") (:keywords "erc" "graph") (:url . "https://github.com/vibhavp/erc-social-graph"))]) + (erc-terminal-notifier . [(20140115 1024) nil "OSX notifications via the terminal-notifier gem for Emacs ERC." tar ((:commit . "a3dacb935845e4a20031212bbd82b2170f68d2a8") (:authors ("Julien Blanchard" . "julien@sideburns.eu")) (:maintainers ("Julien Blanchard" . "julien@sideburns.eu")) (:maintainer "Julien Blanchard" . "julien@sideburns.eu") (:keywords "erc" "terminal-notifier" "nick") (:url . "http://github.com/julienXX/"))]) + (erc-track-score . [(20130328 1215) nil "Add score support to tracked channel buffers" tar ((:commit . "5b27531ea6b1a4c4b703b270dfa9128cb5bfdaa3") (:authors ("Julien Danjou" . "julien@danjou.info")) (:maintainers ("Julien Danjou" . "julien@danjou.info")) (:maintainer "Julien Danjou" . "julien@danjou.info") (:url . "http://julien.danjou.info/erc-track-score.html"))]) + (erc-tweet . [(20150920 1258) nil "shows text of a tweet when an url is posted in erc buffers" tar ((:commit . "91fed61e139fa788d66a7358f0d50acc896414b8") (:authors ("Raimon Grau" . "raimonster@gmail.com")) (:maintainers ("Raimon Grau" . "raimonster@gmail.com")) (:maintainer "Raimon Grau" . "raimonster@gmail.com") (:keywords "extensions"))]) + (erc-twitch . [(20170427 606) ((json (1 3)) (erc (5 0))) "Support for Twitch emotes for ERC." tar ((:commit . "53c6af0cb72e56d897d30a40e7e5066668d6b5ec") (:authors ("Vibhav Pant" . "vibhavp@gmail.com")) (:maintainers ("Vibhav Pant" . "vibhavp@gmail.com")) (:maintainer "Vibhav Pant" . "vibhavp@gmail.com") (:keywords "twitch" "erc" "emotes") (:url . "https://github.com/vibhavp/erc-twitch"))]) + (erc-view-log . [(20140227 2039) nil "Major mode for viewing ERC logs" tar ((:commit . "c5a25f0cbca84ed2e4f72068c02b66bd0ea3b266") (:authors ("Antoine Levitt") ("Thomas Riccardi" . "riccardi.thomas@gmail.com")) (:maintainers ("Antoine Levitt")) (:maintainer "Antoine Levitt") (:keywords "erc" "viewer" "logs" "colors") (:url . "http://github.com/Niluge-KiWi/erc-view-log/raw/master/erc-view-log.el"))]) + (erc-yank . [(20210220 1815) nil "Automagically create a Gist if pasting more than 5 lines" tar ((:commit . "55d96f18c5df9d8fce51fa073d7a12c47a46ac80") (:authors ("John Wiegley" . "jwiegley@gmail.com")) (:maintainers ("John Wiegley" . "jwiegley@gmail.com")) (:maintainer "John Wiegley" . "jwiegley@gmail.com") (:keywords "comm" "erc" "chat" "irc" "yank" "gist") (:url . "https://github.com/jwiegley/erc-yank"))]) + (erc-youtube . [(20150603 2136) nil "Show info about a YouTube URL in an ERC buffer." tar ((:commit . "97054ba8475b442e2aa81e5a291f668b7f28697f") (:authors ("Raimon Grau Cuscó" . "raimonster@gmail.com")) (:maintainers ("Raimon Grau Cuscó" . "raimonster@gmail.com")) (:maintainer "Raimon Grau Cuscó" . "raimonster@gmail.com") (:keywords "multimedia"))]) + (erc-yt . [(20150426 1249) ((dash (2 10 0))) "An erc module to display youtube links nicely" tar ((:commit . "43e7d49325b17a3217a6ffb4a9daf75c5ff4e6f8") (:authors ("William Stevenson" . "yhvh2000@gmail.com")) (:maintainers ("William Stevenson" . "yhvh2000@gmail.com")) (:maintainer "William Stevenson" . "yhvh2000@gmail.com") (:keywords "multimedia"))]) + (ercn . [(20150523 1503) nil "Flexible ERC notifications" tar ((:commit . "8f2493fb40753b9c3699322c205f4dcf0a5bd67b") (:authors ("David Leatherman" . "leathekd@gmail.com")) (:maintainers ("David Leatherman" . "leathekd@gmail.com")) (:maintainer "David Leatherman" . "leathekd@gmail.com") (:url . "http://www.github.com/leathekd/ercn"))]) + (ereader . [(20170810 501) ((emacs (24 4)) (dash (2 12 1)) (s (1 10 0)) (xml+ (0 0 0))) "Major mode for reading ebooks with org-mode integration" tar ((:commit . "f3bbd3f13195f8fba3e3c880aab0e4c60430dcf3") (:authors ("Ben Dean" . "bendean837@gmail.com")) (:maintainers ("Ben Dean" . "bendean837@gmail.com")) (:maintainer "Ben Dean" . "bendean837@gmail.com") (:keywords "epub" "ebook") (:url . "https://github.com/bddean/emacs-ereader"))]) + (eredis . [(20181119 131) ((dash (0))) "eredis, a Redis client in emacs lisp" tar ((:commit . "cfbfc25832f6fbc507bdd56b02e3a0b851a3c368") (:authors ("Justin Heyes-Jones" . "justinhj@gmail.com")) (:maintainers ("Justin Heyes-Jones" . "justinhj@gmail.com")) (:maintainer "Justin Heyes-Jones" . "justinhj@gmail.com") (:keywords "redis" "api" "tools" "org") (:url . "http://github.com/justinhj/eredis/"))]) + (erefactor . [(20200513 1252) ((cl-lib (0 3))) "Emacs-Lisp refactoring utilities" tar ((:commit . "bfe27a1b8c7cac0fe054e76113e941efa3775fe8") (:authors ("Masahiro Hayashi" . "mhayashi1120@gmail.com")) (:maintainers ("Masahiro Hayashi" . "mhayashi1120@gmail.com")) (:maintainer "Masahiro Hayashi" . "mhayashi1120@gmail.com") (:keywords "extensions" "tools" "maint") (:url . "https://github.com/mhayashi1120/Emacs-erefactor"))]) + (ergoemacs-mode . [(20240129 1407) ((emacs (24 1)) (cl-lib (0 5)) (nadvice (0 4))) "Emacs mode based on common modern interface and ergonomics." tar ((:commit . "095129648e9846fbda1f585806de39c12e82f37e") (:authors ("Xah Lee" . "xah@xahlee.org") ("David Capello" . "davidcapello@gmail.com") ("Matthew L. Fidler" . "matthew.fidler@gmail.com") ("Kim F. Storm" . "storm@cua.dk")) (:maintainers ("Matthew L. Fidler" . "matthew.fidler@gmail.com")) (:maintainer "Matthew L. Fidler" . "matthew.fidler@gmail.com") (:keywords "convenience") (:url . "https://github.com/ergoemacs/ergoemacs-mode"))]) + (ergoemacs-status . [(20160318 538) ((powerline (2 3)) (mode-icons (0 1 0))) "Adaptive Status Bar / Mode Line" tar ((:commit . "d952cc2361adf6eb4d6af60950ad4ab699c81320") (:authors ("Matthew Fidler")) (:maintainers ("Matthew Fidler")) (:maintainer "Matthew Fidler"))]) + (eri . [(20240220 2129) nil "Enhanced relative indentation (eri)" tar ((:commit . "d4ac6d038e25bb8d4912da7a4c5df91a856e1c9c") (:url . "https://github.com/agda/agda"))]) + (erk . [(20231227 1449) ((emacs (28 1)) (auto-compile (1 2 0)) (dash (2 18 0)) (license-templates (0 1 3))) "Elisp (GitHub) Repository Kit" tar ((:commit . "0d9906415a649caff2df7b4b1b3f8f6cc337032a") (:authors ("Positron Solutions" . "contact@positron.solutions")) (:maintainers ("Positron Solutions" . "contact@positron.solutions")) (:maintainer "Positron Solutions" . "contact@positron.solutions") (:keywords "convenience" "programming") (:url . "http://github.com/positron-solutions/elisp-repo-kit"))]) + (erlang . [(20240517 1225) ((emacs (24 1))) "Erlang major mode" tar ((:commit . "601a012837ea0a5c8095bf24223132824177124d") (:authors ("Anders Lindgren")) (:maintainer "Anders Lindgren") (:keywords "erlang" "languages" "processes"))]) + (erlstack-mode . [(20230608 909) ((emacs (25 1)) (dash (2 12 0))) "Minor mode for analysing Erlang stacktraces" tar ((:commit . "51e3cd10a2fe77eb8eb60643aba6f8178374b069") (:authors ("k32")) (:maintainers ("k32")) (:maintainer "k32") (:keywords "tools" "erlang") (:url . "https://github.com/k32/erlstack-mode"))]) + (eros . [(20230309 615) ((emacs (24 4))) "Evaluation Result OverlayS for Emacs Lisp" tar ((:commit . "a9a92bdc6be0521a6a06eb464be55ed61946639c") (:authors ("Tianxiang Xiong" . "tianxiang.xiong@gmail.com")) (:maintainers ("Tianxiang Xiong" . "tianxiang.xiong@gmail.com")) (:maintainer "Tianxiang Xiong" . "tianxiang.xiong@gmail.com") (:keywords "convenience" "lisp") (:url . "https://github.com/xiongtx/eros"))]) + (ert-async . [(20200105 1031) ((emacs (24 1))) "Async support for ERT" tar ((:commit . "948cf2faa10e085bda3739034ca5ea1912893433") (:authors ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainers ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainer "Johan Andersson" . "johan.rejeep@gmail.com") (:keywords "lisp" "test") (:url . "http://github.com/rejeep/ert-async.el"))]) + (ert-expectations . [(20121009 734) nil "The simplest unit test framework in the world" tar ((:commit . "aed70e002c4305b66aed7f6d0d48e9addd2dc1e6") (:authors ("rubikitch" . "rubikitch@ruby-lang.org")) (:maintainers ("rubikitch" . "rubikitch@ruby-lang.org")) (:maintainer "rubikitch" . "rubikitch@ruby-lang.org") (:keywords "test" "unittest" "ert" "expectations") (:url . "http://www.emacswiki.org/emacs/download/ert-expectations.el"))]) + (ert-junit . [(20190802 2232) ((ert (0)) (emacs (23 4))) "JUnit XML reports from ert results" tar ((:commit . "65f91c35b088b87943dbbbe7e1ce354bc9bc0992") (:authors ("Ola Nilsson" . "ola.nilsson@gmail.com")) (:maintainers ("Ola Nilsson" . "ola.nilsson@gmail.com")) (:maintainer "Ola Nilsson" . "ola.nilsson@gmail.com") (:keywords "tools" "test" "unittest" "ert") (:url . "http://bitbucket.org/olanilsson/ert-junit"))]) + (ert-modeline . [(20140115 1015) ((s (1 3 1)) (dash (1 2 0)) (emacs (24 1)) (projectile (0 9 1))) "displays ert test results in the modeline." tar ((:commit . "7c6340834387f749519616f9601821cb73fd657b") (:authors ("Chris Barrett" . "chris.d.barrett@me.com")) (:maintainers ("Chris Barrett" . "chris.d.barrett@me.com")) (:maintainer "Chris Barrett" . "chris.d.barrett@me.com") (:keywords "tools" "tests" "convenience"))]) + (ert-results . [(20240108 1358) ((emacs (24 1))) "Filter ERT test results display" tar ((:commit . "32200a195f68c25a013497329d85ae0703ab475d") (:authors ("Robert Weiner" . "rsw@gnu.org")) (:maintainers ("Robert Weiner" . "rsw@gnu.org")) (:maintainer "Robert Weiner" . "rsw@gnu.org") (:keywords "lisp" "maint" "tools") (:url . "https://github.com/rswgnu/ert-results"))]) + (ert-runner . [(20231110 1358) ((s (1 6 1)) (dash (1 8 0)) (f (0 10 0)) (commander (0 2 0)) (ansi (0 1 0)) (shut-up (0 1 0))) "Opinionated Ert testing workflow" tar ((:commit . "98a5a6f683663f9f0357459d75ce1dc36c987e4a") (:authors ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainers ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainer "Johan Andersson" . "johan.rejeep@gmail.com") (:keywords "test") (:url . "http://github.com/rejeep/ert-runner.el"))]) + (es-lib . [(20141111 1830) ((cl-lib (0 3))) "A collection of emacs utilities" tar ((:commit . "753b27363e39c10edc9e4e452bdbbbe4d190df4a") (:authors ("sabof")) (:maintainers ("sabof")) (:maintainer "sabof") (:url . "https://github.com/sabof/es-lib"))]) + (es-mode . [(20221026 1103) ((dash (2 11 0)) (cl-lib (0 5)) (spark (1 0)) (s (1 11 0)) (request (0 3 0))) "A major mode for editing and executing Elasticsearch queries" tar ((:commit . "e82465fd785688bb58918ea62ca4de06a2a23a1e") (:authors ("Lee Hinman" . "lee@writequit.org")) (:maintainers ("Lee Hinman" . "lee@writequit.org")) (:maintainer "Lee Hinman" . "lee@writequit.org") (:keywords "elasticsearch") (:url . "http://www.github.com/dakrone/es-mode"))]) + (es-windows . [(20140211 904) ((cl-lib (0 3)) (emacs (24))) "Window-management utilities" tar ((:commit . "7ebe6c6e0831373847d7adbedeaa2e506b54b2af") (:authors ("sabof")) (:maintainers ("sabof")) (:maintainer "sabof") (:url . "https://github.com/sabof/es-windows"))]) + (esa . [(20180403 1525) ((cl-lib (0 5))) "Interface to esa.io" tar ((:commit . "417e0ac55abe9b17e0b7165d0df26bc018aff42e") (:authors ("Nab Inno" . "nab@blahfe.com")) (:maintainers ("Nab Inno" . "nab@blahfe.com")) (:maintainer "Nab Inno" . "nab@blahfe.com") (:keywords "tools" "esa") (:url . "https://github.com/nabinno/esa.el"))]) + (esh-autosuggest . [(20210906 1446) ((emacs (24 4)) (company (0 9 4))) "History autosuggestions for eshell" tar ((:commit . "bf676b137d35553debe32ff134dbec25f3978ae7") (:authors ("Diego A. Mundo" . "dieggsy@pm.me")) (:maintainers ("Diego A. Mundo" . "dieggsy@pm.me")) (:maintainer "Diego A. Mundo" . "dieggsy@pm.me") (:keywords "completion" "company" "matching" "convenience" "abbrev") (:url . "http://github.com/dieggsy/esh-autosuggest"))]) + (esh-buf-stack . [(20140107 1018) nil "Add a buffer stack feature to Eshell" tar ((:commit . "ea5da9ce8566ffe2e013f0e588701cb0825258b6") (:authors ("Tomoya Tanjo" . "ttanjo@gmail.com")) (:maintainers ("Tomoya Tanjo" . "ttanjo@gmail.com")) (:maintainer "Tomoya Tanjo" . "ttanjo@gmail.com") (:keywords "eshell" "extensions"))]) + (esh-help . [(20190905 22) ((dash (1 4 0))) "Add some help functions and support for Eshell" tar ((:commit . "417673ed18a983930a66a6692dbfb288a995cb80") (:authors ("Tomoya Tanjo" . "ttanjo@gmail.com")) (:maintainers ("Tomoya Tanjo" . "ttanjo@gmail.com")) (:maintainer "Tomoya Tanjo" . "ttanjo@gmail.com") (:keywords "eshell" "extensions") (:url . "https://github.com/tom-tan/esh-help/"))]) + (eshell-atuin . [(20240519 2200) ((emacs (27 1)) (compat (29 1 4 1))) "Integrate eshell with atuin, a shell history tool" tar ((:commit . "b8bff27bbd7d4e7c28770d6f88d8ebcb1b965a9e") (:authors ("Korytov Pavel" . "thexcloud@gmail.com")) (:maintainers ("Korytov Pavel" . "thexcloud@gmail.com")) (:maintainer "Korytov Pavel" . "thexcloud@gmail.com") (:url . "https://github.com/SqrtMinusOne/eshell-atuin"))]) + (eshell-autojump . [(20201117 235) nil "autojump command for Eshell" tar ((:commit . "c1056bfc6b46646ae1e606247689fef9aee621af") (:authors ("Alex Schroeder")) (:maintainers ("Yen-Chin, Lee" . "coldnew.tw@gmail.com")) (:maintainer "Yen-Chin, Lee" . "coldnew.tw@gmail.com") (:url . "http://github.com/coldnew/eshell-autojump"))]) + (eshell-bookmark . [(20170922 1514) ((emacs (24 3))) "Integrate bookmarks with eshell." tar ((:commit . "deda4b848b2fb979dbe73ead2cb866610e3596ed") (:authors ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matúš Goljer" . "matus.goljer@gmail.com") (:keywords "convenience" "files") (:url . "https://github.com/Fuco1/eshell-bookmark"))]) + (eshell-did-you-mean . [(20211104 237) ((emacs (24 1)) (cl-lib (0 5))) "command not found (\"did you mean…\" feature) in Eshell" tar ((:commit . "80cd8c4b186a2fb29621cf634bcf2bcd914f1e3d") (:authors ("Chunyang Xu" . "xuchunyang56@gmail.com")) (:maintainers ("Chunyang Xu" . "xuchunyang56@gmail.com")) (:maintainer "Chunyang Xu" . "xuchunyang56@gmail.com") (:keywords "eshell") (:url . "https://github.com/xuchunyang/eshell-did-you-mean"))]) + (eshell-fixed-prompt . [(20220104 1535) ((emacs (25)) (s (1 11 0))) "Restrict eshell to a single fixed prompt" tar ((:commit . "302c241b42764bd6b4ed6d3c6ea360b5a2292fbc") (:authors ("Tijs Mallaerts" . "tijs.mallaerts@gmail.com")) (:maintainers ("Tijs Mallaerts" . "tijs.mallaerts@gmail.com")) (:maintainer "Tijs Mallaerts" . "tijs.mallaerts@gmail.com"))]) + (eshell-fringe-status . [(20170117 2316) nil "Show last status in fringe" tar ((:commit . "adc6997c68e39c0d52a2af1b2fd5cf2057783797") (:authors ("Tom Willemse" . "tom@ryuslash.org")) (:maintainers ("Tom Willemse" . "tom@ryuslash.org")) (:maintainer "Tom Willemse" . "tom@ryuslash.org") (:url . "http://projects.ryuslash.org/eshell-fringe-status/"))]) + (eshell-git-prompt . [(20220830 2000) ((emacs (24 1)) (cl-lib (0 5)) (dash (2 11 0))) "Some Eshell prompt for Git users" tar ((:commit . "dfcf9cd93add6763e2c46603b0323274d4c22906") (:authors ("Chunyang Xu" . "mail@xuchunyang.me")) (:maintainers ("Chunyang Xu" . "mail@xuchunyang.me")) (:maintainer "Chunyang Xu" . "mail@xuchunyang.me") (:keywords "eshell" "git") (:url . "https://github.com/xuchunyang/eshell-git-prompt"))]) + (eshell-info-banner . [(20220728 1006) ((emacs (25 1)) (s (1))) "System information as your Eshell banner" tar ((:commit . "987e69a66276ca057798896c606e5c5d5fb9ee5c") (:authors ("Lucien Cartier-Tilet" . "lucien@phundrak.com")) (:maintainers ("Lucien Cartier-Tilet" . "lucien@phundrak.com")) (:maintainer "Lucien Cartier-Tilet" . "lucien@phundrak.com") (:url . "https://github.com/Phundrak/eshell-info-banner.el"))]) + (eshell-outline . [(20201121 620) ((emacs (25 1))) "Enhanced outline-mode for Eshell" tar ((:commit . "6f917afa5b3d36764d76d7864589094647d8c3b4") (:authors ("Jamie Beardslee" . "jdb@jamzattack.xyz")) (:maintainers ("Jamie Beardslee" . "jdb@jamzattack.xyz")) (:maintainer "Jamie Beardslee" . "jdb@jamzattack.xyz") (:keywords "unix" "eshell" "outline" "convenience") (:url . "https://git.jamzattack.xyz/eshell-outline"))]) + (eshell-prompt-extras . [(20231019 1405) ((emacs (25))) "Display extra information for your eshell prompt." tar ((:commit . "14eabe593e110ed6937ac3b95f7979263d716a26") (:authors ("zwild" . "judezhao@outlook.com")) (:maintainers ("Xu Chunyang" . "xuchunyang56@gmail.com")) (:maintainer "Xu Chunyang" . "xuchunyang56@gmail.com") (:keywords "eshell" "prompt") (:url . "https://github.com/zwild/eshell-prompt-extras"))]) + (eshell-syntax-highlighting . [(20240613 633) ((emacs (25 1))) "Highlight eshell commands" tar ((:commit . "b960d036c22f818ccb9c381a2e9cdd89b29b659c") (:authors ("Alex Kreisher" . "akreisher18@gmail.com")) (:maintainers ("Alex Kreisher" . "akreisher18@gmail.com")) (:maintainer "Alex Kreisher" . "akreisher18@gmail.com") (:keywords "convenience") (:url . "https://github.com/akreisher/eshell-syntax-highlighting"))]) + (eshell-toggle . [(20240417 1536) ((emacs (25 1)) (dash (2 11 0))) "Show/hide eshell under active window." tar ((:commit . "222e05870c0b3f4a4d96f9bdb7065c53eb43a917") (:authors ("Dmitry Cherkassov" . "dcherkassov@gmail.com")) (:maintainers ("Dmitry Cherkassov" . "dcherkassov@gmail.com")) (:maintainer "Dmitry Cherkassov" . "dcherkassov@gmail.com") (:keywords "processes") (:url . "https://github.com/4da/eshell-toggle"))]) + (eshell-up . [(20240226 1747) ((emacs (24))) "Quickly go to a specific parent directory in eshell" tar ((:commit . "1999afaa509204b780db44e99ac9648fe7d92d32") (:authors ("Peter W. V. Tran-Jørgensen" . "peter.w.v.jorgensen@gmail.com")) (:maintainers ("Peter W. V. Tran-Jørgensen" . "peter.w.v.jorgensen@gmail.com")) (:maintainer "Peter W. V. Tran-Jørgensen" . "peter.w.v.jorgensen@gmail.com") (:keywords "eshell") (:url . "https://github.com/peterwvj/eshell-up"))]) + (eshell-vterm . [(20240305 1149) ((emacs (27 1)) (vterm (0 0 1))) "Vterm for visual commands in eshell" tar ((:commit . "20f4b246fa605a1533cdfbe3cb7faf31a24e3d2e") (:authors ("Illia Ostapyshyn" . "ilya.ostapyshyn@gmail.com")) (:maintainers ("Illia Ostapyshyn" . "ilya.ostapyshyn@gmail.com")) (:maintainer "Illia Ostapyshyn" . "ilya.ostapyshyn@gmail.com") (:keywords "eshell" "vterm" "terminals" "shell" "visual" "tools" "processes") (:url . "https://github.com/iostapyshyn/eshell-vterm"))]) + (eshell-z . [(20191116 333) ((cl-lib (0 5))) "cd to frequent directory in eshell" tar ((:commit . "337cb241e17bd472bd3677ff166a0800f684213c") (:authors ("Chunyang Xu" . "mail@xuchunyang.me")) (:maintainers ("Chunyang Xu" . "mail@xuchunyang.me")) (:maintainer "Chunyang Xu" . "mail@xuchunyang.me") (:keywords "convenience") (:url . "https://github.com/xuchunyang/eshell-z"))]) + (eslint-disable-rule . [(20230904 1821) ((emacs (27 2))) "Commands to add JS comments disabling eslint rules" tar ((:commit . "54771405e09e2cf5cb8f47aab2818e77d3046f53") (:url . "https://github.com/DamienCassou/eslint-disable-rule"))]) + (eslint-fix . [(20211005 221) nil "Fix JavaScript files using ESLint" tar ((:commit . "636bf8d8797bdd58f1b543c9d3f4910e3ce879ab") (:authors ("Neri Marschik" . "marschik_neri@cyberagent.co.jp")) (:maintainers ("Neri Marschik" . "marschik_neri@cyberagent.co.jp")) (:maintainer "Neri Marschik" . "marschik_neri@cyberagent.co.jp") (:keywords "tools" "javascript" "eslint" "lint" "formatting" "style") (:url . "https://github.com/codesuki/eslint-fix"))]) + (eslint-rc . [(20220328 800) ((emacs (24 3)) (eslint-fix (0 1 0))) "Use local rc rules with ESLint" tar ((:commit . "eb6f3e715792952bc957d5dc8ab1a607f3dbbd55") (:authors ("Joel Bryan Juliano ")) (:maintainers ("Joel Bryan Juliano ")) (:maintainer "Joel Bryan Juliano ") (:keywords "convenience" "edit" "js" "ts" "rc" "eslintrc" "eslint-rc" "eslint" "eslint-fix") (:url . "https://github.com/jjuliano/eslint-rc-emacs"))]) + (eslintd-fix . [(20240224 1517) ((dash (2 12 0)) (emacs (26 3))) "use eslint_d to automatically fix js files" tar ((:commit . "99665b66686cc5974499cec4aff1e29faef1c028") (:authors ("Aaron Jensen" . "aaronjensen@gmail.com")) (:maintainers ("Aaron Jensen" . "aaronjensen@gmail.com")) (:maintainer "Aaron Jensen" . "aaronjensen@gmail.com") (:url . "https://github.com/aaronjensen/eslintd-fix"))]) + (esmond-theme . [(20230526 124) nil "Esmond dark theme" tar ((:commit . "22b414599fbda46f90a210e846ca64b8427dd3f2") (:authors ("Çağan Korkmaz" . "cagankorkmaz35@gmail.com")) (:maintainers ("Çağan Korkmaz" . "cagankorkmaz35@gmail.com")) (:maintainer "Çağan Korkmaz" . "cagankorkmaz35@gmail.com") (:url . "https://github.com/xcatalyst/esmond-theme"))]) + (esonify . [(20190110 1621) ((deferred (0 3 1)) (cl-lib (0 5))) "Sonify your code" tar ((:commit . "bdc79d4ab2e3c449b5bef46e5cabc552beeed5c6") (:authors ("Oliver Flatt" . "oflatt@gmail.com")) (:maintainers ("Oliver Flatt" . "oflatt@gmail.com")) (:maintainer "Oliver Flatt" . "oflatt@gmail.com") (:url . "https://github.com/oflatt/esonify"))]) + (espotify . [(20220121 2057) ((emacs (26 1))) "Spotify access library" tar ((:commit . "ea6d6021e5acc550560325db2f09198839ee702f") (:authors ("Jose A Ortega Ruiz" . "jao@gnu.org")) (:maintainers ("Jose A Ortega Ruiz")) (:maintainer "Jose A Ortega Ruiz") (:keywords "multimedia") (:url . "https://codeberg.org/jao/espotify"))]) + (espresso-theme . [(20210505 1957) nil "Espresso Tutti Colori port for Emacs" tar ((:commit . "580f673729f02aa07070c5300bedf24733d56e74") (:authors ("Martin Kühl ")) (:maintainers ("Martin Kühl ")) (:maintainer "Martin Kühl ") (:url . "https://github.com/dgutov/espresso-theme"))]) + (espuds . [(20230218 910) ((emacs (25)) (s (1 7 0)) (dash (2 2 0)) (f (0 12 1))) "Ecukes step definitions" tar ((:commit . "57c18a48f1a01d8174298eaab4fcf3b2c6549291") (:authors ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainers ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainer "Johan Andersson" . "johan.rejeep@gmail.com") (:keywords "test") (:url . "http://github.com/ecukes/espuds"))]) + (espy . [(20200317 2333) ((emacs (24))) "Emacs Simple Password Yielder" tar ((:commit . "2c01be937a5e5bde62921684a0b27300705fb4e0") (:authors ("Sebastian Wålinder" . "s.walinder@gmail.com")) (:maintainers ("Sebastian Wålinder" . "s.walinder@gmail.com")) (:maintainer "Sebastian Wålinder" . "s.walinder@gmail.com") (:keywords "convenience") (:url . "https://github.com/walseb/espy"))]) + (esqlite . [(20151206 1206) ((pcsv (1 3 3))) "Manipulate sqlite file from Emacs" tar ((:commit . "fae9826cbc255b0f0686a801288f1441bda5f631") (:authors ("Masahiro Hayashi" . "mhayashi1120@gmail.com")) (:maintainers ("Masahiro Hayashi" . "mhayashi1120@gmail.com")) (:maintainer "Masahiro Hayashi" . "mhayashi1120@gmail.com") (:keywords "data") (:url . "https://github.com/mhayashi1120/Emacs-esqlite"))]) + (esqlite-helm . [(20151116 850) ((esqlite (0 2 0)) (helm (20131207 845))) "Define helm source for sqlite database" tar ((:commit . "84d5b16198f30949c544affba751ee0d58a000d9") (:authors ("Masahiro Hayashi" . "mhayashi1120@gmail.com")) (:maintainers ("Masahiro Hayashi" . "mhayashi1120@gmail.com")) (:maintainer "Masahiro Hayashi" . "mhayashi1120@gmail.com") (:keywords "data") (:url . "https://github.com/mhayashi1120/Emacs-esqlite"))]) + (ess . [(20240516 811) ((emacs (25 1))) "Emacs Speaks Statistics" tar ((:commit . "f307097eac4d182986ed200924f92f14210a7c46") (:authors ("David Smith" . "dsmith@stats.adelaide.edu.au") ("A.J. Rossini" . "blindglobe@gmail.com") ("Richard M. Heiberger" . "rmh@temple.edu") ("Kurt Hornik" . "Kurt.Hornik@R-project.org") ("Martin Maechler" . "maechler@stat.math.ethz.ch") ("Rodney A. Sparapani" . "rsparapa@mcw.edu") ("Stephen Eglen" . "stephen@gnu.org") ("Sebastian P. Luque" . "spluque@gmail.com") ("Henning Redestig" . "henning.red@googlemail.com") ("Vitalie Spinu" . "spinuvit@gmail.com") ("Lionel Henry" . "lionel.hry@gmail.com") ("J. Alexander Branham" . "alex.branham@gmail.com")) (:maintainers ("ESS Core Team" . "ESS-core@r-project.org")) (:maintainer "ESS Core Team" . "ESS-core@r-project.org") (:url . "https://ess.r-project.org/"))]) + (ess-R-data-view . [(20130509 1158) ((ctable (20130313 1743)) (popup (20130324 1305)) (ess (20130225 1754))) "Data viewer for GNU R" tar ((:commit . "d6e98d3ae1e2a2ea39a56eebcdb73e99d29562e9") (:authors ("myuhe ")) (:maintainers ("myuhe")) (:maintainer "myuhe") (:keywords "convenience") (:url . "https://github.com/myuhe/ess-R-data-view.el"))]) + (ess-r-insert-obj . [(20220610 1406) ((emacs (26 1)) (ess (18 10 1))) "Insert objects in ESS-R" tar ((:commit . "2ded9c23d0af2a7f6c0e02f9ea4af0e5b3cb7fb4") (:authors ("Shuguang Sun" . "shuguang79@qq.com")) (:maintainers ("Shuguang Sun" . "shuguang79@qq.com")) (:maintainer "Shuguang Sun" . "shuguang79@qq.com") (:keywords "tools") (:url . "https://github.com/ShuguangSun/ess-r-insert-obj"))]) + (ess-smart-equals . [(20210411 1333) ((emacs (25 1)) (ess (18 10))) "flexible, context-sensitive assignment key for R/S" tar ((:commit . "fea9eea4b59c3e9559b379508e3500076ca99ef1") (:authors ("Christopher R. Genovese" . "genovese@cmu.edu")) (:maintainers ("Christopher R. Genovese" . "genovese@cmu.edu")) (:maintainer "Christopher R. Genovese" . "genovese@cmu.edu") (:keywords "r" "s" "ess" "convenience") (:url . "https://github.com/genovese/ess-smart-equals"))]) + (ess-smart-underscore . [(20190309 101) ((ess (0))) "Ess Smart Underscore" tar ((:commit . "aa871c5b0448515db439ea9bed6a8574e82ddb47") (:authors ("Matthew L. Fidler")) (:maintainers ("Matthew Fidler")) (:maintainer "Matthew Fidler") (:keywords "ess" "underscore") (:url . "http://github.com/mlf176f2/ess-smart-underscore.el"))]) + (ess-view . [(20181001 1730) ((ess (15)) (s (1 8 0)) (f (0 16 0))) "View R dataframes in a spreadsheet software" tar ((:commit . "d4e5a340b7bcc58c434867b97923094bd0680283") (:authors ("Bocci Gionata" . "boccigionata@gmail.com")) (:maintainers ("Bocci Gionata" . "boccigionata@gmail.com")) (:maintainer "Bocci Gionata" . "boccigionata@gmail.com") (:keywords "extensions" "ess") (:url . "https://github.com/GioBo/ess-view"))]) + (ess-view-data . [(20240127 1701) ((emacs (26 1)) (ess (18 10 1)) (csv-mode (1 12))) "View Data" tar ((:commit . "c077741bc3386a469635ca7438db4cf58b7541b9") (:authors ("Shuguang Sun" . "shuguang79@qq.com")) (:maintainers ("Shuguang Sun" . "shuguang79@qq.com")) (:maintainer "Shuguang Sun" . "shuguang79@qq.com") (:keywords "tools") (:url . "https://github.com/ShuguangSun/ess-view-data"))]) + (essgd . [(20240418 752) ((websocket (1 15)) (ess (24 1 1)) (emacs (29 1))) "Show R plots from ESS within a buffer" tar ((:commit . "2a88e9cc0e47b2bb3ec39db0399b279e2276280e") (:authors ("Stephen Eglen" . "sje30@cam.ac.uk")) (:maintainers ("Stephen Eglen" . "sje30@cam.ac.uk")) (:maintainer "Stephen Eglen" . "sje30@cam.ac.uk") (:url . "https://github.com/sje30/essgd"))]) + (esup . [(20220202 2335) ((cl-lib (0 5)) (s (1 2)) (emacs (25 1))) "The Emacs StartUp Profiler (ESUP)" tar ((:commit . "4b49c8d599d4cc0fbf994e9e54a9c78e5ab62a5f") (:authors ("Joe Schafer" . "joe@jschaf.com")) (:maintainers ("Serghei Iakovlev" . "egrep@protonmail.ch")) (:maintainer "Serghei Iakovlev" . "egrep@protonmail.ch") (:keywords "convenience" "processes") (:url . "https://github.com/jschaf/esup"))]) + (esxml . [(20230308 2254) ((emacs (24 1)) (kv (0 0 5)) (cl-lib (0 5))) "Library for working with xml via esxml and sxml" tar ((:commit . "225693096a587492d76bf696d1f0c25c61f7d531") (:authors ("Vanya Izaksonas-Smith ")) (:maintainer "Vanya Izaksonas-Smith") (:keywords "tools" "lisp" "comm") (:url . "https://github.com/tali713/esxml"))]) + (eta . [(20210115 1655) ((emacs (25 1)) (ht (2 2)) (dash (2 17))) "standard and multi dispatch key bind" tar ((:commit . "651f96c46eeb7ff8a0f0efcfacad5b4d25bfaa4b") (:authors ("Chris Zheng")) (:maintainers ("Chris Zheng")) (:maintainer "Chris Zheng") (:keywords "convenience" "usability") (:url . "https://www.github.com/zcaudate/eta"))]) + (etc-sudoers-mode . [(20240417 2126) ((sudo-edit (0)) (with-editor (0))) "Edit Sudo security policies" tar ((:commit . "133f342e7a249ed4b3e3983e6d8bf541bae05c4b") (:authors ("Peter Oliver" . "git@mavit.org.uk")) (:maintainers ("Peter Oliver" . "git@mavit.org.uk")) (:maintainer "Peter Oliver" . "git@mavit.org.uk") (:keywords "languages") (:url . "https://gitlab.com/mavit/etc-sudoers-mode/"))]) + (etd . [(20230711 547) ((emacs (24 4))) "Examples to Tests and Docs" tar ((:commit . "65f713935c9d2598f6fa4674bf2bdac2169005a9") (:authors ("Jason M23" . "jasonm23@gmail.com")) (:maintainers ("Jason M23" . "jasonm23@gmail.com")) (:maintainer "Jason M23" . "jasonm23@gmail.com") (:keywords "lisp" "tools" "extensions") (:url . "https://github.com/emacsfodder/kurecolor"))]) + (eterm-256color . [(20210224 2241) ((emacs (24 4)) (xterm-color (1 7)) (f (0 19 0))) "Customizable 256 colors for term." tar ((:commit . "05fdbd336a888a0f4068578a6d385d8bf812a4e8") (:authors ("Diego A. Mundo" . "dieggsy@pm.me")) (:maintainers ("Diego A. Mundo" . "dieggsy@pm.me")) (:maintainer "Diego A. Mundo" . "dieggsy@pm.me") (:keywords "faces") (:url . "http://github.com/dieggsy/eterm-256color"))]) + (eterm-fn . [(20191010 2331) ((term (0))) "Function keys (F1--F12) for term." tar ((:commit . "66f3b2f6308fa2ac4d8a32be5a7e35a96e08a9ee") (:authors ("Bruno Félix Rezende Ribeiro" . "oitofelix@gnu.org")) (:maintainer "Bruno Félix Rezende Ribeiro" . "oitofelix@gnu.org") (:keywords "terminals") (:url . "https://github.com/oitofelix/eterm-fn"))]) + (ethan-wspace . [(20201106 2059) nil "whitespace customizations for emacs" tar ((:commit . "035c7d698c99e3891a522d6e6f8fde23c6267c15") (:authors ("Ethan Glasser-Camp" . "ethan@betacantrips.com")) (:maintainers ("Ethan Glasser-Camp" . "ethan@betacantrips.com")) (:maintainer "Ethan Glasser-Camp" . "ethan@betacantrips.com") (:keywords "whitespace" "tab" "newline" "trailing" "clean"))]) + (etherpad . [(20230530 1248) ((emacs (27 1)) (request (0 3)) (let-alist (0 0)) (websocket (1 12)) (parsec (0 1)) (0xc (0 1))) "Interface to the Etherpad API" tar ((:commit . "29409bf9ff05b74d942c1cd7a421eeec2ef96e49") (:authors ("nik gaffney" . "nik@fo.am")) (:maintainers ("nik gaffney" . "nik@fo.am")) (:maintainer "nik gaffney" . "nik@fo.am") (:keywords "comm" "etherpad" "collaborative editing") (:url . "https://github.com/zzkt/ethermacs"))]) + (euslisp-mode . [(20170830 1929) ((emacs (24 3)) (s (1 9)) (exec-path-from-shell (0)) (helm-ag (0 58))) "Major mode for Euslisp-formatted text" tar ((:commit . "db62a2d148482317794727982576494596365a55") (:authors ("iory" . "ab.ioryz@gmail.com")) (:maintainers ("iory" . "ab.ioryz@gmail.com")) (:maintainer "iory" . "ab.ioryz@gmail.com") (:keywords "euslisp" "euslisp" "github") (:url . "https://github.com/iory/euslisp-mode"))]) + (eval-expr . [(20120619 647) nil "enhanced eval-expression command" tar ((:commit . "a0e69e83de41df8dbccefc1962ab4f02206a3328") (:authors ("Noah Friedman" . "friedman@splode.com")) (:maintainers (nil . "friedman@splode.com")) (:maintainer nil . "friedman@splode.com") (:keywords "lisp" "extensions"))]) + (eval-in-repl . [(20230805 2125) ((dash (0)) (paredit (0)) (ace-window (0))) "Consistent ESS-like eval interface for various REPLs" tar ((:commit . "a57c6a790c0ca72b0d1218b837d3114ef874dd1f") (:authors ("Kazuki YOSHIDA" . "kazukiyoshida@mail.harvard.edu")) (:maintainers ("Kazuki YOSHIDA" . "kazukiyoshida@mail.harvard.edu")) (:maintainer "Kazuki YOSHIDA" . "kazukiyoshida@mail.harvard.edu") (:keywords "tools" "convenience") (:url . "https://github.com/kaz-yos/eval-in-repl"))]) + (eval-sexp-fu . [(20191128 825) ((cl-lib (0))) "Tiny functionality enhancements for evaluating sexps." tar ((:commit . "36d2fe3bcf602e15ca10a7f487da103515ef391a") (:authors ("Takeshi Banse" . "takebi@laafc.net")) (:maintainers ("Takeshi Banse" . "takebi@laafc.net")) (:maintainer "Takeshi Banse" . "takebi@laafc.net") (:keywords "lisp" "highlight" "convenience"))]) + (evalator . [(20160213 128) ((helm-core (1 9 1))) "Package for interactive transformation of data with helm" tar ((:commit . "f30da4da48c0b3f3cfa1fc1c7cfdb53ffe79df36") (:authors ("Sean Irby")) (:maintainers ("Sean Irby" . "sean.t.irby@gmail.com")) (:maintainer "Sean Irby" . "sean.t.irby@gmail.com") (:keywords "languages" "elisp" "helm") (:url . "http://www.github.com/seanirby/evalator"))]) + (evalator-clojure . [(20160208 2148) ((cider (0 10 0)) (evalator (1 0 0))) "Clojure evaluation context for evalator via CIDER." tar ((:commit . "caa4e0a137bdfada86593128a654e16aa617ad50") (:authors ("Sean Irby")) (:maintainers ("Sean Irby" . "sean.t.irby@gmail.com")) (:maintainer "Sean Irby" . "sean.t.irby@gmail.com") (:keywords "languages" "clojure" "cider" "helm") (:url . "http://www.github.com/seanirby/evalator-clojure"))]) + (eve-mode . [(20170822 2231) ((emacs (25)) (polymode (1 0)) (markdown-mode (2 0))) "Major mode for editing Eve documents." tar ((:commit . "a4661114d9c18725691b76321d72167ca5a9070a") (:authors ("Joshua Cole" . "joshuafcole@gmail.com")) (:maintainers ("Joshua Cole" . "joshuafcole@gmail.com")) (:maintainer "Joshua Cole" . "joshuafcole@gmail.com") (:keywords "languages" "wp" "tools") (:url . "https://github.com/witheve/emacs-eve-mode"))]) + (evenok . [(20240626 757) ((emacs (28 1))) "Themes with perceptively evenly distributed colors" tar ((:commit . "80ba81d380fe2cf953c27d228686851245d8e4b6") (:authors ("Mekeor Melire" . "mekeor@posteo.de")) (:maintainers ("Mekeor Melire" . "mekeor@posteo.de")) (:maintainer "Mekeor Melire" . "mekeor@posteo.de") (:keywords "faces" "theme") (:url . "https://codeberg.org/mekeor/evenok"))]) + (everlasting-scratch . [(20240612 814) ((emacs (25 1))) "The *scratch* that lasts forever" tar ((:commit . "fa1b2af29e8bb463400bbea912ab4dfaa2b0c890") (:authors ("Huming Chen" . "chenhuming@gmail.com")) (:maintainers ("Huming Chen" . "chenhuming@gmail.com")) (:maintainer "Huming Chen" . "chenhuming@gmail.com") (:keywords "convenience" "tool") (:url . "https://github.com/beacoder/everlasting-scratch"))]) + (evil . [(20240619 1337) ((emacs (24 1)) (goto-chg (1 6)) (cl-lib (0 5))) "Extensible vi layer" tar ((:commit . "0ad84c52169068021ec3372bf52503631f2261de") (:maintainer "Tom Dalziel" . "tom.dalziel@gmail.com") (:keywords "emulations") (:url . "https://github.com/emacs-evil/evil"))]) + (evil-anzu . [(20220911 1939) ((evil (1 0 0)) (anzu (0 46))) "anzu for evil-mode" tar ((:commit . "d1e98ee6976437164627542909a25c6946497899") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com") ("Fredrik Bergroth" . "fbergroth@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-evil-anzu"))]) + (evil-args . [(20240210 504) ((evil (1 0 8))) "Motions and text objects for delimited arguments in Evil." tar ((:commit . "a8151556f63c9d45d0c44c8a7ef9e5a542f3cdc7") (:authors ("Connor Smith" . "wconnorsmith@gmail.com")) (:maintainers ("Connor Smith" . "wconnorsmith@gmail.com")) (:maintainer "Connor Smith" . "wconnorsmith@gmail.com") (:keywords "evil" "vim-emulation") (:url . "http://github.com/wcsmith/evil-args"))]) + (evil-avy . [(20150908 748) ((emacs (24 1)) (cl-lib (0 5)) (avy (0 3 0)) (evil (1 2 3))) "set-based completion" tar ((:commit . "2dd955cc3ecaa7ddeb67b295298abdc6d16dd3a5") (:authors ("Yufan Lou" . "loganlyf@gmail.com")) (:maintainers ("Yufan Lou" . "loganlyf@gmail.com")) (:maintainer "Yufan Lou" . "loganlyf@gmail.com") (:keywords "point" "location" "evil" "vim") (:url . "https://github.com/louy2/evil-avy"))]) + (evil-better-visual-line . [(20200123 2045) ((evil (1 2 13))) "gj and gk visual line mode fix" tar ((:commit . "7a65dfb17ab93857eb4c7a39d4018d9399705293") (:authors ("")) (:maintainers ("")) (:maintainer "") (:keywords "evil" "vim" "motion") (:url . "https://github.com/yourfin/evil-better-visual-line"))]) + (evil-cleverparens . [(20240529 1025) ((evil (1 0)) (paredit (1)) (smartparens (1 6 1)) (emacs (24 4)) (dash (2 12 0))) "Evil friendly minor-mode for editing lisp." tar ((:commit . "6637717af0bdac55f97eef98433d53a10395cf77") (:authors ("Olli Piepponen" . "opieppo@gmail.com")) (:maintainers ("Olli Piepponen" . "opieppo@gmail.com")) (:maintainer "Olli Piepponen" . "opieppo@gmail.com") (:keywords "convenience" "emulations") (:url . "https://github.com/emacs-evil/evil-cleverparens"))]) + (evil-colemak-basics . [(20221230 1443) ((emacs (24 3)) (evil (1 2 12)) (evil-snipe (2 0 3))) "Basic Colemak key bindings for evil-mode" tar ((:commit . "ea519b962f051cabced8aadaf6ed0134b861225c") (:authors ("Wouter Bolsterlee" . "wouter@bolsterl.ee")) (:maintainers ("Wouter Bolsterlee" . "wouter@bolsterl.ee")) (:maintainer "Wouter Bolsterlee" . "wouter@bolsterl.ee") (:keywords "convenience" "emulations" "colemak" "evil") (:url . "https://github.com/wbolster/evil-colemak-basics"))]) + (evil-colemak-minimal . [(20171006 1317) ((emacs (24)) (evil (1 2 12))) "Minimal Colemak key bindings for evil-mode" tar ((:commit . "6d98b6da60f414524a0d718f76024c26dce742b3") (:authors ("Bryan Allred" . "bryan@revolvingcow.com")) (:maintainers ("Bryan Allred" . "bryan@revolvingcow.com")) (:maintainer "Bryan Allred" . "bryan@revolvingcow.com") (:keywords "colemak" "evil") (:url . "https://github.com/bmallred/evil-colemak-minimal"))]) + (evil-collection . [(20240608 1449) ((emacs (26 3)) (evil (1 2 13)) (annalist (1 0))) "A set of keybindings for Evil mode" tar ((:commit . "acb056b1d0d3aad2f32b1ca9c019a9a2e976f03e") (:authors ("James Nguyen" . "james@jojojames.com")) (:maintainers ("James Nguyen" . "james@jojojames.com")) (:maintainer "James Nguyen" . "james@jojojames.com") (:keywords "evil" "tools") (:url . "https://github.com/emacs-evil/evil-collection"))]) + (evil-commentary . [(20230610 1006) ((evil (1 0 0))) "Comment stuff out. A port of vim-commentary." tar ((:commit . "c5945f28ce47644c828aac1f5f6ec335478d17fb") (:authors ("Quang Linh LE" . "linktohack@gmail.com")) (:maintainers ("Quang Linh LE" . "linktohack@gmail.com")) (:maintainer "Quang Linh LE" . "linktohack@gmail.com") (:keywords "evil" "comment" "commentary" "evil-commentary") (:url . "http://github.com/linktohack/evil-commentary"))]) + (evil-dvorak . [(20160416 1841) ((evil (1 0 8))) "evil keybindings for that work with dvorak mode" tar ((:commit . "e7b80077d6f332452049eb3d7ea51f6c8fbf5947") (:authors ("Joshua Branson")) (:maintainer "Joshua Branson") (:keywords "dvorak" "evil" "vim"))]) + (evil-easymotion . [(20200424 135) ((emacs (24)) (avy (0 3 0)) (cl-lib (0 5))) "A port of vim's easymotion to emacs" tar ((:commit . "f96c2ed38ddc07908db7c3c11bcd6285a3e8c2e9") (:authors ("PythonNut" . "pythonnut@pythonnut.com")) (:maintainers ("PythonNut" . "pythonnut@pythonnut.com")) (:maintainer "PythonNut" . "pythonnut@pythonnut.com") (:keywords "convenience" "evil") (:url . "https://github.com/pythonnut/evil-easymotion"))]) + (evil-embrace . [(20230820 445) ((emacs (24 4)) (embrace (0 1 0)) (evil-surround (0))) "Evil integration of embrace.el" tar ((:commit . "3081d37811b6a3dfaaf01d578c7ab7a746c6064d") (:authors ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainers ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainer "Junpeng Qiu" . "qjpchmail@gmail.com") (:keywords "extensions"))]) + (evil-escape . [(20231122 2114) ((emacs (26)) (evil (1 14 0)) (cl-lib (0 5))) "Escape from anything with a customizable key sequence" tar ((:commit . "bdb1e69971520cbd65fe61830a1cdea5734d743c") (:authors ("Sylvain Benner" . "sylvain.benner@gmail.com")) (:maintainers ("Sylvain Benner" . "sylvain.benner@gmail.com")) (:maintainer "Sylvain Benner" . "sylvain.benner@gmail.com") (:keywords "convenience" "editing" "evil") (:url . "https://github.com/emacsorphanage/evil-escape"))]) + (evil-ex-fasd . [(20180903 612) ((emacs (24 4)) (evil (1 1 0)) (fasd (0))) "using fasd right from evil-ex" tar ((:commit . "ed8fbbe23a8a268d9dcbf1a6132e928ba2c655c5") (:authors ("Rashawn Zhang" . "namy.19@gmail.com")) (:maintainers ("Rashawn Zhang" . "namy.19@gmail.com")) (:maintainer "Rashawn Zhang" . "namy.19@gmail.com") (:keywords "tools" "fasd" "evil" "navigation") (:url . "https://github.com/yqrashawn/evil-ex-fasd"))]) + (evil-ex-shell-command . [(20181226 226) ((emacs (24 4)) (evil (1 1 0))) "invoke shell-command right from evil-ex" tar ((:commit . "a6ca6d27c07f6a0807abfb5b8f8865f1d17f54aa") (:authors ("Rashawn Zhang" . "namy.19@gmail.com")) (:maintainers ("Rashawn Zhang" . "namy.19@gmail.com")) (:maintainer "Rashawn Zhang" . "namy.19@gmail.com") (:keywords "tools" "shell-command" "evil") (:url . "https://github.com/yqrashawn/evil-ex-shell-command"))]) + (evil-exchange . [(20200118 252) ((evil (1 2 8)) (cl-lib (0 3))) "Exchange text more easily within Evil" tar ((:commit . "3030e21ee16a42dfce7f7cf86147b778b3f5d8c1") (:authors ("Dewdrops" . "v_v_4474@126.com")) (:maintainers ("Dewdrops" . "v_v_4474@126.com")) (:maintainer "Dewdrops" . "v_v_4474@126.com") (:keywords "evil" "plugin") (:url . "http://github.com/Dewdrops/evil-exchange"))]) + (evil-expat . [(20190521 714) ((emacs (24 3)) (evil (1 0 0))) "Evil ex commands" tar ((:commit . "f4fcd0aa3edc359adb5c986b5dd9188d220d84e2") (:authors ("edkolev" . "evgenysw@gmail.com")) (:maintainers ("edkolev" . "evgenysw@gmail.com")) (:maintainer "edkolev" . "evgenysw@gmail.com") (:keywords "emulations" "evil" "vim") (:url . "http://github.com/edkolev/evil-expat"))]) + (evil-extra-operator . [(20210225 1239) ((evil (1 0 7))) "Evil operator for evaluating codes, taking notes, searching via google, etc." tar ((:commit . "49c2dae224705f05dcfa03868b9fbbb72f2b5a8d") (:authors ("Dewdrops" . "v_v_4474@126.com")) (:maintainers ("Dewdrops" . "v_v_4474@126.com")) (:maintainer "Dewdrops" . "v_v_4474@126.com") (:keywords "evil" "plugin") (:url . "http://github.com/Dewdrops/evil-extra-operator"))]) + (evil-find-char-pinyin . [(20160514 2041) ((evil (1 2 12)) (pinyinlib (0 1 0))) "Evil's f/F/t/T/evil-snipe commands with Pinyin support" tar ((:commit . "04e277946d658f1a73c68dcbbadea9c21097a31c") (:authors ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainers ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainer "Junpeng Qiu" . "qjpchmail@gmail.com") (:keywords "extensions"))]) + (evil-fringe-mark . [(20190320 453) ((emacs (24 3)) (evil (1 0 0)) (fringe-helper (0 1 1)) (goto-chg (1 6))) "Display evil-mode marks in the fringe" tar ((:commit . "a1689fddb7ee79aaa720a77aada1208b8afd5c20") (:authors ("Andrew Smith" . "andy.bill.smith@gmail.com")) (:maintainers ("Andrew Smith" . "andy.bill.smith@gmail.com")) (:maintainer "Andrew Smith" . "andy.bill.smith@gmail.com") (:url . "https://github.com/Andrew-William-Smith/evil-fringe-mark"))]) + (evil-god-state . [(20141117 255) ((evil (1 0 8)) (god-mode (2 12 0))) "use god-mode keybindings in evil-mode" tar ((:commit . "3d44197dc0a1fb40e7b7ff8717f8a8c339ce1d40") (:authors ("Eric Seidel")) (:maintainers ("Eric Seidel")) (:maintainer "Eric Seidel") (:keywords "evil" "leader" "god-mode") (:url . "https://github.com/gridaphobe/evil-god-state"))]) + (evil-goggles . [(20231021 738) ((emacs (24 4)) (evil (1 0 0))) "Add a visual hint to evil operations" tar ((:commit . "34ca276a85f615d2b45e714c9f8b5875bcb676f3") (:authors ("edkolev" . "evgenysw@gmail.com")) (:maintainers ("edkolev" . "evgenysw@gmail.com")) (:maintainer "edkolev" . "evgenysw@gmail.com") (:keywords "emulations" "evil" "vim" "visual") (:url . "http://github.com/edkolev/evil-goggles"))]) + (evil-iedit-state . [(20220219 1432) ((evil (1 0 9)) (iedit (0 9 9 9))) "Evil states to interface iedit mode." tar ((:commit . "44c64c71692e5b2f608ad3e3c537ec0a0e0ea0f8") (:authors ("Sylvain Benner" . "sylvain.benner@gmail.com")) (:maintainers ("Sylvain Benner" . "sylvain.benner@gmail.com")) (:maintainer "Sylvain Benner" . "sylvain.benner@gmail.com") (:keywords "convenience" "editing" "evil" "iedit" "mnemonic") (:url . "https://github.com/syl20bnr/evil-iedit-state"))]) + (evil-indent-plus . [(20230927 1513) ((evil (0)) (cl-lib (0 5))) "Evil textobjects based on indentation" tar ((:commit . "f392696e4813f1d3a92c7eeed333248914ba6dae") (:authors ("Eivind Fonn" . "evfonn@gmail.com")) (:maintainers ("Eivind Fonn" . "evfonn@gmail.com")) (:maintainer "Eivind Fonn" . "evfonn@gmail.com") (:keywords "convenience" "evil") (:url . "http://github.com/TheBB/evil-indent-plus"))]) + (evil-indent-textobject . [(20130831 2219) ((evil (0))) "evil textobjects based on indentation" tar ((:commit . "70a1154a531b7cfdbb9a31d6922482791e20a3a7") (:authors ("Michael Markert" . "markert.michael@gmail.com")) (:maintainers ("Michael Markert" . "markert.michael@gmail.com")) (:maintainer "Michael Markert" . "markert.michael@gmail.com") (:keywords "convenience" "evil") (:url . "http://github.com/cofi/evil-indent-textobject"))]) + (evil-leader . [(20140606 1243) ((evil (0))) "let there be " tar ((:commit . "39f7014bcf8b36463e0c7512c638bda4bac6c2cf") (:authors ("Michael Markert" . "markert.michael@googlemail.com")) (:maintainers ("Michael Markert" . "markert.michael@googlemail.com")) (:maintainer "Michael Markert" . "markert.michael@googlemail.com") (:keywords "evil" "vim-emulation" "leader") (:url . "http://github.com/cofi/evil-leader"))]) + (evil-ledger . [(20180802 1612) ((emacs (24 4)) (evil (1 2 12)) (ledger-mode (0))) "Make `ledger-mode' more `evil'." tar ((:commit . "7a9f9f5d39c42fffdba8004f8982642351f2b233") (:authors ("Aaron Jacobs" . "atheriel@gmail.com")) (:maintainers ("Aaron Jacobs" . "atheriel@gmail.com")) (:maintainer "Aaron Jacobs" . "atheriel@gmail.com") (:keywords "convenience" "evil" "languages" "ledger" "vim-emulation") (:url . "https://github.com/atheriel/evil-ledger"))]) + (evil-lion . [(20220317 1030) ((emacs (24 3)) (evil (1 0 0))) "Evil align operator, port of vim-lion" tar ((:commit . "4da660e124731ed65e7aaa6c067c30e876619429") (:authors ("edkolev" . "evgenysw@gmail.com")) (:maintainers ("edkolev" . "evgenysw@gmail.com")) (:maintainer "edkolev" . "evgenysw@gmail.com") (:keywords "emulations" "evil" "vim") (:url . "http://github.com/edkolev/evil-lion"))]) + (evil-lisp-state . [(20160404 248) ((evil (1 0 9)) (bind-map (0)) (smartparens (1 6 1))) "An evil state to edit Lisp code" tar ((:commit . "3c65fecd9917a41eaf6460f22187e2323821f3ce") (:authors ("Sylvain Benner" . "sylvain.benner@gmail.com")) (:maintainers ("Sylvain Benner" . "sylvain.benner@gmail.com")) (:maintainer "Sylvain Benner" . "sylvain.benner@gmail.com") (:keywords "convenience" "editing" "evil" "smartparens" "lisp" "mnemonic") (:url . "https://github.com/syl20bnr/evil-lisp-state"))]) + (evil-lispops . [(20240428 1356) ((emacs (26 1)) (evil (1 2 10))) "Operations for editing lisp evilly" tar ((:commit . "372b52df1a45fcea6c9461e7909cfdbb1db822a9") (:authors ("precompute" . "git@precompute.net")) (:maintainers ("precompute" . "git@precompute.net")) (:maintainer "precompute" . "git@precompute.net") (:url . "https://github.com/precompute/evil-lispops"))]) + (evil-lispy . [(20190502 739) ((lispy (0 26 0)) (evil (1 2 12)) (hydra (0 13 5))) "precision Lisp editing with Evil and Lispy" tar ((:commit . "ed317f7fccbdbeea8aa04a91b1b1f48a0e2ddc4e") (:authors ("Brandon Carrell , Mika Vilpas" . "mika.vilpas@gmail.com")) (:maintainers ("Brandon Carrell , Mika Vilpas" . "mika.vilpas@gmail.com")) (:maintainer "Brandon Carrell , Mika Vilpas" . "mika.vilpas@gmail.com") (:keywords "lisp") (:url . "https://github.com/sp3ctum/evil-lispy"))]) + (evil-mark-replace . [(20240303 1416) ((evil (1 14 0))) "replace the thing in marked area" tar ((:commit . "217d5b507aa11dd0b334d5c3e1f74ac1fc2f66a4") (:authors ("Chen Bin ")) (:maintainers ("Chen Bin ")) (:maintainer "Chen Bin ") (:keywords "convenience") (:url . "http://github.com/redguardtoo/evil-mark-replace"))]) + (evil-matchit . [(20240418 731) ((emacs (25 1))) "Vim matchit ported to Evil" tar ((:commit . "c75b2c6c3123824ff7ae35deef22a3a5d9b619b2") (:authors ("Chen Bin" . "chenbin.sh@gmail.com")) (:maintainers ("Chen Bin" . "chenbin.sh@gmail.com")) (:maintainer "Chen Bin" . "chenbin.sh@gmail.com") (:keywords "matchit" "vim" "evil") (:url . "http://github.com/redguardtoo/evil-matchit"))]) + (evil-mc . [(20230529 210) ((emacs (24 3)) (evil (1 2 14)) (cl-lib (0 5))) "Multiple cursors for evil-mode" tar ((:commit . "bdf893ea6f52fd0f10bece8ddae813658e17bbb4") (:authors ("Gabriel Adomnicai" . "gabesoft@gmail.com")) (:maintainers ("Gabriel Adomnicai" . "gabesoft@gmail.com")) (:maintainer "Gabriel Adomnicai" . "gabesoft@gmail.com") (:keywords "evil" "editing" "multiple-cursors" "vim" "evil-multiple-cursors" "evil-mc" "evil-mc") (:url . "https://github.com/gabesoft/evil-mc"))]) + (evil-mc-extras . [(20170202 1649) ((emacs (24 3)) (evil (1 2 12)) (cl-lib (0 5)) (evil-mc (0 0 2)) (evil-numbers (0 4))) "Extra functionality for evil-mc" tar ((:commit . "ba3252ae129c3b79aeb70ec3d276cbda32b00421") (:authors ("Gabriel Adomnicai" . "gabesoft@gmail.com")) (:maintainers ("Gabriel Adomnicai" . "gabesoft@gmail.com")) (:maintainer "Gabriel Adomnicai" . "gabesoft@gmail.com") (:keywords "evil" "editing" "multiple-cursors" "vim" "evil-multiple-cursors" "evil-mc" "evil-mc-extras") (:url . "https://github.com/gabesoft/evil-mc-extras"))]) + (evil-mu4e . [(20180613 1039) ((emacs (24 4)) (evil (1 2 10))) "evil-based key bindings for mu4e" tar ((:commit . "f4b387ccbd2c49f3bbb5401e93bfcc050ca128ef") (:authors ("Joris Engbers" . "info@jorisengbers.nl")) (:maintainers ("Joris Engbers" . "info@jorisengbers.nl")) (:maintainer "Joris Engbers" . "info@jorisengbers.nl") (:url . "https://github.com/JorisE/evil-mu4e"))]) + (evil-multiedit . [(20211121 1650) ((emacs (25 1)) (evil (1 14 0)) (iedit (0 9 9)) (cl-lib (0 5))) "multiple cursors for evil-mode" tar ((:commit . "23b53bc8743fb82a8854ba907b1d277374c93a79") (:authors ("Henrik Lissner ")) (:maintainers ("Henrik Lissner" . "contact@henrik.io")) (:maintainer "Henrik Lissner" . "contact@henrik.io") (:keywords "multiple cursors" "editing" "iedit") (:url . "https://github.com/hlissner/evil-multiedit"))]) + (evil-nerd-commenter . [(20230625 254) ((emacs (26 1))) "Comment/uncomment lines efficiently. Like Nerd Commenter in Vim" tar ((:commit . "3b197a2b559b06a7cf39978704b196f53dac802a") (:authors ("Chen Bin" . "chenbin.sh@gmail.com")) (:maintainers ("Chen Bin" . "chenbin.sh@gmail.com")) (:maintainer "Chen Bin" . "chenbin.sh@gmail.com") (:keywords "convenience" "evil") (:url . "http://github.com/redguardtoo/evil-nerd-commenter"))]) + (evil-nl-break-undo . [(20181125 2054) nil "Break evil's undo sequence on CR" tar ((:commit . "8acaecadd32937f6f1d8c3f8141fcee0de7d324e") (:authors ("VanLaser" . "Gabriel.Lazar@com.utcluj.ro")) (:maintainers ("VanLaser" . "Gabriel.Lazar@com.utcluj.ro")) (:maintainer "VanLaser" . "Gabriel.Lazar@com.utcluj.ro") (:url . "https://github.com/VanLaser/evil-nl-break-undo"))]) + (evil-numbers . [(20240416 140) ((emacs (24 1)) (evil (1 2 0))) "Increment/decrement numbers like in VIM" tar ((:commit . "c7899894515d6be40dfcd589fb27c1801c5b199c") (:authors ("Michael Markert" . "markert.michael@googlemail.com")) (:maintainers ("Julia Path" . "julia@jpath.de")) (:maintainer "Julia Path" . "julia@jpath.de") (:keywords "convenience" "tools") (:url . "http://github.com/juliapath/evil-numbers"))]) + (evil-opener . [(20161207 1810) ((evil (1 2 12)) (opener (0 2 2))) "opening urls as buffers in evil" tar ((:commit . "c384f67278046fdcd220275fdd212ab85672cbeb") (:authors ("Tim Reddehase" . "tr@rightsrestricted.com")) (:maintainers ("Tim Reddehase" . "tr@rightsrestricted.com")) (:maintainer "Tim Reddehase" . "tr@rightsrestricted.com") (:keywords "url" "http" "files") (:url . "https://github.com/0robustus1/opener.el"))]) + (evil-org . [(20221001 2335) ((emacs (24 4)) (evil (1 0))) "evil keybindings for org-mode" tar ((:commit . "b1f309726b1326e1a103742524ec331789f2bf94") (:maintainers ("Somelauw")) (:maintainer "Somelauw") (:keywords "evil" "vim-emulation" "org-mode" "key-bindings" "presets") (:url . "https://github.com/Somelauw/evil-org-mode.git"))]) + (evil-owl . [(20210416 1700) ((emacs (25 1)) (evil (1 2 13))) "Preview evil registers and marks before using them" tar ((:commit . "a41a6d28e26052b25f3d21da37ccf1d8fde1e6aa") (:authors ("Daniel Phan" . "daniel.phan36@gmail.com")) (:maintainers ("Daniel Phan" . "daniel.phan36@gmail.com")) (:maintainer "Daniel Phan" . "daniel.phan36@gmail.com") (:keywords "emulations" "evil" "visual") (:url . "https://github.com/mamapanda/evil-owl"))]) + (evil-paredit . [(20150413 2048) ((evil (1 0 9)) (paredit (25 -2))) "Paredit support for evil keybindings" tar ((:commit . "e058fbdcf9dbf7ad6cc77f0172d7517ef233d55f") (:authors ("Roman Gonzalez" . "romanandreg@gmail.com")) (:maintainers ("Roman Gonzalez" . "romanandreg@gmail.com")) (:maintainer "Roman Gonzalez" . "romanandreg@gmail.com") (:keywords "paredit" "evil") (:url . "https://github.com/roman/evil-paredit"))]) + (evil-pinyin . [(20231016 1558) ((emacs (25)) (names (0 5)) (evil (1))) "Evil search Chinese characters by pinyin" tar ((:commit . "0fae5ad8761417f027b33230382a50f826ad3bfb") (:keywords "extensions") (:url . "https://github.com/laishulu/evil-pinyin"))]) + (evil-python-movement . [(20180724 1420) ((emacs (25 1)) (cl-lib (0 5)) (dash (2 13 0)) (evil (1 0)) (s (1 12 0))) "Port Neovim's python movement to Evil" tar ((:commit . "9936b3b7f8d96415d517c1f3604637889484a637") (:authors ("Felipe Lema ")) (:maintainers ("Felipe Lema ")) (:maintainer "Felipe Lema ") (:url . "https://bitbucket.org/FelipeLema/evil-python-movement.el/"))]) + (evil-quickscope . [(20160202 1924) ((evil (0))) "Highlight unique characters in words for f,F,t,T navigation" tar ((:commit . "37a20e4c56c6058abf186ad4013c155e695e876f") (:authors ("Michael Chen" . "blorbx@gmail.com")) (:maintainers ("Michael Chen" . "blorbx@gmail.com")) (:maintainer "Michael Chen" . "blorbx@gmail.com") (:keywords "faces" "emulation" "vim" "evil") (:url . "http://github.com/blorbx/evil-quickscope"))]) + (evil-rails . [(20190512 1517) ((evil (1 0)) (projectile-rails (1 0))) "Rails support for Evil Mode" tar ((:commit . "b0f1c5de6720714febeb76c4b569b71bb891938c") (:authors ("Antono Vasiljev" . "antono.vasiljev@gmail.com")) (:maintainers ("Antono Vasiljev" . "antono.vasiljev@gmail.com")) (:maintainer "Antono Vasiljev" . "antono.vasiljev@gmail.com") (:keywords "ruby" "rails" "vim" "project" "convenience" "web" "evil" "projectile") (:url . "https://github.com/antono/evil-rails"))]) + (evil-replace-with-char . [(20180324 2206) ((evil (1 2 13)) (emacs (24))) "replace chars of a text object with a char" tar ((:commit . "ed4a12d5bff11163eb03ad2826c52fd30f51a8d3") (:authors ("Filipe Silva" . "filipe.silva@gmail.com")) (:maintainers ("Filipe Silva" . "filipe.silva@gmail.com")) (:maintainer "Filipe Silva" . "filipe.silva@gmail.com") (:url . "https://github.com/ninrod/evil-replace-with-char"))]) + (evil-replace-with-register . [(20170713 925) ((evil (1 0 8))) "Port of vim plugin ReplaceWithRegister" tar ((:commit . "91cc7bf21a94703c441cc9212214075b226b7f67") (:authors ("Dewdrops" . "v_v_4474@126.com")) (:maintainers ("Dewdrops" . "v_v_4474@126.com")) (:maintainer "Dewdrops" . "v_v_4474@126.com") (:keywords "evil" "plugin") (:url . "https://github.com/Dewdrops/evil-ReplaceWithRegister"))]) + (evil-rsi . [(20160221 2104) ((evil (1 0 0))) "Use emacs motion keys in evil, inspired by vim-rsi" tar ((:commit . "236bf6ed1e2285698db808463e5f2f69f5f5e7c0") (:authors ("Quang Linh LE" . "linktohack@gmail.com")) (:maintainers ("Quang Linh LE" . "linktohack@gmail.com")) (:maintainer "Quang Linh LE" . "linktohack@gmail.com") (:keywords "evil" "rsi" "evil-rsi") (:url . "http://github.com/linktohack/evil-rsi"))]) + (evil-ruby-text-objects . [(20240411 1139) ((emacs (25 1)) (evil (1 2 0))) "Evil text objects for Ruby code" tar ((:commit . "de138b3279817484d1d34ca5b293af09e00a4e1a") (:authors ("Sergio Gil" . "sgilperez@gmail.com")) (:maintainers ("Sergio Gil" . "sgilperez@gmail.com")) (:maintainer "Sergio Gil" . "sgilperez@gmail.com") (:keywords "languages") (:url . "https://github.com/porras/evil-ruby-text-objects"))]) + (evil-search-highlight-persist . [(20170523 334) ((highlight (0))) "Persistent highlights after search" tar ((:commit . "6e04a8c075f5fd62526d222447048faab8bfa187") (:authors ("Juanjo Alvarez" . "juanjo@juanjoalvarez.net")) (:maintainers ("Juanjo Alvarez" . "juanjo@juanjoalvarez.net")) (:maintainer "Juanjo Alvarez" . "juanjo@juanjoalvarez.net"))]) + (evil-smartparens . [(20171210 1513) ((evil (1 0)) (emacs (24 4)) (smartparens (1 10 1))) "Evil support for smartparens" tar ((:commit . "026d4a3cfce415a4dfae1457f871b385386e61d3") (:authors ("Lars Andersen" . "expez@expez.com")) (:maintainers ("Lars Andersen" . "expez@expez.com")) (:maintainer "Lars Andersen" . "expez@expez.com") (:keywords "evil" "smartparens") (:url . "https://www.github.com/expez/evil-smartparens"))]) + (evil-snipe . [(20230821 1602) ((emacs (24 4)) (evil (1 2 12)) (cl-lib (0 5))) "emulate vim-sneak & vim-seek" tar ((:commit . "c2108d3932fcd2f75ac3e48250d6badd668f5b4f") (:authors ("Henrik Lissner ")) (:maintainers ("Henrik Lissner" . "contact@henrik.io")) (:maintainer "Henrik Lissner" . "contact@henrik.io") (:keywords "emulation" "vim" "evil" "sneak" "seek") (:url . "https://github.com/hlissner/evil-snipe"))]) + (evil-space . [(20151208 1228) ((evil (1 0 0))) "Repeat motion in Evil. Correct the behaviour of what SPC should do." tar ((:commit . "a9c07284d308425deee134c9d88a2d538dd229e6") (:authors ("Quang Linh LE" . "linktohack@gmail.com")) (:maintainers ("Quang Linh LE" . "linktohack@gmail.com")) (:maintainer "Quang Linh LE" . "linktohack@gmail.com") (:keywords "space" "repeat" "motion") (:url . "http://github.com/linktohack/evil-space"))]) + (evil-string-inflection . [(20200524 1402) ((emacs (24)) (evil (1 2 13)) (string-inflection (1 0 6))) "snake_case -> CamelCase -> etc. for text objects" tar ((:commit . "d22a90ab807afa7f27f3815b5b5ea47d52d05218") (:authors ("Filipe Silva" . "filipe.silva@gmail.com")) (:maintainers ("Filipe Silva" . "filipe.silva@gmail.com")) (:maintainer "Filipe Silva" . "filipe.silva@gmail.com") (:url . "https://github.com/ninrod/evil-string-inflection"))]) + (evil-surround . [(20240325 852) ((evil (1 2 12))) "emulate surround.vim from Vim" tar ((:commit . "14dc693ed971053feb9596d4bc1b1de0b0006584") (:authors ("Tim Harper ") ("Vegard Øye ")) (:maintainers ("Tom Dalziel" . "tom.dalziel@gmail.com")) (:maintainer "Tom Dalziel" . "tom.dalziel@gmail.com") (:keywords "emulation" "vi" "evil"))]) + (evil-swap-keys . [(20191105 1426) ((emacs (24 4))) "Intelligently swap keys on text input with evil" tar ((:commit . "b5ef105499f998b5667da40da30c073229a213ea") (:authors ("Wouter Bolsterlee" . "wouter@bolsterl.ee")) (:maintainers ("Wouter Bolsterlee" . "wouter@bolsterl.ee")) (:maintainer "Wouter Bolsterlee" . "wouter@bolsterl.ee") (:keywords "convenience" "data" "languages" "tools") (:url . "https://github.com/wbolster/evil-swap-keys"))]) + (evil-tabs . [(20160217 1520) ((evil (0 0 0)) (elscreen (0 0 0))) "Integrating Vim-style tabs for Evil mode users." tar ((:commit . "53d3314a810017b6056ab6796aef671f5ea1c063") (:authors ("Kris Jenkins" . "krisajenkins@gmail.com")) (:maintainers ("Kris Jenkins" . "krisajenkins@gmail.com")) (:maintainer "Kris Jenkins" . "krisajenkins@gmail.com") (:keywords "evil" "tab" "tabs" "vim") (:url . "https://github.com/krisajenkins/evil-tabs"))]) + (evil-terminal-cursor-changer . [(20231031 852) nil "Change cursor shape and color by evil state in terminal" tar ((:commit . "2358f3e27d89128361cf80fcfa092fdfe5b52fd8") (:authors ("7696122")) (:maintainers ("7696122")) (:maintainer "7696122") (:keywords "evil" "terminal" "cursor") (:url . "https://github.com/7696122/evil-terminal-cursor-changer"))]) + (evil-test-helpers . [(20230820 2246) ((evil (1 15 0))) "unit test helpers for Evil" tar ((:commit . "4beec94d14fc4180c41314edff997dbb9c422a23") (:authors ("Vegard Øye ")) (:maintainers ("Vegard Øye ")) (:maintainer "Vegard Øye "))]) + (evil-tex . [(20230715 1752) ((emacs (26 1)) (evil (1 0)) (auctex (11 88))) "Useful features for editing LaTeX in evil-mode" tar ((:commit . "5dd1e852c8fb9e6efa2b748e89786526483e7619") (:keywords "tex" "emulation" "vi" "evil" "wp") (:url . "https://github.com/iyefrat/evil-tex"))]) + (evil-text-object-python . [(20191010 1328) ((emacs (25)) (evil (1 2 14)) (dash (2 16 0))) "Python specific evil text objects" tar ((:commit . "39d22fc524f0413763f291267eaab7f4e7984318") (:authors ("Wouter Bolsterlee" . "wouter@bolsterl.ee")) (:maintainers ("Wouter Bolsterlee" . "wouter@bolsterl.ee")) (:maintainer "Wouter Bolsterlee" . "wouter@bolsterl.ee") (:keywords "convenience" "languages" "tools") (:url . "https://github.com/wbolster/evil-text-object-python"))]) + (evil-textobj-anyblock . [(20170905 1907) ((cl-lib (0 5)) (evil (1 1 0))) "Textobject for the closest user-defined blocks." tar ((:commit . "ff00980f0634f95bf2ad9956b615a155ea8743be") (:authors ("Fox Kiester" . "noct@openmailbox.org")) (:maintainers ("Fox Kiester" . "noct@openmailbox.org")) (:maintainer "Fox Kiester" . "noct@openmailbox.org") (:keywords "evil") (:url . "https://github.com/noctuid/evil-textobj-anyblock"))]) + (evil-textobj-column . [(20170905 1905) ((names (0 5)) (emacs (24)) (evil (0))) "Provides column text objects." tar ((:commit . "835d7036d0bc9a6e44fc9b7c54ccf2a7c01428cd") (:authors ("Fox Kiester" . "noct@openmailbox.org")) (:maintainers ("Fox Kiester" . "noct@openmailbox.org")) (:maintainer "Fox Kiester" . "noct@openmailbox.org") (:keywords "evil" "column" "text-object") (:url . "https://github.com/noctuid/evil-textobj-column"))]) + (evil-textobj-entire . [(20150422 1254) ((emacs (24)) (evil (1 0 0))) "text object for entire lines of buffer for evil" tar ((:commit . "5b3a98f3a69edc3a788f539f6ffef4a0ef5e853d") (:authors ("supermomonga")) (:maintainers ("supermomonga")) (:maintainer "supermomonga") (:keywords "convenience" "emulations") (:url . "https://github.com/supermomonga/evil-textobj-entire"))]) + (evil-textobj-line . [(20211101 1429) ((evil (1 0 0))) "Line text object for Evil" tar ((:commit . "9eaf9a5485c2b5c05e16552b34632ca520cd681d") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com"))]) + (evil-textobj-syntax . [(20231119 1633) ((emacs (24)) (evil (0))) "Provides syntax text objects." tar ((:commit . "64252ded690a2e65b71a1c84aa3acd24e704d02f") (:keywords "evil" "syntax" "highlight" "text-object") (:url . "https://github.com/laishulu/evil-textobj-syntax"))]) + (evil-textobj-tree-sitter . [(20240213 522) ((emacs (25 1))) "Provides evil textobjects using tree-sitter" tar ((:commit . "856773515072bdce88c8420f44bc84fbcbf96af4") (:keywords "evil" "tree-sitter" "text-object" "convenience") (:url . "https://github.com/meain/evil-textobj-tree-sitter"))]) + (evil-traces . [(20230820 2255) ((emacs (25 1)) (evil (1 2 13))) "Visual hints for `evil-ex'" tar ((:commit . "3b4e08c522d1a4c6f458ab5dc21914fd307333a1") (:authors ("Daniel Phan" . "daniel.phan36@gmail.com")) (:maintainers ("Daniel Phan" . "daniel.phan36@gmail.com")) (:maintainer "Daniel Phan" . "daniel.phan36@gmail.com") (:keywords "emulations" "evil" "visual") (:url . "https://github.com/mamapanda/evil-traces"))]) + (evil-tree-edit . [(20231206 1836) ((emacs (29 1)) (tree-edit (0 1 0)) (tree-sitter (0 15 0)) (evil (1 0 0)) (avy (0 5 0)) (s (0 0 0))) "Evil structural editing for any language!" tar ((:commit . "9e3635e3fd0449bf259d42ea29c93e46ef623fe7") (:authors ("Ethan Leba" . "ethanleba5@gmail.com")) (:maintainers ("Ethan Leba" . "ethanleba5@gmail.com")) (:maintainer "Ethan Leba" . "ethanleba5@gmail.com") (:url . "https://github.com/ethan-leba/tree-edit"))]) + (evil-tutor . [(20150103 653) ((evil (1 0 9))) "Vimtutor adapted to Evil and wrapped in a major-mode" tar ((:commit . "909273bac88b98a565f1b89bbb13d523b7edce2b") (:authors ("Sylvain Benner" . "sylvain.benner@gmail.com")) (:maintainers ("Sylvain Benner" . "sylvain.benner@gmail.com")) (:maintainer "Sylvain Benner" . "sylvain.benner@gmail.com") (:keywords "convenience" "editing" "evil") (:url . "https://github.com/syl20bnr/evil-tutor"))]) + (evil-tutor-ja . [(20160917 132) ((evil (1 0 9)) (evil-tutor (0 1))) "Japanese Vimtutor adapted to Evil and wrapped in a major-mode" tar ((:commit . "06b9ad853a15ce6f2c53c2cf379b9ff358369f2d") (:authors ("Kenji Miyazaki" . "kenjizmyzk@gmail.com")) (:maintainers ("Kenji Miyazaki" . "kenjizmyzk@gmail.com")) (:maintainer "Kenji Miyazaki" . "kenjizmyzk@gmail.com") (:keywords "convenience" "editing" "evil" "japanese") (:url . "https://github.com/kenjimyzk/evil-tutor-ja"))]) + (evil-tutor-sc . [(20240326 1239) ((evil (1 0 9)) (evil-tutor (0 1))) "Simplified Chinese tutor for Evil" tar ((:commit . "9520aae3e10480a942c35ae83f7215086fee9412") (:authors ("clsty" . "celestial.y@outlook.com")) (:maintainers ("clsty" . "celestial.y@outlook.com")) (:maintainer "clsty" . "celestial.y@outlook.com") (:keywords "convenience" "editing" "evil" "chinese") (:url . "https://github.com/clsty/evil-tutor-sc"))]) + (evil-vimish-fold . [(20200122 117) ((emacs (24 4)) (evil (1 0 0)) (vimish-fold (0 2 0))) "Integrate vimish-fold with evil" tar ((:commit . "b6e0e6b91b8cd047e80debef1a536d9d49eef31a") (:authors ("Alex Murray" . "murray.alex@gmail.com")) (:maintainers ("Alex Murray" . "murray.alex@gmail.com")) (:maintainer "Alex Murray" . "murray.alex@gmail.com") (:url . "https://github.com/alexmurray/evil-vimish-fold"))]) + (evil-visual-mark-mode . [(20230202 318) ((evil (1 0 9)) (dash (2 10))) "Display evil marks on buffer" tar ((:commit . "2bbaaae56ae53e68a8bcc7bc2cfe830a14843b4d") (:authors ("Roman Gonzalez" . "romanandreg@gmail.com")) (:maintainers ("Roman Gonzalez" . "romanandreg@gmail.com")) (:maintainer "Roman Gonzalez" . "romanandreg@gmail.com") (:keywords "evil"))]) + (evil-visual-replace . [(20171016 613) ((evil (1 0 0))) "search/replace commands for evil visual state, inc. blocks" tar ((:commit . "163fc827a1ffc106475da470c37fb26f4cc9b008") (:authors ("Troy Pracy")) (:maintainers ("Troy Pracy")) (:maintainer "Troy Pracy") (:keywords "evil" "search" "replace" "regexp" "block" "rectangular" "region" "visual") (:url . "https://github.com/troyp/evil-visual-replace"))]) + (evil-visualstar . [(20160223 48) ((evil (0))) "Starts a * or # search from the visual selection" tar ((:commit . "06c053d8f7381f91c53311b1234872ca96ced752") (:authors ("Bailey Ling")) (:maintainers ("Bailey Ling")) (:maintainer "Bailey Ling") (:keywords "evil" "vim" "visualstar") (:url . "https://github.com/bling/evil-visualstar"))]) + (evm . [(20141007 1156) ((dash (2 3 0)) (f (0 13 0))) "Emacs Version Manager" tar ((:commit . "d0623b2355436a5fd9f7238b419782080c79196b") (:authors ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainers ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainer "Johan Andersson" . "johan.rejeep@gmail.com") (:url . "http://github.com/rejeep/evm"))]) + (evm-mode . [(20220911 1647) nil "Major mode for editing Ethereum EVM bytecode" tar ((:commit . "422b65cfd04854072bf6b9238c49e3d40577ef98") (:authors ("Ta Quang Trung")) (:maintainers ("Ta Quang Trung")) (:maintainer "Ta Quang Trung") (:keywords "languages") (:url . "https://github.com/taquangtrung/emacs-evm-mode"))]) + (ewal . [(20200305 230) ((emacs (25 1))) "A pywal-based theme generator" tar ((:commit . "4ecc355dae9c7d648cd2874e01a15dfa02b9350d") (:authors ("Uros Perisic")) (:maintainers ("Uros Perisic")) (:maintainer "Uros Perisic") (:keywords "faces") (:url . "https://gitlab.com/jjzmajic/ewal"))]) + (ewal-doom-themes . [(20200922 325) ((emacs (25)) (ewal (0 1)) (doom-themes (0 1))) "Dread the colors of darkness" tar ((:commit . "e2a04f5c97b7d5e087af26e646c0b45a24522e56") (:authors ("Uros Perisic")) (:maintainers ("Uros Perisic")) (:maintainer "Uros Perisic") (:keywords "faces") (:url . "https://gitlab.com/jjzmajic/ewal"))]) + (ewal-evil-cursors . [(20200301 839) ((emacs (25)) (ewal (0 1))) "`ewal'-colored evil cursor for Emacs and Spacemacs" tar ((:commit . "732a2f4abb480f9f5a3249af822d8eb1e90324e3") (:authors ("Uros Perisic")) (:maintainers ("Uros Perisic")) (:maintainer "Uros Perisic") (:keywords "faces") (:url . "https://gitlab.com/jjzmajic/ewal"))]) + (ewal-spacemacs-themes . [(20230505 609) ((emacs (25)) (ewal (0 1)) (spacemacs-theme (0 1))) "Ride the rainbow spaceship" tar ((:commit . "0d245edcfcd9cc5766d37b270214fb9da9b4336d") (:authors ("Uros Perisic")) (:maintainers ("Uros Perisic")) (:maintainer "Uros Perisic") (:keywords "faces") (:url . "https://gitlab.com/jjzmajic/ewal"))]) + (ewmctrl . [(20170922 217) nil "Use `wmctrl' to manage desktop windows via EWMH/NetWM." tar ((:commit . "3d0217c4d6cdb5c308b6cb4293574f470d4faacf") (:authors ("Alexis" . "flexibeast@gmail.com") ("Adam Plaice" . "plaice.adam@gmail.com")) (:maintainers ("Alexis" . "flexibeast@gmail.com")) (:maintainer "Alexis" . "flexibeast@gmail.com") (:keywords "desktop" "windows" "ewmh" "netwm") (:url . "https://github.com/flexibeast/ewmctrl"))]) + (eww-lnum . [(20150102 1512) nil "Conkeror-like functionality for eww" tar ((:commit . "4b0ecec769919ecb05ca4fb15ec51911ba589929") (:authors ("Andrey Kotlarski" . "m00naticus@gmail.com")) (:maintainers ("Andrey Kotlarski" . "m00naticus@gmail.com")) (:maintainer "Andrey Kotlarski" . "m00naticus@gmail.com") (:keywords "eww" "browse" "conkeror") (:url . "https://github.com/m00natic/eww-lnum"))]) + (exato . [(20200524 1319) ((evil (1 2 13)) (emacs (24))) "EXATO: Evil XML/HTML Attributes Text Object" tar ((:commit . "5e7b5721bf48aa49c6cdb5d41b908ef7d513b2a8") (:authors ("Filipe Silva" . "filipe.silva@gmail.com")) (:maintainers ("Filipe Silva" . "filipe.silva@gmail.com")) (:maintainer "Filipe Silva" . "filipe.silva@gmail.com") (:url . "https://github.com/ninrod/exato"))]) + (exec-path-from-shell . [(20240411 859) ((emacs (24 4))) "Get environment variables such as $PATH from the shell" tar ((:commit . "72ede29a0e0467b3b433e8edbee3c79bab005884") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "unix" "environment") (:url . "https://github.com/purcell/exec-path-from-shell"))]) + (execline . [(20190711 2010) ((emacs (26 1)) (s (1 6 0))) "Major mode for editing execline scripts" tar ((:commit . "c75dd9b2c54d8e59fc35fd4bd98d8e213948a3f5") (:authors ("Dmitry Bogatov" . "KAction@debian.org")) (:maintainers ("Dmitry Bogatov" . "KAction@debian.org")) (:maintainer "Dmitry Bogatov" . "KAction@debian.org") (:keywords "tools" "unix" "languages") (:url . "https://gitlab.com/KAction/emacs-execline"))]) + (exercism . [(20240610 32) ((emacs (27 1)) (dash (2 19 1)) (a (1 0 0)) (s (1 13 1)) (request (0 3 2)) (async (1 9 6)) (async-await (1 1)) (persist (0 5)) (transient (0 3 7))) "Unofficial https://exercism.org integration" tar ((:commit . "f9a287a4cd533fdbd3b0e645f425a7b9c469e6ab") (:authors ("Rafael Nicdao ")) (:maintainers ("Rafael Nicdao" . "nicdaoraf@gmail.com")) (:maintainer "Rafael Nicdao" . "nicdaoraf@gmail.com") (:keywords "exercism" "convenience") (:url . "https://github.com/anonimitoraf/exercism.el"))]) + (exiftool . [(20190520 1106) ((emacs (25))) "Elisp wrapper around ExifTool" tar ((:commit . "e043df1bcef40cd5934a74c210e1e35d5eb0e5a6") (:authors ("Arun I" . "arunisaac@systemreboot.net")) (:maintainers ("Arun I" . "arunisaac@systemreboot.net")) (:maintainer "Arun I" . "arunisaac@systemreboot.net") (:keywords "data") (:url . "https://git.systemreboot.net/exiftool.el"))]) + (exotica-theme . [(20180212 2329) ((emacs (24))) "A dark theme with vibrant colors" tar ((:commit . "ff3ef4f6fa38c93b99becad977c7810c990a4d2f") (:authors ("Bharat Joshi" . "jbharat@outlook.com")) (:maintainers ("Bharat Joshi" . "jbharat@outlook.com")) (:maintainer "Bharat Joshi" . "jbharat@outlook.com") (:keywords "faces" "theme" "dark" "vibrant colors") (:url . "https://github.com/jbharat/exotica-theme"))]) + (expand-line . [(20151006 207) nil "Expand selection by line" tar ((:commit . "75a5d0241f35dd0748ab8ecb4ff16891535be372") (:authors ("Kai Yu" . "yeannylam@gmail.com")) (:maintainers ("Kai Yu" . "yeannylam@gmail.com")) (:maintainer "Kai Yu" . "yeannylam@gmail.com"))]) + (expand-region . [(20240119 1039) ((emacs (24 4))) "Increase selected region by semantic units." tar ((:commit . "e8f4e0fe9c9a80a6a26e2b438502aba9a799d580") (:authors ("Magnar Sveen" . "magnars@gmail.com")) (:maintainers ("Magnar Sveen" . "magnars@gmail.com")) (:maintainer "Magnar Sveen" . "magnars@gmail.com") (:keywords "marking" "region") (:url . "https://github.com/magnars/expand-region.el"))]) + (expenses . [(20230903 306) ((emacs (28 1)) (dash (2 19 1)) (ht (2 3))) "Record and view expenses" tar ((:commit . "1c89ed3969fef7d733a0f52084cfe07d33200104") (:authors ("Md Arif Shaikh" . "arifshaikh.astro@gmail.com")) (:maintainers ("Md Arif Shaikh" . "arifshaikh.astro@gmail.com")) (:maintainer "Md Arif Shaikh" . "arifshaikh.astro@gmail.com") (:keywords "expense tracking" "convenience") (:url . "https://github.com/md-arif-shaikh/expenses"))]) + (express . [(20140508 2041) ((string-utils (0 3 2))) "Alternatives to `message'" tar ((:commit . "6c301e8a4b6b58a5fe59ba607865238e38cee8fd") (:authors ("Roland Walker" . "walker@pobox.com")) (:maintainers ("Roland Walker" . "walker@pobox.com")) (:maintainer "Roland Walker" . "walker@pobox.com") (:keywords "extensions" "message" "interface") (:url . "http://github.com/rolandwalker/express"))]) + (exsqlaim-mode . [(20170607 1003) ((s (1 10 0))) "Use variables inside sql queries" tar ((:commit . "a2e0a62ec8b87193d8eaa695774bfd689324b06c") (:authors ("Ahmad Nazir Raja" . "ahmadnazir@gmail.com")) (:maintainers ("Ahmad Nazir Raja" . "ahmadnazir@gmail.com")) (:maintainer "Ahmad Nazir Raja" . "ahmadnazir@gmail.com") (:url . "https://github.com/ahmadnazir/exsqlaim-mode"))]) + (extempore-mode . [(20220704 2241) ((emacs (24 4))) "Emacs major mode for Extempore source files" tar ((:commit . "92e0fff482a0a4dc2971c39581c5ea9e84ae5e1c") (:authors ("Ben Swift" . "ben@benswift.me")) (:maintainers ("Ben Swift" . "ben@benswift.me")) (:maintainer "Ben Swift" . "ben@benswift.me") (:keywords "extempore") (:url . "http://github.com/extemporelang/extempore-emacs-mode"))]) + (extend-dnd . [(20151122 1850) nil "R drag and Drop" tar ((:commit . "80c966c93b82c9bb5c6225a432557c39144fc602") (:authors ("Matthew L. Fidler")) (:maintainers ("Matthew L. Fidler")) (:maintainer "Matthew L. Fidler") (:keywords "extend" "drag and drop") (:url . "https://github.com/mlf176f2/extend-dnd"))]) + (external-dict . [(20231129 1043) ((emacs (25 1))) "Query external dictionary like goldendict, Bob.app etc" tar ((:commit . "17807ac7e671b44da495e7e3fac5b8cb72a25feb") (:keywords "wp" "processes") (:url . "https://repo.or.cz/external-dict.el.git"))]) + (extmap . [(20230907 1959) ((emacs (24 4))) "Externally-stored constant mapping for Elisp" tar ((:commit . "3b0f898057082a1c01584ff2bbaf5fd4d22c1400") (:authors ("Paul Pogonyshev" . "pogonyshev@gmail.com")) (:maintainers ("Paul Pogonyshev" . "pogonyshev@gmail.com")) (:maintainer "Paul Pogonyshev" . "pogonyshev@gmail.com") (:keywords "lisp") (:url . "https://github.com/doublep/extmap"))]) + (exunit . [(20240502 431) ((s (1 11 0)) (emacs (24 3)) (f (0 20 0)) (transient (0 3 6)) (project (0 9 8))) "ExUnit test runner" tar ((:commit . "b6134ce920a4bbc561f65fac1d1bf37206d97505") (:authors ("Anantha kumaran" . "ananthakumaran@gmail.com")) (:maintainers ("Anantha kumaran" . "ananthakumaran@gmail.com")) (:maintainer "Anantha kumaran" . "ananthakumaran@gmail.com") (:keywords "processes" "elixir" "exunit") (:url . "http://github.com/ananthakumaran/exunit.el"))]) + (exwm-edit . [(20240418 2142) ((emacs (27 1))) "Edit mode for EXWM" tar ((:commit . "046b8c11f71bfd6c798df770c6b7708af2c187a2") (:authors ("Ag Ibragimov")) (:maintainers ("Ag Ibragimov")) (:maintainer "Ag Ibragimov") (:keywords "convenience") (:url . "https://github.com/agzam/exwm-edit"))]) + (exwm-firefox-core . [(20190812 2110) ((emacs (24 4)) (exwm (0 16))) "Firefox hotkeys to functions" tar ((:commit . "e2fe2a895e8f973307ef52f8c9976b26e701cbd0") (:authors ("Sebastian Wålinder" . "s.walinder@gmail.com")) (:maintainers ("Sebastian Wålinder" . "s.walinder@gmail.com")) (:maintainer "Sebastian Wålinder" . "s.walinder@gmail.com") (:keywords "extensions") (:url . "https://github.com/walseb/exwm-firefox-core"))]) + (exwm-firefox-evil . [(20231026 309) ((emacs (24 4)) (exwm (0 16)) (evil (1 0 0)) (exwm-firefox-core (1 0))) "evil-mode implementation of exwm-firefox-core" tar ((:commit . "ec9e14eca25aea9b7c7169be23843898f46696e7") (:authors ("Sebastian Wålinder" . "s.walinder@gmail.com")) (:maintainers ("Sebastian Wålinder" . "s.walinder@gmail.com")) (:maintainer "Sebastian Wålinder" . "s.walinder@gmail.com") (:keywords "extensions") (:url . "https://github.com/walseb/exwm-firefox-evil"))]) + (exwm-float . [(20210207 2035) ((emacs (25 1)) (xelb (0 18)) (exwm (0 24)) (popwin (1 0 2))) "Convenient modes and bindings for floating EXWM frames" tar ((:commit . "047c83aa6b54bfb6ca8cac4d3ea18542611cef77") (:authors ("Mehmet Tekman")) (:maintainers ("Mehmet Tekman")) (:maintainer "Mehmet Tekman") (:keywords "outlines") (:url . "https://gitlab.com/mtekman/exwm-float.el"))]) + (exwm-mff . [(20210603 1723) ((emacs (25 1))) "Mouse Follows Focus" tar ((:commit . "89206f2e3189f589c27c56bd2b6203e906ee7100") (:authors ("Ian Eure" . "public@lowbar.fyi")) (:maintainers ("Ian Eure" . "public@lowbar.fyi")) (:maintainer "Ian Eure" . "public@lowbar.fyi") (:keywords "unix") (:url . "https://github.com/ieure/exwm-mff"))]) + (exwm-modeline . [(20231225 2340) ((emacs (27 1)) (exwm (0 26))) "A modeline segment for EXWM workspaces" tar ((:commit . "f72e65818f90c754edb8d0dcff47e8248a7f0a56") (:authors ("Korytov Pavel" . "thexcloud@gmail.com")) (:maintainers ("Korytov Pavel" . "thexcloud@gmail.com")) (:maintainer "Korytov Pavel" . "thexcloud@gmail.com") (:url . "https://github.com/SqrtMinusOne/exwm-modeline"))]) + (exwm-surf . [(20171204 1140) ((emacs (24 4)) (exwm (0 16))) "Interface for Surf (surf.suckless.org) under exwm" tar ((:commit . "6c17e2c1597fe4b7b454a1dac23b9127ac951e94") (:authors ("Peter" . "craven@gmx.net")) (:maintainers ("Peter" . "craven@gmx.net")) (:maintainer "Peter" . "craven@gmx.net") (:keywords "extensions") (:url . "https://github.com/ecraven/exwm-surf"))]) + (exwm-x . [(20230119 624) ((cl-lib (0 5)) (async (1 6)) (exwm (0 22))) "A derivative wm based on EXWM (emacs x window manager)" tar ((:commit . "1e2bbfca872ad76eaa8f1c00d17762bed256881a") (:authors ("Feng Shu" . "tumashu@163.com")) (:maintainers ("Feng Shu" . "tumashu@163.com")) (:maintainer "Feng Shu" . "tumashu@163.com") (:keywords "window-manager" "exwm") (:url . "https://github.com/tumashu/exwm-x"))]) + (eyebrowse . [(20240407 1342) ((dash (2 7 0)) (emacs (24 3 1))) "Easy window config switching" tar ((:commit . "473381f4f9e847eb50a40ef2306c027432789754") (:authors ("Vasilij Schneidermann" . "mail@vasilij.de")) (:maintainers ("Vasilij Schneidermann" . "mail@vasilij.de")) (:maintainer "Vasilij Schneidermann" . "mail@vasilij.de") (:keywords "convenience") (:url . "https://depp.brause.cc/eyebrowse"))]) + (eyebrowse-restore . [(20240304 2338) ((emacs (26 3)) (eyebrowse (0 7 8)) (dash (2 19 1)) (s (1 13 0))) "Persistent Eyebrowse for all frames" tar ((:commit . "abb3877e12b41740305741deec37ca681b896e82") (:authors ("Jakub Kadlčík" . "frostyx@email.cz")) (:maintainers ("Jakub Kadlčík" . "frostyx@email.cz")) (:maintainer "Jakub Kadlčík" . "frostyx@email.cz") (:keywords "convenience" "eyebrowse" "helm" "persistent") (:url . "https://github.com/FrostyX/eyebrowse-restore"))]) + (eyuml . [(20141028 2227) ((request (0 2 0)) (s (1 8 0))) "Write textual uml diagram from emacs using yuml.me" tar ((:commit . "2f259c201c6cc63ee608f75cd85c1ae27f9d2532") (:authors ("Anthony HAMON" . "hamon.anth@gmail.com")) (:maintainers ("Anthony HAMON" . "hamon.anth@gmail.com")) (:maintainer "Anthony HAMON" . "hamon.anth@gmail.com") (:keywords "uml") (:url . "http://github.com/antham/eyuml"))]) + (ez-query-replace . [(20210724 2247) ((dash (1 2 0)) (s (1 11 0))) "a smarter context-sensitive query-replace that can be reapplied" tar ((:commit . "2b68472f4007a73908c3b242e83ac5a7587967ff") (:authors ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainers ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainer "Wilfred Hughes" . "me@wilfred.me.uk"))]) + (eziam-themes . [(20230820 917) nil "The mostly monochrome Eziam theme family." tar ((:commit . "8223acc0218130ad2493c1476ad3736ee4fdbb8f") (:authors ("Thibault Polge" . "thibault@thb.lt")) (:maintainer "Thibault Polge" . "thibault@thb.lt") (:keywords "faces") (:url . "https://github.com/thblt/eziam-theme-emacs"))]) + (f . [(20240308 906) ((emacs (24 1)) (s (1 7 0)) (dash (2 2 0))) "Modern API for working with files and directories" tar ((:commit . "1e7020dc0d4c52d3da9bd610d431cab13aa02d8c") (:authors ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainers ("Lucien Cartier-Tilet" . "lucien@phundrak.com")) (:maintainer "Lucien Cartier-Tilet" . "lucien@phundrak.com") (:keywords "files" "directories") (:url . "http://github.com/rejeep/f.el"))]) + (f3 . [(20180130 1158) ((emacs (24 3)) (helm (2 8 8)) (cl-lib (0 5))) "a helm interface to find" tar ((:commit . "000009ce4adf7a57eae80512f29c4ec2a1391ce5") (:authors ("Danny McClanahan")) (:maintainers ("Danny McClanahan")) (:maintainer "Danny McClanahan") (:keywords "find" "file" "files" "helm" "fast" "finder") (:url . "https://github.com/cosmicexplorer/f3"))]) + (fabric . [(20171116 656) nil "Launch Fabric using Emacs" tar ((:commit . "df79be341d0b34ed23850f9894136092fa5fea8c") (:authors ("Nicolas Lamirault" . "nicolas.lamirault@chmouel.com")) (:maintainers ("Nicolas Lamirault" . "nicolas.lamirault@chmouel.com")) (:maintainer "Nicolas Lamirault" . "nicolas.lamirault@chmouel.com") (:keywords "python" "fabric") (:url . "https://github.com/nlamirault/fabric.el"))]) + (face-explorer . [(20190517 1857) nil "Library and tools for faces and text properties" tar ((:commit . "ad1300e13e5643e4c246cabfd91f833d39113052") (:authors ("Anders Lindgren")) (:maintainers ("Anders Lindgren")) (:maintainer "Anders Lindgren") (:keywords "faces") (:url . "https://github.com/Lindydancer/face-explorer"))]) + (faceup . [(20170925 1946) nil "Markup language for faces and font-lock regression testing" tar ((:commit . "6c92dad56a133e14e7b27831e1bcf9b3a71ff154") (:authors ("Anders Lindgren")) (:maintainers ("Anders Lindgren")) (:maintainer "Anders Lindgren") (:keywords "faces" "languages") (:url . "https://github.com/Lindydancer/faceup"))]) + (factlog . [(20130210 140) ((deferred (0 3 1))) "File activity logger" tar ((:commit . "38f78132ae311faffba98ed5dd18d661af68678e") (:authors ("Takafumi Arakaki ")) (:maintainers ("Takafumi Arakaki ")) (:maintainer "Takafumi Arakaki ") (:url . "https://github.com/tkf/factlog"))]) + (faff-theme . [(20240619 1314) nil "Light Emacs color theme on cornsilk3 background" tar ((:commit . "763d524b5dd6273843256810e8531954335583bd") (:authors ("James Ferguson <(concat \"wjcferguson\" at-sign \"gmail.com\")>")) (:maintainers ("James Ferguson <(concat \"wjcferguson\" at-sign \"gmail.com\")>")) (:maintainer "James Ferguson <(concat \"wjcferguson\" at-sign \"gmail.com\")>") (:keywords "color" "theme") (:url . "https://github.com/WJCFerguson/emacs-faff-theme"))]) + (fakir . [(20140729 1652) ((noflet (0 0 8)) (dash (1 3 2)) (kv (0 0 19))) "fakeing bits of Emacs" tar ((:commit . "1fca406ad7de80fece6319ff75d4230b648534b0") (:authors ("Nic Ferrier" . "nferrier@ferrier.me.uk")) (:maintainers ("Nic Ferrier" . "nferrier@ferrier.me.uk")) (:maintainer "Nic Ferrier" . "nferrier@ferrier.me.uk") (:keywords "lisp" "tools") (:url . "http://github.com/nicferrier/emacs-fakir"))]) + (fancy-battery . [(20150101 1204) ((emacs (24 1))) "Fancy battery display" tar ((:commit . "bcc2d7960ba207b5b4db96fe40f7d72670fdbb68") (:authors ("Sebastian Wiesner" . "swiesner@lunaryorn.com")) (:maintainers ("Sebastian Wiesner" . "swiesner@lunaryorn.com")) (:maintainer "Sebastian Wiesner" . "swiesner@lunaryorn.com") (:keywords "convenience" "tools" "hardware") (:url . "https://github.com/lunaryorn/fancy-battery.el"))]) + (fancy-compilation . [(20240422 111) ((emacs (26 1))) "Enhanced compilation output" tar ((:commit . "347db70ec7252245ab745c1087e8806c684e2a04") (:authors ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainers ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainer "Campbell Barton" . "ideasman42@gmail.com") (:url . "https://codeberg.org/ideasman42/emacs-fancy-compilation"))]) + (fancy-dabbrev . [(20220211 633) ((emacs (25 1)) (popup (0 5 3))) "Like dabbrev-expand with preview and popup menu" tar ((:commit . "cf4a2f7e3e43e07ab9aa9db16532a21010e9fc8c") (:authors ("Joel Rosdahl" . "joel@rosdahl.net")) (:maintainers ("Joel Rosdahl" . "joel@rosdahl.net")) (:maintainer "Joel Rosdahl" . "joel@rosdahl.net") (:url . "https://github.com/jrosdahl/fancy-dabbrev"))]) + (fancy-narrow . [(20171031 16) nil "narrow-to-region with more eye candy." tar ((:commit . "9f4a587f6a5a387271fb665e13f59d41fd42504c") (:authors ("Artur Malabarba" . "bruce.connor.am@gmail.com")) (:maintainers ("Artur Malabarba" . "bruce.connor.am@gmail.com")) (:maintainer "Artur Malabarba" . "bruce.connor.am@gmail.com") (:keywords "faces" "convenience") (:url . "http://github.com/Bruce-Connor/fancy-narrow"))]) + (fantom-mode . [(20221227 218) ((emacs (24 3))) "A major mode for the Fantom programming language" tar ((:commit . "51cd82d29a7dca7bfd043971ba1d0fd21ed11693") (:authors ("XXIV")) (:maintainers ("XXIV")) (:maintainer "XXIV") (:keywords "files" "fantom") (:url . "https://github.com/thechampagne/fantom-mode"))]) + (fantom-theme . [(20200328 604) ((emacs (24 1))) "Dark theme based on Phantom Code for VSCode" tar ((:commit . "2c1c7fd53086c2ff86ee0961642c3b58e2343c08") (:authors ("Adam Svanberg")) (:maintainers ("Adam Svanberg")) (:maintainer "Adam Svanberg") (:url . "https://github.com/adsva/fantom-emacs-theme"))]) + (fanyi . [(20230926 1849) ((emacs (27 1)) (s (1 12 0))) "Not only English-Chinese translator" tar ((:commit . "df91f2d69b7dbd9b7ebb8f54085aee74f22ad3f5") (:authors ("Zhiwei Chen" . "condy0919@gmail.com")) (:maintainers ("Zhiwei Chen" . "condy0919@gmail.com")) (:maintainer "Zhiwei Chen" . "condy0919@gmail.com") (:keywords "convenience" "tools") (:url . "https://github.com/condy0919/fanyi.el"))]) + (farmhouse-themes . [(20221025 2054) nil "Farmhouse Themes, dark and light versions" tar ((:commit . "30c763d01611dad88f1a1ff88451431e2629016d") (:authors ("Matthew Lyon" . "matthew@lyonheart.us")) (:maintainers ("Matthew Lyon" . "matthew@lyonheart.us")) (:maintainer "Matthew Lyon" . "matthew@lyonheart.us"))]) + (fasd . [(20210104 738) nil "Emacs integration for the command-line productivity booster `fasd'" tar ((:commit . "c1d92553f33ebb018135c698db1a6d7f86731a26") (:authors ("steckerhalter")) (:maintainers ("steckerhalter")) (:maintainer "steckerhalter") (:keywords "cli" "bash" "zsh" "autojump") (:url . "https://framagit.org/steckerhalter/emacs-fasd"))]) + (fast-scroll . [(20191016 327) ((emacs (25 1)) (cl-lib (0 6 1))) "Some utilities for faster scrolling over large buffers." tar ((:commit . "3f6ca0d5556fe9795b74714304564f2295dcfa24") (:authors ("Matthew Carter" . "m@ahungry.com")) (:maintainers ("Matthew Carter" . "m@ahungry.com")) (:maintainer "Matthew Carter" . "m@ahungry.com") (:keywords "ahungry" "convenience" "fast" "scroll" "scrolling") (:url . "https://github.com/ahungry/fast-scroll"))]) + (fastdef . [(20160713 1329) ((ivy (0 7 0)) (w3m (0 0))) "Insert terminology from Google top search results" tar ((:commit . "0696f41dc150d35ce31fe8d2ea74f4173818bb55") (:authors ("Chen Bin ")) (:maintainers ("Chen Bin ")) (:maintainer "Chen Bin ") (:keywords "terminology" "org-mode" "markdown") (:url . "http://github.com/redguardtoo/fastdef"))]) + (fastnav . [(20120211 1457) nil "Fast navigation and editing routines." tar ((:commit . "1019ba2b61d1a070204099b23da347278a61bc89") (:authors ("Zsolt Terek" . "zsolt@google.com")) (:maintainers ("Zsolt Terek" . "zsolt@google.com")) (:maintainer "Zsolt Terek" . "zsolt@google.com") (:keywords "nav" "fast" "fastnav" "navigation"))]) + (faust-mode . [(20201004 1353) nil "Faust syntax colorizer for Emacs." tar ((:commit . "2a56cda14b152d5471f21a5d82f23c141dc7134c") (:authors ("rukano" . "rukano@gmail.com")) (:maintainers ("Yassin Philip" . "xaccrocheur@gmail.com")) (:maintainer "Yassin Philip" . "xaccrocheur@gmail.com") (:keywords "languages" "faust") (:url . "https://github.com/rukano/emacs-faust-mode"))]) + (faustine . [(20171122 1202) ((emacs (24 3)) (faust-mode (0 3))) "Edit, visualize, build and run Faust code" tar ((:commit . "07a38963111518f86123802f9d477be0d4689a3f") (:authors ("Yassin Philip" . "xaccrocheur@gmail.com")) (:maintainers ("Yassin Philip" . "xaccrocheur@gmail.com")) (:maintainer "Yassin Philip" . "xaccrocheur@gmail.com") (:keywords "languages" "faust") (:url . "https://bitbucket.org/yphil/faustine"))]) + (fb2-reader . [(20230805 29) ((emacs (26 2)) (f (0 17)) (s (1 11 0)) (dash (2 12 0)) (visual-fill-column (2 2)) (async (1 9 4))) "Read FB2 and FB2.ZIP documents" tar ((:commit . "85777f99483b84f02c1abd6fe0ddbbac7f1258af") (:authors ("Dmitriy Pshonko" . "jumper047@gmail.com")) (:maintainers ("Dmitriy Pshonko" . "jumper047@gmail.com")) (:maintainer "Dmitriy Pshonko" . "jumper047@gmail.com") (:keywords "multimedia" "ebook" "fb2") (:url . "https://github.com/jumper047/fb2-reader"))]) + (fcitx . [(20240121 1829) nil "Make fcitx better in Emacs" tar ((:commit . "b399482ed8db5893db2701df01db4c38cccda495") (:authors ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainers ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainer "Junpeng Qiu" . "qjpchmail@gmail.com") (:keywords "extensions") (:url . "https://github.com/cute-jumper/fcitx.el"))]) + (fcopy . [(20150304 1403) nil "Funny Copy, set past point HERE then search copy text" tar ((:commit . "e355f6ec889d8ecbdb096019c2dc660b1cec4941") (:authors ("Masayuki Ataka" . "masayuki.ataka@gmail.com")) (:maintainers ("Masayuki Ataka" . "masayuki.ataka@gmail.com")) (:maintainer "Masayuki Ataka" . "masayuki.ataka@gmail.com") (:keywords "convenience") (:url . "https://github.com/ataka/fcopy"))]) + (fd-dired . [(20210723 549) ((emacs (25))) "find-dired alternative using fd" tar ((:commit . "458464771bb220b6eb87ccfd4c985c436e57dc7e") (:authors ("Rashawn Zhang" . "namy.19@gmail.com")) (:maintainers ("Rashawn Zhang" . "namy.19@gmail.com")) (:maintainer "Rashawn Zhang" . "namy.19@gmail.com") (:keywords "tools" "fd" "find" "dired") (:url . "https://github.com/yqrashawn/fd-dired"))]) + (feature-mode . [(20240401 242) nil "Major mode for editing Gherkin (i.e. Cucumber) user stories" tar ((:commit . "afd49b8a8504e5874027fc0a46283adb1fea26c0") (:authors ("Michael Klishin")) (:maintainer "Michael Klishin") (:url . "https://github.com/michaelklishin/cucumber.el"))]) + (fedi . [(20240607 1333) ((emacs (28 1)) (markdown-mode (2 5))) "Helper functions for fediverse clients" tar ((:commit . "8f2cf86b96d089964570d47dbe299ab3dbf13cef") (:authors ("Marty Hiatt" . "martianhiatus@riseup.net")) (:maintainers ("Marty Hiatt" . "martianhiatus@riseup.net")) (:maintainer "Marty Hiatt" . "martianhiatus@riseup.net") (:url . "https://codeberg.org/martianh/fedi.el"))]) + (feebleline . [(20190822 1401) nil "Replace modeline with a slimmer proxy" tar ((:commit . "b2f2db25cac77817bf0c49ea2cea6383556faea0") (:authors ("Benjamin Lindqvist" . "benjamin.lindqvist@gmail.com")) (:maintainers ("Benjamin Lindqvist" . "benjamin.lindqvist@gmail.com")) (:maintainer "Benjamin Lindqvist" . "benjamin.lindqvist@gmail.com") (:url . "https://github.com/tautologyclub/feebleline"))]) + (feed-discovery . [(20200714 1118) ((emacs (25 1)) (dash (2 16 0))) "Discover feed url by RSS/Atom autodiscovery" tar ((:commit . "3812439c845c184eaf164d3ac8935de135259855") (:authors ("Hiroki YAMAKAWA" . "s06139@gmail.com")) (:maintainers ("Hiroki YAMAKAWA" . "s06139@gmail.com")) (:maintainer "Hiroki YAMAKAWA" . "s06139@gmail.com") (:url . "https://github.com/HKey/feed-discovery"))]) + (feline . [(20230301 1350) ((emacs (28 1))) "A modeline with very little" tar ((:commit . "8c46b1be9e45a38281aa9ddae79fda3c8e4cb5c5") (:authors ("chee" . "emacs@chee.party")) (:maintainers ("chee" . "emacs@chee.party")) (:maintainer "chee" . "emacs@chee.party") (:url . "https://opensource.chee.party/chee/feline-mode"))]) + (fennel-mode . [(20240502 1555) ((emacs (26 1))) "A major-mode for editing Fennel code" tar ((:commit . "b07a726f4d8b6e7f69fdf7f2105abfa5707680dc") (:authors ("Phil Hagelberg")) (:maintainers ("Phil Hagelberg")) (:maintainer "Phil Hagelberg") (:keywords "languages" "tools") (:url . "https://git.sr.ht/~technomancy/fennel-mode"))]) + (fetch . [(20131201 730) nil "Fetch and unpack resources" tar ((:commit . "3f2793afcbbc32f320e572453166f9354ecc6d06") (:authors ("Christian 'crshd' Brassat" . "christian.brassat@gmail.com")) (:maintainers ("Christian 'crshd' Brassat" . "christian.brassat@gmail.com")) (:maintainer "Christian 'crshd' Brassat" . "christian.brassat@gmail.com") (:url . "https://github.com/crshd/fetch.el"))]) + (ffmpeg-player . [(20240101 926) ((emacs (24 4)) (s (1 12 0)) (f (0 20 0))) "Play video using ffmpeg" tar ((:commit . "c3808dc1c39499a81e1b9463526fda924fd1f062") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "multimedia" "video" "ffmpeg" "buffering" "images") (:url . "https://github.com/jcs-elpa/ffmpeg-player"))]) + (ffmpeg-utils . [(20230305 709) ((emacs (25 1)) (alert (1 2)) (transient (0 1 0))) "FFmpeg command utilities wrappers" tar ((:commit . "064d61527bc6b6a1d0fb0065f8a7bae3bbd4cefc") (:keywords "multimedia") (:url . "https://repo.or.cz/ffmpeg-utils.git"))]) + (fic-mode . [(20180603 2035) nil "Show FIXME/TODO/BUG(...) in special face only in comments and strings" tar ((:commit . "a05fc36ed54ba0c6dc22ac216a6a72cf191ca13d") (:url . "https://github.com/lewang/fic-mode"))]) + (fifo-class . [(20160425 558) nil "First in first out abstract class" tar ((:commit . "8fe4cf690727f4ac7b67f29c55f845df023c3f21") (:authors ("Mola-T" . "Mola@molamola.xyz")) (:maintainers ("Mola-T" . "Mola@molamola.xyz")) (:maintainer "Mola-T" . "Mola@molamola.xyz") (:keywords "lisp") (:url . "https://github.com/mola-T/fifo-class"))]) + (figlet . [(20160218 2237) nil "Annoy people with big, ascii art text" tar ((:commit . "19a38783a90e151faf047ff233a21a729db0cea9") (:authors ("Philip Jackson" . "phil@shellarchive.co.uk")) (:maintainers ("Philip Jackson" . "phil@shellarchive.co.uk")) (:maintainer "Philip Jackson" . "phil@shellarchive.co.uk"))]) + (file-info . [(20240621 653) ((emacs (28 1)) (hydra (0 15 0)) (browse-at-remote (0 15 0))) "Show pretty information about current file" tar ((:commit . "36fb3469a4d1c9d803e9d13e7e2e9582ced3043f") (:authors ("Artur Yaroshenko" . "artawower@protonmail.com")) (:maintainers ("Artur Yaroshenko" . "artawower@protonmail.com")) (:maintainer "Artur Yaroshenko" . "artawower@protonmail.com") (:url . "https://github.com/artawower/file-info.el"))]) + (filelock . [(20180524 2215) ((emacs (24)) (cl-lib (0)) (f (0))) "Functions for manipulating file locks" tar ((:commit . "17a5ca6e0dee14d2e7d92c84be91143bca9d9663") (:authors ("Ryan C. Thompson")) (:maintainers ("Ryan C. Thompson")) (:maintainer "Ryan C. Thompson") (:keywords "extensions" "files" "tools") (:url . "https://github.com/DarwinAwardWinner/emacs-filelock"))]) + (filetags . [(20190706 804) ((emacs (24 4))) "Package to manage filetags in filename" tar ((:commit . "71667a819e46eb1f6e30e2fa61321acb7c6ccb3d") (:authors ("Max Beutelspacher")) (:maintainers ("Max Beutelspacher")) (:maintainer "Max Beutelspacher") (:keywords "convenience" "files") (:url . "https://github.com/DerBeutlin/filetags.el"))]) + (filetree . [(20221108 236) ((dash (2 12 0)) (helm (3 7 0)) (seq (2 23)) (transient (0 3 6))) "File tree view/manipulatation package" tar ((:commit . "1c48ef63a639bfe1ae4d5095725ef88a3f2c590d") (:authors ("Ketan Patel" . "knpatel401@gmail.com")) (:maintainers ("Ketan Patel" . "knpatel401@gmail.com")) (:maintainer "Ketan Patel" . "knpatel401@gmail.com") (:url . "https://github.com/knpatel401/filetree"))]) + (fill-column-indicator . [(20200806 2239) nil "Graphically indicate the fill column" tar ((:commit . "c35f9de072c241699b57bcb46da84bed5af29cfe") (:authors ("Alp Aker" . "alp.tekin.aker@gmail.com")) (:maintainers ("Alp Aker" . "alp.tekin.aker@gmail.com")) (:maintainer "Alp Aker" . "alp.tekin.aker@gmail.com") (:keywords "convenience"))]) + (fill-function-arguments . [(20240213 2249) ((emacs (24 4))) "Convert function arguments to/from single line" tar ((:commit . "9def8ced5241b10067ae85c89ae34359c2e4847a") (:authors ("David Shepherd" . "davidshepherd7@gmail.com")) (:maintainers ("David Shepherd" . "davidshepherd7@gmail.com")) (:maintainer "David Shepherd" . "davidshepherd7@gmail.com") (:keywords "convenience") (:url . "https://github.com/davidshepherd7/fill-function-arguments"))]) + (fill-page . [(20240423 924) ((emacs (24 4))) "Fill buffer so you don't see empty lines at the end" tar ((:commit . "c04d29a83d50c9f1dfc039c05c6508f8370514fd") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "fill" "page" "buffer") (:url . "https://github.com/jcs-elpa/fill-page"))]) + (fillcode . [(20200524 2226) nil "Fill (wrap) function calls and expressions in source code" tar ((:commit . "4d206982b6aaa493d709c84aea206cabb8b4038c") (:authors ("Ryan Barrett" . "fillcode@ryanb.org")) (:maintainers ("Ryan Barrett" . "fillcode@ryanb.org")) (:maintainer "Ryan Barrett" . "fillcode@ryanb.org") (:url . "https://snarfed.org/fillcode"))]) + (filldent . [(20220423 2216) ((emacs (24 1))) "Fill or indent" tar ((:commit . "2f32e0cf5e27c613f962fa41bf3427bbdc04e6c0") (:authors ("Case Duckworth" . "acdw@acdw.net")) (:maintainers ("Case Duckworth" . "acdw@acdw.net")) (:maintainer "Case Duckworth" . "acdw@acdw.net") (:url . "https://github.com/duckwork/filldent.el"))]) + (finalize . [(20170418 1945) ((emacs (24 1)) (cl-generic (0 3)) (cl-lib (0 3)) (eieio (1 4))) "finalizers for Emacs Lisp" tar ((:commit . "0f7d47c4d50f1c76fc3b43bfc2d4886dd3e8ca27") (:authors ("Christopher Wellons" . "wellons@nullprogram.com")) (:maintainer "Christopher Wellons" . "wellons@nullprogram.com") (:url . "https://github.com/skeeto/elisp-finalize"))]) + (find-by-pinyin-dired . [(20180210 218) ((pinyinlib (0 1 0))) "Find file by first PinYin character of Chinese Hanzi" tar ((:commit . "3b4781148dddc84a701ad76c0934ed991ecd59d5") (:authors ("Chen Bin" . "chenbin.sh@gmail.com")) (:maintainers ("Chen Bin" . "chenbin.sh@gmail.com")) (:maintainer "Chen Bin" . "chenbin.sh@gmail.com") (:keywords "hanzi" "chinese" "dired" "find" "file" "pinyin") (:url . "http://github.com/redguardtoo/find-by-pinyin-dired"))]) + (find-dupes-dired . [(20210426 835) ((emacs (26 1))) "Find dupes and handle in dired" tar ((:commit . "af56f75afc240d8121c8944a614a272be811830c") (:authors ("Shuguang Sun" . "shuguang79@qq.com")) (:maintainers ("Shuguang Sun" . "shuguang79@qq.com")) (:maintainer "Shuguang Sun" . "shuguang79@qq.com") (:keywords "tools") (:url . "https://github.com/ShuguangSun/find-dupes-dired"))]) + (find-file-in-project . [(20230506 544) ((emacs (25 1))) "Find file/directory and review Diff/Patch/Commit efficiently" tar ((:commit . "889466d047ee93ab33fa8eaa4e1ef279d884f1da") (:authors ("Phil Hagelberg, Doug Alcorn, and Will Farrington")) (:maintainers ("Chen Bin" . "chenbin.sh@gmail.com")) (:maintainer "Chen Bin" . "chenbin.sh@gmail.com") (:keywords "project" "convenience") (:url . "https://github.com/redguardtoo/find-file-in-project"))]) + (find-file-in-repository . [(20210301 2202) nil "Quickly find files in a git, mercurial or other repository" tar ((:commit . "10f5bd919ce35691addc5ce0d281597a46813a79") (:authors ("Samuel Hoffstaetter" . "samuel@hoffstaetter.com")) (:maintainers ("Samuel Hoffstaetter" . "samuel@hoffstaetter.com")) (:maintainer "Samuel Hoffstaetter" . "samuel@hoffstaetter.com") (:keywords "files" "convenience" "repository" "project" "source control") (:url . "https://github.com/hoffstaetter/find-file-in-repository"))]) + (find-file-rg . [(20220314 1540) ((emacs (25 1))) "Find file in project using ripgrep" tar ((:commit . "404b1cc97c2f700d3dc1c66b640f96ed5a268dc3") (:authors ("Andrii Kolomoiets" . "andreyk.mad@gmail.com")) (:maintainers ("Andrii Kolomoiets" . "andreyk.mad@gmail.com")) (:maintainer "Andrii Kolomoiets" . "andreyk.mad@gmail.com") (:keywords "tools") (:url . "https://github.com/muffinmad/emacs-find-file-rg"))]) + (find-temp-file . [(20240512 1635) nil "Open quickly a temporary file" tar ((:commit . "76414b6ba8660905675ec8969f5db0adb270bb80") (:authors ("Sylvain Rousseau ")) (:maintainers ("Sylvain Rousseau ")) (:maintainer "Sylvain Rousseau ") (:keywords "convenience") (:url . "https://github.com/thisirs/find-temp-file.git"))]) + (find-things-fast . [(20150519 2226) nil "Find things fast, leveraging the power of git" tar ((:commit . "281dcb5a2e2db1013246dcac5111808352a8ea95") (:authors ("Elvio Toccalino and Elliot Glaysher and Phil Hagelberg and Doug Alcorn")) (:maintainers ("Elvio Toccalino and Elliot Glaysher and Phil Hagelberg and Doug Alcorn")) (:maintainer "Elvio Toccalino and Elliot Glaysher and Phil Hagelberg and Doug Alcorn") (:keywords "project" "convenience"))]) + (findr . [(20130127 2032) nil "Breadth-first file-finding facility for (X)Emacs" tar ((:commit . "1ddbc0464bb05dcda392b62666ad17239a2152d3") (:authors ("David Bakhash" . "cadet@bu.edu")) (:maintainers ("David Bakhash" . "cadet@bu.edu")) (:maintainer "David Bakhash" . "cadet@bu.edu") (:keywords "files"))]) + (fingers . [(20160817 829) nil "Modal editing with universal text manipulation helpers." tar ((:commit . "7de351448a6f5ea7aa7a25db6c90d5138f87eb16") (:authors ("Felix Geller" . "fgeller@gmail.com")) (:maintainers ("Felix Geller" . "fgeller@gmail.com")) (:maintainer "Felix Geller" . "fgeller@gmail.com") (:keywords "fingers" "modal" "editing" "workman") (:url . "http://github.com/fgeller/fingers.el"))]) + (finito . [(20240219 2059) ((emacs (27 1)) (dash (2 17 0)) (request (0 3 2)) (f (0 2 0)) (s (1 12 0)) (transient (0 3 0)) (graphql (0 1 1)) (async (1 9 3))) "View and collect books" tar ((:commit . "b4f1c776e3a6cda2f51dd71e55f72de6fd3c1dcf") (:authors ("Laurence Warne")) (:maintainers ("Laurence Warne")) (:maintainer "Laurence Warne") (:keywords "outlines") (:url . "https://github.com/LaurenceWarne/finito.el"))]) + (fiplr . [(20140724 645) ((grizzl (0 1 0)) (cl-lib (0 1))) "Fuzzy Search for Files in Projects" tar ((:commit . "bb6b90ba3c558988c195048c4c40140b2ee17530") (:authors ("Chris Corbyn" . "chris@w3style.co.uk")) (:maintainer "Chris Corbyn" . "chris@w3style.co.uk") (:keywords "convenience" "usability" "project") (:url . "https://github.com/d11wtq/fiplr"))]) + (fira-code-mode . [(20240228 1728) ((emacs (24 4))) "Minor mode for Fira Code ligatures using prettify-symbols" tar ((:commit . "c48f3f16a4b497b9e455966561bbb6638efe4900") (:authors ("Jonathan Ming" . "jming422@gmail.com")) (:maintainers ("Jonathan Ming" . "jming422@gmail.com")) (:maintainer "Jonathan Ming" . "jming422@gmail.com") (:keywords "faces" "ligatures" "fonts" "programming-ligatures") (:url . "https://github.com/jming422/fira-code-mode"))]) + (firebase-rules-mode . [(20240520 1326) ((emacs (24 3))) "Editing support for firebase.rules" tar ((:commit . "c88cb10251cdfce931e4fe48ce76eaa50cc7e791") (:authors ("Darrel Herbst" . "dherbst@gmail.com")) (:maintainers ("Darrel Herbst" . "dherbst@gmail.com")) (:maintainer "Darrel Herbst" . "dherbst@gmail.com") (:keywords "languages") (:url . "https://github.com/dherbst/firebase-rules-mode"))]) + (firecode-theme . [(20170808 1311) ((emacs (24 0))) "an Emacs 24 theme based on FireCode (tmTheme)" tar ((:commit . "8b7b03ecdd41e70dab145b98906017e1392eaef4") (:authors ("Jason Milkins")) (:maintainers ("Jason Milkins")) (:maintainer "Jason Milkins") (:url . "https://github.com/emacsfodder/tmtheme-to-deftheme"))]) + (fireplace . [(20200402 2206) nil "A cozy fireplace for emacs" tar ((:commit . "f6c23e259349922aae25cf2898ba815a7d8f2527") (:authors ("Johan Sivertsen" . "johanvts@gmail.com")) (:maintainers ("Johan Sivertsen" . "johanvts@gmail.com")) (:maintainer "Johan Sivertsen" . "johanvts@gmail.com") (:keywords "games") (:url . "https://github.com/johanvts/emacs-fireplace"))]) + (firestarter . [(20210508 1626) ((emacs (24 1))) "Execute (shell) commands on save" tar ((:commit . "76070c9074aa363350abe6ad06143e90b3e12ab1") (:authors ("Vasilij Schneidermann" . "mail@vasilij.de")) (:maintainers ("Vasilij Schneidermann" . "mail@vasilij.de")) (:maintainer "Vasilij Schneidermann" . "mail@vasilij.de") (:keywords "convenience") (:url . "https://depp.brause.cc/firestarter"))]) + (firrtl-mode . [(20231127 1237) ((emacs (24 3))) "mode for working with FIRRTL files" tar ((:commit . "0c7d971899f93367b78e13d70d64cfb89d80b45c") (:authors ("Schuyler Eldridge" . "schuyler.eldridge@ibm.com")) (:maintainers ("Schuyler Eldridge" . "schuyler.eldridge@ibm.com")) (:maintainer "Schuyler Eldridge" . "schuyler.eldridge@ibm.com") (:keywords "languages" "firrtl") (:url . "https://github.com/ibm/firrtl-mode"))]) + (firstly-search . [(20240408 556) ((emacs (29 1))) "Search with any key: Dired, Package, Buffer menu modes" tar ((:commit . "2045d990509074a8151c8a27db50e477d254aa31") (:authors ("github.com/Anoncheg1,codeberg.org/Anoncheg")) (:maintainers ("github.com/Anoncheg1,codeberg.org/Anoncheg")) (:maintainer "github.com/Anoncheg1,codeberg.org/Anoncheg") (:keywords "matching" "isearch" "navigation" "dired" "packagemenu") (:url . "https://codeberg.org/Anoncheg/firstly-search"))]) + (fish-completion . [(20240518 1403) ((emacs (25 1))) "Fish completion for pcomplete (shell and Eshell)" tar ((:commit . "1256f137a2039805d4e87f8e6c11a162ed019587") (:authors ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainers ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainer "Pierre Neidhardt" . "mail@ambrevar.xyz") (:url . "https://gitlab.com/Ambrevar/emacs-fish-completion"))]) + (fish-mode . [(20240129 1213) ((emacs (24))) "Major mode for fish shell scripts" tar ((:commit . "2526b1803b58cf145bc70ff6ce2adb3f6c246f89") (:authors ("Tony Wang" . "wwwjfy@gmail.com")) (:maintainers ("Tony Wang" . "wwwjfy@gmail.com")) (:maintainer "Tony Wang" . "wwwjfy@gmail.com") (:keywords "fish" "shell"))]) + (fit-text-scale . [(20211230 2002) ((emacs (25 1))) "Fit text by scaling" tar ((:commit . "c53c8ce606380088643463848a9ee3502b0c64f4") (:authors ("Marco Wahl" . "marcowahlsoft@gmail.com")) (:maintainers ("Marco Wahl" . "marcowahlsoft@gmail.com")) (:maintainer "Marco Wahl" . "marcowahlsoft@gmail.com") (:keywords "convenience") (:url . "https://gitlab.com/marcowahl/fit-text-scale"))]) + (fix-input . [(20230606 1523) ((emacs (24 4))) "Make input methods play nicely with alternative layouts" tar ((:commit . "439c1ce8c0a66ecdee4a4b25a1b96197d926b1c3") (:authors ("Mark Karpov" . "markkarpov92@gmail.com")) (:maintainers ("Mark Karpov" . "markkarpov92@gmail.com")) (:maintainer "Mark Karpov" . "markkarpov92@gmail.com") (:keywords "convenience" "input") (:url . "https://github.com/mrkkrp/fix-input"))]) + (fix-muscle-memory . [(20210702 1755) nil "Simple hacks to fix muscle memory problems" tar ((:commit . "b8d4b8025d758762f4459c70c3a7a209ead865ed") (:authors ("Jonathan Arkell" . "jonnay@jonnay.net")) (:maintainers ("Jonathan Arkell" . "jonnay@jonnay.net")) (:maintainer "Jonathan Arkell" . "jonnay@jonnay.net") (:keywords "spelling" "typing"))]) + (fix-word . [(20210319 1414) ((emacs (24 1)) (cl-lib (0 5))) "Convenient word transformation" tar ((:commit . "80cf4529915c34d2d39b4d3410781a19ef264e9f") (:authors ("Mark Karpov" . "markkarpov92@gmail.com")) (:maintainers ("Mark Karpov" . "markkarpov92@gmail.com")) (:maintainer "Mark Karpov" . "markkarpov92@gmail.com") (:keywords "word" "convenience") (:url . "https://github.com/mrkkrp/fix-word"))]) + (fixed-page-mode . [(20230531 929) ((emacs (24 3))) "A fixed page length mode" tar ((:commit . "608dd1120d35b02a02570f024c585f7569508586") (:authors ("Igor Wojnicki" . "wojnicki@gmail.com")) (:maintainers ("Igor Wojnicki" . "wojnicki@gmail.com")) (:maintainer "Igor Wojnicki" . "wojnicki@gmail.com") (:keywords "wp") (:url . "https://gitlab.com/igorwojnicki/fixed-page-mode"))]) + (fixmee . [(20230415 2027) ((button-lock (1 0 2)) (nav-flash (1 0 0)) (back-button (0 6 0)) (smartrep (0 0 3)) (string-utils (0 3 2)) (tabulated-list (0))) "Quickly navigate to FIXME notices in code" tar ((:commit . "54500aaa8ae019034dc170af33f43465f5f03123") (:authors ("Roland Walker" . "walker@pobox.com")) (:maintainers ("Roland Walker" . "walker@pobox.com")) (:maintainer "Roland Walker" . "walker@pobox.com") (:keywords "navigation" "convenience") (:url . "http://github.com/rolandwalker/fixmee"))]) + (flame . [(20180303 2016) ((emacs (24))) "automatic generation of flamage, as if we needed more." tar ((:commit . "2cfb860a483197e92a4c20d7b9b055d586e76fe0") (:authors ("Ian G. Batten" . "batten@uk.ac.bham.multics") ("Noah Friedman" . "friedman@splode.com")) (:maintainers ("Noah Friedman" . "friedman@splode.com")) (:maintainer "Noah Friedman" . "friedman@splode.com") (:keywords "games") (:url . "https://github.com/mschuldt/flame"))]) + (flames-of-freedom . [(20191202 1637) ((emacs (25 1))) "The flames of freedom" tar ((:commit . "5e47ff27cfa2f7c06081be2ffefe91a731efd012") (:authors ("Stéphane Champailler" . "schampailler@skynet.be")) (:maintainers ("Stéphane Champailler" . "schampailler@skynet.be")) (:maintainer "Stéphane Champailler" . "schampailler@skynet.be") (:keywords "multimedia") (:url . "https://github.com/wiz21b/FlamesOfFreedom"))]) + (flappymacs . [(20171023 1004) nil "flappybird clone for emacs" tar ((:commit . "fac0011983251d5c44f4ed1eacac03f5de3caac4") (:authors ("Takayuki Sato")) (:maintainers ("Takayuki Sato")) (:maintainer "Takayuki Sato") (:keywords "games") (:url . "https://github.com/taksatou/flappymacs"))]) + (flash-region . [(20130923 1817) nil "Flash a region" tar ((:commit . "261b3597b23cdd40e5c14262a5687bcc6c1d0901") (:authors ("Matus Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matus Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matus Goljer" . "matus.goljer@gmail.com") (:keywords "utility"))]) + (flatbuffers-mode . [(20210710 1004) ((emacs (24 3))) "Major mode for editing flatbuffers" tar ((:commit . "8e7783db45a64c9456130fd0c108ac12d45a7789") (:authors ("Asal Mirzaieva" . "asalle.kim@gmail.com")) (:maintainers ("Asal Mirzaieva" . "asalle.kim@gmail.com")) (:maintainer "Asal Mirzaieva" . "asalle.kim@gmail.com") (:keywords "flatbuffers" "languages") (:url . "https://github.com/Asalle/flatbuffers-mode"))]) + (flatfluc-theme . [(20230721 538) ((emacs (26 1))) "Custom merge of flucui and flatui themes" tar ((:commit . "9c9ae6f34aa8fca537cdd8a899b337ba8302fb9d") (:authors ("Sébastien Le Maguer" . "lemagues@tcd.ie")) (:maintainers ("Sébastien Le Maguer" . "lemagues@tcd.ie")) (:maintainer "Sébastien Le Maguer" . "lemagues@tcd.ie") (:keywords "lisp") (:url . "https://github.com/seblemaguer/flatfluc-theme"))]) + (flatland-black-theme . [(20170808 1312) ((emacs (24 0))) "an Emacs 24 theme based on Flatland Black (tmTheme)" tar ((:commit . "348c5d5fe615e6ea13cadc17f046e506e789ce07") (:authors ("Jason Milkins")) (:maintainers ("Jason Milkins")) (:maintainer "Jason Milkins") (:url . "https://github.com/emacsfodder/flatland-black-theme"))]) + (flatland-theme . [(20171113 1521) nil "A simple theme for Emacs based on the Flatland theme for Sublime Text" tar ((:commit . "a98a6f19ad4dff0fa3fad1ea487b7d0ef634a19a") (:authors ("Greg Chapple" . "info@gregchapple.com")) (:maintainers ("Greg Chapple" . "info@gregchapple.com")) (:maintainer "Greg Chapple" . "info@gregchapple.com") (:url . "http://github.com/gregchapple/flatland-emacs"))]) + (flatui-dark-theme . [(20170513 1422) ((emacs (24))) "Dark color theme with colors from https://flatuicolors.com/" tar ((:commit . "5b959a9f743f891e4660b1b432086417947872ea") (:authors ("Andrew Phillips" . "theasp@gmail.com")) (:maintainers ("Andrew Phillips" . "theasp@gmail.com")) (:maintainer "Andrew Phillips" . "theasp@gmail.com") (:keywords "color" "theme" "dark" "flatui" "faces") (:url . "https://github.com/theasp/flatui-dark-theme"))]) + (flatui-theme . [(20160619 127) nil "A color theme for Emacs based on flatuicolors.com" tar ((:commit . "9c15db5526c15c8dba55023f5698372b19c2a780") (:authors ("John Louis Del Rosario" . "john2x@gmail.com")) (:maintainers ("John Louis Del Rosario" . "john2x@gmail.com")) (:maintainer "John Louis Del Rosario" . "john2x@gmail.com") (:url . "https://github.com/john2x/flatui-theme.el"))]) + (fleetish-theme . [(20230407 1438) ((emacs (24))) "A take on the JetBrains Fleet theme" tar ((:commit . "482513562b6691c7f3440b62a31033d22378ed96") (:authors ("Scott Raine" . "scott@raine.sh")) (:maintainers ("Scott Raine" . "scott@raine.sh")) (:maintainer "Scott Raine" . "scott@raine.sh") (:url . "https://github.com/nylar/fleetish-emacs-theme"))]) + (flex-autopair . [(20120809 1218) nil "Automatically insert pair braces and quotes, insertion conditions & actions are highly customizable." tar ((:commit . "55d128749cc070551a1624a4508d1c4f6d76f7cf") (:authors ("Yuuki Arisawa" . "yuuki.ari@gmail.com")) (:maintainers ("Yuuki Arisawa" . "yuuki.ari@gmail.com")) (:maintainer "Yuuki Arisawa" . "yuuki.ari@gmail.com") (:keywords "keyboard" "input") (:url . "https://github.com/uk-ar/flex-autopair.el"))]) + (flex-compile . [(20231219 2113) ((emacs (26 1)) (dash (2 17 0)) (buffer-manage (1 1))) "Run, evaluate and compile across many languages" tar ((:commit . "817dd32411748682c13f752786b901041a470504") (:authors ("Paul Landes")) (:maintainers ("Paul Landes")) (:maintainer "Paul Landes") (:keywords "compilation" "integration" "processes") (:url . "https://github.com/plandes/flex-compile"))]) + (flex-isearch . [(20170308 2010) nil "Flex matching (like ido) in isearch." tar ((:commit . "b1f7e04de762282c276343cc2709af9ff4abc9d2") (:authors ("Jonathan Kotta" . "jpkotta@gmail.com")) (:maintainers ("Jonathan Kotta" . "jpkotta@gmail.com")) (:maintainer "Jonathan Kotta" . "jpkotta@gmail.com") (:keywords "convenience" "search") (:url . "https://bitbucket.org/jpkotta/flex-isearch"))]) + (flexoki-themes . [(20240109 607) ((emacs (27 1))) "An inky color scheme for prose and code" tar ((:commit . "9339a2a1a8052159916e9913b14ec062c0a3f506") (:authors ("Andrew Jose" . "arnav.jose@gmail.com")) (:maintainers ("Andrew Jose" . "arnav.jose@gmail.com")) (:maintainer "Andrew Jose" . "arnav.jose@gmail.com") (:keywords "faces" "theme") (:url . "https://github.com/crmsnbleyd/flexoki-emacs-theme"))]) + (flim . [(20240221 1353) ((emacs (24 5)) (apel (10 8)) (oauth2 (0 11))) "A library to provide basic features about message representation or encoding." tar ((:commit . "23bb29d70a13cada2eaab425ef80071564586a6d"))]) + (flimenu . [(20200810 1510) ((emacs (24 4))) "Flatten imenu automatically" tar ((:commit . "4c0ff37cf3bd6c836bd136b5f6c450560a6c92b9") (:authors ("Ivan Malison" . "IvanMalison@gmail.com")) (:maintainers ("Ivan Malison" . "IvanMalison@gmail.com")) (:maintainer "Ivan Malison" . "IvanMalison@gmail.com") (:keywords "imenu" "browse" "structure" "hook" "mode" "matching" "tools" "convenience" "files") (:url . "https://github.com/IvanMalison/flimenu"))]) + (fliptext . [(20171124 2056) nil "Input method for flipping characters upside down" tar ((:commit . "fd821f645ffebae6ae3894afa7ba7fc06f91afc6") (:authors ("André Riemann" . "andre.riemann@web.de")) (:maintainers ("André Riemann" . "andre.riemann@web.de")) (:maintainer "André Riemann" . "andre.riemann@web.de") (:keywords "games" "i18n"))]) + (floobits . [(20211018 550) ((json (1 2)) (highlight (0))) "Floobits plugin for real-time collaborative editing" tar ((:commit . "93b3317fb6c842efe165e54c8a32bf51d436837d") (:authors ("Matt Kaniaris") ("Geoff Greer")) (:maintainers ("Matt Kaniaris")) (:maintainer "Matt Kaniaris") (:keywords "comm" "tools") (:url . "http://github.com/Floobits/floobits-emacs"))]) + (flow-js2-mode . [(20191213 1004) ((flow-minor-mode (0)) (js2-mode (0)) (emacs (25 1))) "Support for flow annotations in js2-mode" tar ((:commit . "7520bdda70287e8d57b3f41033b1e0ca59a3be95") (:authors ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matúš Goljer" . "matus.goljer@gmail.com") (:keywords "languages" "extensions"))]) + (flow-minor-mode . [(20200905 1730) ((emacs (25 1))) "Flow type mode based on web-mode." tar ((:commit . "804217a15a28f6918fba93c91d495ed7d50b0495") (:url . "https://github.com/an-sh/flow-minor-mode"))]) + (flower . [(20220416 1744) ((emacs (24 4)) (clomacs (0 0 4))) "Emacs task tracker client." tar ((:commit . "047846409867b2dd0ba4e2047a414b498680cd9c") (:authors ("Sergey Sobko" . "flower@tpg.am")) (:maintainers ("Sergey Sobko" . "flower@tpg.am")) (:maintainer "Sergey Sobko" . "flower@tpg.am") (:keywords "hypermedia" "outlines" "tools" "vc") (:url . "https://github.com/FlowerAutomation/flower"))]) + (flucui-themes . [(20200815 2103) ((emacs (24))) "Custom theme inspired by the Flat UI palette" tar ((:commit . "6591b5093e6e8f0e720e3995a16a91835b2e7a48") (:authors ("MetroWind" . "chris.corsair@gmail.com")) (:maintainers ("MetroWind" . "chris.corsair@gmail.com")) (:maintainer "MetroWind" . "chris.corsair@gmail.com") (:keywords "lisp") (:url . "https://github.com/MetroWind/flucui-theme"))]) + (flutter . [(20240202 1241) ((emacs (25 1))) "Tools for working with Flutter SDK" tar ((:commit . "004c91e070a9b4a2a5042f5bb20015ec65453acf") (:authors ("Aaron Madlon-Kay")) (:maintainers ("Aaron Madlon-Kay")) (:maintainer "Aaron Madlon-Kay") (:keywords "languages") (:url . "https://github.com/amake/flutter.el"))]) + (flutter-l10n-flycheck . [(20220502 50) ((emacs (25 1)) (flycheck (30)) (flutter (0 1 0))) "Flycheck checker for intl_translation" tar ((:commit . "a2cb56015f5716d6dc0e38fecb7c5b4906a5ba74") (:authors ("Aaron Madlon-Kay")) (:maintainers ("Aaron Madlon-Kay")) (:maintainer "Aaron Madlon-Kay") (:keywords "languages") (:url . "https://github.com/amake/flutter.el"))]) + (fluxus-mode . [(20210715 58) ((osc (0 1)) (emacs (24 4))) "Major mode for interfacing with Fluxus" tar ((:commit . "a14578640c578a4fd09cb7e25da1e87d637719ae") (:authors ("modula t." . "defaultxr@gmail.com")) (:maintainers ("modula t." . "defaultxr@gmail.com")) (:maintainer "modula t." . "defaultxr@gmail.com") (:keywords "languages") (:url . "https://github.com/defaultxr/fluxus-mode"))]) + (flx . [(20240205 356) ((cl-lib (0 3))) "fuzzy matching with good sorting" tar ((:commit . "4b1346eb9a8a76ee9c9dede69738c63ad97ac5b6") (:authors ("Le Wang")) (:maintainers ("Le Wang")) (:maintainer "Le Wang") (:url . "https://github.com/lewang/flx"))]) + (flx-ido . [(20240205 356) ((flx (0 1)) (cl-lib (0 3))) "flx integration for ido" tar ((:commit . "4b1346eb9a8a76ee9c9dede69738c63ad97ac5b6") (:authors ("Le Wang")) (:maintainers ("Le Wang")) (:maintainer "Le Wang") (:url . "https://github.com/lewang/flx"))]) + (flx-isearch . [(20191119 515) ((emacs (24)) (flx (20140821)) (cl-lib (0 5))) "Fuzzy incremental searching for emacs" tar ((:commit . "a44097fb8f539a193c2f09a37ea52a68f2c51839") (:authors ("PythonNut" . "pythonnut@pythonnut.com")) (:maintainers ("PythonNut" . "pythonnut@pythonnut.com")) (:maintainer "PythonNut" . "pythonnut@pythonnut.com") (:keywords "convenience" "search" "flx") (:url . "https://github.com/pythonnut/flx-isearch"))]) + (flycheck . [(20240411 449) ((emacs (26 1))) "On-the-fly syntax checking" tar ((:commit . "900b8e79754d21853a6e5b5a2802f317a7112a1e") (:authors ("Sebastian Wiesner" . "swiesner@lunaryorn.com")) (:maintainers ("Clément Pit-Claudel" . "clement.pitclaudel@live.com")) (:maintainer "Clément Pit-Claudel" . "clement.pitclaudel@live.com") (:keywords "convenience" "languages" "tools") (:url . "https://www.flycheck.org"))]) + (flycheck-actionlint . [(20230802 913) ((emacs (26)) (flycheck (32))) "Flycheck integration for actionlint" tar ((:commit . "f3baf396b534f8b874d3ae885cc1dd53b5098dff") (:authors ("Theodor-Alexandru Irimia")) (:maintainers ("Theodor-Alexandru Irimia")) (:maintainer "Theodor-Alexandru Irimia") (:keywords "convenience" "github" "linter" "flycheck") (:url . "https://github.com/tirimia/flycheck-actionlint"))]) + (flycheck-ameba . [(20191226 1011) ((emacs (24 4)) (flycheck (30))) "Add support for Ameba to Flycheck" tar ((:commit . "b129dbd8e4c43077521d1c77cc94bb3d52d5ee6d") (:keywords "tools" "crystal" "ameba") (:url . "https://github.com/crystal-ameba/ameba.el"))]) + (flycheck-apertium . [(20181211 1038) ((flycheck (0 25))) "Apertium checkers in flycheck" tar ((:commit . "22b60a17836477ac1edd15dc85b14f88ca871ba9") (:authors ("Kevin Brubeck Unhammer" . "unhammer+apertium@mm.st")) (:maintainers ("Kevin Brubeck Unhammer" . "unhammer+apertium@mm.st")) (:maintainer "Kevin Brubeck Unhammer" . "unhammer+apertium@mm.st") (:keywords "convenience" "tools" "xml") (:url . "http://wiki.apertium.org/wiki/Emacs"))]) + (flycheck-aspell . [(20240101 1945) ((flycheck (28 0)) (emacs (25 1))) "Aspell checker for flycheck" tar ((:commit . "aa73874abc60a43fcf615af9bdd85d3008bfe687") (:authors ("Leo Gaskin" . "leo.gaskin@le0.gs")) (:maintainers ("Leo Gaskin" . "leo.gaskin@le0.gs")) (:maintainer "Leo Gaskin" . "leo.gaskin@le0.gs") (:keywords "wp" "flycheck" "spell" "aspell") (:url . "https://github.com/leotaku/flycheck-aspell"))]) + (flycheck-ats2 . [(20170225 1636) ((emacs (24 1)) (flycheck (0 22))) "Flycheck: ATS2 support" tar ((:commit . "9f77add8408462af35bdddf87e37a661880255e3") (:authors ("Mark Laws" . "mdl@60hz.org")) (:maintainers ("Mark Laws" . "mdl@60hz.org")) (:maintainer "Mark Laws" . "mdl@60hz.org") (:keywords "convenience" "tools" "languages") (:url . "http://github.com/drvink/flycheck-ats2"))]) + (flycheck-bashate . [(20200625 642) ((flycheck (0 24)) (emacs (24 4))) "Integrate bashate with flycheck" tar ((:commit . "69e53e84f712bafffd785d84d9304598c2df5615") (:authors ("Alex Murray" . "murray.alex@gmail.com")) (:maintainers ("Alex Murray" . "murray.alex@gmail.com")) (:maintainer "Alex Murray" . "murray.alex@gmail.com") (:url . "https://github.com/alexmurray/flycheck-bashate"))]) + (flycheck-buf-lint . [(20240612 1219) ((emacs (26 1)) (flycheck (0 22)) (s (1 12 0))) "Flycheck checker for protobuf with buf.build" tar ((:commit . "6cf7e7a01bfe150f9be45e83f9fc2d0c8b9d8de3") (:authors ("Aaron Ji" . "shuxiao9058@gmail.com")) (:maintainers ("Aaron Ji" . "shuxiao9058@gmail.com")) (:maintainer "Aaron Ji" . "shuxiao9058@gmail.com") (:keywords "convenience" "tools" "buf" "protobuf") (:url . "https://github.com/shuxiao9058/flycheck-buf-lint"))]) + (flycheck-cask . [(20240205 1721) ((emacs (24 3)) (flycheck (0 14)) (dash (2 4 0))) "Cask support in Flycheck" tar ((:commit . "0eeec5197e9d31bfcfc39380b262d65259a87d91") (:authors ("Sebastian Wiesner" . "swiesner@lunaryorn.com")) (:maintainers ("Sebastian Wiesner" . "swiesner@lunaryorn.com")) (:maintainer "Sebastian Wiesner" . "swiesner@lunaryorn.com") (:keywords "tools" "convenience") (:url . "https://github.com/flycheck/flycheck-cask"))]) + (flycheck-cfn . [(20240512 2341) ((emacs (27 0)) (flycheck (31))) "Flycheck backend for AWS cloudformation" tar ((:commit . "b26a95a219aa700256b22fd026cace57bce1701b") (:authors ("William Orr" . "will@worrbase.com")) (:maintainers ("William Orr" . "will@worrbase.com")) (:maintainer "William Orr" . "will@worrbase.com") (:keywords "convenience") (:url . "https://gitlab.com/worr/cfn-mode"))]) + (flycheck-checkbashisms . [(20230313 1418) ((emacs (24)) (flycheck (0 25))) "checkbashisms checker for flycheck" tar ((:commit . "ca8f11679c77d6702f34e773bdde185ceb47a05d") (:authors ("Cuong Le" . "cuong.manhle.vn@gmail.com")) (:maintainers ("Cuong Le" . "cuong.manhle.vn@gmail.com")) (:maintainer "Cuong Le" . "cuong.manhle.vn@gmail.com") (:keywords "convenience" "tools" "sh" "unix") (:url . "https://github.com/cuonglm/flycheck-checkbashisms"))]) + (flycheck-checkpatch . [(20170217 1025) ((emacs (25)) (flycheck (30))) "Flycheck support for checkpatch.pl tool" tar ((:commit . "6461fc7b0d493eb9863814055f8bce5fa35739de") (:authors ("Alexander Yarygin" . "yarygin.alexander@gmail.com")) (:maintainers ("Alexander Yarygin" . "yarygin.alexander@gmail.com")) (:maintainer "Alexander Yarygin" . "yarygin.alexander@gmail.com") (:url . "https://github.com/zpp0/flycheck-checkpatch"))]) + (flycheck-clang-analyzer . [(20211214 648) ((flycheck (0 24)) (emacs (24 4))) "Integrate Clang Analyzer with flycheck" tar ((:commit . "646d9f3a80046ab231a07526778695d5decad92d") (:authors ("Alex Murray" . "murray.alex@gmail.com")) (:maintainers ("Alex Murray" . "murray.alex@gmail.com")) (:maintainer "Alex Murray" . "murray.alex@gmail.com") (:url . "https://github.com/alexmurray/flycheck-clang-analyzer"))]) + (flycheck-clang-tidy . [(20201115 1232) ((flycheck (0 30))) "Flycheck syntax checker using clang-tidy" tar ((:commit . "3bd947fb0dcc1e97617eab7be9e1b6e57db5e091") (:authors (nil . "Sebastian Nagel")) (:maintainers ("tastytea" . "tastytea@tastytea.de")) (:maintainer "tastytea" . "tastytea@tastytea.de") (:keywords "convenience" "languages" "tools") (:url . "https://github.com/ch1bo/flycheck-clang-tidy"))]) + (flycheck-clangcheck . [(20150712 710) ((cl-lib (0 5)) (seq (1 7)) (flycheck (0 17))) "A Flycheck checker difinition for ClangCheck." tar ((:commit . "24a9424c484420073a24443a829fd5779752362b") (:authors ("kumar8600" . "kumar8600@gmail.com")) (:maintainers ("kumar8600" . "kumar8600@gmail.com")) (:maintainer "kumar8600" . "kumar8600@gmail.com") (:url . "https://github.com/kumar8600/flycheck-clangcheck"))]) + (flycheck-clj-kondo . [(20240218 2215) ((emacs (26 1)) (flycheck (34))) "Add clj-kondo linter to flycheck" tar ((:commit . "e38c67ba9db1ea1cbe1b61ab39b506c05efdcdbf") (:authors ("Michiel Borkent" . "michielborkent@gmail.com")) (:maintainers ("Michiel Borkent" . "michielborkent@gmail.com")) (:maintainer "Michiel Borkent" . "michielborkent@gmail.com") (:url . "https://github.com/borkdude/flycheck-clj-kondo"))]) + (flycheck-clojure . [(20191215 2227) ((cider (0 22 0)) (flycheck (32 -4)) (let-alist (1 0 1)) (emacs (25))) "Flycheck: Clojure support" tar ((:commit . "bc85f9dfe1bcfa66a98d2ca5da955e7eab4ae00d") (:authors ("Peter Fraenkel" . "pnf@podsnap.com") ("Sebastian Wiesner" . "swiesner@lunaryorn.com")) (:maintainers ("Peter Fraenkel" . "pnf@podsnap.com")) (:maintainer "Peter Fraenkel" . "pnf@podsnap.com") (:url . "https://github.com/clojure-emacs/squiggly-clojure"))]) + (flycheck-clolyze . [(20190422 2134) ((flycheck (0 25)) (emacs (24))) "Add Clolyze to to flycheck" tar ((:commit . "9a3300eac22a7ff96accf37fa2d761c13cc38020") (:authors ("Daniel Laps" . "daniel.laps@hhu.de")) (:maintainers ("Daniel Laps" . "daniel.laps@hhu.de")) (:maintainer "Daniel Laps" . "daniel.laps@hhu.de") (:url . "https://github.com/DLaps/flycheck-clolyze"))]) + (flycheck-color-mode-line . [(20230106 1829) ((flycheck (0 15)) (emacs (24 3))) "Change mode line color with Flycheck status" tar ((:commit . "df9be4c5bf26c4dc5ddaeed8179c4d66bdaa91f5") (:authors ("Sylvain Benner" . "sylvain.benner@gmail.com")) (:maintainers ("Sylvain Benner" . "sylvain.benner@gmail.com")) (:maintainer "Sylvain Benner" . "sylvain.benner@gmail.com") (:keywords "convenience" "language" "tools") (:url . "https://github.com/flycheck/flycheck-color-mode-line"))]) + (flycheck-coverity . [(20170704 59) ((flycheck (0 24)) (dash (2 12 0)) (emacs (24 4))) "Integrate Coverity with flycheck" tar ((:commit . "cb211e3dd50413a5042eb20175be518214591c9d") (:authors ("Alex Murray" . "murray.alex@gmail.com")) (:maintainers ("Alex Murray" . "murray.alex@gmail.com")) (:maintainer "Alex Murray" . "murray.alex@gmail.com") (:url . "https://github.com/alexmurray/flycheck-coverity"))]) + (flycheck-credo . [(20240105 1655) ((flycheck (29))) "flycheck checker for elixir credo" tar ((:commit . "e285bd042a535d0f13e0b4c5226df404cdda4033") (:authors ("Aaron Jensen" . "aaronjensen@gmail.com")) (:maintainers ("Aaron Jensen" . "aaronjensen@gmail.com")) (:maintainer "Aaron Jensen" . "aaronjensen@gmail.com") (:url . "https://github.com/aaronjensen/flycheck-credo"))]) + (flycheck-crystal . [(20200805 2344) ((flycheck (30))) "Add support for Crystal to Flycheck" tar ((:commit . "f9e4db16ff9fdc6a296363aa35d19cfb4926e472") (:keywords "tools" "crystal") (:url . "https://github.com/crystal-lang-tools/emacs-crystal-mode"))]) + (flycheck-css-colorguard . [(20161031 1122) ((flycheck (0 22)) (emacs (24))) "Detect similar colors in CSS" tar ((:commit . "ae94fa0396acd99f9ec36d9572459df793f37fe8") (:authors ("Saša Jovanić" . "info@simplify.ba")) (:maintainers ("Saša Jovanić" . "info@simplify.ba")) (:maintainer "Saša Jovanić" . "info@simplify.ba") (:keywords "flycheck" "css" "colorguard") (:url . "https://github.com/Simplify/flycheck-css-colorguard/"))]) + (flycheck-cstyle . [(20160905 2341) ((flycheck (0 24)) (emacs (24 4))) "Integrate cstyle with flycheck" tar ((:commit . "002699f83253ea8e1a509a9ab6d0fce1a1650f73") (:authors ("Alex Murray" . "murray.alex@gmail.com")) (:maintainers ("Alex Murray" . "murray.alex@gmail.com")) (:maintainer "Alex Murray" . "murray.alex@gmail.com") (:url . "https://github.com/alexmurray/flycheck-cstyle"))]) + (flycheck-cython . [(20170724 958) ((flycheck (0 25))) "Support Cython in flycheck" tar ((:commit . "ecc4454d35ab5317ab66a04406f36f0c1dbc0b76") (:authors ("Lorenzo Bolla" . "lbolla@gmail.com")) (:maintainers ("Lorenzo Bolla" . "lbolla@gmail.com")) (:maintainer "Lorenzo Bolla" . "lbolla@gmail.com"))]) + (flycheck-d-unittest . [(20160522 417) ((flycheck (0 21 -4 1)) (dash (1 4 0))) "Add D unittest support to flycheck" tar ((:commit . "3e614f23cb4a5566fd7988dbcaaf254af81c7718") (:authors ("Tomoya Tanjo" . "ttanjo@gmail.com")) (:maintainers ("Tomoya Tanjo" . "ttanjo@gmail.com")) (:maintainer "Tomoya Tanjo" . "ttanjo@gmail.com") (:keywords "flycheck" "d") (:url . "https://github.com/tom-tan/flycheck-d-unittest/"))]) + (flycheck-dedukti . [(20171103 1212) ((flycheck (0 19)) (dedukti-mode (0 1))) "Flycheck integration of Dedukti" tar ((:commit . "3dbff5646355f39d57a3ec514f560a6b0082a1cd") (:authors ("Raphaël Cauderlier")) (:maintainers ("Raphaël Cauderlier")) (:maintainer "Raphaël Cauderlier") (:keywords "convenience" "languages" "tools" "flycheck" "dedukti") (:url . "https://github.com/rafoo/flycheck-dedukti"))]) + (flycheck-deno . [(20240101 833) ((emacs (26 1)) (flycheck (0 14))) "Flycheck for deno-lint" tar ((:commit . "5e4d66865d7d91e7af3b1b69b02dd540c9ea5aca") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "lisp" "deno") (:url . "https://github.com/flycheck/flycheck-deno"))]) + (flycheck-dialyxir . [(20170515 1525) ((flycheck (29))) "flycheck checker for elixir dialyxir" tar ((:commit . "adfb73374cb2bee75724822972f405f2ec371199") (:authors ("Aaron Jensen" . "aaronjensen@gmail.com")) (:maintainers ("Aaron Jensen" . "aaronjensen@gmail.com")) (:maintainer "Aaron Jensen" . "aaronjensen@gmail.com") (:url . "https://github.com/aaronjensen/flycheck-dialyxir"))]) + (flycheck-dialyzer . [(20160326 1430) ((flycheck (0 18))) "Support dialyzer in flycheck" tar ((:commit . "a5df0db95ac69f397b5f85d325a6d88cf8974f64") (:authors ("Lorenzo Bolla" . "lbolla@gmail.com")) (:maintainers ("Lorenzo Bolla" . "lbolla@gmail.com")) (:maintainer "Lorenzo Bolla" . "lbolla@gmail.com"))]) + (flycheck-dmd-dub . [(20210412 1608) ((flycheck (0 24)) (f (0 18 2))) "Sets flycheck-dmd-include-paths from dub package information" tar ((:commit . "818bfed45ac8597b6ad568c71eb9428138a125c8") (:authors ("Atila Neves" . "atila.neves@gmail.com")) (:maintainers ("Atila Neves" . "atila.neves@gmail.com")) (:maintainer "Atila Neves" . "atila.neves@gmail.com") (:keywords "languages") (:url . "http://github.com/atilaneves/flycheck-dmd-dub"))]) + (flycheck-dogma . [(20170125 721) ((flycheck (29))) "flycheck checker for elixir dogma" tar ((:commit . "7e14207a7da67dc5524a8949cb37a3d11de1db6e") (:authors ("Aaron Jensen" . "aaronjensen@gmail.com")) (:maintainers ("Aaron Jensen" . "aaronjensen@gmail.com")) (:maintainer "Aaron Jensen" . "aaronjensen@gmail.com") (:url . "https://github.com/aaronjensen/flycheck-dogma"))]) + (flycheck-drstring . [(20200210 1903) ((emacs (25 1)) (flycheck (0 25)) (swift-mode (8 0))) "Doc linting for Swift using DrString" tar ((:commit . "d8d5a560e792a6657ef5ac69934c74f1ed51372d") (:authors ("Daniel Martín" . "mardani29@yahoo.es")) (:maintainers ("Daniel Martín" . "mardani29@yahoo.es")) (:maintainer "Daniel Martín" . "mardani29@yahoo.es") (:keywords "tools" "flycheck") (:url . "https://github.com/danielmartin/flycheck-drstring"))]) + (flycheck-dtrace . [(20180903 1630) ((emacs (25 1)) (flycheck (0 22))) "Flycheck: DTrace support" tar ((:commit . "951fab3a15c11d92b9fac1ea4791a80dfe034a00") (:authors ("Jürgen Hötzel" . "juergen@hoetzel.info")) (:maintainers ("Jürgen Hötzel" . "juergen@hoetzel.info")) (:maintainer "Jürgen Hötzel" . "juergen@hoetzel.info") (:keywords "languages" "convenience" "tools"))]) + (flycheck-eask . [(20240223 1023) ((emacs (26 1)) (flycheck (0 14))) "Eask support in Flycheck" tar ((:commit . "c1c82b359bb94cbca29f2f0fb29b7f5132691d04") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "lisp" "eask") (:url . "https://github.com/flycheck/flycheck-eask"))]) + (flycheck-eglot . [(20240214 1937) ((emacs (28 1)) (eglot (1 9)) (flycheck (32))) "Flycheck support for eglot" tar ((:commit . "a38101634c55ef6cfcfc74b4fd9a50b541b42457") (:authors ("Sergey Firsov" . "intramurz@gmail.com")) (:maintainers ("Sergey Firsov" . "intramurz@gmail.com")) (:maintainer "Sergey Firsov" . "intramurz@gmail.com") (:keywords "convenience" "language" "tools") (:url . "https://github.com/flycheck/flycheck-eglot"))]) + (flycheck-eldev . [(20230905 1754) ((flycheck (32)) (dash (2 17)) (emacs (24 4))) "Eldev support in Flycheck" tar ((:commit . "e3d5cdaf8183bd9d1cf66857d21bf86052b1d703") (:authors ("Paul Pogonyshev" . "pogonyshev@gmail.com")) (:maintainers ("Paul Pogonyshev" . "pogonyshev@gmail.com")) (:maintainer "Paul Pogonyshev" . "pogonyshev@gmail.com") (:keywords "tools" "convenience") (:url . "https://github.com/flycheck/flycheck-eldev"))]) + (flycheck-elixir . [(20210413 612) ((flycheck (0 25))) "Support Elixir in flycheck" tar ((:commit . "b57a77a21d6cf9621b3387831cba34135c4fa35d") (:authors ("Lorenzo Bolla" . "lbolla@gmail.com")) (:maintainers ("Lorenzo Bolla" . "lbolla@gmail.com")) (:maintainer "Lorenzo Bolla" . "lbolla@gmail.com"))]) + (flycheck-elm . [(20181107 146) ((flycheck (0 29 -4)) (emacs (24 4)) (let-alist (1 0 5)) (seq (2 20))) "Flycheck support for the elm language" tar ((:commit . "debd0af563cb6c2944367a691c7fa3021d9378c1") (:authors ("Brian Sermons")) (:maintainers ("Brian Sermons")) (:maintainer "Brian Sermons") (:url . "https://github.com/bsermons/flycheck-elm"))]) + (flycheck-elsa . [(20230217 1640) ((emacs (25)) (flycheck (0 14)) (seq (2 0))) "Flycheck for Elsa" tar ((:commit . "d60db9544d0c4213f2478bcea0fd0e668e31cf34") (:authors ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matúš Goljer" . "matus.goljer@gmail.com") (:keywords "convenience") (:url . "https://github.com/emacs-elsa/flycheck-elsa"))]) + (flycheck-falco-rules . [(20231020 1534) ((emacs (24 3)) (flycheck (0 25)) (let-alist (1 0 1))) "On-the-fly syntax checking for falco rules files" tar ((:commit . "4bdc576abb13569354281badeaafe4abeee7fb3d") (:authors ("The Falco Developers (https://falco.org)")) (:maintainers ("The Falco Developers (https://falco.org)")) (:maintainer "The Falco Developers (https://falco.org)") (:keywords "tools" "convenience") (:url . "https://github.com/falcosecurity/flycheck-falco-rules"))]) + (flycheck-flawfinder . [(20211214 647) ((flycheck (0 24)) (emacs (24 4))) "Integrate flawfinder with flycheck" tar ((:commit . "85701b849ea1ed8438ed4b7ae236e99d0f5528c7") (:authors ("Alex Murray" . "murray.alex@gmail.com")) (:maintainers ("Alex Murray" . "murray.alex@gmail.com")) (:maintainer "Alex Murray" . "murray.alex@gmail.com") (:url . "https://github.com/alexmurray/flycheck-flawfinder"))]) + (flycheck-flow . [(20190304 1459) ((flycheck (0 18)) (json (1 4))) "Support Flow in flycheck" tar ((:commit . "9e8e52cfc98af6a23fd906f9cb5d5d470d8cf82d") (:authors ("Lorenzo Bolla" . "lbolla@gmail.com")) (:maintainers ("Lorenzo Bolla" . "lbolla@gmail.com")) (:maintainer "Lorenzo Bolla" . "lbolla@gmail.com"))]) + (flycheck-ghcmod . [(20150114 632) ((flycheck (0 21 -4 1)) (dash (2 0))) "A flycheck checker for Haskell using ghcmod" tar ((:commit . "6bb7b7d879f05bbae54e99eb04806c877adf3ccc") (:authors ("Shen Chao" . "scturtle@gmail.com")) (:maintainers ("Shen Chao" . "scturtle@gmail.com")) (:maintainer "Shen Chao" . "scturtle@gmail.com") (:keywords "convenience" "languages" "tools") (:url . "https://github.com/scturtle/flycheck-ghcmod"))]) + (flycheck-golangci-lint . [(20240329 1647) ((emacs (24)) (flycheck (0 22))) "Flycheck checker for golangci-lint" tar ((:commit . "91c59b128aa6f719069cfb3e5df77588691a3e14") (:authors ("Wei Jian Gan" . "weijiangan@outlook.com")) (:maintainers ("Wei Jian Gan" . "weijiangan@outlook.com")) (:maintainer "Wei Jian Gan" . "weijiangan@outlook.com") (:keywords "convenience" "tools" "go") (:url . "https://github.com/weijiangan/flycheck-golangci-lint"))]) + (flycheck-gometalinter . [(20180424 941) ((emacs (24)) (flycheck (0 22))) "flycheck checker for gometalinter" tar ((:commit . "422f6e4b77b27fd7370f0c88437ac5072c9d3413") (:authors ("Diep Pham" . "me@favadi.com")) (:maintainers ("Diep Pham" . "me@favadi.com")) (:maintainer "Diep Pham" . "me@favadi.com") (:keywords "convenience" "tools" "go") (:url . "https://github.com/favadi/flycheck-gometalinter"))]) + (flycheck-google-cpplint . [(20240101 833) ((flycheck (0 20 -4 1))) "Help to comply with the Google C++ Style Guide" tar ((:commit . "2330e8ed99d89010b652dcb8e9a9a546a9e6da3a") (:authors ("Akiha Senda" . "senda.akiha@gmail.com")) (:maintainers ("Jen-Chieh Shen" . "jcs090218@gmail.com")) (:maintainer "Jen-Chieh Shen" . "jcs090218@gmail.com") (:keywords "flycheck" "c" "c++") (:url . "https://github.com/flycheck/flycheck-google-cpplint/"))]) + (flycheck-gradle . [(20190315 234) ((emacs (25 1)) (flycheck (0 25))) "Flycheck extension for Gradle." tar ((:commit . "1ca08bbc343362a923cbdc2010f66e41655e92ab") (:maintainers ("James Nguyen" . "james@jojojames.com")) (:maintainer "James Nguyen" . "james@jojojames.com") (:keywords "languages" "gradle") (:url . "https://github.com/jojojames/flycheck-gradle"))]) + (flycheck-grammalecte . [(20230605 1035) ((emacs (26 1)) (flycheck (26))) "Integrate Grammalecte with Flycheck" tar ((:commit . "76aca865992d828af54d77c1cf9a70663747e080") (:authors ("Guilhem Doulcier" . "guilhem.doulcier@espci.fr") ("Étienne Deparis" . "etienne@depar.is")) (:maintainers ("Étienne Deparis" . "etienne@depar.is")) (:maintainer "Étienne Deparis" . "etienne@depar.is") (:keywords "i18n" "text") (:url . "https://git.umaneti.net/flycheck-grammalecte/"))]) + (flycheck-grammarly . [(20240101 847) ((emacs (25 1)) (flycheck (0 14)) (grammarly (0 3 0)) (s (1 12 0))) "Grammarly support for Flycheck" tar ((:commit . "cb011efcc05b111bb4638cc42c24c5b11fc5f378") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "grammar" "check") (:url . "https://github.com/emacs-grammarly/flycheck-grammarly"))]) + (flycheck-guile . [(20230405 1154) ((emacs (25 1)) (flycheck (0 22)) (geiser (0 20))) "A Flycheck checker for GNU Guile" tar ((:commit . "dd7bbdc48fd21cf8d270c913c56cd580f8ec3d03") (:authors ("Ricardo Wurmus" . "rekado@elephly.net")) (:maintainers ("Andrew Whatson" . "whatson@tailcall.au")) (:maintainer "Andrew Whatson" . "whatson@tailcall.au") (:url . "https://notabug.org/flatwhatson/flycheck-guile"))]) + (flycheck-haskell . [(20230706 1439) ((emacs (24 3)) (flycheck (0 25)) (haskell-mode (13 7)) (dash (2 4 0)) (seq (1 11)) (let-alist (1 0 1))) "Flycheck: Automatic Haskell configuration" tar ((:commit . "b7c4861aa754220b7d0cfc05aa0895bb35665683") (:authors ("Sebastian Wiesner" . "swiesner@lunaryorn.com")) (:maintainers ("Sebastian Wiesner" . "swiesner@lunaryorn.com")) (:maintainer "Sebastian Wiesner" . "swiesner@lunaryorn.com") (:keywords "tools" "convenience") (:url . "https://github.com/flycheck/flycheck-haskell"))]) + (flycheck-hdevtools . [(20160926 702) ((flycheck (0 21 -4 1)) (dash (2 0))) "A flycheck checker for Haskell using hdevtools" tar ((:commit . "53829f0c57800615718cfce27ffa16d8ba286cee") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "convenience" "languages" "tools") (:url . "https://github.com/flycheck/flycheck-hdevtools"))]) + (flycheck-hl-todo . [(20230807 1500) ((emacs (25 1)) (hl-todo (1 9 0)) (flycheck (0 14))) "Display hl-todo keywords in flycheck" tar ((:commit . "16b66ea07e9d31950093ef0ff97d42b8e7ebf10f") (:authors ("Álvaro González Sotillo" . "alvarogonzalezsotillo@gmail.com")) (:maintainers ("Álvaro González Sotillo" . "alvarogonzalezsotillo@gmail.com")) (:maintainer "Álvaro González Sotillo" . "alvarogonzalezsotillo@gmail.com") (:keywords "convenience") (:url . "https://github.com/alvarogonzalezsotillo/flycheck-hl-todo"))]) + (flycheck-hledger . [(20240423 1307) ((emacs (27 1)) (flycheck (31))) "Flycheck module to check hledger journals" tar ((:commit . "77369d78c8a00cd55a3ff8b12dc99db136748a4e") (:authors ("Damien Cassou" . "damien@cassou.me")) (:maintainers ("Damien Cassou" . "damien@cassou.me")) (:maintainer "Damien Cassou" . "damien@cassou.me") (:url . "https://github.com/DamienCassou/flycheck-hledger/"))]) + (flycheck-indent . [(20200129 2046) ((emacs (25 1)) (indent-lint (1 0 0)) (flycheck (31))) "Indent-lint frontend for flycheck" tar ((:commit . "23ef4bab5509e2e7fb1f4a194895a9510fa7c797") (:authors ("Naoya Yamashita" . "conao3@gmail.com")) (:maintainers ("Naoya Yamashita" . "conao3@gmail.com")) (:maintainer "Naoya Yamashita" . "conao3@gmail.com") (:keywords "tools") (:url . "https://github.com/conao3/indent-lint.el"))]) + (flycheck-indicator . [(20200331 1142) ((flycheck (0 15))) "A fancy mode line indicator for `flycheck-mode'" tar ((:commit . "e00d9a20cbc21d6814c27cc9206296da394478e8") (:authors ("Eder Elorriaga" . "gexplorer8@gmail.com")) (:maintainers ("Eder Elorriaga" . "gexplorer8@gmail.com")) (:maintainer "Eder Elorriaga" . "gexplorer8@gmail.com") (:keywords "convenience" "language" "tools") (:url . "https://github.com/gexplorer/flycheck-indicator"))]) + (flycheck-ini-pyinilint . [(20190312 1931) ((flycheck (31))) "Flycheck integration for PyINILint" tar ((:commit . "54744a78d06373404933fedc3ca836916e83de51") (:authors ("Daniel J. R. May" . "daniel.may@danieljrmay.com")) (:maintainers ("Daniel J. R. May" . "daniel.may@danieljrmay.com")) (:maintainer "Daniel J. R. May" . "daniel.may@danieljrmay.com") (:keywords "convenience" "files" "tools") (:url . "https://gitlab.com/danieljrmay/flycheck-ini-pyinilint"))]) + (flycheck-inline . [(20200808 1019) ((emacs (25 1)) (flycheck (32))) "Display Flycheck errors inline" tar ((:commit . "0662c314bd819f9b46f8b2b13f0c650445b3a8c5") (:authors ("fmdkdd")) (:maintainers ("fmdkdd")) (:maintainer "fmdkdd") (:keywords "tools" "convenience") (:url . "https://github.com/flycheck/flycheck-inline"))]) + (flycheck-irony . [(20180604 2152) ((emacs (24 1)) (flycheck (0 22)) (irony (0 2 0))) "Flycheck: C/C++ support via Irony" tar ((:commit . "42dbecd4a865cabeb301193bb4d660e26ae3befe") (:authors ("Guillaume Papin" . "guillaume.papin@epitech.eu")) (:maintainers ("Guillaume Papin" . "guillaume.papin@epitech.eu")) (:maintainer "Guillaume Papin" . "guillaume.papin@epitech.eu") (:keywords "convenience" "tools" "c") (:url . "https://github.com/Sarcasm/flycheck-irony/"))]) + (flycheck-jest . [(20220530 1418) ((emacs (25 1)) (flycheck (0 25))) "Flycheck extension for Jest." tar ((:commit . "8181c5d2e1318c6ddcff21c6f3f6d76413545645") (:maintainers ("James Nguyen" . "james@jojojames.com")) (:maintainer "James Nguyen" . "james@jojojames.com") (:keywords "languages" "jest") (:url . "https://github.com/jojojames/flycheck-jest"))]) + (flycheck-joker . [(20200412 2346) ((flycheck (0 18))) "Add Clojure syntax checker (via Joker) to flycheck" tar ((:commit . "93576295fef7a749bf779eeece5edd85e21868e2") (:authors ("Roman Bataev" . "roman.bataev@gmail.com")) (:maintainers ("Roman Bataev" . "roman.bataev@gmail.com")) (:maintainer "Roman Bataev" . "roman.bataev@gmail.com"))]) + (flycheck-julia . [(20170729 2141) ((emacs (24)) (flycheck (0 22))) "Julia support for Flycheck" tar ((:commit . "213b60a5a9a1cb7887260e1d159b5bb27167cbb6") (:authors ("Guido Kraemer" . "guido.kraemer@gmx.de")) (:maintainers ("Guido Kraemer" . "guido.kraemer@gmx.de")) (:maintainer "Guido Kraemer" . "guido.kraemer@gmx.de") (:keywords "convenience" "tools" "languages") (:url . "https://github.com/gdkrmr/flycheck-julia"))]) + (flycheck-keg . [(20200726 218) ((emacs (24 3)) (keg (0 1)) (flycheck (0 1))) "Flycheck for Keg projects" tar ((:commit . "926de8f43842380e7150d99971eb73ff84cb59cb") (:authors ("Naoya Yamashita" . "conao3@gmail.com")) (:maintainers ("Naoya Yamashita" . "conao3@gmail.com")) (:maintainer "Naoya Yamashita" . "conao3@gmail.com") (:keywords "convenience") (:url . "https://github.com/conao3/keg.el"))]) + (flycheck-kotlin . [(20230111 1907) ((flycheck (0 20))) "Support kotlin in flycheck" tar ((:commit . "a2a6abb9a7f85c6fb15ce327459ec3c8ff780188") (:authors ("Elric Milon" . "whirm_REMOVETHIS__@gmx.com")) (:maintainers ("Elric Milon" . "whirm_REMOVETHIS__@gmx.com")) (:maintainer "Elric Milon" . "whirm_REMOVETHIS__@gmx.com"))]) + (flycheck-languagetool . [(20240101 851) ((emacs (25 1)) (flycheck (0 14))) "Flycheck support for LanguageTool" tar ((:commit . "e80a23bcdc91df09f6013b553d60a813481086ff") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com") ("Peter Oliver" . "git@mavit.org.uk")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "grammar" "check") (:url . "https://github.com/emacs-languagetool/flycheck-languagetool"))]) + (flycheck-ledger . [(20200304 2204) ((emacs (24 1)) (flycheck (0 15))) "Flycheck integration for ledger files" tar ((:commit . "628e25ba66604946085571652a94a54f4d1ad96f") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "convenience" "languages" "tools") (:url . "https://github.com/purcell/flycheck-ledger"))]) + (flycheck-lilypond . [(20211006 2102) ((emacs (24 3)) (flycheck (0 22))) "LilyPond support in Flycheck" tar ((:commit . "78f8c16cd67f9f6d3f1806e1fd403222723ba400") (:authors ("Hinrik Örn Sigurðsson" . "hinrik.sig@gmail.com")) (:maintainers ("Hinrik Örn Sigurðsson" . "hinrik.sig@gmail.com")) (:maintainer "Hinrik Örn Sigurðsson" . "hinrik.sig@gmail.com") (:keywords "tools" "convenience") (:url . "https://github.com/hinrik/flycheck-lilypond"))]) + (flycheck-liquidhs . [(20170412 2326) ((flycheck (0 15))) "A flycheck checker for Haskell using liquid (i.e. liquidhaskell)" tar ((:commit . "c27252ac24d77f4b6eec76a4ba9cd61761a3fba9") (:authors ("Ranjit Jhala" . "jhala@cs.ucsd.edu")) (:maintainers ("Ranjit Jhala" . "jhala@cs.ucsd.edu")) (:maintainer "Ranjit Jhala" . "jhala@cs.ucsd.edu") (:keywords "convenience" "languages" "tools") (:url . "https://github.com/ucsd-progsys/liquidhaskell/flycheck-liquid.el"))]) + (flycheck-mercury . [(20181118 1952) ((flycheck (0 22)) (s (1 9 0)) (dash (2 4 0))) "Mercury support in Flycheck" tar ((:commit . "b6807a8db70981e21a91a93324c31e49de85c89f") (:authors ("Matthias Güdemann" . "matthias.gudemann@gmail.com")) (:maintainers ("Matthias Güdemann" . "matthias.gudemann@gmail.com")) (:maintainer "Matthias Güdemann" . "matthias.gudemann@gmail.com") (:keywords "convenience" "languages" "tools") (:url . "https://github.com/flycheck/flycheck-mercury"))]) + (flycheck-mmark . [(20190713 1323) ((emacs (24 4)) (flycheck (0 29))) "Flycheck checker for the MMark markdown processor" tar ((:commit . "c796a2f18884bfc2afeec1fb2060da0f4044ddee") (:authors ("Mark Karpov" . "markkarpov92@gmail.com")) (:maintainers ("Mark Karpov" . "markkarpov92@gmail.com")) (:maintainer "Mark Karpov" . "markkarpov92@gmail.com") (:keywords "convenience" "text") (:url . "https://github.com/mmark-md/flycheck-mmark"))]) + (flycheck-mypy . [(20200113 1336) ((flycheck (0 18))) "Support mypy in flycheck" tar ((:commit . "12a77ee8ee3f6e774365f63be3cd5aede6462dd5") (:authors ("Lorenzo Bolla" . "lbolla@gmail.com")) (:maintainers ("Lorenzo Bolla" . "lbolla@gmail.com")) (:maintainer "Lorenzo Bolla" . "lbolla@gmail.com"))]) + (flycheck-nim . [(20190927 1514) ((dash (2 4 0)) (flycheck (0 20))) "Defines a flycheck syntax checker for nim" tar ((:commit . "ddfade51001571c2399f78bcc509e0aa8eb752a4") (:authors ("Adam Schwalm" . "adamschwalm@gmail.com")) (:maintainers ("Adam Schwalm" . "adamschwalm@gmail.com")) (:maintainer "Adam Schwalm" . "adamschwalm@gmail.com") (:url . "https://github.com/ALSchwalm/flycheck-nim"))]) + (flycheck-nimsuggest . [(20171027 2208) ((flycheck (0 23)) (emacs (24 3))) "flycheck backend for Nim using nimsuggest" tar ((:commit . "dc9a5de1cb3ee05db5794d824610959a1f603bc9") (:authors ("Yuta Yamada ")) (:maintainers ("Yuta Yamada ")) (:maintainer "Yuta Yamada ") (:url . "https://github.com/yuutayamada/flycheck-nimsuggest"))]) + (flycheck-objc-clang . [(20210911 1023) ((emacs (24 4)) (flycheck (26))) "Flycheck: Objective-C support using Clang" tar ((:commit . "5a441a31e58de17da94f933277150be39198d98c") (:authors ("Goichi Hirakawa" . "gooichi@gyazsquare.com")) (:maintainers ("Goichi Hirakawa" . "gooichi@gyazsquare.com")) (:maintainer "Goichi Hirakawa" . "gooichi@gyazsquare.com") (:keywords "convenience" "languages" "tools") (:url . "https://github.com/GyazSquare/flycheck-objc-clang"))]) + (flycheck-ocaml . [(20220730 542) ((emacs (24 3)) (flycheck (32)) (merlin (3 0 1)) (let-alist (1 0 3))) "Flycheck: OCaml support" tar ((:commit . "7d7b969cba6ff75fd0e5694aa0ffd6be05beb390") (:authors ("Sebastian Wiesner" . "swiesner@lunaryorn.com")) (:maintainers ("Bozhidar Batsov" . "bozhidar@batsov.dev")) (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.dev") (:keywords "convenience" "tools" "languages" "ocaml") (:url . "https://github.com/flycheck/flycheck-ocaml"))]) + (flycheck-package . [(20210509 2325) ((emacs (24 1)) (flycheck (0 22)) (package-lint (0 2))) "A Flycheck checker for elisp package authors" tar ((:commit . "ecd03f83790611888d693c684d719e033f69cb40") (:authors ("Steve Purcell" . "steve@sanityinc.com") ("Fanael Linithien" . "fanael4@gmail.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "lisp") (:url . "https://github.com/purcell/flycheck-package"))]) + (flycheck-pact . [(20180920 2052) ((emacs (24 3)) (flycheck (0 25)) (pact-mode (0 0 4))) "Flycheck support for pact-mode" tar ((:commit . "0e10045064ef89ec8b6f5a473073d47b976a2ca3") (:authors ("Stuart Popejoy")) (:maintainers ("Stuart Popejoy" . "stuart@kadena.io")) (:maintainer "Stuart Popejoy" . "stuart@kadena.io") (:keywords "pact" "lisp" "languages" "blockchain" "smartcontracts" "tools" "linting") (:url . "http://github.com/kadena-io/flycheck-pact"))]) + (flycheck-pest . [(20200710 2327) ((emacs (26 3)) (flycheck (31)) (pest-mode (0 1))) "Flycheck integration for Pest -" tar ((:commit . "43447a2c70f98edd1139005e32f437d3f142442b") (:authors ("Naoya Yamashita" . "conao3@gmail.com")) (:maintainers ("Naoya Yamashita" . "conao3@gmail.com")) (:maintainer "Naoya Yamashita" . "conao3@gmail.com") (:keywords "convenience" "flycheck") (:url . "https://github.com/ksqsf/pest-mode"))]) + (flycheck-php-noverify . [(20211005 401) ((flycheck (0 22))) "Flycheck checker for PHP Noverify linter" tar ((:commit . "3aa3035c637eb0476f05bd0fbc66c058aa67ffb7") (:url . "https://github.com/Junker/flycheck-php-noverify"))]) + (flycheck-phpstan . [(20240527 2142) ((emacs (24 3)) (flycheck (26)) (phpstan (0 7 2))) "Flycheck integration for PHPStan" tar ((:commit . "6f1c7bb357b1eb90b10a081f1831c1c548c40456") (:authors ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainers ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainer "USAMI Kenta" . "tadsan@zonu.me") (:keywords "tools" "php") (:url . "https://github.com/emacs-php/phpstan.el"))]) + (flycheck-pkg-config . [(20230119 1721) ((dash (2 8 0)) (s (1 9 0)) (flycheck (29))) "configure flycheck using pkg-config" tar ((:commit . "c4e4028f6621187365b7362566ac2786206765a1") (:authors ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainers ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainer "Wilfred Hughes" . "me@wilfred.me.uk") (:keywords "flycheck"))]) + (flycheck-plantuml . [(20171018 111) ((flycheck (0 24)) (emacs (24 4)) (plantuml-mode (1 2 2))) "Integrate plantuml with flycheck" tar ((:commit . "183be89e1dbba0b38237dd198dff600e0790309d") (:authors ("Alex Murray" . "murray.alex@gmail.com")) (:maintainers ("Alex Murray" . "murray.alex@gmail.com")) (:maintainer "Alex Murray" . "murray.alex@gmail.com") (:url . "https://github.com/alexmurray/flycheck-plantuml"))]) + (flycheck-pony . [(20210118 1327) ((flycheck (0 25 1))) "Pony support in Flycheck" tar ((:commit . "22787cf8223ca9ec309e30a42c20a8e706d8bfbe") (:keywords "tools" "convenience") (:url . "https://github.com/seantallen/flycheck-pony"))]) + (flycheck-popup-tip . [(20170812 2351) ((flycheck (0 22)) (popup (0 5)) (emacs (24))) "Display Flycheck error messages using popup.el" tar ((:commit . "ef86aad907f27ca076859d8d9416f4f7727619c6") (:authors ("Saša Jovanić" . "sasa@simplify.ba")) (:maintainers ("Saša Jovanić" . "sasa@simplify.ba")) (:maintainer "Saša Jovanić" . "sasa@simplify.ba") (:keywords "convenience" "tools" "flycheck" "tooltip") (:url . "https://github.com/flycheck/flycheck-popup-tip/"))]) + (flycheck-pos-tip . [(20200516 1600) ((emacs (24 1)) (flycheck (0 22)) (pos-tip (0 4 6))) "Display Flycheck errors in GUI tooltips" tar ((:commit . "dc57beac0e59669926ad720c7af38b27c3a30467") (:authors ("Akiha Senda" . "senda.akiha@gmail.com") ("Sebastian Wiesner" . "swiesner@lunaryorn.com")) (:maintainers ("Sebastian Wiesner" . "swiesner@lunaryorn.com")) (:maintainer "Sebastian Wiesner" . "swiesner@lunaryorn.com") (:keywords "tools" "convenience") (:url . "https://github.com/flycheck/flycheck-pos-tip"))]) + (flycheck-posframe . [(20220715 133) ((flycheck (0 24)) (emacs (26)) (posframe (0 7 0))) "Show flycheck error messages using posframe.el" tar ((:commit . "19896b922c76a0f460bf3fe8d8ebc2f9ac9028d8") (:authors ("Alex Murray" . "murray.alex@gmail.com")) (:maintainers ("Alex Murray" . "murray.alex@gmail.com")) (:maintainer "Alex Murray" . "murray.alex@gmail.com") (:url . "https://github.com/alexmurray/flycheck-posframe"))]) + (flycheck-projectile . [(20201031 1952) ((emacs (25 1)) (flycheck (31)) (projectile (2 2))) "Project-wide errors" tar ((:commit . "ce6e9e8793a55dace13d5fa13badab2dca3b5ddb") (:authors ("Nikita Bloshchanevich" . "nikblos@outlook.com")) (:maintainers ("Nikita Bloshchanevich" . "nikblos@outlook.com")) (:maintainer "Nikita Bloshchanevich" . "nikblos@outlook.com") (:url . "https://github.com/nbfalcon/flycheck-projectile"))]) + (flycheck-prospector . [(20180524 450) ((flycheck (0 22))) "Support prospector in flycheck" tar ((:commit . "d5b81adb5c8261b935baf0a614dd4b776280392e") (:authors ("Carlos Coelho" . "carlospecter@gmail.com")) (:maintainers ("Carlos Coelho" . "carlospecter@gmail.com")) (:maintainer "Carlos Coelho" . "carlospecter@gmail.com") (:url . "https://github.com/chocoelho/flycheck-prospector"))]) + (flycheck-psalm . [(20211002 1555) ((emacs (24 3)) (flycheck (26)) (psalm (0 6 0))) "Flycheck integration for Psalm" tar ((:commit . "28d546a79cb865a78b94cd7e929d66d720505faa") (:authors ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainers ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainer "USAMI Kenta" . "tadsan@zonu.me") (:keywords "tools" "php") (:url . "https://github.com/emacs-php/psalm.el"))]) + (flycheck-pycheckers . [(20220923 2250) ((flycheck (0 18))) "multiple syntax checker for Python, using Flycheck" tar ((:commit . "897fba15787df94c1ce6a48551f1b149940ffc25") (:keywords "convenience" "tools" "languages") (:url . "https://github.com/msherry/flycheck-pycheckers"))]) + (flycheck-pyflakes . [(20240124 101) ((flycheck (0 18))) "Support pyflakes in flycheck" tar ((:commit . "60db5908747faf3831f055eddc6d3b5deafa7384") (:authors ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainers ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainer "Wilfred Hughes" . "me@wilfred.me.uk"))]) + (flycheck-pyre . [(20190215 1222) ((emacs (24)) (flycheck (29)) (cl-lib (0 6))) "Support Pyre in flycheck" tar ((:commit . "0560122caae207d99d8af1ac2b4e5d6f6a1ce444") (:authors ("Vyacheslav Linnik" . "vyacheslav.linnik@gmail.com")) (:maintainers ("Vyacheslav Linnik" . "vyacheslav.linnik@gmail.com")) (:maintainer "Vyacheslav Linnik" . "vyacheslav.linnik@gmail.com") (:url . "https://github.com/linnik/flycheck-pyre"))]) + (flycheck-raku . [(20220420 732) ((emacs (26 3)) (flycheck (0 22))) "Raku support in Flycheck" tar ((:commit . "4da1970a75396aff1957b07f7579c1de6b817e6b") (:authors ("Hinrik Örn Sigurðsson" . "hinrik.sig@gmail.com") ("Johnathon Weare" . "jrweare@gmail.com") ("Siavash Askari Nasr" . "siavash.askari.nasr@gmail.com")) (:maintainers ("Hinrik Örn Sigurðsson" . "hinrik.sig@gmail.com")) (:maintainer "Hinrik Örn Sigurðsson" . "hinrik.sig@gmail.com") (:keywords "tools" "convenience") (:url . "https://github.com/Raku/flycheck-raku"))]) + (flycheck-relint . [(20200721 2217) ((emacs (26 1)) (flycheck (0 22)) (relint (1 15))) "A Flycheck checker for elisp regular expressions" tar ((:commit . "d1e54d4bfdb12d0b60a1b9a8c2b11799426ddc57") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "lisp") (:url . "https://github.com/purcell/flycheck-relint"))]) + (flycheck-rtags . [(20191222 920) ((emacs (24)) (flycheck (0 23)) (rtags (2 10))) "RTags Flycheck integration" tar ((:commit . "595055b5316a7c92ba1d638f324f98842a0f41a5") (:authors ("Christian Schwarzgruber" . "c.schwarzgruber.cs@gmail.com")) (:maintainers ("Christian Schwarzgruber" . "c.schwarzgruber.cs@gmail.com")) (:maintainer "Christian Schwarzgruber" . "c.schwarzgruber.cs@gmail.com") (:url . "https://github.com/Andersbakken/rtags"))]) + (flycheck-rust . [(20240205 1018) ((emacs (24 1)) (flycheck (28)) (dash (2 13 0)) (seq (2 3)) (let-alist (1 0 4))) "Flycheck: Rust additions and Cargo support" tar ((:commit . "4d365ed1c9e8b8ac43561eb365d37ab555a6e617") (:authors ("Sebastian Wiesner" . "swiesner@lunaryorn.com")) (:maintainers ("Sebastian Wiesner" . "swiesner@lunaryorn.com")) (:maintainer "Sebastian Wiesner" . "swiesner@lunaryorn.com") (:keywords "tools" "convenience") (:url . "https://github.com/flycheck/flycheck-rust"))]) + (flycheck-stan . [(20211129 2051) ((emacs (25 1)) (flycheck (0 16 0)) (stan-mode (10 3 0))) "Add Stan support for Flycheck" tar ((:commit . "150bbbe5fd3ad2b5a3dbfba9d291e66eeea1a581") (:authors ("Jeffrey Arnold" . "jeffrey.arnold@gmail.com") ("Kazuki Yoshida" . "kazukiyoshida@mail.harvard.edu")) (:maintainers ("Kazuki Yoshida" . "kazukiyoshida@mail.harvard.edu")) (:maintainer "Kazuki Yoshida" . "kazukiyoshida@mail.harvard.edu") (:keywords "c" "languages") (:url . "https://github.com/stan-dev/stan-mode/tree/master/flycheck-stan"))]) + (flycheck-status-emoji . [(20180516 229) ((cl-lib (0 1)) (emacs (24)) (flycheck (0 20)) (let-alist (1 0))) "Show flycheck status using cute, compact emoji" tar ((:commit . "4bd113ab42dec9544b66e0a27ed9008ce8148433") (:authors ("Ben Liblit" . "liblit@acm.org")) (:maintainers ("Ben Liblit" . "liblit@acm.org")) (:maintainer "Ben Liblit" . "liblit@acm.org") (:keywords "convenience" "languages" "tools") (:url . "https://github.com/liblit/flycheck-status-emoji"))]) + (flycheck-swift . [(20170129 549) ((emacs (24 4)) (flycheck (0 25))) "Flycheck extension for Apple's Swift." tar ((:commit . "c6c416a1b7a7d346e5c040e4e4065abc68d3a844") (:keywords "languages" "swift"))]) + (flycheck-swift3 . [(20221227 1307) ((emacs (25 1)) (flycheck (26))) "Flycheck: Swift support for Apple swift-mode" tar ((:commit . "14cb83c71a03bb7ae0952ee1707783219fda980e") (:authors ("Goichi Hirakawa" . "gooichi@gyazsquare.com")) (:maintainers ("Goichi Hirakawa" . "gooichi@gyazsquare.com")) (:maintainer "Goichi Hirakawa" . "gooichi@gyazsquare.com") (:keywords "convenience" "languages" "tools") (:url . "https://github.com/GyazSquare/flycheck-swift3"))]) + (flycheck-swiftlint . [(20180830 340) ((emacs (25 1)) (flycheck (0 25))) "Flycheck extension for Swiftlint." tar ((:commit . "65101873c4c9f8e7eac9471188b161eeddda1555") (:maintainers ("James Nguyen" . "james@jojojames.com")) (:maintainer "James Nguyen" . "james@jojojames.com") (:keywords "languages" "swiftlint" "swift" "emacs") (:url . "https://github.com/jojojames/flycheck-swiftlint"))]) + (flycheck-swiftx . [(20200814 845) ((emacs (26 1)) (flycheck (26)) (xcode-project (1 0))) "Flycheck: Swift backend" tar ((:commit . "4d0c8ca0540b06fb947a83f1a38a6003a5abe0d4") (:authors ("John Buckley" . "john@olivetoast.com")) (:maintainers ("John Buckley" . "john@olivetoast.com")) (:maintainer "John Buckley" . "john@olivetoast.com") (:keywords "convenience" "languages" "tools") (:url . "https://github.com/nhojb/flycheck-swiftx"))]) + (flycheck-tcl . [(20180327 1259) ((emacs (24 4)) (flycheck (0 22))) "A flycheck checker for Tcl using tclchecker" tar ((:commit . "7ca23f4673e178b9f5dcc8a82b86cf05b15d7236") (:authors ("Niels Widger" . "niels.widger@gmail.com")) (:maintainers ("Niels Widger" . "niels.widger@gmail.com")) (:maintainer "Niels Widger" . "niels.widger@gmail.com") (:url . "https://github.com/nwidger/flycheck-tcl"))]) + (flycheck-tip . [(20171020 1048) ((flycheck (29)) (emacs (24 1)) (popup (0 5 0))) "Show flycheck/flymake errors by tooltip" tar ((:commit . "a8ea6c905e8ad2d0684a17f7e78ba11e8598e85d") (:authors ("Yuta Yamada ")) (:maintainers ("Yuta Yamada ")) (:maintainer "Yuta Yamada ") (:keywords "flycheck") (:url . "https://github.com/yuutayamada/flycheck-tip"))]) + (flycheck-title . [(20210321 558) ((flycheck (30)) (emacs (24))) "show flycheck errors in the frame title" tar ((:commit . "74e4375f372f7b9ce0fdfa34dc74a048376679ae") (:authors ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainers ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainer "Wilfred Hughes" . "me@wilfred.me.uk"))]) + (flycheck-vale . [(20220929 608) ((emacs (24 4)) (flycheck (0 22)) (let-alist (1 0 4))) "flycheck integration for vale" tar ((:commit . "7c7ebc3de058a321cb76348a01f45f02dc55d2f0") (:authors ("Austin Bingham" . "austin.bingham@gmail.com")) (:maintainers ("Austin Bingham" . "austin.bingham@gmail.com")) (:maintainer "Austin Bingham" . "austin.bingham@gmail.com") (:url . "https://github.com/abingham/flycheck-vale"))]) + (flycheck-vdm . [(20190304 839) ((emacs (24)) (flycheck (32 -4)) (vdm-mode (0 0 4))) "Syntax checking for vdm-mode" tar ((:commit . "103993147b24325ef68099d087dce9ac501f02f9") (:authors ("Peter W. V. Tran-Jørgensen" . "peter.w.v.jorgensen@gmail.com")) (:maintainers ("Peter W. V. Tran-Jørgensen" . "peter.w.v.jorgensen@gmail.com")) (:maintainer "Peter W. V. Tran-Jørgensen" . "peter.w.v.jorgensen@gmail.com") (:keywords "languages") (:url . "https://github.com/peterwvj/vdm-mode"))]) + (flycheck-xcode . [(20180122 651) ((emacs (25 1)) (flycheck (0 25))) "Flycheck extension for Apple's Xcode." tar ((:commit . "6147ab777e2c08e4f5ffdbd85d3013ca700fa835") (:maintainers ("James Nguyen" . "james@jojojames.com")) (:maintainer "James Nguyen" . "james@jojojames.com") (:keywords "languages" "xcode") (:url . "https://github.com/jojojames/flycheck-xcode"))]) + (flycheck-yamllint . [(20170326 1309) ((flycheck (30))) "Flycheck integration for YAMLLint" tar ((:commit . "aa211b1243168a4f752888c0014c5b9d2da178b1") (:authors ("Krzysztof Magosa" . "krzysztof@magosa.pl")) (:maintainers ("Krzysztof Magosa" . "krzysztof@magosa.pl")) (:maintainer "Krzysztof Magosa" . "krzysztof@magosa.pl") (:keywords "convenience" "languages" "tools") (:url . "https://github.com/krzysztof-magosa/flycheck-yamllint"))]) + (flycheck-yang . [(20180312 1831) ((yang-mode (0 9 4)) (flycheck (0 18))) "YANG flycheck checker" tar ((:commit . "47881fc42ef0163c47064b72b5d6dbef4f83d778") (:authors (nil . "Andrew Fort (@andaru)")) (:maintainers (nil . "Andrew Fort (@andaru)")) (:maintainer nil . "Andrew Fort (@andaru)"))]) + (flycheck-ycmd . [(20181016 618) ((emacs (24)) (dash (2 13 0)) (flycheck (0 22)) (ycmd (1 2)) (let-alist (1 0 5))) "flycheck integration for ycmd" tar ((:commit . "ef87d020d3314efbac2e8925c115d0ac5c128c2a") (:authors ("Austin Bingham" . "austin.bingham@gmail.com")) (:maintainers ("Austin Bingham" . "austin.bingham@gmail.com")) (:maintainer "Austin Bingham" . "austin.bingham@gmail.com") (:url . "https://github.com/abingham/emacs-ycmd"))]) + (flymake-actionlint . [(20231104 239) ((emacs (24 1)) (flymake-easy (0 0 0))) "A Flymake handler for actionlint" tar ((:commit . "17ee78db1e1639ac8272d5c0919b82865b638aaf") (:authors ("ROCKTAKEY" . "rocktakey@gmail.com")) (:maintainers ("ROCKTAKEY" . "rocktakey@gmail.com")) (:maintainer "ROCKTAKEY" . "rocktakey@gmail.com") (:keywords "convenience") (:url . "https://github.com/ROCKTAKEY/flymake-actionlint"))]) + (flymake-aspell . [(20240101 1945) ((emacs (26 1))) "Aspell checker for flymake" tar ((:commit . "aa73874abc60a43fcf615af9bdd85d3008bfe687") (:authors ("Leo Gaskin" . "leo.gaskin@le0.gs")) (:maintainers ("Leo Gaskin" . "leo.gaskin@le0.gs")) (:maintainer "Leo Gaskin" . "leo.gaskin@le0.gs") (:keywords "wp" "flymake" "spell" "aspell") (:url . "https://github.com/leotaku/flycheck-aspell"))]) + (flymake-clippy . [(20231102 1616) ((emacs (26 1))) "Flymake backend for Clippy" tar ((:commit . "62c670c19e575a0d7dd723cbd195c18de60bb494") (:authors ("Graham Marlow" . "info@mgmarlow.com")) (:maintainers ("Graham Marlow" . "info@mgmarlow.com")) (:maintainer "Graham Marlow" . "info@mgmarlow.com") (:keywords "tools") (:url . "https://sr.ht/~mgmarlow/flymake-clippy/"))]) + (flymake-coffee . [(20170723 146) ((flymake-easy (0 1))) "A flymake handler for coffee script" tar ((:commit . "dee295acf30820ed15fe0de17137d50bc27fc80c") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:url . "https://github.com/purcell/flymake-coffee"))]) + (flymake-collection . [(20240331 1808) ((emacs (28 1)) (let-alist (1 0)) (flymake (1 2 1))) "Collection of checkers for flymake, bringing flymake to the level of flycheck" tar ((:commit . "46b65939c8363ec7efd594390a3c5d0becc7b8ab") (:authors ("Mohsin Kaleem" . "mohkale@kisara.moe")) (:maintainers ("Mohsin Kaleem" . "mohkale@kisara.moe")) (:maintainer "Mohsin Kaleem" . "mohkale@kisara.moe") (:keywords "language" "tools") (:url . "https://github.com/mohkale/flymake-collection"))]) + (flymake-cspell . [(20240304 1349) ((emacs (26 1))) "A Flymake backend for CSpell" tar ((:commit . "a573c07142cd0142c4cc1affd57f96b4d5c229b3") (:authors ("Fritz Grabo" . "hello@fritzgrabo.com")) (:maintainers ("Fritz Grabo" . "hello@fritzgrabo.com")) (:maintainer "Fritz Grabo" . "hello@fritzgrabo.com") (:keywords "wp") (:url . "https://github.com/fritzgrabo/flymake-cspell"))]) + (flymake-css . [(20170723 146) ((flymake-easy (0 1))) "Flymake support for css using csslint" tar ((:commit . "de090163ba289910ceeb61b13368ce42d0f2dfd8") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:url . "https://github.com/purcell/flymake-css"))]) + (flymake-cursor . [(20220506 1458) ((flymake (0 3))) "Show flymake messages in the minibuffer after delay" tar ((:commit . "95806594cacddbbc0c3aa2351a6a7cf28e73a8bf") (:authors ("Unknown Original Author") ("Dino Chiesa" . "dpchiesa@hotmail.com") ("Sam Graham ")) (:maintainers ("Sam Graham ")) (:maintainer "Sam Graham ") (:keywords "languages" "mode" "flymake") (:url . "https://github.com/flymake/emacs-flymake-cursor"))]) + (flymake-diagnostic-at-point . [(20180815 1004) ((emacs (26 1)) (popup (0 5 3))) "Display flymake diagnostics at point" tar ((:commit . "379616b1c6f5ebeaf08fbe54ae765008a78b3be7") (:authors ("Ricardo Martins" . "ricardo@scarybox.net")) (:maintainers ("Ricardo Martins" . "ricardo@scarybox.net")) (:maintainer "Ricardo Martins" . "ricardo@scarybox.net") (:keywords "convenience" "languages" "tools") (:url . "https://github.com/meqif/flymake-diagnostic-at-point"))]) + (flymake-eask . [(20240223 1022) ((emacs (26 1)) (flymake-easy (0 1))) "Eask support in Flymake" tar ((:commit . "0e83cec77aab54365ef8d604151888bb1f61049c") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "lisp" "eask") (:url . "https://github.com/flymake/flymake-eask"))]) + (flymake-easy . [(20240624 1702) nil "Helpers for easily building flymake checkers" tar ((:commit . "1986500f75ea06f006ab1734abcce441117d385d") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "convenience" "internal") (:url . "https://github.com/purcell/flymake-easy"))]) + (flymake-eldev . [(20240419 2023) ((dash (2 17)) (emacs (28 1))) "Eldev support in Flymake" tar ((:commit . "d8f4d9da115002afd3785b777cd59a49d170e04a") (:authors ("Paul Pogonyshev" . "pogonyshev@gmail.com")) (:maintainers ("Paul Pogonyshev" . "pogonyshev@gmail.com")) (:maintainer "Paul Pogonyshev" . "pogonyshev@gmail.com") (:keywords "tools" "convenience") (:url . "https://github.com/emacs-eldev/flymake-eldev"))]) + (flymake-elisp-config . [(20230711 1833) ((emacs (28 1))) "Setup load-path for flymake on Emacs Lisp mode" tar ((:commit . "3607b1ee738141f67ae803b4daadd4e2906ff324") (:authors ("ROCKTAKEY" . "rocktakey@gmail.com")) (:maintainers ("ROCKTAKEY" . "rocktakey@gmail.com")) (:maintainer "ROCKTAKEY" . "rocktakey@gmail.com") (:keywords "lisp") (:url . "https://github.com/ROCKTAKEY/flymake-elisp-config"))]) + (flymake-elixir . [(20130810 1417) nil "A flymake handler for elixir-mode .ex files." tar ((:commit . "3810566cffe35d04cc3f01e27fe397d68d52f802") (:authors ("Sylvain Benner" . "syl20bnr@gmail.com")) (:maintainers ("Sylvain Benner" . "syl20bnr@gmail.com")) (:maintainer "Sylvain Benner" . "syl20bnr@gmail.com"))]) + (flymake-eslint . [(20240322 2315) ((emacs (26 1))) "A Flymake backend for Javascript using eslint" tar ((:commit . "6ab909b85a8e97815db9831cdd5f283a7830177f") (:authors ("Dan Orzechowski")) (:maintainers ("Dan Orzechowski")) (:maintainer "Dan Orzechowski") (:keywords "languages" "tools") (:url . "https://github.com/orzechowskid/flymake-eslint"))]) + (flymake-fennel . [(20231118 1858) ((emacs (26 1))) "Flymake backend for Fennel" tar ((:commit . "f62be1505152d0adec0aa7927e674db8cef58b28") (:authors ("Graham Marlow" . "info@mgmarlow.com")) (:maintainers ("Graham Marlow" . "info@mgmarlow.com")) (:maintainer "Graham Marlow" . "info@mgmarlow.com") (:keywords "tools") (:url . "https://git.sr.ht/~mgmarlow/flymake-fennel"))]) + (flymake-flycheck . [(20230826 749) ((flycheck (31)) (emacs (26 1))) "Use flycheck checkers as flymake backends" tar ((:commit . "cc50a97ee1384d260c56aca257a1dbf770084330") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "convenience" "languages" "tools") (:url . "https://github.com/purcell/flymake-flycheck"))]) + (flymake-gjshint . [(20130327 1232) nil "A flymake handler for javascript using both jshint and gjslint" tar ((:commit . "71495ee5303de18293decd57ab9f9abdbaabfa05") (:authors ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainers ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainer "Yasuyuki Oka" . "yasuyk@gmail.com") (:keywords "flymake" "javascript" "jshint" "gjslint"))]) + (flymake-go . [(20150714 733) nil "A flymake handler for go-mode files" tar ((:commit . "ae83761aa908c1a50ff34af04f00dcc46bca2ce9") (:authors ("Michael Fellinger" . "michael@iron.io") ("Robert Zaremba" . "robert.marek.zaremba@wp.eu")) (:maintainers ("Michael Fellinger" . "michael@iron.io")) (:maintainer "Michael Fellinger" . "michael@iron.io") (:keywords "go" "flymake") (:url . "https://github.com/robert-zaremba/flymake-go"))]) + (flymake-go-staticcheck . [(20220804 1907) ((emacs (26 1))) "Go staticcheck linter for flymake" tar ((:commit . "9098f7e07ea6513667dc6af6d9ad2fa854464d20") (:authors ("Sergey Kostyaev" . "feo.me@ya.ru")) (:maintainers ("Sergey Kostyaev" . "feo.me@ya.ru")) (:maintainer "Sergey Kostyaev" . "feo.me@ya.ru") (:keywords "languages" "tools") (:url . "https://github.com/s-kostyaev/flymake-go-staticcheck"))]) + (flymake-golangci . [(20191028 1927) ((flymake-easy (0 1)) (emacs (24))) "A flymake handler for go-mode files using Golang CI lint" tar ((:commit . "dfc31a1a6ae3f087b49fe6f5f21b3866780aa91c") (:authors ("Jorge Javier Araya Navarro" . "jorgejavieran@yahoo.com.mx")) (:maintainers ("Jorge Javier Araya Navarro" . "jorgejavieran@yahoo.com.mx")) (:maintainer "Jorge Javier Araya Navarro" . "jorgejavieran@yahoo.com.mx") (:url . "https://gitlab.com/shackra/flymake-golangci"))]) + (flymake-gradle . [(20190315 233) ((emacs (26 1))) "Flymake extension for Gradle." tar ((:commit . "dbedd29b78d4828ef57d4de20867be5df3eaab99") (:maintainers ("James Nguyen" . "james@jojojames.com")) (:maintainer "James Nguyen" . "james@jojojames.com") (:keywords "languages" "gradle") (:url . "https://github.com/jojojames/flymake-gradle"))]) + (flymake-grammarly . [(20240101 846) ((emacs (26 1)) (grammarly (0 3 0)) (s (1 12 0))) "Flymake support for Grammarly" tar ((:commit . "b0041adb03ba1e9a3f20656a475042451868aa19") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "grammar" "check") (:url . "https://github.com/emacs-grammarly/flymake-grammarly"))]) + (flymake-hadolint . [(20220328 823) ((emacs (26 1))) "Flymake backend for hadolint, a Dockerfile linter" tar ((:commit . "82a6df7f6cc95e1ab95c5d28f2edcd8c1d4c7382") (:authors ("Taiki Sugawara" . "buzz.taiki@gmail.com")) (:maintainers ("Taiki Sugawara" . "buzz.taiki@gmail.com")) (:maintainer "Taiki Sugawara" . "buzz.taiki@gmail.com") (:keywords "convenience" "processes" "docker" "flymake") (:url . "https://github.com/buzztaiki/flymake-hadolint"))]) + (flymake-haml . [(20170723 146) ((flymake-easy (0 1))) "A flymake handler for haml files" tar ((:commit . "22a81e8484734552d461e7ae7305664dc244447e") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:url . "https://github.com/purcell/flymake-haml"))]) + (flymake-haskell-multi . [(20170723 146) ((flymake-easy (0 1))) "Syntax-check haskell-mode using both ghc and hlint" tar ((:commit . "b564a94312259885b1380272eb867bf52a164020") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:url . "https://github.com/purcell/flymake-haskell-multi"))]) + (flymake-hledger . [(20230710 1945) ((emacs (28 2))) "Flymake module to check hledger journals" tar ((:commit . "b42b66186688fbe8dc904d01d9a5378456e011c9") (:authors ("Damien Cassou" . "damien@cassou.me")) (:maintainers ("Damien Cassou" . "damien@cassou.me")) (:maintainer "Damien Cassou" . "damien@cassou.me") (:url . "https://github.com/DamienCassou/flymake-hledger"))]) + (flymake-hlint . [(20170723 146) ((flymake-easy (0 1))) "A flymake handler for haskell-mode files using hlint" tar ((:commit . "f910736b26784efc9a2fa29503f45c1f1dd0aa38") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:url . "https://github.com/purcell/flymake-hlint"))]) + (flymake-joker . [(20200315 1429) ((emacs (26 1)) (flymake-quickdef (0 1 1))) "Add Clojure syntax checker (via Joker) to flymake" tar ((:commit . "fc132beedac9e6f415b72e578e77318fd13af9ee") (:authors ("Mateusz Probachta" . "mateusz.probachta@gmail.com")) (:maintainers ("Mateusz Probachta" . "mateusz.probachta@gmail.com")) (:maintainer "Mateusz Probachta" . "mateusz.probachta@gmail.com") (:url . "https://github.com/beetleman/flymake-joker"))]) + (flymake-jshint . [(20140319 2200) ((flymake-easy (0 8))) "making flymake work with JSHint" tar ((:commit . "79dd554c227883c487db38ac111306c8d5382c95") (:authors ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainers ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainer "Wilfred Hughes" . "me@wilfred.me.uk") (:keywords "flymake" "jshint" "javascript"))]) + (flymake-jslint . [(20170723 146) ((flymake-easy (0 1))) "A flymake handler for javascript using jslint" tar ((:commit . "8edb82be605542b0ef62d38d818adcdde335eecb") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:url . "https://github.com/purcell/flymake-jslint"))]) + (flymake-json . [(20180511 911) ((flymake-easy (0 1))) "A flymake handler for json using jsonlint" tar ((:commit . "ae58795f948402e987cda4c15f10354f8ec2d0fd") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:url . "https://github.com/purcell/flymake-json"))]) + (flymake-kondor . [(20211026 501) ((emacs (26 1))) "Linter with clj-kondo" tar ((:commit . "784e57f36812a37e323409b90b935ef3c6920a22") (:authors ("https://turbocafe.keybase.pub")) (:maintainers ("https://turbocafe.keybase.pub")) (:maintainer "https://turbocafe.keybase.pub") (:url . "https://github.com/turbo-cafe/flymake-kondor"))]) + (flymake-ktlint . [(20180831 346) ((emacs (26 1))) "Flymake extension for Ktlint." tar ((:commit . "bea8bf350802c06756efd4e6dfba65f31dc41d78") (:maintainers ("James Nguyen" . "james@jojojames.com")) (:maintainer "James Nguyen" . "james@jojojames.com") (:keywords "languages" "ktlint") (:url . "https://github.com/jojojames/flymake-ktlint"))]) + (flymake-languagetool . [(20240307 419) ((emacs (27 1)) (compat (29 1 4 4))) "Flymake support for LanguageTool" tar ((:commit . "73a1814db4cc387854d72828c0e188c9f5b4c661") (:keywords "convenience" "grammar" "check") (:url . "https://github.com/emacs-languagetool/flymake-languagetool"))]) + (flymake-less . [(20151111 738) ((less-css-mode (0 15)) (flymake-easy (0 1))) "Flymake handler for LESS stylesheets (lesscss.org)" tar ((:commit . "32d3c28a9a5c52b82d1741ff9d715013b6498421") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:keywords "languages"))]) + (flymake-lua . [(20170129 154) nil "Flymake for Lua" tar ((:commit . "dcc32b62a285215898ae774ba63dbda0656f6f53") (:authors (nil . "Sébastien Roccaserra (format \"<%s%s@%s.%s>\" \"s\" \"roccaserra\" \"yahoo\" \"com\")")) (:maintainers (nil . "Sébastien Roccaserra (format \"<%s%s@%s.%s>\" \"s\" \"roccaserra\" \"yahoo\" \"com\")")) (:maintainer nil . "Sébastien Roccaserra (format \"<%s%s@%s.%s>\" \"s\" \"roccaserra\" \"yahoo\" \"com\")") (:keywords "lua"))]) + (flymake-margin . [(20240612 306) ((emacs (29 1))) "Sets flymake to work with margin instead of fringes" tar ((:commit . "4e36634789d64c33a9fc0dc5bc2eb4a21c391d96") (:authors ("Rahul M. Juliato")) (:maintainers ("Rahul M. Juliato")) (:maintainer "Rahul M. Juliato") (:keywords "languages" "maint" "tools") (:url . "https://github.com/LionyxML/flymake-margin"))]) + (flymake-markdownlint . [(20220320 1208) ((emacs (27 1))) "Markdown linter with markdownlint" tar ((:commit . "59e3520668d9394c573e07b7980a2d48d9f6086c") (:authors ("Martin Kjær Jørgensen" . "mkj@gotu.dk")) (:maintainers ("Martin Kjær Jørgensen" . "mkj@gotu.dk")) (:maintainer "Martin Kjær Jørgensen" . "mkj@gotu.dk") (:url . "https://github.com/shaohme/flymake-markdownlint"))]) + (flymake-nasm . [(20210310 1540) ((flymake-quickdef (1 0 0)) (emacs (26 1))) "A flymake handler for asm-mode files using nasm" tar ((:commit . "27e58d7f3a48ca6fc12238fe6c888a3fdffc3f75") (:authors ("Jürgen Hötzel" . "juergen@hoetzel.info")) (:maintainers ("Jürgen Hötzel")) (:maintainer "Jürgen Hötzel") (:keywords "tools" "languages") (:url . "http://github.com/juergenhoetzel/flymake-nasm"))]) + (flymake-perlcritic . [(20240229 953) ((flymake (1 2))) "Flymake handler for Perl to invoke Perl::Critic" tar ((:commit . "f65ac37608b78ce785808c27fba86a8102a4ff95") (:authors ("Sam Graham ") ("gemmaro" . "gemmaro.dev@gmail.com")) (:maintainers ("Sam Graham ")) (:maintainer "Sam Graham ") (:url . "https://github.com/illusori/emacs-flymake-perlcritic"))]) + (flymake-pest . [(20200710 2327) ((emacs (26 3)) (pest-mode (0 1))) "A flymake handler for Pest files" tar ((:commit . "43447a2c70f98edd1139005e32f437d3f142442b") (:authors ("ksqsf" . "i@ksqsf.moe") ("Naoya Yamashita" . "conao3@gmail.com")) (:maintainers ("ksqsf" . "i@ksqsf.moe")) (:maintainer "ksqsf" . "i@ksqsf.moe") (:keywords "languages" "flymake") (:url . "https://github.com/ksqsf/pest-mode"))]) + (flymake-php . [(20170723 146) ((flymake-easy (0 1))) "A flymake handler for php-mode files" tar ((:commit . "c045d01e002ba5e09b05f40e25bf5068d02126bc") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:url . "https://github.com/purcell/flymake-php"))]) + (flymake-phpcs . [(20210213 732) ((flymake-easy (0 9))) "making flymake work with PHP CodeSniffer" tar ((:commit . "f947ba3066c1fa903d2ec69d67bf84413f51eb3f") (:authors ("Akiha Senda")) (:maintainers ("Akiha Senda")) (:maintainer "Akiha Senda") (:keywords "flymake" "phpcs" "php") (:url . "https://github.com/senda-akiha/flymake-phpcs/"))]) + (flymake-phpstan . [(20231114 1120) ((emacs (26 1)) (phpstan (0 7 2))) "Flymake backend for PHP using PHPStan" tar ((:commit . "495e22f98e3075d0d9a14ebec87771eaf967b996") (:authors ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainers ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainer "USAMI Kenta" . "tadsan@zonu.me") (:keywords "tools" "php") (:url . "https://github.com/emacs-php/phpstan.el"))]) + (flymake-puppet . [(20170801 554) ((flymake-easy (0 9))) "Flymake handler using puppet-lint" tar ((:commit . "9579e5c736cb890195464fabf51df113313de88d") (:authors ("Ben Prew")) (:maintainers ("Ben Prew")) (:maintainer "Ben Prew") (:url . "https://github.com/benprew/flymake-puppet"))]) + (flymake-python-pyflakes . [(20170723 146) ((flymake-easy (0 8))) "A flymake handler for python-mode files using pyflakes (or flake8)" tar ((:commit . "1d65c26bf65a5dcbd29fcd967e2feb90e1e7a33d") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:url . "https://github.com/purcell/flymake-python-pyflakes"))]) + (flymake-quickdef . [(20200308 2342) ((emacs (26 1))) "Quickly define a new Flymake backend" tar ((:commit . "150c5839768a3d32f988f9dc08052978a68f2ad7") (:authors ("Karl Otness")) (:maintainers ("Karl Otness")) (:maintainer "Karl Otness") (:keywords "languages" "tools" "convenience" "lisp") (:url . "https://github.com/karlotness/flymake-quickdef"))]) + (flymake-racket . [(20210105 606) ((emacs (26 1))) "Flymake extension for Racket." tar ((:commit . "3d3e5f2a9ab696670f9e52baa4dde7b84b7542df") (:maintainers ("James Nguyen" . "james@jojojames.com")) (:maintainer "James Nguyen" . "james@jojojames.com") (:keywords "languages" "racket" "scheme") (:url . "https://github.com/jojojames/flymake-racket"))]) + (flymake-rakudo . [(20220424 637) ((emacs (28 1)) (flymake-collection (2 0 0)) (let-alist (1 0))) "Flymake syntax checker for Rakudo" tar ((:commit . "f8e3d03a7207876cd891174702efd572d74f2e49") (:authors ("Siavash Askari Nasr" . "ciavash@proton.me")) (:maintainers ("Siavash Askari Nasr" . "ciavash@proton.me")) (:maintainer "Siavash Askari Nasr" . "ciavash@proton.me") (:keywords "language" "tools" "convenience") (:url . "https://github.com/Raku/flymake-rakudo"))]) + (flymake-relint . [(20230803 120) ((emacs (26 1)) (relint (1 23))) "A relint Flymake backend" tar ((:commit . "cded537b8208e87632e1fb5b9bdc819a736eb9a3") (:authors ("liuyinz" . "liuyinz95@gmail.com")) (:maintainers ("liuyinz" . "liuyinz95@gmail.com")) (:maintainer "liuyinz" . "liuyinz95@gmail.com") (:keywords "lisp") (:url . "https://github.com/liuyinz/flymake-relint"))]) + (flymake-ruby . [(20170723 146) ((flymake-easy (0 1))) "A flymake handler for ruby-mode files" tar ((:commit . "6c320c6fb686c5223bf975cc35178ad6b195e073") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:url . "https://github.com/purcell/flymake-ruby"))]) + (flymake-ruff . [(20240419 232) ((emacs (26 1)) (project (0 3 0))) "A flymake plugin for python files using ruff" tar ((:commit . "15bf4d3a4ebe899991e385b64901b5cde0daa177") (:authors ("Erick Navarro" . "erick@navarro.io")) (:maintainers ("Erick Navarro" . "erick@navarro.io")) (:maintainer "Erick Navarro" . "erick@navarro.io") (:url . "https://github.com/erickgnavar/flymake-ruff"))]) + (flymake-sass . [(20170723 146) ((flymake-easy (0 1))) "Flymake handler for sass and scss files" tar ((:commit . "2de28148e92deb93bff3d55fe14e7c67ac476056") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:url . "https://github.com/purcell/flymake-sass"))]) + (flymake-shell . [(20170723 146) ((flymake-easy (0 1))) "A flymake syntax-checker for shell scripts" tar ((:commit . "a16cf453056b9849cc7c912bb127fb0b08fc6dab") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:url . "https://github.com/purcell/flymake-shell"))]) + (flymake-shellcheck . [(20220308 2218) ((emacs (26))) "A bash/sh Flymake backend powered by ShellCheck" tar ((:commit . "1ad9acb599e6be6aac57280b7c918b0e4a0f07de") (:authors ("Federico Tedin" . "federicotedin@gmail.com")) (:maintainers ("Federico Tedin" . "federicotedin@gmail.com")) (:maintainer "Federico Tedin" . "federicotedin@gmail.com") (:url . "https://github.com/federicotdn/flymake-shellcheck"))]) + (flymake-solidity . [(20170805 644) ((flymake-easy (0 10))) "A flymake handler for solidity using solc" tar ((:commit . "48bfe9525f764d8a68cc0270905dbf45bfd00bb8") (:authors ("Pascal van Kooten" . "kootenpv@gmail.com")) (:maintainers ("Pascal van Kooten" . "kootenpv@gmail.com")) (:maintainer "Pascal van Kooten" . "kootenpv@gmail.com") (:url . "https://github.com/kootenvp/flymake-solidity"))]) + (flymake-sqlfluff . [(20240611 1257) ((emacs (27 1))) "A flymake plugin for SQL files using sqlfluff" tar ((:commit . "0a836d7a919723ae5897fce01c3c7d651a30e8c6") (:authors ("Erick Navarro" . "erick@navarro.io")) (:maintainers ("Erick Navarro" . "erick@navarro.io")) (:maintainer "Erick Navarro" . "erick@navarro.io") (:url . "https://github.com/erickgnavar/flymake-sqlfluff"))]) + (flymake-swi-prolog . [(20220404 950) ((emacs (26 1))) "A Flymake backend for SWI-Prolog" tar ((:commit . "ae0e4b706a40b71c007ed6cb0ec5425d49bea4c3") (:authors ("Eshel Yaron")) (:maintainers ("Eshel Yaron")) (:maintainer "Eshel Yaron") (:keywords "languages") (:url . "https://git.sr.ht/~eshel/flymake-swi-prolog"))]) + (flymake-vala . [(20150326 531) ((flymake-easy (0 1))) "A flymake handler for vala-mode files" tar ((:commit . "c3674f461fc84fb0300cd3a562fb903a59782745") (:authors ("Daniel Lawrence" . "dannyla@linux.com")) (:maintainers ("Daniel Lawrence" . "dannyla@linux.com")) (:maintainer "Daniel Lawrence" . "dannyla@linux.com") (:keywords "convenience" "vala") (:url . "https://github.com/daniellawrence/flymake-vala"))]) + (flymake-vnu . [(20230310 440) ((emacs (26 1))) "Flymake extension for the v.Nu HTML validator." tar ((:commit . "e9c6038f69ad1523e603026155d9acd5fc3d5aac") (:maintainers ("Stefan Kuznetsov" . "skuznetsov@posteo.net")) (:maintainer "Stefan Kuznetsov" . "skuznetsov@posteo.net") (:keywords "languages") (:url . "https://github.com/theneosloth/flymake-vnu"))]) + (flymake-yaml . [(20130423 1548) ((flymake-easy (0 1))) "A flymake handler for YAML" tar ((:commit . "0dd11eed29fe4054ff5b4e06e2c39b4d925d6aae") (:authors ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainers ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainer "Yasuyuki Oka" . "yasuyk@gmail.com") (:keywords "yaml") (:url . "https://github.com/yasuyk/flymake-yaml"))]) + (flymake-yamllint . [(20230226 1024) ((emacs (26 1))) "YAML linter with yamllint" tar ((:commit . "020d2a33568c8069801db9dd6992b8961a58de8d") (:authors ("Martin Kjær Jørgensen" . "mkj@gotu.dk")) (:maintainers ("Martin Kjær Jørgensen" . "mkj@gotu.dk")) (:maintainer "Martin Kjær Jørgensen" . "mkj@gotu.dk") (:url . "https://github.com/shaohme/flymake-yamllint"))]) + (flymd . [(20160617 1214) ((cl-lib (0 5))) "On the fly markdown preview" tar ((:commit . "84d5a68bcfed4a295952c33ffcd11e880978d9d7") (:authors ("Mola-T" . "Mola@molamola.xyz")) (:maintainers ("Mola-T" . "Mola@molamola.xyz")) (:maintainer "Mola-T" . "Mola@molamola.xyz") (:keywords "markdown" "convenience") (:url . "https://github.com/mola-T/flymd"))]) + (flyparens . [(20140723 1846) nil "Check for unbalanced parens on the fly" tar ((:commit . "af9b8cfd647d0e5f97684d613dc2eea7cfc19398") (:authors ("Jisang Yoo")) (:maintainers ("Jisang Yoo")) (:maintainer "Jisang Yoo") (:keywords "faces" "convenience" "lisp" "matching" "parentheses" "parens"))]) + (flyspell-correct . [(20220520 630) ((emacs (24))) "Correcting words with flyspell via custom interface" tar ((:commit . "7d7b6b01188bd28e20a13736ac9f36c3367bd16e") (:authors ("Boris Buliga" . "boris@d12frosted.io")) (:maintainers ("Boris Buliga" . "boris@d12frosted.io")) (:maintainer "Boris Buliga" . "boris@d12frosted.io") (:url . "https://github.com/d12frosted/flyspell-correct"))]) + (flyspell-correct-avy-menu . [(20220520 630) ((flyspell-correct (0 6 1)) (avy-menu (0 1 1)) (emacs (24))) "Correcting words with flyspell via avy-menu interface" tar ((:commit . "7d7b6b01188bd28e20a13736ac9f36c3367bd16e") (:authors ("Boris Buliga" . "boris@d12frosted.io") ("Clemens Radermacher" . "clemera@posteo.net")) (:maintainers ("Boris Buliga" . "boris@d12frosted.io")) (:maintainer "Boris Buliga" . "boris@d12frosted.io") (:url . "https://github.com/d12frosted/flyspell-correct"))]) + (flyspell-correct-helm . [(20220520 630) ((flyspell-correct (0 6 1)) (helm (1 9 0)) (emacs (24))) "Correcting words with flyspell via helm interface" tar ((:commit . "7d7b6b01188bd28e20a13736ac9f36c3367bd16e") (:authors ("Boris Buliga" . "boris@d12frosted.io")) (:maintainers ("Boris Buliga" . "boris@d12frosted.io")) (:maintainer "Boris Buliga" . "boris@d12frosted.io") (:url . "https://github.com/d12frosted/flyspell-correct"))]) + (flyspell-correct-ivy . [(20220520 630) ((flyspell-correct (0 6 1)) (ivy (0 8 0)) (emacs (24 4))) "Correcting words with flyspell via ivy interface" tar ((:commit . "7d7b6b01188bd28e20a13736ac9f36c3367bd16e") (:authors ("Boris Buliga" . "boris@d12frosted.io")) (:maintainers ("Boris Buliga" . "boris@d12frosted.io")) (:maintainer "Boris Buliga" . "boris@d12frosted.io") (:url . "https://github.com/d12frosted/flyspell-correct"))]) + (flyspell-correct-popup . [(20220520 630) ((flyspell-correct (0 6 1)) (popup (0 5 3)) (emacs (24))) "Correcting words with flyspell via popup interface" tar ((:commit . "7d7b6b01188bd28e20a13736ac9f36c3367bd16e") (:authors ("Boris Buliga" . "boris@d12frosted.io")) (:maintainers ("Boris Buliga" . "boris@d12frosted.io")) (:maintainer "Boris Buliga" . "boris@d12frosted.io") (:url . "https://github.com/d12frosted/flyspell-correct"))]) + (flyspell-lazy . [(20210308 1253) nil "Improve flyspell responsiveness using idle timers" tar ((:commit . "0fc5996bcee20b46cbd227ae948d343c3bef7339") (:authors ("Roland Walker" . "walker@pobox.com")) (:maintainers ("Roland Walker" . "walker@pobox.com")) (:maintainer "Roland Walker" . "walker@pobox.com") (:keywords "spelling") (:url . "http://github.com/rolandwalker/flyspell-lazy"))]) + (flyspell-popup . [(20170529 815) ((popup (0 5 0))) "Correcting words with Flyspell in popup menus" tar ((:commit . "29311849bfd253b9b689bf331860b4c4d3bd4dde") (:authors ("Chunyang Xu" . "mail@xuchunyang.me")) (:maintainers ("Chunyang Xu" . "mail@xuchunyang.me")) (:maintainer "Chunyang Xu" . "mail@xuchunyang.me") (:keywords "convenience") (:url . "https://github.com/xuchunyang/flyspell-popup"))]) + (fm-bookmarks . [(20170104 1716) ((emacs (24 3)) (cl-lib (0 5))) "Use file manager bookmarks (eg Dolphin, Nautilus, PCManFM) in Dired" tar ((:commit . "11dacfd16a926bfecba96a94c6b13e162c7717f7") (:authors ("Ono Hiroko" . "azazabc123@gmail.com")) (:maintainers ("Ono Hiroko" . "azazabc123@gmail.com")) (:maintainer "Ono Hiroko" . "azazabc123@gmail.com") (:keywords "files" "convenience") (:url . "http://github.com/kuanyui/fm-bookmarks.el"))]) + (fmo-mode . [(20240306 1442) ((emacs (29 1)) (difflib (0 3 7)) (format-all (0 5 0))) "Format only changed lines" tar ((:commit . "eb63a36ee8ca0ec985e6fd043db974e6f9b38c83") (:authors ("Xichen Zhou" . "sichem.zh@gmail.com")) (:maintainers ("Xichen Zhou" . "sichem.zh@gmail.com")) (:maintainer "Xichen Zhou" . "sichem.zh@gmail.com") (:keywords "languages" "util") (:url . "https://github.com/xeechou/fmo-mode.el"))]) + (fn . [(20210304 1812) ((emacs (24)) (cl-lib (0 5)) (dash (2 18 0))) "Concise anonymous functions for Emacs Lisp" tar ((:commit . "98e3fe1b4785e162d9aca978a2db106baa79260f") (:authors ("Troy Pracy")) (:maintainers ("Troy Pracy")) (:maintainer "Troy Pracy") (:keywords "functional"))]) + (focus . [(20240528 901) ((emacs (24 3)) (cl-lib (0 5))) "Dim the font color of text in surrounding sections" tar ((:commit . "17c471544f540f2cf9a05fd6cd87e52e5de317e2") (:authors ("Lars Tveito" . "larstvei@ifi.uio.no")) (:maintainers ("Lars Tveito" . "larstvei@ifi.uio.no")) (:maintainer "Lars Tveito" . "larstvei@ifi.uio.no") (:url . "http://github.com/larstvei/Focus"))]) + (focus-autosave-mode . [(20160519 2116) ((emacs (24 4))) "Automatically save files in focus-out-hook." tar ((:commit . "e89ed22aa4dfc76e1b844b202aedd468ad58814a") (:authors ("Wojciech Siewierski" . "wojciech.siewierski@onet.pl")) (:maintainers ("Wojciech Siewierski" . "wojciech.siewierski@onet.pl")) (:maintainer "Wojciech Siewierski" . "wojciech.siewierski@onet.pl") (:keywords "convenience" "files" "frames" "mouse"))]) + (foggy-night-theme . [(20190123 1614) ((emacs (24))) "Dark low contrast theme with soft and muted colors." tar ((:commit . "14894e06ee5c6e14db36f2cb07387ee971c1736f") (:authors ("Martin Haesler")) (:maintainers ("Martin Haesler")) (:maintainer "Martin Haesler"))]) + (fold-dwim . [(20140208 1637) nil "Unified user interface for Emacs folding modes" tar ((:commit . "c46f4bb2ce91b4e307136320e72c28dd50b6cd8b") (:authors ("Peter Heslin" . "p.j.heslin@dur.ac.uk")) (:maintainers ("Peter Heslin" . "p.j.heslin@dur.ac.uk")) (:maintainer "Peter Heslin" . "p.j.heslin@dur.ac.uk") (:url . "http://www.dur.ac.uk/p.j.heslin/Software/Emacs"))]) + (fold-dwim-org . [(20131203 1351) ((fold-dwim (1 2))) "Fold DWIM bound to org key-strokes." tar ((:commit . "c09bb2b46d65afbd1d0febc6fded7495be7a3037") (:authors ("Matthew L. Fidler & Shane Celis")) (:maintainers ("Matthew L. Fidler")) (:maintainer "Matthew L. Fidler") (:keywords "folding" "emacs" "org-mode") (:url . "https://github.com/mlf176f2/fold-dwim-org"))]) + (fold-this . [(20191107 1816) nil "Just fold this region please" tar ((:commit . "c3912c738cf0515f65162479c55999e2992afce5") (:authors ("Magnar Sveen" . "magnars@gmail.com")) (:maintainers ("Magnar Sveen" . "magnars@gmail.com")) (:maintainer "Magnar Sveen" . "magnars@gmail.com") (:keywords "convenience") (:url . "https://github.com/magnars/fold-this.el"))]) + (folding . [(20240308 334) nil "A folding-editor-like minor mode." tar ((:commit . "b27c4a1d19e8b91777be0e346cc0ed7c73e2c446") (:maintainers ("Jari Aalto ")) (:maintainer "Jari Aalto ") (:keywords "tools"))]) + (font-lock-profiler . [(20170208 2008) ((emacs (24 3))) "Coverage and timing tool for font-lock keywords." tar ((:commit . "6e096458416888a4f63cca0d6bc5965a052753c8") (:authors ("Anders Lindgren")) (:maintainers ("Anders Lindgren")) (:maintainer "Anders Lindgren") (:keywords "faces" "tools") (:url . "https://github.com/Lindydancer/font-lock-profiler"))]) + (font-lock-studio . [(20220629 1909) ((emacs (24 3))) "interactive debugger for Font Lock keywords." tar ((:commit . "78472ae1f65721b4da17756ee7e506f3d0487033") (:authors ("Anders Lindgren")) (:maintainers ("Anders Lindgren")) (:maintainer "Anders Lindgren") (:keywords "faces" "tools") (:url . "https://github.com/Lindydancer/font-lock-studio"))]) + (font-utils . [(20210405 1149) ((persistent-soft (0 8 8)) (pcache (0 2 3))) "Utility functions for working with fonts" tar ((:commit . "abc572eb0dc30a26584c0058c3fe6c7273a10003") (:authors ("Roland Walker" . "walker@pobox.com")) (:maintainers ("Roland Walker" . "walker@pobox.com")) (:maintainer "Roland Walker" . "walker@pobox.com") (:keywords "extensions") (:url . "http://github.com/rolandwalker/font-utils"))]) + (fontawesome . [(20170305 1356) ((emacs (24 4))) "fontawesome utility" tar ((:commit . "a743f80bfd53767ca9ee32da34c5ca032172a480") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-fontawesome"))]) + (fontify-face . [(20210503 1956) ((emacs (24))) "Fontify symbols representing faces with that face." tar ((:commit . "d1386c88ccc77ccfb40b888ff90d6181325d14f8") (:authors ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matúš Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matúš Goljer" . "matus.goljer@gmail.com") (:keywords "faces") (:url . "https://github.com/Fuco1/fontify-face"))]) + (fontsloth . [(20230516 1901) ((f (0 20 0)) (logito (0 1)) (pcache (0 5)) (stream (2 2 5)) (emacs (28 1))) "Elisp otf/ttf font loader/renderer" tar ((:commit . "8dd771aae34ce282036c7533735e6251770fcbd0") (:authors ("Jo Gay" . "jo.gay@mailfence.com")) (:maintainers ("Jo Gay" . "jo.gay@mailfence.com")) (:maintainer "Jo Gay" . "jo.gay@mailfence.com") (:keywords "data" "font" "rasterization" "ttf" "otf") (:url . "https://github.com/jollm/fontsloth"))]) + (for . [(20230828 832) ((emacs (28 1))) "Iteration and sequence" tar ((:commit . "c0e9046d363a86a88fdcf73eacc09839aae4dd5a") (:authors ("Wing Hei Chan" . "whmunkchan@outlook.com")) (:maintainers ("Wing Hei Chan" . "whmunkchan@outlook.com")) (:maintainer "Wing Hei Chan" . "whmunkchan@outlook.com") (:keywords "extensions") (:url . "https://github.com/usaoc/elisp-for"))]) + (forecast . [(20191004 1850) ((emacs (24 4))) "Weather forecasts" tar ((:commit . "5f3e67448cc98fe2875115163849acae4d9e8526") (:authors ("Göktuğ Kayaalp" . "self@gkayaalp.com")) (:maintainers ("Göktuğ Kayaalp" . "self@gkayaalp.com")) (:maintainer "Göktuğ Kayaalp" . "self@gkayaalp.com") (:keywords "weather" "forecast") (:url . "https://dev.gkayaalp.com/elisp/index.html#forecast-el"))]) + (foreign-regexp . [(20200325 50) nil "search and replace by foreign regexp." tar ((:commit . "e2dd47f2160cadc194eb156e7c76c3c869e6706e") (:authors ("K-talo Miyazaki ")) (:maintainers ("K-talo Miyazaki ")) (:maintainer "K-talo Miyazaki ") (:keywords "convenience" "emulations" "matching" "tools" "unix" "wp"))]) + (foreman-mode . [(20170725 1422) ((s (1 9 0)) (dash (2 10 0)) (dash-functional (1 2 0)) (f (0 17 2)) (emacs (24))) "View and manage Procfile-based applications" tar ((:commit . "22b3bb13134b617870ed1e888af739f4818be929") (:authors ("ZHOU Feng" . "zf.pascal@gmail.com")) (:maintainers ("ZHOU Feng" . "zf.pascal@gmail.com")) (:maintainer "ZHOU Feng" . "zf.pascal@gmail.com") (:keywords "foreman") (:url . "http://github.com/zweifisch/foreman-mode"))]) + (forest-blue-theme . [(20160627 842) ((emacs (24))) "Emacs theme with a dark background." tar ((:commit . "58096ce1a25615d2bae806c3775bae3e2775019d") (:authors ("olkinn")) (:maintainers ("olkinn")) (:maintainer "olkinn"))]) + (forge . [(20240623 1337) ((emacs (26 3)) (compat (29 1 4 5)) (closql (20240405)) (dash (2 19 1)) (emacsql (20240124)) (ghub (20240507)) (let-alist (1 0 6)) (magit (20240428)) (markdown-mode (2 6)) (seq (2 24)) (transient (20240421)) (yaml (0 5 5))) "Access Git forges from Magit." tar ((:commit . "1e144bdecd9bded03c69e760a6b1ff84e1e76256") (:authors ("Jonas Bernoulli" . "emacs.forge@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.forge@jonas.bernoulli.dev") (:keywords "git" "tools" "vc") (:url . "https://github.com/magit/forge"))]) + (form-feed . [(20210508 1627) ((emacs (24 1))) "Display ^L glyphs as horizontal lines" tar ((:commit . "ac1f0ef30a11979f5dfe12d8c05a666739e486ff") (:authors ("Vasilij Schneidermann" . "mail@vasilij.de")) (:maintainers ("Vasilij Schneidermann" . "mail@vasilij.de")) (:maintainer "Vasilij Schneidermann" . "mail@vasilij.de") (:keywords "faces") (:url . "https://depp.brause.cc/form-feed"))]) + (form-feed-st . [(20231002 2211) ((emacs (25 1))) "Display ^L glyphs as full-width horizontal lines" tar ((:commit . "f91c8daf35b7588e0aa24c8716c8cfd8ff0067c8") (:authors ("Leonardo Schripsema")) (:maintainers ("Leonardo Schripsema")) (:maintainer "Leonardo Schripsema") (:keywords "faces") (:url . "https://github.com/leodag/form-feed-st"))]) + (format-all . [(20240511 1811) ((emacs (24 4)) (inheritenv (0 1)) (language-id (0 20))) "Auto-format C, C++, JS, Python, Ruby and 50 other languages" tar ((:commit . "c5ddfc5f3317eaa2a7541a818a0fce961e5e61dd") (:authors ("Lassi Kortela" . "lassi@lassi.io")) (:maintainers ("Lassi Kortela" . "lassi@lassi.io")) (:maintainer "Lassi Kortela" . "lassi@lassi.io") (:keywords "languages" "util") (:url . "https://github.com/lassik/emacs-format-all-the-code"))]) + (format-sql . [(20150422 1333) nil "Use format-sql to make your SQL readable in directly Emacs." tar ((:commit . "97f475c245cd6c81a72a265678e2087cee66ac7b") (:authors ("Friedrich Paetzke" . "paetzke@fastmail.fm")) (:maintainers ("Friedrich Paetzke" . "paetzke@fastmail.fm")) (:maintainer "Friedrich Paetzke" . "paetzke@fastmail.fm") (:url . "https://github.com/paetzke/format-sql.el"))]) + (format-table . [(20181223 1616) ((emacs (25)) (dash (2 14 1))) "Parse and reformat tabular data." tar ((:commit . "dfcae3a867e574577fc09a43b045889ff155b58f") (:authors ("Jason Duncan" . "jasond496@msn.com")) (:maintainers ("Jason Duncan" . "jasond496@msn.com")) (:maintainer "Jason Duncan" . "jasond496@msn.com") (:keywords "data") (:url . "https://github.com/functionreturnfunction/format-table"))]) + (forth-mode . [(20231206 1127) ((cl-lib (0 2))) "Programming language mode for Forth" tar ((:commit . "59c5ea89ca7593bd49cdde6caefa0893a8780105") (:authors ("Lars Brinkhoff" . "lars@nocrew.org")) (:maintainers ("Lars Brinkhoff" . "lars@nocrew.org")) (:maintainer "Lars Brinkhoff" . "lars@nocrew.org") (:keywords "languages" "forth") (:url . "http://github.com/larsbrinkhoff/forth-mode"))]) + (fortpy . [(20150715 2032) ((epc (0 1 0)) (auto-complete (1 4)) (python-environment (0 0 2)) (pos-tip (0 4 5))) "a Fortran auto-completion for Emacs" tar ((:commit . "c614517e9396ef7a78be3b8786fbf303879cf43b") (:authors ("Conrad Rosenbrock ")) (:maintainers ("Conrad Rosenbrock ")) (:maintainer "Conrad Rosenbrock "))]) + (fortune-cookie . [(20181223 842) nil "Print a fortune in your scratch buffer." tar ((:commit . "6c1c08f5be83822c0b762872ab25e3dbee96f333") (:authors ("Andrew Schwartzmeyer" . "andrew@schwartzmeyer.com")) (:maintainers ("Andrew Schwartzmeyer" . "andrew@schwartzmeyer.com")) (:maintainer "Andrew Schwartzmeyer" . "andrew@schwartzmeyer.com") (:keywords "fortune" "cowsay" "scratch" "startup") (:url . "https://github.com/andschwa/fortune-cookie"))]) + (fountain-mode . [(20240624 601) ((emacs (24 4)) (seq (2 20))) "Major mode for screenwriting in Fountain markup" tar ((:commit . "0c0b7293d11f87073ca47409216a032d5fd8d529") (:authors ("Paul W. Rankin" . "rnkn@rnkn.xyz")) (:maintainers ("Paul W. Rankin" . "rnkn@rnkn.xyz")) (:maintainer "Paul W. Rankin" . "rnkn@rnkn.xyz") (:keywords "wp" "text") (:url . "https://www.fountain-mode.org"))]) + (fpga . [(20240329 1759) ((emacs (29 1))) "FPGA & ASIC Utils" tar ((:commit . "34e521962ba3842321d456bd587aa93e4b627969") (:authors ("Gonzalo Larumbe" . "gonzalomlarumbe@gmail.com")) (:maintainers ("Gonzalo Larumbe" . "gonzalomlarumbe@gmail.com")) (:maintainer "Gonzalo Larumbe" . "gonzalomlarumbe@gmail.com") (:keywords "tools") (:url . "https://github.com/gmlarumbe/fpga"))]) + (fraktur-mode . [(20160815 227) ((cl-lib (0 5))) "Easily insert Unicode mathematical Fraktur characters" tar ((:commit . "514baf5546aed12a0d9fa0fe66e87cdcc7843b08") (:authors ("Grant Rettke" . "gcr@wisdomandwonder.com")) (:maintainers (nil . "")) (:maintainer nil . "") (:keywords "unicode" "fraktur" "math" "mathematical") (:url . "https://github.com/grettke/fraktur-mode"))]) + (frame-local . [(20180330 940) ((emacs (25 1))) "Variables local to a frame" tar ((:commit . "51c0889602626e2dcc6f1c1a812b058bc96df03c") (:authors ("Sebastien Chapuis" . "sebastien@chapu.is")) (:maintainers ("Sebastien Chapuis" . "sebastien@chapu.is")) (:maintainer "Sebastien Chapuis" . "sebastien@chapu.is") (:keywords "frames" "tools" "local" "lisp") (:url . "https://github.com/sebastiencs/frame-local"))]) + (frame-mode . [(20230823 1850) ((s (1 9 0)) (emacs (24 4))) "Use frames instead of windows" tar ((:commit . "ab5e568a7c7259d31c252c263458bd76490241d0") (:authors ("Ivan Malison" . "IvanMalison@gmail.com")) (:maintainers ("Ivan Malison" . "IvanMalison@gmail.com")) (:maintainer "Ivan Malison" . "IvanMalison@gmail.com") (:keywords "frames") (:url . "https://github.com/IvanMalison/frame-mode"))]) + (frame-purpose . [(20211011 1518) ((emacs (25 1)) (dash (2 18))) "Purpose-specific frames" tar ((:commit . "7d498147445cc0afb87b922a8225d2e163e5ed5a") (:authors ("Adam Porter" . "adam@alphapapa.net")) (:maintainers ("Adam Porter" . "adam@alphapapa.net")) (:maintainer "Adam Porter" . "adam@alphapapa.net") (:keywords "buffers" "convenience" "frames") (:url . "http://github.com/alphapapa/frame-purpose.el"))]) + (frame-tag . [(20170111 6) ((cl-lib (0 5))) "Minor mode that assigns a unique number to each frame for easy switching" tar ((:commit . "73d6163568c7d32952175e663318b872f995a4e5") (:authors ("Wong Liang Zan" . "zan@liangzan.net")) (:maintainers ("Wong Liang Zan" . "zan@liangzan.net")) (:maintainer "Wong Liang Zan" . "zan@liangzan.net") (:keywords "frame" "movement") (:url . "http://github.com/liangzan/frame-tag.el"))]) + (frames-only-mode . [(20240213 2142) ((emacs (26 3)) (dash (2 13 0)) (s (1 11 0))) "Use frames instead of Emacs windows" tar ((:commit . "53b17d712e363991f070d790493cd3cbf1d8a9be") (:authors ("David Shepherd" . "davidshepherd7@gmail.com")) (:maintainers ("David Shepherd" . "davidshepherd7@gmail.com")) (:maintainer "David Shepherd" . "davidshepherd7@gmail.com") (:keywords "frames" "windows") (:url . "https://github.com/davidshepherd7/frames-only-mode"))]) + (frameshot . [(20240623 1336) ((emacs (25 3)) (compat (29 1 4 5))) "Take screenshots of a frame" tar ((:commit . "ef2c25f4fc8c4a4a6ff4330c40ed67d263dc8234") (:authors ("Jonas Bernoulli" . "emacs.frameshot@jonas.bernoulli.dev")) (:maintainers ("Jonas Bernoulli" . "emacs.frameshot@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.frameshot@jonas.bernoulli.dev") (:keywords "multimedia") (:url . "https://github.com/tarsius/frameshot"))]) + (framesize . [(20131017 2132) ((key-chord (0 5 20080915))) "change the size of frames in Emacs" tar ((:commit . "f2dbf5d2513b2bc45f2085370a55c1754b6025da") (:authors ("Nic Ferrier" . "nferrier@ferrier.me.uk")) (:maintainers ("Nic Ferrier" . "nferrier@ferrier.me.uk")) (:maintainer "Nic Ferrier" . "nferrier@ferrier.me.uk") (:keywords "frames") (:url . "http://github.com/nicferrier/emacs-framesize"))]) + (frecency . [(20240111 628) ((emacs (25 1)) (a (0 1)) (dash (2 13 0))) "Library for sorting items by frequency and recency of access" tar ((:commit . "4293bf4c8d571b0914e16a5aa05a6d657fdff551") (:authors ("Adam Porter" . "adam@alphapapa.net")) (:maintainers ("Adam Porter" . "adam@alphapapa.net")) (:maintainer "Adam Porter" . "adam@alphapapa.net") (:keywords "extensions") (:url . "http://github.com/alphapapa/frecency.el"))]) + (frecentf . [(20231125 201) ((emacs (26 1)) (frecency (0 1 -1)) (persist (0 4)) (async (1 9 4))) "Pervasive recentf using frecency" tar ((:commit . "ef788b2af412311fbc6f52d639810746e5c0fa93") (:authors ("Felipe Lema" . "felipel@mortemale.org")) (:maintainers ("Felipe Lema" . "felipel@mortemale.org")) (:maintainer "Felipe Lema" . "felipel@mortemale.org") (:keywords "files" "maint") (:url . "https://launchpad.net/frecentf.el"))]) + (free-keys . [(20211116 1501) ((cl-lib (0 3))) "Show free keybindings for modkeys or prefixes" tar ((:commit . "7348ce68192871b8a69b687ec124d9f816d493ca") (:authors ("Matus Goljer" . "matus.goljer@gmail.com")) (:maintainers ("Matus Goljer" . "matus.goljer@gmail.com")) (:maintainer "Matus Goljer" . "matus.goljer@gmail.com") (:keywords "convenience") (:url . "https://github.com/Fuco1/free-keys"))]) + (freeradius-mode . [(20190401 1743) ((emacs (24 4))) "major mode for FreeRadius server config files" tar ((:commit . "cf8bf0359cf6c77848facbd24b764b3e111b4c2d") (:url . "https://github.com/VersBinarii/freeradius-mode"))]) + (freeze-it . [(20220301 148) ((emacs (24 4))) "Minor mode to make your previous writing read-only" tar ((:commit . "ad92e33a7ebd860905da60d194833516bf61cbf5") (:authors ("Paul W. Rankin" . "pwr@bydasein.com")) (:maintainers ("Paul W. Rankin" . "pwr@bydasein.com")) (:maintainer "Paul W. Rankin" . "pwr@bydasein.com") (:keywords "wp" "text") (:url . "https://github.com/rnkn/freeze-it"))]) + (friendly-remote-shell . [(20230916 1426) ((emacs (24 1)) (cl-lib (0 6 1)) (with-shell-interpreter (0 2 5)) (friendly-tramp-path (0 1 0)) (friendly-shell (0 2 0))) "Human-friendly remote interactive shells" tar ((:commit . "5cafa3f6313ce04a47c8996ea1ac6b617d155d46") (:keywords "processes" "terminals") (:url . "https://github.com/p3r7/friendly-shell"))]) + (friendly-shell . [(20230916 1426) ((emacs (24 1)) (cl-lib (0 6 1)) (dash (2 17 0)) (with-shell-interpreter (0 2 5))) "Better shell-mode API" tar ((:commit . "5cafa3f6313ce04a47c8996ea1ac6b617d155d46") (:keywords "processes" "terminals") (:url . "https://github.com/p3r7/friendly-shell"))]) + (friendly-shell-command . [(20230916 1426) ((emacs (24 1)) (cl-lib (0 6 1)) (dash (2 17 0)) (with-shell-interpreter (0 2 5))) "Better shell-command API" tar ((:commit . "5cafa3f6313ce04a47c8996ea1ac6b617d155d46") (:keywords "processes" "terminals") (:url . "https://github.com/p3r7/friendly-shell"))]) + (friendly-tramp-path . [(20200502 1032) ((cl-lib (0 6 1))) "Human-friendly TRAMP path construction" tar ((:commit . "be572b8953b9e5a3a35c30bb64c2936d3e9802ba") (:url . "https://github.com/p3r7/prf-tramp"))]) + (frimacs . [(20230805 1731) ((emacs (26 1))) "An environment for the FriCAS computer algebra system" tar ((:commit . "0ff73440dcaced28cf35e5e542c8936702395185") (:authors ("Paul Onions" . "paul.onions@acm.org")) (:maintainers ("Paul Onions" . "paul.onions@acm.org")) (:maintainer "Paul Onions" . "paul.onions@acm.org") (:keywords "fricas" "computer algebra" "extensions" "tools") (:url . "https://github.com/pdo/frimacs"))]) + (fringe-current-line . [(20140111 411) nil "show current line on the fringe." tar ((:commit . "0ef000bac76abae30601222e6f06c7d133ab4942") (:authors ("Kouhei Yanagita" . "yanagi@shakenbu.org")) (:maintainers ("Kouhei Yanagita" . "yanagi@shakenbu.org")) (:maintainer "Kouhei Yanagita" . "yanagi@shakenbu.org") (:url . "http://github.com/kyanagi/fringe-current-line/raw/master/fringe-current-line.el"))]) + (fringe-helper . [(20140620 2109) nil "helper functions for fringe bitmaps" tar ((:commit . "9bc3d3e82c9cc3937aa090248dc4dd2e289fc55c") (:authors ("Nikolaj Schumacher ")) (:maintainers ("Nikolaj Schumacher ")) (:maintainer "Nikolaj Schumacher ") (:keywords "lisp") (:url . "http://nschum.de/src/emacs/fringe-helper/"))]) + (frog-jump-buffer . [(20221114 141) ((emacs (24)) (avy (0 4 0)) (dash (2 4 0)) (frog-menu (0 2 8))) "The fastest buffer-jumping Emacs lisp package around." tar ((:commit . "ab830cb7a5af9429866ba88fb37589a0366d8bf2") (:authors ("Justin Talbott")) (:maintainers ("Justin Talbott")) (:maintainer "Justin Talbott") (:keywords "convenience" "tools") (:url . "https://github.com/waymondo/frog-jump-buffer"))]) + (frontside-javascript . [(20220315 1057) ((emacs (25 1)) (add-node-modules-path (1 2 0)) (company (0 9 2)) (flycheck (20201228 2104)) (js2-mode (20201220)) (js2-refactor (0 9 0)) (rjsx-mode (0 5 0)) (tide (4 0 2)) (web-mode (17)) (lsp-mode (20220124))) "JS development that just work™️" tar ((:commit . "18816534a977fbd28848389b58c22b6538cfdeec") (:authors ("Frontside Engineering" . "engineering@frontside.com")) (:maintainers ("Frontside Engineering" . "engineering@frontside.com")) (:maintainer "Frontside Engineering" . "engineering@frontside.com") (:keywords "files" "tools") (:url . "https://github.com/thefrontside/frontmacs"))]) + (fsbot-data-browser . [(20220830 230) nil "browse the fsbot database using tabulated-list-mode" tar ((:commit . "27455860fec01ca47bf98b85f093cc24b9852bef") (:authors ("Benaiah Mischenko")) (:maintainers ("Benaiah Mischenko")) (:maintainer "Benaiah Mischenko") (:keywords "fsbot" "irc" "tabulated-list-mode") (:url . "http://github.com/benaiah/fsbot-data-browser"))]) + (fsharp-mode . [(20230622 1854) ((emacs (25))) "Support for the F# programming language" tar ((:commit . "b4d31c3da018cfbb3d1f9e6fd416d8777f0835bd") (:authors ("1993-1997 Xavier Leroy, Jacques Garrigue and Ian T Zimmerman") ("2010-2011 Laurent Le Brun" . "laurent@le-brun.eu") ("2012-2014 Robin Neatherway" . "robin.neatherway@gmail.com") ("2017-2023 Jürgen Hötzel")) (:maintainers ("Jürgen Hötzel")) (:maintainer "Jürgen Hötzel") (:keywords "languages"))]) + (fstar-mode . [(20240312 1632) ((emacs (24 3)) (dash (2 11)) (company (0 8 12)) (quick-peek (1 0)) (yasnippet (0 11 0)) (flycheck (30 0)) (company-quickhelp (2 2 0))) "Support for F* programming" tar ((:commit . "6e5d3ea858f3c8a9d01161d9089909c2b22fdfca") (:authors ("Clément Pit-Claudel" . "clement.pitclaudel@live.com")) (:maintainers ("Clément Pit-Claudel" . "clement.pitclaudel@live.com")) (:maintainer "Clément Pit-Claudel" . "clement.pitclaudel@live.com") (:keywords "convenience" "languages") (:url . "https://github.com/FStarLang/fstar-mode.el"))]) + (fuel . [(20240523 1604) ((cl-lib (0 2)) (emacs (24 2))) "Major mode for the Factor programming language." tar ((:commit . "436d9a61aaa1fdaa319f14d0eac6b5aec920db05"))]) + (fuff . [(20170202 1503) ((seq (2 3))) "Find files with findutils, recursively" tar ((:commit . "278e849913df87bd8756c59382282d87474802c3") (:authors ("Joel Moberg")) (:maintainers ("Joel Moberg")) (:maintainer "Joel Moberg") (:keywords "files" "project" "convenience") (:url . "https://github.com/joelmo/fuff"))]) + (full-ack . [(20140223 1732) nil "a front-end for ack" tar ((:commit . "8345753e9569dabf6426a837f29387557e32f2af") (:authors ("Nikolaj Schumacher ")) (:maintainers ("Nikolaj Schumacher ")) (:maintainer "Nikolaj Schumacher ") (:keywords "tools" "matching") (:url . "http://nschum.de/src/emacs/full-ack/"))]) + (fullframe . [(20210226 1057) ((cl-lib (0 5))) "Generalized automatic execution in a single frame" tar ((:commit . "886b831c001b44ec95aec4ff36e8bc1b3003c786") (:authors ("Tom Regner" . "tom@goochesa.de")) (:maintainers ("Tom Regner" . "tom@goochesa.de")) (:maintainer "Tom Regner" . "tom@goochesa.de") (:keywords "fullscreen"))]) + (function-args . [(20220516 1226) ((ivy (0 9 1))) "C++ completion for GNU Emacs" tar ((:commit . "beba049751fed78666c87bd146a6f1cf149bb819") (:authors ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainers ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") (:url . "https://github.com/abo-abo/function-args"))]) + (fuo . [(20190812 927) ((emacs (24 4))) "feeluown client." tar ((:commit . "0e4122f94a336a50c02bc96652d25ac3d74bedeb") (:authors ("cosven" . "yinshaowen241@gmail.com")) (:maintainers ("cosven" . "yinshaowen241@gmail.com")) (:maintainer "cosven" . "yinshaowen241@gmail.com") (:keywords "feeluown" "multimedia" "unix") (:url . "http://github.com/cosven/emacs-fuo"))]) + (furl . [(20150509 316) nil "Friendly URL retrieval" tar ((:commit . "014438271e0ef27333dfcd599cb247f12a20d870") (:authors ("Natalie Weizenbaum" . "nweiz@google.com")) (:maintainers ("Natalie Weizenbaum" . "nweiz@google.com")) (:maintainer "Natalie Weizenbaum" . "nweiz@google.com"))]) + (fussy . [(20240607 2153) ((emacs (27 2)) (flx (0 5))) "Fuzzy completion style using `flx'" tar ((:commit . "21f4ac6b971f61890d46308d7ac5db64c20228e6") (:authors ("James Nguyen" . "james@jojojames.com")) (:maintainers ("James Nguyen" . "james@jojojames.com")) (:maintainer "James Nguyen" . "james@jojojames.com") (:keywords "matching") (:url . "https://github.com/jojojames/fussy"))]) + (futhark-mode . [(20240403 1143) ((emacs (24 3)) (cl-lib (0 5))) "major mode for editing Futhark source files" tar ((:commit . "98f9e7e890e082d45034f935d311a399326010ef") (:keywords "languages") (:url . "https://github.com/diku-dk/futhark-mode"))]) + (fuz . [(20200104 524) ((emacs (25 1))) "Fast and precise fuzzy scoring/matching utils" tar ((:commit . "0b6b64cebde5675be3a28520ee16234db48d3b8b") (:authors ("Zhu Zihao" . "all_but_last@163.com")) (:maintainers ("Zhu Zihao" . "all_but_last@163.com")) (:maintainer "Zhu Zihao" . "all_but_last@163.com") (:keywords "lisp") (:url . "https://github.com/cireu/fuz.el"))]) + (fuzzy . [(20240101 830) ((emacs (24 3))) "Fuzzy Matching" tar ((:commit . "295140da741ac02c1bd3dec69ccf7f6268d60ec5") (:authors ("Tomohiro Matsuyama" . "m2ym.pub@gmail.com")) (:maintainers ("Tomohiro Matsuyama" . "m2ym.pub@gmail.com")) (:maintainer "Tomohiro Matsuyama" . "m2ym.pub@gmail.com") (:keywords "convenience") (:url . "https://github.com/auto-complete/fuzzy-el"))]) + (fuzzy-finder . [(20210906 217) ((emacs (24 4))) "Fuzzy Finder App Integration" tar ((:commit . "915a281fc8e50df84dcc205f9357e8314d60fa54") (:authors ("10sr" . "8.slashes@gmail.com")) (:maintainers ("10sr" . "8.slashes@gmail.com")) (:maintainer "10sr" . "8.slashes@gmail.com") (:keywords "matching") (:url . "https://github.com/10sr/fuzzy-finder-el"))]) + (fvwm-mode . [(20230214 2149) nil "A major mode for editing Fvwm configuration files" tar ((:commit . "574c0370f6199c9a1492923bf0d35fdd26738d24") (:authors ("Bert Geens" . "bert@lair.be")) (:maintainers ("Bert Geens" . "bert@lair.be")) (:maintainer "Bert Geens" . "bert@lair.be") (:keywords "files") (:url . "https://github.com/theBlackDragon/fvwm-mode"))]) + (fwb-cmds . [(20240618 1605) ((emacs (25 1)) (compat (29 1 4 5))) "misc frame, window and buffer commands" tar ((:commit . "a2569c7c986dcde2c859e390a0da5aeacf69db77") (:authors ("Jonas Bernoulli" . "emacs.fwb-cmds@jonas.bernoulli.dev")) (:maintainers ("Jonas Bernoulli" . "emacs.fwb-cmds@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.fwb-cmds@jonas.bernoulli.dev") (:keywords "convenience") (:url . "https://github.com/tarsius/fwb-cmds"))]) + (fxrd-mode . [(20170728 1801) ((s (1 2))) "Major mode for editing fixed field width files" tar ((:commit . "795b969346982b75e24b5c8619b46197982fbb4d") (:authors ("Marc Sherry" . "msherry@gmail.com")) (:maintainers ("Marc Sherry" . "msherry@gmail.com")) (:maintainer "Marc Sherry" . "msherry@gmail.com") (:keywords "convenience") (:url . "https://github.com/msherry/fxrd-mode"))]) + (fyure . [(20130216 1314) nil "An interface to fix Japanese hyoki-yure" tar ((:commit . "b6977f1eb148e8b63259f7233b55bb050e44d9b8") (:authors ("Masafumi Oyamada" . "stillpedant@gmail.com")) (:maintainers ("Masafumi Oyamada" . "stillpedant@gmail.com")) (:maintainer "Masafumi Oyamada" . "stillpedant@gmail.com") (:keywords "languages"))]) + (fzf . [(20230403 1304) ((emacs (24 4))) "A front-end for fzf." tar ((:commit . "3a55b983921c620fb5a2cc811f42aa4daaad8266") (:authors ("Bailey Ling")) (:maintainers ("Bailey Ling")) (:maintainer "Bailey Ling") (:keywords "fzf" "fuzzy" "search") (:url . "https://github.com/bling/fzf.el"))]) + (gameoflife . [(20200614 1814) nil "Screensaver running Conway's Game of Life" tar ((:commit . "2483f3d98dbcf7f1633f551cc3691f5659b4b942") (:authors ("Anders Lindgren")) (:maintainers ("Anders Lindgren")) (:maintainer "Anders Lindgren") (:keywords "games") (:url . "https://github.com/Lindydancer/gameoflife"))]) + (gams-ac . [(20180423 926) ((emacs (24)) (auto-complete (1 0)) (gams-mode (4 0))) "auto-complete source file for GAMS mode" tar ((:commit . "66d04ff36033f54205c19bc1d893e926d4dbf02e") (:authors ("Shiro Takeda")) (:maintainers ("Shiro Takeda")) (:maintainer "Shiro Takeda") (:keywords "languages" "tools" "gams-mode" "auto-complete") (:url . "https://github.com/ShiroTakeda/gams-ac"))]) + (gams-mode . [(20231202 1410) ((emacs (24 3))) "Major mode for General Algebraic Modeling System (GAMS)" tar ((:commit . "03c24b19c270feca0d3fc9494698cf6d4c7f8152") (:authors ("Shiro Takeda")) (:maintainers ("Shiro Takeda")) (:maintainer "Shiro Takeda") (:keywords "languages" "tools" "gams") (:url . "http://shirotakeda.org/en/gams/gams-mode/"))]) + (gandalf-theme . [(20130809 947) nil "Gandalf color theme" tar ((:commit . "4e472fc851431458537d458d09c1f5895e338536") (:authors ("Peter Vasil" . "mail@petervasil.net")) (:maintainers ("Peter Vasil" . "mail@petervasil.net")) (:maintainer "Peter Vasil" . "mail@petervasil.net") (:keywords "color" "theme"))]) + (gap-mode . [(20240430 210) nil "Major mode for editing files in the GAP programming language." tar ((:commit . "09b4082b6e28141537696bb832c8ecc975ec57d8") (:authors ("Michael Smith" . "smith@pell.anu.edu.au") ("Gary Zablackis") ("Goetz Pfeiffer") ("Ivan Andrus" . "darthandrus@gmail.com")) (:maintainers ("Ivan Andrus" . "darthandrus@gmail.com")) (:maintainer "Ivan Andrus" . "darthandrus@gmail.com") (:keywords "gap") (:url . "https://gitlab.com/gvol/gap-mode"))]) + (gather . [(20141230 1338) nil "Gather string in buffer." tar ((:commit . "8909c886d72a682710bb79ccfcfe4df54a399b7e") (:authors ("Masahiro Hayashi" . "mhayashi1120@gmail.com")) (:maintainers ("Masahiro Hayashi" . "mhayashi1120@gmail.com")) (:maintainer "Masahiro Hayashi" . "mhayashi1120@gmail.com") (:keywords "matching" "convenience" "tools") (:url . "https://github.com/mhayashi1120/Emacs-gather/raw/master/gather.el"))]) + (gcmh . [(20201116 2251) ((emacs (24))) "the Garbage Collector Magic Hack" tar ((:commit . "0089f9c3a6d4e9a310d0791cf6fa8f35642ecfd9") (:authors ("Andrea Corallo" . "akrl@sdf.org")) (:maintainers (nil . "akrl@sdf.org")) (:maintainer nil . "akrl@sdf.org") (:keywords "internal") (:url . "https://gitlab.com/koral/gcmh"))]) + (gcode-mode . [(20230823 2141) ((emacs (24 4))) "Simple G-Code major mode" tar ((:commit . "4b54553a698d81e52dde14037df94774c7f30b95") (:authors ("Yuri D'Elia" . "wavexx@thregr.org")) (:maintainers ("Yuri D'Elia" . "wavexx@thregr.org")) (:maintainer "Yuri D'Elia" . "wavexx@thregr.org") (:keywords "gcode" "languages" "highlight" "syntax") (:url . "https://gitlab.com/wavexx/gcode-mode.el"))]) + (gdb-x . [(20240617 1857) ((emacs (29 1))) "Improve GDB-MI user interface" tar ((:commit . "367dbb31e1591ffb3f4b7630f2c8ddcc0692e133") (:authors ("Sergio Pastor Pérez" . "sergio.pastorperez@outlook.es")) (:maintainers ("Sergio Pastor Pérez" . "sergio.pastorperez@outlook.es")) (:maintainer "Sergio Pastor Pérez" . "sergio.pastorperez@outlook.es") (:keywords "extensions") (:url . "https://codeberg.org/shepherd/gdb-x"))]) + (gdscript-mode . [(20240509 1523) ((emacs (26 3))) "Major mode for Godot's GDScript language" tar ((:commit . "32086df83335ce0e5120b21b80cf7996edb2232e") (:authors ("Nathan Lovato , Fabián E. Gallina" . "fgallina@gnu.org")) (:maintainers (nil . "nathan@gdquest.com")) (:maintainer nil . "nathan@gdquest.com") (:keywords "languages") (:url . "https://github.com/godotengine/emacs-gdscript-mode/"))]) + (geben . [(20220827 105) ((emacs (24 3)) (cl-lib (0 5))) "DBGp protocol frontend, a script debugger" tar ((:commit . "8df1ed2c8ff13b0ca4ef241c95c46f60a5a4fe3c") (:authors ("Matthew Carter" . "m@ahungry.com")) (:maintainers ("Matthew Carter" . "m@ahungry.com")) (:maintainer "Matthew Carter" . "m@ahungry.com") (:keywords "c" "comm" "tools") (:url . "https://github.com/ahungry/geben"))]) + (geben-helm-projectile . [(20170524 334) ((emacs (24)) (geben (0 26)) (helm-projectile (0 13 0))) "Integrate helm-projectile with geben" tar ((:commit . "31ce0faca5dcc71924884f03fd5a7a25d00ccd9b") (:authors ("Matthew Carter" . "m@ahungry.com")) (:maintainers ("Matthew Carter" . "m@ahungry.com")) (:maintainer "Matthew Carter" . "m@ahungry.com") (:keywords "ahungry" "emacs" "geben" "helm" "projectile" "debug") (:url . "https://github.com/ahungry/geben-helm-projectile"))]) + (geeknote . [(20220213 612) ((emacs (24))) "Use Evernote in Emacs through geeknote" tar ((:commit . "ce2738aebeeda35f9d31027e9b7bad0813b975c3") (:authors ("Evan Dale Aromin")) (:maintainers ("Evan Dale Aromin")) (:maintainer "Evan Dale Aromin") (:keywords "evernote" "geeknote" "note" "emacs-evernote" "evernote-mode") (:url . "http://github.com/avendael/emacs-geeknote"))]) + (geiser . [(20240523 33) ((emacs (27 1)) (project (0 8 1))) "GNU Emacs and Scheme talk to each other" tar ((:commit . "b6b4ac070d136345345c80ff649f0084e3c512a5") (:authors ("Jose Antonio Ortega Ruiz" . "jao@gnu.org")) (:maintainers ("Jose Antonio Ortega Ruiz" . "jao@gnu.org")) (:maintainer "Jose Antonio Ortega Ruiz" . "jao@gnu.org") (:keywords "languages" "scheme" "geiser") (:url . "https://gitlab.com/emacs-geiser/"))]) + (geiser-chez . [(20230707 1334) ((emacs (26 1)) (geiser (0 19))) "Chez and Geiser talk to each other" tar ((:commit . "605a81ff7b2d2b275a3ec68e3ce7e5b50f85014d") (:authors ("Peter" . "craven@gmx.net")) (:maintainers ("Jose A Ortega Ruiz" . "jao@gnu.org")) (:maintainer "Jose A Ortega Ruiz" . "jao@gnu.org") (:keywords "languages" "chez" "scheme" "geiser") (:url . "https://gitlab.com/emacs-geiser/chez"))]) + (geiser-chibi . [(20240521 2252) ((emacs (24 4)) (geiser (0 18))) "Chibi Scheme's implementation of the geiser protocols" tar ((:commit . "2502fed1349c2703eea528b74bcc980ad6bceab8") (:authors ("Peter" . "craven@gmx.net")) (:maintainers ("Jose A Ortega Ruiz" . "jao@gnu.org")) (:maintainer "Jose A Ortega Ruiz" . "jao@gnu.org") (:keywords "languages" "chibi" "scheme" "geiser") (:url . "https://gitlab.com/emacs-geiser/chibi"))]) + (geiser-chicken . [(20220717 1130) ((emacs (24 4)) (geiser (0 19))) "Chicken's implementation of the geiser protocols" tar ((:commit . "a480598b5908c95bc8d3178a48f13e9072a9235b") (:authors ("Daniel Leslie")) (:maintainers ("Daniel Leslie")) (:maintainer "Daniel Leslie") (:keywords "languages" "chicken" "scheme" "geiser") (:url . "https://gitlab.com/emacs-geiser/chicken"))]) + (geiser-gambit . [(20220208 1356) ((emacs (26 1)) (geiser (0 18))) "Gambit's implementation of the geiser protocols" tar ((:commit . "381d74ca5059b44fe3d8b5daf42214019c6d1a88") (:authors ("Daniel Leslie")) (:maintainers ("Jose A Ortega Ruiz" . "jao@gnu.org")) (:maintainer "Jose A Ortega Ruiz" . "jao@gnu.org") (:keywords "languages" "gambit" "scheme" "geiser") (:url . "https://gitlab.com/emacs-geiser/gambit"))]) + (geiser-gauche . [(20220503 1700) ((emacs (26 1)) (geiser (0 11 2))) "Gauche scheme support for Geiser" tar ((:commit . "8ff743f6416f00751e24aef8b9791501a40f5421") (:authors ("András Simonyi" . "andras.simonyi@gmail.com")) (:maintainers ("András Simonyi" . "andras.simonyi@gmail.com")) (:maintainer "András Simonyi" . "andras.simonyi@gmail.com") (:keywords "languages" "gauche" "scheme" "geiser") (:url . "https://gitlab.com/emacs-geiser/gauche"))]) + (geiser-guile . [(20240314 1950) ((emacs (25 1)) (transient (0 3)) (geiser (0 28 1))) "Guile and Geiser talk to each other" tar ((:commit . "71a6be00433a157de3936f208c7a1bd0192b12cd") (:authors ("Jose Antonio Ortega Ruiz" . "jao@gnu.org")) (:maintainers ("Jose Antonio Ortega Ruiz" . "jao@gnu.org")) (:maintainer "Jose Antonio Ortega Ruiz" . "jao@gnu.org") (:keywords "languages" "guile" "scheme" "geiser") (:url . "https://gitlab.com/emacs-geiser/guile"))]) + (geiser-kawa . [(20210920 1607) ((emacs (26 1)) (geiser (0 16))) "Kawa scheme support for Geiser" tar ((:commit . "5896b19642923f74f718eb68d447560b2d26d797") (:authors ("spellcard199" . "spellcard199@protonmail.com")) (:maintainers ("spellcard199" . "spellcard199@protonmail.com")) (:maintainer "spellcard199" . "spellcard199@protonmail.com") (:keywords "languages" "kawa" "scheme" "geiser") (:url . "https://gitlab.com/emacs-geiser/kawa"))]) + (geiser-mit . [(20211204 1935) ((emacs (24 4)) (geiser (0 18))) "MIT/GNU Scheme's implementation of the geiser protocols" tar ((:commit . "4e90e9ae815e89f3540fb9644e6016c663ef5765") (:authors ("Peter" . "craven@gmx.net")) (:maintainers ("Jose A Ortega Ruiz" . "jao@gnu.org")) (:maintainer "Jose A Ortega Ruiz" . "jao@gnu.org") (:keywords "languages" "mit" "scheme" "geiser") (:url . "https://gitlab.com/emacs-geiser/mit"))]) + (geiser-racket . [(20210421 125) ((emacs (26 1)) (geiser (0 16))) "Support for Racket in Geiser" tar ((:commit . "22e56ce80389544d3872cf4beb4008fb514b2218") (:authors ("Jose Antonio Ortega Ruiz" . "jao@gnu.org")) (:maintainers ("Jose Antonio Ortega Ruiz" . "jao@gnu.org")) (:maintainer "Jose Antonio Ortega Ruiz" . "jao@gnu.org") (:keywords "languages" "racket" "scheme" "geiser") (:url . "https://gitlab.com/emacs-geiser/racket"))]) + (geiser-stklos . [(20231004 2013) ((emacs (24 4)) (geiser (0 16))) "STklos Scheme implementation of the geiser protocols" tar ((:commit . "c634fc2049f1616b772f5e9cb78c6171dcc4c34d") (:authors ("Jeronimo Pellegrini" . "j_p@aleph0.info")) (:maintainers ("Jeronimo Pellegrini" . "j_p@aleph0.info")) (:maintainer "Jeronimo Pellegrini" . "j_p@aleph0.info") (:keywords "languages" "stklos" "scheme" "geiser") (:url . "https://gitlab.com/emacs-geiser/stklos"))]) + (gemini-mode . [(20221127 1619) ((emacs (24 4))) "A simple highlighting package for text/gemini" tar ((:commit . "a7dd7c6ea4e036d0d5ecc4a5d284874c400f10ba") (:authors ("Jason McBrayer , tastytea , Étienne Deparis" . "etienne@depar.is")) (:maintainers ("Jason McBrayer , tastytea , Étienne Deparis" . "etienne@depar.is")) (:maintainer "Jason McBrayer , tastytea , Étienne Deparis" . "etienne@depar.is") (:keywords "languages") (:url . "https://git.carcosa.net/jmcbray/gemini.el"))]) + (gemini-write . [(20211114 1032) ((emacs (26)) (elpher (2 8 0)) (gemini-mode (1 0 0))) "Elpher for Titan" tar ((:commit . "2a7d07d0ce4c5b8750f3ff1182ad94ee616734c8") (:authors ("Alex Schroeder" . "alex@gnu.org")) (:maintainers ("Alex Schroeder" . "alex@gnu.org")) (:maintainer "Alex Schroeder" . "alex@gnu.org") (:keywords "comm" "gemini") (:url . "https://alexschroeder.ch/cgit/gemini-write"))]) + (gemtext-mode . [(20231029 2010) ((emacs (29 1))) "Major mode for Gemtext-formatted text" tar ((:commit . "431b3b1d7c4310ef09ba16adbc870bc0af2c0e9b") (:authors ("Antoine Aubé" . "courriel@arjca.fr")) (:maintainers ("Antoine Aubé" . "courriel@arjca.fr")) (:maintainer "Antoine Aubé" . "courriel@arjca.fr") (:keywords "languages" "gemtext" "gemini") (:url . "https://sr.ht/~arjca/gemtext-mode.el/"))]) + (general . [(20240410 1650) ((emacs (24 4)) (cl-lib (0 5))) "Convenience wrappers for keybindings." tar ((:commit . "826bf2b97a0fb4a34c5eb96ec2b172d682fd548f") (:authors ("Fox Kiester" . "noct@posteo.net")) (:maintainers ("Fox Kiester" . "noct@posteo.net")) (:maintainer "Fox Kiester" . "noct@posteo.net") (:keywords "vim" "evil" "leader" "keybindings" "keys") (:url . "https://github.com/noctuid/general.el"))]) + (genrnc . [(20140612 1237) ((deferred (0 3 1)) (concurrent (0 3)) (log4e (0 2 0)) (yaxception (0 1))) "generate RELAX NG Compact Schema from RELAX NG Schema, XML Schema and DTD." tar ((:commit . "da75b1966a73ad215ec2ced4522c25f4d0bf1f9a") (:authors ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainers ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainer "Hiroaki Otsu" . "ootsuhiroaki@gmail.com") (:keywords "xml") (:url . "https://github.com/aki2o/emacs-genrnc"))]) + (geoip . [(20200310 911) ((emacs (25 1))) "Find out where an IP address is located via GeoIP2" tar ((:commit . "b4952890993642c7055f4bbbf05b0384740f8f51") (:authors ("Xu Chunyang")) (:maintainers ("Xu Chunyang")) (:maintainer "Xu Chunyang") (:keywords "tools") (:url . "https://github.com/xuchunyang/geoip.el"))]) + (geolocation . [(20200317 1559) ((request-deferred (0 3 2)) (deferred (0 5 1)) (emacs (25 1))) "Get your location on Earth" tar ((:commit . "08e3569024659f6f04cb269ad213d144fd8e2a95") (:authors ("Neil Okamoto" . "neil.okamoto+melpa@gmail.com")) (:maintainers ("Neil Okamoto" . "neil.okamoto+melpa@gmail.com")) (:maintainer "Neil Okamoto" . "neil.okamoto+melpa@gmail.com") (:keywords "hardware") (:url . "https://github.com/gonewest818/geolocation.el"))]) + (german-holidays . [(20181213 644) nil "German holidays for Emacs calendar" tar ((:commit . "a8462dffccaf2b665f2032e646b5370e993a386a") (:authors ("Sebastian Christ" . "rudolfo.christ@gmail.com")) (:maintainers ("Sebastian Christ" . "rudolfo.christ@gmail.com")) (:maintainer "Sebastian Christ" . "rudolfo.christ@gmail.com") (:url . "https://github.com/rudolfochrist/german-holidays"))]) + (germanium . [(20220716 1500) ((emacs (26 1))) "Generate image from source code using germanium" tar ((:commit . "7292aa6870cf8b0acb34a8750da32b44d83cd65c") (:authors ("Masaya Watanabe")) (:maintainers ("Masaya Watanabe")) (:maintainer "Masaya Watanabe") (:keywords "convenience") (:url . "https://github.com/matsuyoshi30/germanium-el"))]) + (gerrit . [(20240306 1947) ((emacs (25 1)) (magit (2 13 1)) (s (1 12 0)) (dash (0 2 15))) "Gerrit client" tar ((:commit . "8a98747155712d751239e5699e3a6fd090848b33") (:authors ("Thomas Hisch" . "t.hisch@gmail.com")) (:maintainers ("Thomas Hisch" . "t.hisch@gmail.com")) (:maintainer "Thomas Hisch" . "t.hisch@gmail.com") (:keywords "extensions") (:url . "https://github.com/thisch/gerrit.el"))]) + (gerrit-download . [(20150714 1408) ((emacs (24 0)) (magit (2 1 0))) "Show gerrit reviews in a diff buffer." tar ((:commit . "d568acc7c5935188c9bc19ba72719a6092d9f6fd") (:authors ("Chmouel Boudjnah" . "chmouel@chmouel.com")) (:maintainers ("Chmouel Boudjnah" . "chmouel@chmouel.com")) (:maintainer "Chmouel Boudjnah" . "chmouel@chmouel.com") (:keywords "tools" "gerrit" "git") (:url . "https://github.com/chmouel/gerrit-download.el"))]) + (gf . [(20181028 1542) ((s (1 0)) (ht (2 0))) "Major mode for editing GF code" tar ((:commit . "49fa46db67634530499be969ffd3c436a22d4404") (:authors ("Johan Bockgård" . "bojohan+mail@dd.chalmers.se")) (:maintainers ("bruno cuconato" . "bcclaro+emacs@gmail.com")) (:maintainer "bruno cuconato" . "bcclaro+emacs@gmail.com") (:keywords "languages") (:url . "https://github.com/GrammaticalFramework/gf-emacs-mode"))]) + (ggo-mode . [(20210310 1345) nil "Gengetopt major mode" tar ((:commit . "6a7617b5af3d13029e4d680a375e8107c40d0fac") (:authors ("Matthew K. Junker" . "junker@alum.mit.edu")) (:maintainers ("Matthew K. Junker" . "junker@alum.mit.edu")) (:maintainer "Matthew K. Junker" . "junker@alum.mit.edu") (:keywords "extensions" "convenience" "local"))]) + (ggtags . [(20230602 133) ((emacs (25))) "emacs frontend to GNU Global source code tagging system" tar ((:commit . "4e3630c30fb836872b5d8f2ae3e5d5ae003365d8") (:authors ("Leo Liu" . "sdl.web@gmail.com")) (:maintainers ("Leo Liu" . "sdl.web@gmail.com")) (:maintainer "Leo Liu" . "sdl.web@gmail.com") (:keywords "tools" "convenience") (:url . "https://github.com/leoliu/ggtags"))]) + (gh . [(20230825 1217) ((emacs (25 1)) (pcache (0 4 2)) (logito (0 1)) (marshal (0 9 0)) (cl-lib (0 3))) "A GitHub library for Emacs" tar ((:commit . "b5a8d8209340d49ad82dab22d23dae0434499fdf") (:authors ("Yann Hodique" . "yhodique@gmail.com")) (:maintainer "Yann Hodique" . "yhodique@gmail.com") (:url . "https://github.com/sigma/gh.el"))]) + (gh-md . [(20220316 1432) ((emacs (24 3))) "Render markdown using the Github api" tar ((:commit . "e721fd5e41e682f47f2dd4ce26ef2ba28c7fa0b5") (:authors ("Mario Rodas" . "marsam@users.noreply.github.com")) (:maintainers ("Mario Rodas" . "marsam@users.noreply.github.com")) (:maintainer "Mario Rodas" . "marsam@users.noreply.github.com") (:keywords "convenience") (:url . "https://github.com/emacs-pe/gh-md.el"))]) + (gh-notify . [(20240411 2031) ((emacs (29 1)) (magit (3 3 0)) (forge (0 4 0))) "A veneer for Magit/Forge GitHub notifications" tar ((:commit . "bcd30f1804d6e1bf0201a16486d094a3817636b6") (:authors ("Bas Alberts" . "bas@anti.computer") ("xristos" . "xristos@sdf.org")) (:maintainers ("Bas Alberts" . "bas@anti.computer")) (:maintainer "Bas Alberts" . "bas@anti.computer") (:keywords "comm") (:url . "https://github.com/anticomputer/gh-notify"))]) + (ghc-imported-from . [(20141124 1932) ((emacs (24 1))) "Haskell documentation lookup with ghc-imported-from" tar ((:commit . "fcff08628a19f5d26151564659218cc677779b79") (:authors ("David Raymond Christiansen" . "david@davidchristiansen.dk")) (:maintainers ("David Raymond Christiansen" . "david@davidchristiansen.dk")) (:maintainer "David Raymond Christiansen" . "david@davidchristiansen.dk") (:keywords "languages"))]) + (ghci-completion . [(20151125 1257) ((emacs (24 1)) (cl-lib (0 5))) "Completion for GHCi commands in inferior-haskell buffers" tar ((:commit . "c47e23d585d2a3c7b13aac163693fdc4f2bb90e5") (:authors ("Oleksandr Manzyuk" . "manzyuk@gmail.com")) (:maintainers ("Oleksandr Manzyuk" . "manzyuk@gmail.com")) (:maintainer "Oleksandr Manzyuk" . "manzyuk@gmail.com") (:keywords "convenience"))]) + (gherkin-mode . [(20171224 1353) nil "An emacs major mode for editing gherkin files." tar ((:commit . "0313492e7da152f0aa73ddf96c0287ded8f51253") (:authors ("Craig Andera")) (:maintainers ("Craig Andera")) (:maintainer "Craig Andera") (:keywords "languages"))]) + (ghost-blog . [(20171023 742) ((markdown-mode (1 0))) "A package to manage Ghost blog" tar ((:commit . "71b358643cc9a2db1bf752281ff94aba9b59e4cc") (:authors ("Javier Aguirre" . "hello@javaguirre.net")) (:maintainers ("Javier Aguirre" . "hello@javaguirre.net")) (:maintainer "Javier Aguirre" . "hello@javaguirre.net") (:keywords "ghost" "blog") (:url . "https://github.com/javaguirre/ghost-blog"))]) + (ghq . [(20230510 332) ((emacs (26 1)) (dash (2 18 0)) (s (1 7 0))) "Ghq interface for emacs" tar ((:commit . "eb197c14e53ac57a136ea8d34eec7528487c3301") (:authors ("Roman Coedo" . "romancoedo@gmail.com")) (:maintainers ("Joseph LaFreniere" . "joseph@lafreniere.xyz")) (:maintainer "Joseph LaFreniere" . "joseph@lafreniere.xyz") (:keywords "convenience") (:url . "https://github.com/lafrenierejm/emacs-ghq"))]) + (ghub . [(20240618 1527) ((emacs (26 3)) (compat (29 1 4 5)) (let-alist (1 0 6)) (treepy (0 1 2))) "Client libraries for Git forge APIs." tar ((:commit . "e44aceeb12831f8b7afac4e089525b5a2dd5a5e8") (:authors ("Jonas Bernoulli" . "emacs.ghub@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.ghub@jonas.bernoulli.dev") (:keywords "tools") (:url . "https://github.com/magit/ghub"))]) + (ghub+ . [(20191229 1748) ((emacs (25)) (ghub (2 0)) (apiwrap (0 5))) "a thick GitHub API client built on ghub" tar ((:commit . "b1adef2402d7599911d4dd447a987a0cea04e6fe") (:authors ("Sean Allred" . "code@seanallred.com")) (:maintainers ("Sean Allred" . "code@seanallred.com")) (:maintainer "Sean Allred" . "code@seanallred.com") (:keywords "extensions" "multimedia" "tools") (:url . "https://github.com/vermiculus/ghub-plus"))]) + (gif-screencast . [(20230728 1144) ((emacs (25 1))) "One-frame-per-action GIF recording" tar ((:commit . "6798656d3d3107d16e30cc26bc3928b00e50c1ca") (:authors ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainers ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainer "Pierre Neidhardt" . "mail@ambrevar.xyz") (:keywords "multimedia" "screencast") (:url . "https://gitlab.com/ambrevar/emacs-gif-screencast"))]) + (gift-mode . [(20210528 1459) nil "major mode for editing GIFT format quizzes" tar ((:commit . "c93354e8fe1173b22f398f17b127875807f15b87") (:authors ("Christophe Rhodes" . "christophe@rhodes.io")) (:maintainers ("Christophe Rhodes" . "christophe@rhodes.io")) (:maintainer "Christophe Rhodes" . "christophe@rhodes.io") (:url . "https://github.com/csrhodes/gift-mode"))]) + (gildas-mode . [(20181022 649) ((polymode (0 1 5)) (emacs (25))) "Major mode for Gildas" tar ((:commit . "d0c9e997e2aa0bcd9b8b7db082d69100448cb1b2") (:authors ("Sébastien Maret" . "sebastien.maret@icloud.com")) (:maintainers ("Sébastien Maret" . "sebastien.maret@icloud.com")) (:maintainer "Sébastien Maret" . "sebastien.maret@icloud.com") (:keywords "languages" "gildas") (:url . "https://github.com/smaret/gildas-mode"))]) + (girly-notebook-theme . [(20240513 1344) ((emacs (26 1))) "A light theme with vivid colours and cursive text" tar ((:commit . "e27603d5afb2b60714b8acef61f3477d11c34e00") (:authors ("elilla&" . "elilla@transmom.love")) (:maintainers ("elilla&" . "elilla@transmom.love")) (:maintainer "elilla&" . "elilla@transmom.love") (:url . "https://github.com/melissaboiko/girly-notebook-theme"))]) + (gist . [(20171128 406) ((emacs (24 1)) (gh (0 10 0))) "Emacs integration for gist.github.com" tar ((:commit . "b2712a61d04af98a05cc2556d85479803b6626be") (:authors ("Yann Hodique" . "yann.hodique@gmail.com")) (:maintainers ("Yann Hodique" . "yann.hodique@gmail.com")) (:maintainer "Yann Hodique" . "yann.hodique@gmail.com") (:keywords "tools") (:url . "https://github.com/defunkt/gist.el"))]) + (git . [(20140128 1041) ((s (1 7 0)) (dash (2 2 0)) (f (0 10 0))) "An Elisp API for programmatically using Git" tar ((:commit . "8b7f1477ef367b5b7de452589dd9a8ab30150d0a") (:authors ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainers ("Johan Andersson" . "johan.rejeep@gmail.com")) (:maintainer "Johan Andersson" . "johan.rejeep@gmail.com") (:keywords "git") (:url . "http://github.com/rejeep/git.el"))]) + (git-annex . [(20220807 1542) nil "Mode for easy editing of git-annex'd files" tar ((:commit . "92f2d97c89980d2cea85850353836c68903514a1") (:authors ("John Wiegley" . "jwiegley@gmail.com")) (:maintainers ("John Wiegley" . "jwiegley@gmail.com")) (:maintainer "John Wiegley" . "jwiegley@gmail.com") (:keywords "files" "data" "git" "annex") (:url . "https://github.com/jwiegley/git-annex-el"))]) + (git-assembler-mode . [(20230611 1425) ((emacs (24 4))) "git-assembler major mode" tar ((:commit . "391f507269f4f243d81ebdc1f5d43388dc54bc2f") (:authors ("Yuri D'Elia" . "wavexx@thregr.org")) (:maintainers ("Yuri D'Elia" . "wavexx@thregr.org")) (:maintainer "Yuri D'Elia" . "wavexx@thregr.org") (:keywords "git" "git-assembler" "languages" "highlight" "syntax") (:url . "https://gitlab.com/wavexx/git-assembler-mode.el"))]) + (git-attr . [(20180925 2003) ((emacs (24 3))) "Git attributes of buffer file" tar ((:commit . "3e43a0cf616b00a4bbd3c6b49fd2397f3103796f") (:authors ("Arne Jørgensen" . "arne@arnested.dk")) (:maintainers ("Arne Jørgensen" . "arne@arnested.dk")) (:maintainer "Arne Jørgensen" . "arne@arnested.dk") (:keywords "vc") (:url . "https://github.com/arnested/emacs-git-attr"))]) + (git-auto-commit-mode . [(20200828 653) nil "Emacs Minor mode to automatically commit and push" tar ((:commit . "df07899acdb3f9c114b72fdab77107c924b3172c") (:authors ("Tom Willemse" . "tom@ryuslash.org")) (:maintainers ("Tom Willemse" . "tom@ryuslash.org")) (:maintainer "Tom Willemse" . "tom@ryuslash.org") (:keywords "vc") (:url . "https://github.com/ryuslash/git-auto-commit-mode"))]) + (git-backup . [(20191209 2144) ((emacs (24 3)) (s (1 8 0))) "Backup each file change using git" tar ((:commit . "e28d7af2d1c58fa5b8068223eb83a73f044e6a6c") (:authors ("Anthony HAMON" . "hamon.anth@gmail.com")) (:maintainers ("Anthony HAMON" . "hamon.anth@gmail.com")) (:maintainer "Anthony HAMON" . "hamon.anth@gmail.com") (:keywords "backup" "files" "tools" "git") (:url . "http://github.com/antham/git-backup"))]) + (git-backup-ivy . [(20231030 2155) ((ivy (0 12 0)) (git-backup (0 0 1)) (emacs (25 1))) "An ivy interface to git-backup" tar ((:commit . "8c825ac2fef586e2792e980003e5ae0deb908bbc") (:authors ("Sebastian Wålinder" . "s.walinder@gmail.com")) (:maintainers ("Sebastian Wålinder" . "s.walinder@gmail.com")) (:maintainer "Sebastian Wålinder" . "s.walinder@gmail.com") (:keywords "backup" "convenience" "files" "tools" "vc") (:url . "https://github.com/walseb/git-backup-ivy"))]) + (git-blamed . [(20161028 1926) nil "Minor mode for incremental blame for Git" tar ((:commit . "cef196abf398e2dd11f775d1e6cd8690567408aa") (:keywords "git" "version control" "release management"))]) + (git-cliff . [(20240517 1042) ((emacs (29 1)) (transient (0 6 0)) (dash (2 19 1))) "Generate and update changelog using git-cliff" tar ((:commit . "90db86c1a600fc319e7c8172839bfe18c3e4221b") (:authors ("liuyinz" . "liuyinz95@gmail.com")) (:maintainers ("liuyinz" . "liuyinz95@gmail.com")) (:maintainer "liuyinz" . "liuyinz95@gmail.com") (:keywords "tools") (:url . "https://github.com/liuyinz/git-cliff.el"))]) + (git-command . [(20191028 333) ((term-run (0 1 4)) (with-editor (2 3 1))) "A Git Command-Line interface" tar ((:commit . "a773d40da39dfb1c6ecf2b0758aa370ddea8f06d") (:authors ("10sr <8slashes+el [at] gmail [dot] com>")) (:maintainers ("10sr <8slashes+el [at] gmail [dot] com>")) (:maintainer "10sr <8slashes+el [at] gmail [dot] com>") (:keywords "utility" "git") (:url . "https://github.com/10sr/git-command-el"))]) + (git-commit . [(20240623 1335) ((emacs (26 1)) (compat (29 1 4 5)) (transient (20240421)) (with-editor (20240415))) "Edit Git commit messages." tar ((:commit . "196abe727054a440bf6262c5c254ad4565cbaa66") (:authors ("Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev") ("Sebastian Wiesner" . "lunaryorn@gmail.com") ("Florian Ragwitz" . "rafl@debian.org") ("Marius Vollmer" . "marius.vollmer@gmail.com")) (:maintainer "Jonas Bernoulli" . "emacs.magit@jonas.bernoulli.dev") (:keywords "git" "tools" "vc") (:url . "https://github.com/magit/magit"))]) + (git-commit-insert-issue . [(20230512 1416) ((emacs (25)) (projectile (0)) (s (0)) (ghub (0)) (bitbucket (0))) "Get issues list when typing \"Fixes #\"" tar ((:commit . "df7ce0549d1db7bab27d401a351ea0d187c4a673") (:authors ("Vindarel")) (:maintainers ("Vindarel")) (:maintainer "Vindarel") (:keywords "tools" "vc" "github" "gitlab" "bitbucket" "commit" "issues") (:url . "https://gitlab.com/emacs-stuff/git-commit-insert-issue/"))]) + (git-commit-ts-mode . [(20240527 708) ((emacs (29 1))) "Tree-sitter support for Git commit messages" tar ((:commit . "04219fdac2a5c1816cd08141513770adc0c2a48b") (:authors ("Daniil Shvalov" . "daniil.shvalov@gmail.com")) (:maintainers ("Daniil Shvalov" . "daniil.shvalov@gmail.com")) (:maintainer "Daniil Shvalov" . "daniil.shvalov@gmail.com") (:keywords "tree-sitter" "git" "faces") (:url . "https://github.com/danilshvalov/git-commit-ts-mode"))]) + (git-dwim . [(20170126 1214) nil "Context-aware git commands such as branch handling" tar ((:commit . "485c732130686c2f28a026e385366006435394b9") (:authors ("rubikitch" . "rubikitch@ruby-lang.org")) (:maintainers ("rubikitch" . "rubikitch@ruby-lang.org")) (:maintainer "rubikitch" . "rubikitch@ruby-lang.org") (:keywords "git" "tools" "convenience") (:url . "http://www.emacswiki.org/cgi-bin/wiki/download/git-dwim.el"))]) + (git-grep . [(20200920 1751) ((projectile (0 10 0))) "Search tools using git grep" tar ((:commit . "12ff6045e9b6aa42f98abd4ddc44d670268a0849") (:authors ("Sam Kleinman")) (:maintainers ("tychoish" . "garen@tychoish.com")) (:maintainer "tychoish" . "garen@tychoish.com") (:keywords "matching" "files" "grep" "search" "using" "git-grep") (:url . "https://github.com/tychoish/git-grep.el"))]) + (git-grep-transient . [(20240521 648) ((emacs (27 1)) (magit (3 3 0)) (transient (0 6 0)) (symbol-overlay (4 2))) "Search for text using git grep command" tar ((:commit . "c9eb6d76e6b0600d2f90d009fdc28a171f69dd80") (:authors ("Alain Delplanque" . "alaindelplanque@mailoo.org")) (:maintainers ("Alain Delplanque" . "alaindelplanque@mailoo.org")) (:maintainer "Alain Delplanque" . "alaindelplanque@mailoo.org") (:keywords "git" "tools" "vc") (:url . "https://github.com/adelplanque/git-grep-transient"))]) + (git-gutter . [(20240425 647) ((emacs (25 1))) "Port of Sublime Text plugin GitGutter" tar ((:commit . "9afe45b41a82a332606d3e70ef85d323d27b9e4f") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Neil Okamoto" . "neil.okamoto+melpa@gmail.com")) (:maintainer "Neil Okamoto" . "neil.okamoto+melpa@gmail.com") (:url . "https://github.com/emacsorphanage/git-gutter"))]) + (git-gutter+ . [(20151204 1723) ((git-commit (0)) (dash (0))) "Manage Git hunks straight from the buffer" tar ((:commit . "b7726997806d9a2da9fe84ff00ecf21d62b6f975") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:keywords "git" "vc") (:url . "https://github.com/nonsequitur/git-gutter-plus"))]) + (git-gutter-fringe . [(20211003 2228) ((git-gutter (0 88)) (fringe-helper (0 1 1)) (cl-lib (0 5)) (emacs (24))) "Fringe version of git-gutter.el" tar ((:commit . "648cb5b57faec55711803cdc9434e55a733c3eba") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Neil Okamoto" . "neil.okamoto+melpa@gmail.com")) (:maintainer "Neil Okamoto" . "neil.okamoto+melpa@gmail.com") (:url . "https://github.com/emacsorphanage/git-gutter-fringe"))]) + (git-gutter-fringe+ . [(20140729 1103) ((git-gutter+ (0 1)) (fringe-helper (1 0 1))) "Fringe version of git-gutter+.el" tar ((:commit . "3857d486e5b3eca9281fba1c76756cb39a9f9866") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/nonsequitur/git-gutter-fringe-plus"))]) + (git-identity . [(20220721 912) ((emacs (25 1)) (dash (2 10)) (hydra (0 14)) (f (0 20))) "Identity management for (ma)git" tar ((:commit . "f920916a92fad0c551cd0739e48fc09d8709bd8d") (:authors ("Akira Komamura" . "akira.komamura@gmail.com")) (:maintainers ("Akira Komamura" . "akira.komamura@gmail.com")) (:maintainer "Akira Komamura" . "akira.komamura@gmail.com") (:keywords "git" "vc" "convenience") (:url . "https://github.com/akirak/git-identity.el"))]) + (git-io . [(20230322 1038) ((emacs (24 4))) "Integration for git.io URL shortening in buffer" tar ((:commit . "fb25f9432e6454edd621a7512ee7abc6220151a5") (:authors ("Tejas Bubane" . "tejasbubane@gmail.com")) (:maintainers ("Tejas Bubane" . "tejasbubane@gmail.com")) (:maintainer "Tejas Bubane" . "tejasbubane@gmail.com") (:keywords "convenience" "files") (:url . "https://github.com/tejasbubane/emacs-git-io"))]) + (git-lens . [(20220922 710) ((emacs (24 4))) "Show new, deleted or modified files in branch" tar ((:commit . "347832fbdb75a0930aa3eef628ec0069a335f3b7") (:authors ("Peter Stiernström" . "peter@stiernstrom.se")) (:maintainers ("Peter Stiernström" . "peter@stiernstrom.se")) (:maintainer "Peter Stiernström" . "peter@stiernstrom.se") (:keywords "vc" "convenience") (:url . "https://github.com/pidu/git-lens"))]) + (git-link . [(20240413 1547) ((emacs (24 3))) "Get the GitHub/Bitbucket/GitLab URL for a buffer location" tar ((:commit . "f16ced38f954f1159fda2f0ba7b60842f8d7e9f9") (:authors ("Skye Shaw" . "skye.shaw@gmail.com")) (:maintainers ("Skye Shaw" . "skye.shaw@gmail.com")) (:maintainer "Skye Shaw" . "skye.shaw@gmail.com") (:keywords "git" "vc" "github" "bitbucket" "gitlab" "sourcehut" "aws" "azure" "convenience") (:url . "http://github.com/sshaw/git-link"))]) + (git-messenger . [(20201202 1637) ((emacs (24 3)) (popup (0 5 3))) "Popup last commit of current line" tar ((:commit . "fb9a049ac3b5fba7369ef1f027b97881f1e377ec") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Neil Okamoto")) (:maintainer "Neil Okamoto") (:url . "https://github.com/emacsorphanage/git-messenger"))]) + (git-modes . [(20240618 1609) ((emacs (25 1)) (compat (29 1 4 5))) "Major modes for editing Git configuration files" tar ((:commit . "7901415b39bef1b789d161ca2c10dfb910d13780") (:authors ("Sebastian Wiesner" . "lunaryorn@gmail.com") ("Rüdiger Sonderfeld" . "ruediger@c-plusplus.net") ("Jonas Bernoulli" . "emacs.git-modes@jonas.bernoulli.dev")) (:maintainers ("Jonas Bernoulli" . "emacs.git-modes@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.git-modes@jonas.bernoulli.dev") (:keywords "convenience" "vc" "git") (:url . "https://github.com/magit/git-modes"))]) + (git-msg-prefix . [(20191031 1304) ((emacs (24)) (s (1 10 0)) (dash (2 9 0))) "Insert commit message prefix (issue number)" tar ((:commit . "43f6b31c1090371260a2f15b2117a7666920bee7") (:authors ("Raimon Grau" . "raimonster@gmail.com")) (:maintainers ("Raimon Grau" . "raimonster@gmail.com")) (:maintainer "Raimon Grau" . "raimonster@gmail.com") (:keywords "vc" "tools") (:url . "http://github.com/kidd/git-msg-prefix.el"))]) + (git-ps1-mode . [(20200113 704) nil "Global minor-mode to print __git_ps1 in mode-line" tar ((:commit . "6762a309bd593d26258dfbf43e7bc21254a70fbf") (:authors ("10sr <8slashes+el [at] gmail [dot] com>")) (:maintainers ("10sr <8slashes+el [at] gmail [dot] com>")) (:maintainer "10sr <8slashes+el [at] gmail [dot] com>") (:keywords "utility" "mode-line" "git") (:url . "https://github.com/10sr/git-ps1-mode-el"))]) + (git-time-metric . [(20181116 2011) nil "Provide function to record time with gtm ( git time metric )" tar ((:commit . "287108ed1d6885dc795eb3bad4476aa08c626186") (:authors ("Anton Sivolapov" . "anton.sivolapov@gmail.com")) (:maintainers ("Anton Sivolapov" . "anton.sivolapov@gmail.com")) (:maintainer "Anton Sivolapov" . "anton.sivolapov@gmail.com") (:keywords "tools" "gtm" "productivity" "time") (:url . "https://github.com/c301/gtm-emacs-plugin"))]) + (git-timemachine . [(20240427 924) ((emacs (24 3)) (transient (0 1 0))) "Walk through git revisions of a file" tar ((:commit . "3780835fcd67c3703ffa768206121851e6895ece") (:authors ("Peter Stiernström" . "peter@stiernstrom.se")) (:maintainers ("Peter Stiernström" . "peter@stiernstrom.se")) (:maintainer "Peter Stiernström" . "peter@stiernstrom.se") (:keywords "vc") (:url . "https://codeberg.org/pidu/git-timemachine"))]) + (git-walktree . [(20191101 302) ((emacs (26 1)) (git (0 1 1)) (cl-lib (0 5))) "Browse Git tree and blob objects" tar ((:commit . "a1a5490b89d193724ec637818baf2d8edf97c638") (:authors ("10sr <8.slashes [at] gmail [dot] com>")) (:maintainers ("10sr <8.slashes [at] gmail [dot] com>")) (:maintainer "10sr <8.slashes [at] gmail [dot] com>") (:keywords "vc" "utility" "git") (:url . "https://github.com/10sr/git-walktree-el"))]) + (git-wip-timemachine . [(20150408 1006) ((s (1 9 0))) "Walk through git-wip revisions of a file" tar ((:commit . "1ce257e6c25117b01f1b899aca21e07eae084d40") (:authors ("Tim Krones" . "t.krones@gmx.net")) (:maintainers ("Tim Krones" . "t.krones@gmx.net")) (:maintainer "Tim Krones" . "t.krones@gmx.net") (:keywords "git") (:url . "https://github.com/itsjeyd/git-wip-timemachine"))]) + (gitconfig . [(20130718 935) nil "Emacs lisp interface to work with git-config variables" tar ((:commit . "6c313a39e20702ddcebc12d146f69db1ce668901") (:authors ("Samuel Tonini")) (:maintainers ("Samuel Tonini")) (:maintainer "Samuel Tonini") (:keywords "git" "gitconfig" "git-config"))]) + (github-browse-file . [(20160205 1427) ((cl-lib (0 5))) "View the file you're editing on GitHub" tar ((:commit . "177667b8dac640f3dabacc4395e09451c5e88c53") (:authors ("Ozan Sener" . "ozan@ozansener.com")) (:maintainers ("Ozan Sener" . "ozan@ozansener.com")) (:maintainer "Ozan Sener" . "ozan@ozansener.com") (:keywords "convenience" "vc" "git" "github") (:url . "https://github.com/osener/github-browse-file"))]) + (github-clone . [(20210108 1920) ((gh (1 0 1)) (magit (3 0 0)) (emacs (25 1))) "Fork and clone github repos" tar ((:commit . "7b2ce0109f5aac0b65f3e6a5ba761e18bd86f093") (:authors ("Charles L.G. Comstock" . "dgtized@gmail.com")) (:maintainers ("Charles L.G. Comstock" . "dgtized@gmail.com")) (:maintainer "Charles L.G. Comstock" . "dgtized@gmail.com") (:keywords "vc" "tools") (:url . "https://github.com/dgtized/github-clone.el"))]) + (github-dark-vscode-theme . [(20231011 2034) ((emacs (24 1))) "The GitHub Dark Theme from Visual Studio Code" tar ((:commit . "9906e1412d692ea0c115998c1809bcc135e263f6") (:authors ("Justintime50")) (:maintainers ("Justintime50")) (:maintainer "Justintime50") (:keywords "faces") (:url . "https://github.com/justintime50/github-dark-vscode-emacs-theme"))]) + (github-elpa . [(20231201 804) ((package-build (1 0)) (commander (0 7 0)) (git (0 1 1))) "Build and publish ELPA repositories with GitHub Pages" tar ((:commit . "c818883d9dc8d34eaee03691574e0408f18db28a") (:authors (nil . "10sr<8slashes+el@gmail.com>")) (:maintainers (nil . "10sr<8slashes+el@gmail.com>")) (:maintainer nil . "10sr<8slashes+el@gmail.com>") (:url . "https://github.com/10sr/github-elpa"))]) + (github-explorer . [(20220305 1450) ((emacs (25)) (graphql (0))) "Explore a GitHub repository on the fly" tar ((:commit . "49e5c350169b556deaabdcb67e9440bd4d5b4f8b") (:authors ("Giap Tran" . "txgvnn@gmail.com")) (:maintainers ("Giap Tran" . "txgvnn@gmail.com")) (:maintainer "Giap Tran" . "txgvnn@gmail.com") (:keywords "comm") (:url . "https://github.com/TxGVNN/github-explorer"))]) + (github-linguist . [(20231105 736) ((emacs (28 1)) (project (0 8)) (async (1 9)) (map (3))) "Run GitHub Linguist on projects to collect information" tar ((:commit . "7e24d62266ff0c56b63dc8ca4bf6d39a88aa1d5b") (:authors ("Akira Komamura" . "akira.komamura@gmail.com")) (:maintainers ("Akira Komamura" . "akira.komamura@gmail.com")) (:maintainer "Akira Komamura" . "akira.komamura@gmail.com") (:keywords "processes") (:url . "https://github.com/akirak/github-linguist.el"))]) + (github-modern-theme . [(20171109 1251) nil "The GitHub color theme for Emacs." tar ((:commit . "a7e7b8e5e9c122138e79e837caf9b7299e748d44") (:authors ("Philip Arvidsson" . "philip@philiparvidsson.com")) (:maintainers ("Philip Arvidsson" . "philip@philiparvidsson.com")) (:maintainer "Philip Arvidsson" . "philip@philiparvidsson.com") (:url . "https://github.com/philiparvidsson/GitHub-Theme-for-Emacs"))]) + (github-notifier . [(20180421 316) ((emacs (24))) "Displays your GitHub notifications unread count in mode-line" tar ((:commit . "274f3812926ea371346f639fcee98066f6e8c96f") (:authors ("Chunyang Xu" . "mail@xuchunyang.me")) (:maintainers ("Chunyang Xu" . "mail@xuchunyang.me")) (:maintainer "Chunyang Xu" . "mail@xuchunyang.me") (:keywords "github" "mode-line") (:url . "https://github.com/xuchunyang/github-notifier.el"))]) + (github-pullrequest . [(20170116 616) ((emacs (24 4)) (request (0 2 0)) (dash (2 11 0)) (magit (2 10 0))) "Create and fetch Github Pull requests with ease" tar ((:commit . "471816e09d1e140a0975911fe020c6c659f71209") (:authors ("Jakob Lind" . "karl.jakob.lind@gmail.com")) (:maintainers ("Jakob Lind" . "karl.jakob.lind@gmail.com")) (:maintainer "Jakob Lind" . "karl.jakob.lind@gmail.com") (:keywords "tools") (:url . "https://github.com/jakoblind/github-pullrequest"))]) + (github-review . [(20211029 243) ((emacs (25 1)) (s (1 12 0)) (ghub (2 0)) (dash (2 11 0)) (deferred (0 5 1)) (a (0 1 1))) "GitHub based code review" tar ((:commit . "725fbc7b385228f53a7ddc46a92c1276bab4aea8") (:authors ("Laurent Charignon" . "l.charignon@gmail.com")) (:maintainers ("Laurent Charignon" . "l.charignon@gmail.com")) (:maintainer "Laurent Charignon" . "l.charignon@gmail.com") (:keywords "git" "tools" "vc" "github") (:url . "https://github.com/charignon/github-review"))]) + (github-search . [(20190624 436) ((magit (0 8 1)) (gh (1 0 0))) "Clone repositories by searching github" tar ((:commit . "b73efaf19491010522b09db35bb0f1bad1620e63") (:authors ("Ivan Malison" . "IvanMalison@gmail.com")) (:maintainers ("Ivan Malison" . "IvanMalison@gmail.com")) (:maintainer "Ivan Malison" . "IvanMalison@gmail.com") (:keywords "github" "search" "clone" "api" "gh" "magit" "vc" "tools") (:url . "https://github.com/IvanMalison/github-search"))]) + (github-stars . [(20190517 1319) ((emacs (25 1)) (ghub (2 0 0))) "Browse your Github Stars" tar ((:commit . "bb79c80574cfff865342b6e262f2c9762edb4c15") (:authors ("Xu Chunyang" . "mail@xuchunyang.me")) (:maintainers ("Xu Chunyang" . "mail@xuchunyang.me")) (:maintainer "Xu Chunyang" . "mail@xuchunyang.me") (:keywords "tools") (:url . "https://github.com/xuchunyang/github-stars.el"))]) + (github-theme . [(20170630 2201) nil "The GitHub color theme for Emacs." tar ((:commit . "29f00a51d949a248a5f6355a97131e216747c797") (:authors ("Philip Arvidsson" . "philip@philiparvidsson.com")) (:maintainers ("Philip Arvidsson" . "philip@philiparvidsson.com")) (:maintainer "Philip Arvidsson" . "philip@philiparvidsson.com") (:url . "https://github.com/philiparvidsson/GitHub-Theme-for-Emacs"))]) + (gitignore-snippets . [(20201118 1551) ((emacs (26)) (yasnippet (0 8 0))) "Gitignore.io templates for Yasnippet" tar ((:commit . "f91b3397526fe09d2e4a1f507a73b06bc7542cf7") (:authors ("Seong Yong-ju" . "sei40kr@gmail.com")) (:maintainers ("Seong Yong-ju" . "sei40kr@gmail.com")) (:maintainer "Seong Yong-ju" . "sei40kr@gmail.com") (:keywords "tools") (:url . "https://github.com/sei40kr/gitignore-snippets"))]) + (gitignore-templates . [(20210814 144) ((emacs (24 3))) "Create .gitignore using GitHub or gitignore.io API" tar ((:commit . "d28cd1cec00242b688861648d36d086818b06099") (:authors ("Xu Chunyang")) (:maintainers ("Xu Chunyang")) (:maintainer "Xu Chunyang") (:keywords "tools") (:url . "https://github.com/xuchunyang/gitignore-templates.el"))]) + (gitlab . [(20180312 1647) ((s (1 9 0)) (dash (2 9 0)) (pkg-info (0 5 0)) (request (0 1 0))) "Emacs client for Gitlab" tar ((:commit . "68318aca3206d50701039c9aae39734ca29a49f9") (:authors ("Nicolas Lamirault" . "nicolas.lamirault@gmail.com")) (:maintainers ("Nicolas Lamirault" . "nicolas.lamirault@gmail.com")) (:maintainer "Nicolas Lamirault" . "nicolas.lamirault@gmail.com") (:keywords "gitlab") (:url . "https://github.com/nlamirault/emacs-gitlab"))]) + (gitlab-ci-mode . [(20191022 2017) ((emacs (25 1)) (yaml-mode (0 0 12))) "Mode for editing GitLab CI files" tar ((:commit . "c861dc5fa17d380d5c3aca99dc3bbec5eee623bc") (:authors ("Joe Wreschnig")) (:maintainers ("Joe Wreschnig")) (:maintainer "Joe Wreschnig") (:keywords "tools" "vc") (:url . "https://gitlab.com/joewreschnig/gitlab-ci-mode/"))]) + (gitlab-ci-mode-flycheck . [(20190323 1829) ((emacs (25)) (flycheck (31)) (gitlab-ci-mode (1))) "Flycheck support for ‘gitlab-ci-mode’" tar ((:commit . "eba81cfb7224fd1fa4e4da90d11729cc7ea12f72") (:authors ("Joe Wreschnig")) (:maintainers ("Joe Wreschnig")) (:maintainer "Joe Wreschnig") (:keywords "tools" "vc" "convenience") (:url . "https://gitlab.com/joewreschnig/gitlab-ci-mode-flycheck/"))]) + (gitlab-pipeline . [(20220921 1044) ((emacs (25 1)) (ghub (3 3 0))) "Get infomation about Gitlab pipelines" tar ((:commit . "8cc070c156d6e45583074ef4eb110b8d1511b0c4") (:authors ("Giap Tran" . "txgvnn@gmail.com")) (:maintainers ("Giap Tran" . "txgvnn@gmail.com")) (:maintainer "Giap Tran" . "txgvnn@gmail.com") (:keywords "comm" "tools" "git") (:url . "https://github.com/TxGVNN/gitlab-pipeline"))]) + (gitlab-snip-helm . [(20200427 2014) ((emacs (25)) (dash (2 12 0)) (helm (3 2))) "Gitlab snippets api helm package" tar ((:commit . "5fe0a66642da6f4e7ba9e1e3a96572c7f1876e37") (:authors ("Fermin MF" . "fmfs@posteo.net")) (:maintainers ("Fermin MF" . "fmfs@posteo.net")) (:maintainer "Fermin MF" . "fmfs@posteo.net") (:keywords "tools" "files" "convenience") (:url . "https://gitlab.com/sasanidas/gitlab-snip-helm"))]) + (gitolite-clone . [(20160609 2355) ((dash (2 10 0)) (s (1 9 0)) (pcache (0 3 1)) (emacs (24))) "Clone gitolite repositories from a completing list" tar ((:commit . "d8a4c2875c984e51137c980b5773f42703602721") (:authors ("Ivan Malison" . "IvanMalison@gmail.com")) (:maintainers ("Ivan Malison" . "IvanMalison@gmail.com")) (:maintainer "Ivan Malison" . "IvanMalison@gmail.com") (:keywords "gitolite" "clone" "git") (:url . "https://github.com/IvanMalison/gitolite-clone"))]) + (gitpatch . [(20170722 410) ((emacs (24 3))) "Git-format patch toolkit" tar ((:commit . "577d5adf65c8133caa325c10e89e1e2fc323c907") (:authors ("Feng Shu" . "tumashu@163.com")) (:maintainers ("Feng Shu" . "tumashu@163.com")) (:maintainer "Feng Shu" . "tumashu@163.com") (:keywords "convenience") (:url . "https://github.com/tumashu/gitpatch"))]) + (gitstatus . [(20221113 1951) ((emacs (25 1))) "Common front-end for `gitstatusd'" tar ((:commit . "c3e30341d0add9728010e566b9eb031c76414b47") (:authors ("Igor Epstein" . "igorepst@gmail.com")) (:maintainers ("Igor Epstein" . "igorepst@gmail.com")) (:maintainer "Igor Epstein" . "igorepst@gmail.com") (:keywords "tools" "processes") (:url . "https://github.com/igorepst/gitstatus-el"))]) + (gitter . [(20220316 138) ((emacs (24 4)) (let-alist (1 0 4))) "An Emacs Gitter client" tar ((:commit . "49327c91eb50cfea633af8fd32b0643691d75cb7") (:authors ("Chunyang Xu" . "mail@xuchunyang.me")) (:maintainers ("Chunyang Xu" . "mail@xuchunyang.me")) (:maintainer "Chunyang Xu" . "mail@xuchunyang.me") (:keywords "gitter" "chat" "client" "internet") (:url . "https://github.com/xuchunyang/gitter.el"))]) + (gkroam . [(20220923 1018) ((emacs (26 3)) (db (0 0 6)) (company (0 9 10))) "A lightweight org-mode Roam Research replica" tar ((:commit . "7a6f2899e676ce4720b102cd9eb4410e05613958") (:authors ("Kinney Zhang" . "kinneyzhang666@gmail.com")) (:maintainers ("Kinney Zhang" . "kinneyzhang666@gmail.com")) (:maintainer "Kinney Zhang" . "kinneyzhang666@gmail.com") (:keywords "org" "convenience") (:url . "https://github.com/Kinneyzhang/gkroam"))]) + (gl-conf-mode . [(20170714 1310) ((emacs (24 3))) "Mode for editing gitolite config files" tar ((:commit . "9136a9b737e0a5b6471a91571d104c487c43f35b") (:authors ("Luis Lloret")) (:maintainers ("Luis Lloret")) (:maintainer "Luis Lloret") (:keywords "git" "gitolite" "languages") (:url . "https://github.com/llloret/gitolite-emacs"))]) + (global-tags . [(20211120 347) ((emacs (26 1)) (async (1 9 4)) (project (0 5 2)) (ht (2 3))) "Elisp API and editor integration for GNU global" tar ((:commit . "aaa37da4c538f35a90149ef4ad3d8b0922af54ab") (:authors ("Felipe Lema" . "felipelema@mortemale.org")) (:maintainers ("Felipe Lema" . "felipelema@mortemale.org")) (:maintainer "Felipe Lema" . "felipelema@mortemale.org") (:keywords "convenience" "matching" "tools") (:url . "https://launchpad.net/global-tags.el"))]) + (glsl-mode . [(20210808 1945) nil "major mode for Open GLSL shader files" tar ((:commit . "9b2e5f28e489a1f73c4aed734105618ac0dc0c43") (:keywords "languages" "opengl" "gpu" "spir-v" "vulkan") (:url . "https://github.com/jimhourihan/glsl-mode"))]) + (glue . [(20230112 2159) ((emacs (24 1))) "Emacs - Common Lisp interop using SLIME or SLY" tar ((:commit . "dcdf8a69db87acea4fa61d4b4b9b1265c7e025db") (:authors ("Gabor Poczkodi" . "hajovonta@gmail.com")) (:maintainers ("Gabor Poczkodi" . "hajovonta@gmail.com")) (:maintainer "Gabor Poczkodi" . "hajovonta@gmail.com") (:keywords "lisp" "emacs" "common" "lisp" "cl") (:url . "https://git.sr.ht/~hajovonta/glue/"))]) + (gmail-message-mode . [(20160627 1847) ((ham-mode (1 0))) "A major-mode for editing gmail messages using markdown syntax." tar ((:commit . "ec36672a9dc93c09ebe2f77597b498d11883d008") (:authors ("Artur Malabarba" . "bruce.connor.am@gmail.com")) (:maintainers ("Artur Malabarba" . "bruce.connor.am@gmail.com")) (:maintainer "Artur Malabarba" . "bruce.connor.am@gmail.com") (:keywords "mail" "convenience" "emulation") (:url . "http://github.com/Bruce-Connor/gmail-message-mode"))]) + (gmail2bbdb . [(20170423 1144) nil "import email and name into bbdb from vcard." tar ((:commit . "a84fa385cfaec7fc5f1518c368e52722da139f99") (:authors ("Chen Bin" . "chenbin.sh@gmail.com")) (:maintainers ("Chen Bin" . "chenbin.sh@gmail.com")) (:maintainer "Chen Bin" . "chenbin.sh@gmail.com") (:keywords "vcard" "bbdb" "email" "contact" "gmail") (:url . "http://github.com/redguardtoo/gmail2bbdb"))]) + (gmpl-mode . [(20220121 631) ((emacs (24))) "Major mode for editing GMPL(MathProg) files" tar ((:commit . "97b103eea8b18f7e27b0f0be6cb4809a4156c032") (:authors ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainers ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainer "Junpeng Qiu" . "qjpchmail@gmail.com") (:keywords "extensions"))]) + (gmsh-mode . [(20240223 558) ((emacs (26 1))) "Highlight GMSH mesh generator script syntax" tar ((:commit . "324d09e6ef51ff9473cbfaf560979ed313df416b") (:authors ("Matsievskiy S.V.")) (:maintainers ("Matsievskiy S.V.")) (:maintainer "Matsievskiy S.V.") (:keywords "languages") (:url . "https://gitlab.com/matsievskiysv/gmsh-mode"))]) + (gn-mode . [(20190428 1812) ((emacs (24)) (cl-lib (0 5))) "major mode for editing GN (generate ninja) files" tar ((:commit . "fcf8e1e500d953364e97e7ebc5708a2c00fa3cd2") (:authors ("Emily Backes" . "lucca@accela.net")) (:maintainers ("Emily Backes" . "lucca@accela.net")) (:maintainer "Emily Backes" . "lucca@accela.net") (:keywords "data") (:url . "http://github.com/lashtear/gn-mode"))]) + (gnome-calendar . [(20161110 1256) nil "Integration with the GNOME Shell calendar" tar ((:commit . "668591bec95c23934c5e1ef100cec4824e7cb25d") (:authors ("Nicolas Petton" . "nicolas@petton.fr")) (:maintainers ("Nicolas Petton" . "nicolas@petton.fr")) (:maintainer "Nicolas Petton" . "nicolas@petton.fr") (:keywords "gnome" "calendar"))]) + (gnome-screencast . [(20210125 2001) ((emacs (25))) "Use Gnome screen recording functionality using elisp" tar ((:commit . "1f4ef60fe9d452320dc02f89e289bac04ef2ad1c") (:authors ("Jürgen Hötzel" . "juergen@hoetzel.info")) (:maintainers ("Jürgen Hötzel" . "juergen@hoetzel.info")) (:maintainer "Jürgen Hötzel" . "juergen@hoetzel.info") (:keywords "tools" "multimedia") (:url . "https://github.com/juergenhoetzel/emacs-gnome-screencast"))]) + (gnomenm . [(20150316 1918) ((s (1 9 0)) (dash (2 3 0)) (kv (0 0 19))) "Emacs interface to Gnome nmcli command" tar ((:commit . "9065cda44ffc9e06239b8189a0154d31314c3b4d") (:authors ("Nic Ferrier" . "nferrier@ferrier.me.uk")) (:maintainers ("Nic Ferrier" . "nferrier@ferrier.me.uk")) (:maintainer "Nic Ferrier" . "nferrier@ferrier.me.uk") (:keywords "processes" "hardware") (:url . "http://github.com/nicferrier/emacs-nm"))]) + (gnosis . [(20240618 1032) ((emacs (27 2)) (emacsql (20240124)) (compat (29 1 4 2))) "Spaced Repetition System" tar ((:commit . "758e915fd92b4052229b2b89fa920d1f93b61b65") (:authors ("Thanos Apollo" . "public@thanosapollo.org")) (:maintainers ("Thanos Apollo" . "public@thanosapollo.org")) (:maintainer "Thanos Apollo" . "public@thanosapollo.org") (:keywords "extensions") (:url . "https://thanosapollo.org/projects/gnosis"))]) + (gntp . [(20141025 250) nil "Growl Notification Protocol for Emacs" tar ((:commit . "767571135e2c0985944017dc59b0be79af222ef5") (:authors ("Engelke Eschner" . "tekai@gmx.li")) (:maintainers ("Engelke Eschner" . "tekai@gmx.li")) (:maintainer "Engelke Eschner" . "tekai@gmx.li"))]) + (gnu-apl-mode . [(20220404 341) ((emacs (27))) "Integrate GNU APL with Emacs" tar ((:commit . "c8695b0d55b5167263a843252ffd21a589018427") (:authors ("Elias Mårtenson" . "lokedhs@gmail.com")) (:maintainer "Elias Mårtenson" . "lokedhs@gmail.com") (:keywords "languages") (:url . "http://www.gnu.org/software/apl/"))]) + (gnu-indent . [(20221127 2112) ((emacs (25 1))) "Indent your code with GNU Indent" tar ((:commit . "f31dbe60478b6270bb57b6b05998df8eec56f801") (:authors ("Akib Azmain Turja" . "akib@disroot.org")) (:maintainers ("Akib Azmain Turja" . "akib@disroot.org")) (:maintainer "Akib Azmain Turja" . "akib@disroot.org") (:keywords "tools" "c") (:url . "https://codeberg.org/akib/emacs-gnu-indent"))]) + (gnuplot . [(20230323 1400) ((emacs (25 1))) "Major-mode and interactive frontend for gnuplot" tar ((:commit . "f99effa21f85a4c0963fec6a38e9112a8157d27e") (:authors ("Jon Oddie, Bruce Ravel, Phil Type")) (:maintainers ("Maxime Tréca , Daniel Mendler" . "mail@daniel-mendler.de")) (:maintainer "Maxime Tréca , Daniel Mendler" . "mail@daniel-mendler.de") (:keywords "data" "gnuplot" "plotting") (:url . "https://github.com/emacs-gnuplot/gnuplot"))]) + (gnuplot-mode . [(20171013 1616) nil "Major mode for editing gnuplot scripts" tar ((:commit . "601f6392986f0cba332c87678d31ae0d0a496ce7") (:keywords "gnuplot" "plotting") (:url . "https://github.com/mkmcc/gnuplot-mode"))]) + (gnus-alias . [(20230818 1830) nil "an alternative to gnus-posting-styles" tar ((:commit . "cf1783a9294bc2f72bfafcaea288c159c4e3dee5") (:authors ("Joe Casadonte" . "emacs@northbound-train.com")) (:maintainers ("Mark A. Hershberger" . "mah@everybody.org")) (:maintainer "Mark A. Hershberger" . "mah@everybody.org") (:keywords "personality" "identity" "news" "mail" "gnus"))]) + (gnus-desktop-notify . [(20180623 1538) ((gnus (1 0))) "Gnus Desktop Notification global minor mode" tar ((:commit . "44ebe0241a19f4052cd427dff408206542aa3c8f") (:authors ("Yuri D'Elia ")) (:maintainers ("Yuri D'Elia ")) (:maintainer "Yuri D'Elia ") (:url . "http://www.thregr.org/~wavexx/software/gnus-desktop-notify.el/"))]) + (gnus-notes . [(20221206 616) ((emacs (27 1)) (bbdb (3 1)) (helm (3 1)) (hydra (0 13 0)) (org (8 3)) (s (0 0)) (lv (0 0)) (async (1 9 1))) "Keep handy notes of read Gnus articles with helm and org" tar ((:commit . "9996b382c5c7b4f944a716baac69b556ef181462") (:authors ("Deus Max" . "deusmax@gmx.com")) (:maintainers ("Deus Max" . "deusmax@gmx.com")) (:maintainer "Deus Max" . "deusmax@gmx.com") (:keywords "convenience" "mail" "bbdb" "gnus" "helm" "org" "hydra") (:url . "https://github.com/deusmax/gnus-notes"))]) + (gnus-recent . [(20230602 957) ((emacs (25 3 2))) "Article breadcrumbs for Gnus" tar ((:commit . "5f85ddccd116b6c0cddf47795f25f930b7b767c4") (:authors ("Kevin Brubeck Unhammer" . "unhammer@fsfe.org")) (:maintainers ("Kevin Brubeck Unhammer" . "unhammer@fsfe.org")) (:maintainer "Kevin Brubeck Unhammer" . "unhammer@fsfe.org") (:keywords "convenience" "mail") (:url . "https://github.com/unhammer/gnus-recent"))]) + (gnus-select-account . [(20170722 511) nil "Select an account before writing a mail in gnus" tar ((:commit . "ddc8c135eeaf90f5b6692a033af2badae36e68ce") (:authors ("Feng Shu " . "tumashu@163.com")) (:maintainers ("Feng Shu " . "tumashu@163.com")) (:maintainer "Feng Shu " . "tumashu@163.com") (:keywords "convenience") (:url . "https://github.com/tumashu/gnus-select-account"))]) + (gnus-summary-ext . [(20180113 1316) nil "Extra limit and process mark commands for the gnus summary buffer" tar ((:commit . "025fd853fe9280ae696a89ec2c2cac9befd010aa") (:authors ("Joe Bloggs" . "vapniks@yahoo.com")) (:maintainers ("Joe Bloggs" . "vapniks@yahoo.com")) (:maintainer "Joe Bloggs" . "vapniks@yahoo.com") (:keywords "comm") (:url . "https://github.com/vapniks/gnus-summary-ext"))]) + (gnus-summary-repo . [(20190617 1419) ((emacs (25))) "Import and export files between IMAP and local by using GNUS" tar ((:commit . "3968667bfded60fbbf33f2fba3170e2b6501ec43") (:authors ("Giap Tran" . "txgvnn@gmail.com")) (:maintainers ("Giap Tran" . "txgvnn@gmail.com")) (:maintainer "Giap Tran" . "txgvnn@gmail.com") (:keywords "gnus" "repository") (:url . "https://github.com/TxGVNN/gnus-summary-repo"))]) + (gnus-x-gm-raw . [(20140610 2156) ((log4e (0 2 0)) (yaxception (0 1))) "Search mail of Gmail using X-GM-RAW as web interface" tar ((:commit . "978bdfcecc8844465b71641c2e909fcdc66b22be") (:authors ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainers ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainer "Hiroaki Otsu" . "ootsuhiroaki@gmail.com") (:keywords "gnus") (:url . "https://github.com/aki2o/gnus-x-gm-raw"))]) + (go . [(20220414 1956) ((emacs (24))) "Play GO, translate and transfer between GO back ends" tar ((:commit . "79690579496b0df85a1c94199aca968371b58b3c") (:authors ("Eric Schulte" . "schulte.eric@gmail.com")) (:maintainers ("Eric Schulte" . "schulte.eric@gmail.com")) (:maintainer "Eric Schulte" . "schulte.eric@gmail.com") (:keywords "game" "go" "sgf") (:url . "http://eschulte.github.io/el-go/"))]) + (go-add-tags . [(20211122 1812) ((emacs (24 3)) (s (1 11 0))) "Add field tags for struct fields" tar ((:commit . "93ecde9f82bc960493eaf6921d46a5adc3699ffc") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-go-add-tags"))]) + (go-autocomplete . [(20170626 1023) ((auto-complete (1 4 0))) "auto-complete-mode backend for go-mode" tar ((:commit . "5327738ec1be51061a3f31010c89bdd4924ca496") (:authors ("Mikhail" . "tensai@cirno.in")) (:maintainers ("Mikhail" . "tensai@cirno.in")) (:maintainer "Mikhail" . "tensai@cirno.in") (:keywords "languages"))]) + (go-complete . [(20190409 516) ((go-mode (0)) (cl-lib (0 5))) "Native code completion for Go" tar ((:commit . "056294014f37a1004958ec17ebd6748deed63502") (:authors ("Vibhav Pant" . "vibhavp@gmail.com")) (:maintainers ("Vibhav Pant" . "vibhavp@gmail.com")) (:maintainer "Vibhav Pant" . "vibhavp@gmail.com") (:keywords "go" "golang" "completion") (:url . "https://github.com/vibhavp/go-complete"))]) + (go-direx . [(20150316 143) ((direx (1 0 0)) (cl-lib (0 5))) "Tree style source code viewer for Go language" tar ((:commit . "aecb9fef4d56d04d230d37c75c260c8392b5ad9f") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-go-direx"))]) + (go-dlv . [(20220126 1436) ((go-mode (1 3 1))) "Go Delve - Debug Go programs interactively with the GUD." tar ((:commit . "0a296bc3b7b4dcf0c140a78c5ca3e1a8c6b7ea1a") (:authors ("Marko Bencun" . "mbencun@gmail.com")) (:maintainers ("Marko Bencun" . "mbencun@gmail.com")) (:maintainer "Marko Bencun" . "mbencun@gmail.com") (:keywords "go" "debug" "debugger" "delve" "interactive" "gud") (:url . "https://github.com/benma/go-dlv.el/"))]) + (go-eldoc . [(20170305 1427) ((emacs (24 3)) (go-mode (1 0 0))) "eldoc for go-mode" tar ((:commit . "cbbd2ea1e94a36004432a9ac61414cb5a95a39bd") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-go-eldoc"))]) + (go-errcheck . [(20160723 43) nil "errcheck integration for go-mode" tar ((:commit . "9db21eccecedc2490793f176246094167164af31") (:authors ("Dominik Honnef" . "dominikh@fork-bomb.org")) (:maintainers ("Dominik Honnef" . "dominikh@fork-bomb.org")) (:maintainer "Dominik Honnef" . "dominikh@fork-bomb.org"))]) + (go-expr-completion . [(20200817 1750) ((emacs (24 1))) "Complement the return values for Go" tar ((:commit . "66bba78f52a732b978848e3a4c99fa2afeb6c25f") (:authors ("Ryo Fujimoto" . "fujimisakri@gmail.com")) (:maintainers ("Ryo Fujimoto" . "fujimisakri@gmail.com")) (:maintainer "Ryo Fujimoto" . "fujimisakri@gmail.com") (:url . "https://github.com/fujimisakari/emacs-go-expr-completion"))]) + (go-fill-struct . [(20230308 1034) ((emacs (24))) "Fill struct for golang." tar ((:commit . "9e2e4be5af716ecadba809e73ddc95d4c772b2d9") (:authors ("Sergey Kostyaev" . "feo.me@ya.ru")) (:maintainers ("Sergey Kostyaev" . "feo.me@ya.ru")) (:maintainer "Sergey Kostyaev" . "feo.me@ya.ru") (:keywords "tools") (:url . "https://github.com/s-kostyaev/go-fill-struct"))]) + (go-gen-test . [(20230616 2053) ((emacs (24 4))) "Generate tests for go code with gotests" tar ((:commit . "af00a9abbaba2068502327ecdef574fd894a884b") (:authors ("Sergey Kostyaev" . "feo.me@ya.ru")) (:maintainers ("Sergey Kostyaev" . "feo.me@ya.ru")) (:maintainer "Sergey Kostyaev" . "feo.me@ya.ru") (:keywords "languages") (:url . "https://github.com/s-kostyaev/go-gen-test"))]) + (go-gopath . [(20160705 1034) ((cl-lib (0 5))) "Will guess GOPATH using gb and projectile." tar ((:commit . "5172fc53f21edbf9347d5ee7d1d745da1ec88a15") (:authors ("Andrew Kirilenko" . "andrew.kirilenko.main@gmail.com")) (:maintainers ("Andrew Kirilenko" . "andrew.kirilenko.main@gmail.com")) (:maintainer "Andrew Kirilenko" . "andrew.kirilenko.main@gmail.com") (:url . "http://github.com/iced/go-gopath/"))]) + (go-guru . [(20240210 10) ((go-mode (1 3 1)) (cl-lib (0 5))) "Integration of the Go 'guru' analysis tool into Emacs." tar ((:commit . "6f4ff9ef874d151ed8d297a80f1bf27db5d9dbf0") (:keywords "tools"))]) + (go-imenu . [(20181029 1029) ((emacs (24 3))) "Enhance imenu for go language" tar ((:commit . "00bb69c1c71453f43ab2d6622a74e3c8e6b454b9") (:authors ("Brantou" . "brantou89@gmail.com")) (:maintainers ("Brantou" . "brantou89@gmail.com")) (:maintainer "Brantou" . "brantou89@gmail.com") (:keywords "tools") (:url . "https://github.com/brantou/go-imenu.el"))]) + (go-impl . [(20210621 743) ((emacs (24 3)) (go-mode (1 3 0))) "impl integration for go-mode" tar ((:commit . "1eebba6ccd02d11a5a82ad4540a8d562797bc3b3") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-go-impl"))]) + (go-imports . [(20190715 1647) nil "Insert go import statement given package name" tar ((:commit . "55681e815da93b6f927213c4aa352ae33db97c37") (:authors ("Yaz Saito")) (:maintainers ("Yaz Saito")) (:maintainer "Yaz Saito") (:keywords "tools" "go" "import") (:url . "https://github.com/yasushi-saito/go-imports"))]) + (go-mode . [(20240620 1948) ((emacs (26 1))) "Major mode for the Go programming language" tar ((:commit . "636d36e37a0d2b6adb2e12d802ff4794ccbba336") (:authors ("The go-mode Authors")) (:maintainers ("The go-mode Authors")) (:maintainer "The go-mode Authors") (:keywords "languages" "go") (:url . "https://github.com/dominikh/go-mode.el"))]) + (go-noisegate . [(20200502 703) ((emacs (24 4))) "Run Golang tests with Noise Gate" tar ((:commit . "825d1fb05ec329f938c4c5bed23592f54d326f80") (:authors ("The Noise Gate Authors")) (:maintainers ("The Noise Gate Authors")) (:maintainer "The Noise Gate Authors") (:keywords "languages" "go" "test") (:url . "https://github.com/go-noisegate/go-noisegate.el"))]) + (go-playground . [(20240322 17) ((emacs (24)) (go-mode (1 4 0)) (gotest (0 13 0))) "Local Golang playground for short snippets." tar ((:commit . "52227ad154249fc0df2e8a53fa9e2c76c5a6fc76") (:authors ("Alexander I.Grafov" . "grafov@inet.name")) (:maintainers ("Alexander I.Grafov" . "grafov@inet.name")) (:maintainer "Alexander I.Grafov" . "grafov@inet.name") (:keywords "tools" "golang") (:url . "https://github.com/grafov/go-playground"))]) + (go-playground-cli . [(20160503 914) ((emacs (24)) (request (0 2 0)) (deferred (0 3 2)) (names (20151201 404)) (s (1 10 0)) (f (0 17 2)) (let-alist (1 0 4)) (cl-lib (0 5))) "Go Playground client tool" tar ((:commit . "60beebd98e3930641d41cee0189c579626f223bc") (:authors ("KOBAYASHI Shigeru (kosh)" . "shigeru.kb@gmail.com")) (:maintainers ("KOBAYASHI Shigeru (kosh)" . "shigeru.kb@gmail.com")) (:maintainer "KOBAYASHI Shigeru (kosh)" . "shigeru.kb@gmail.com") (:url . "https://github.com/kosh04/go-playground-cli"))]) + (go-projectile . [(20200609 131) ((projectile (0 10 0)) (go-mode (0)) (go-eldoc (0 16)) (go-rename (0)) (go-guru (0)) (dash (2 17 0))) "Go add-ons for Projectile" tar ((:commit . "ad4ca3b5695a0e31e95e3cc4ccab498f87d68303") (:authors ("Doug MacEachern" . "dougm@vmware.com")) (:maintainers ("Doug MacEachern" . "dougm@vmware.com")) (:maintainer "Doug MacEachern" . "dougm@vmware.com") (:keywords "project" "convenience") (:url . "https://github.com/dougm/go-projectile"))]) + (go-rename . [(20220114 2239) ((go-mode (1 3 1))) "Integration of the 'gorename' tool into Emacs." tar ((:commit . "3273fcece5d9ab7edd4f15b2d6bce61f4e5a0666") (:keywords "tools"))]) + (go-scratch . [(20150810 440) ((go-mode (1 3 1)) (emacs (24))) "*scratch* buffer for Go" tar ((:commit . "3f68cbcce04f59eb8e83af109164731ec0454be0") (:authors ("Emanuel Evans" . "mail@emanuel.industries")) (:maintainers ("Emanuel Evans" . "mail@emanuel.industries")) (:maintainer "Emanuel Evans" . "mail@emanuel.industries") (:keywords "languages" "go"))]) + (go-snippets . [(20180113 611) ((yasnippet (0 8 0))) "Yasnippets for go" tar ((:commit . "d437df148879566ffe7f2e503a3cf2602aa9fb28") (:keywords "snippets"))]) + (go-stacktracer . [(20150430 2142) nil "parse Go stack traces" tar ((:commit . "a2ac6d801b389f80ca4e2fcc1ab44513a9e55976") (:authors ("Samer Masterson" . "samer@samertm.com")) (:maintainers ("Samer Masterson" . "samer@samertm.com")) (:maintainer "Samer Masterson" . "samer@samertm.com") (:keywords "tools") (:url . "https://github.com/samertm/go-stacktracer.el"))]) + (go-tag . [(20230111 651) ((emacs (24 0)) (go-mode (1 5 0))) "Edit Golang struct field tag" tar ((:commit . "33f2059551d5298ca228d90f525b99d1a8d70364") (:authors ("Brantou" . "brantou89@gmail.com")) (:maintainers ("Brantou" . "brantou89@gmail.com")) (:maintainer "Brantou" . "brantou89@gmail.com") (:keywords "tools") (:url . "https://github.com/brantou/emacs-go-tag"))]) + (go-translate . [(20240605 806) ((emacs (28 1))) "Translation framework, configurable and scalable" tar ((:commit . "64a01dc5cc1cbf1b79edbd970a94661f1a4dad90") (:authors ("lorniu" . "lorniu@gmail.com")) (:maintainers ("lorniu" . "lorniu@gmail.com")) (:maintainer "lorniu" . "lorniu@gmail.com") (:keywords "convenience") (:url . "https://github.com/lorniu/go-translate"))]) + (gobgen . [(20161020 1523) ((emacs (24 4))) "Generate GObject descendants using a detailed form" tar ((:commit . "ed2c2b0d217deae293096f3cf14aa492791ddd4f") (:authors ("Gergely Polonkai" . "gergely@polonkai.eu")) (:maintainers ("Gergely Polonkai" . "gergely@polonkai.eu")) (:maintainer "Gergely Polonkai" . "gergely@polonkai.eu") (:keywords "gobject" "glib" "gtk" "helper" "utilities"))]) + (god-mode . [(20221230 708) ((emacs (25 1))) "Minor mode for God-like command entering" tar ((:commit . "607aff10a7b27a8aa0c1a15c2c39337ab17cfda7") (:authors ("Chris Done" . "chrisdone@gmail.com")) (:maintainers ("Chris Done" . "chrisdone@gmail.com")) (:maintainer "Chris Done" . "chrisdone@gmail.com") (:url . "https://github.com/emacsorphanage/god-mode"))]) + (godoctor . [(20180710 2152) nil "Frontend for godoctor" tar ((:commit . "4b45ff3d0572f0e84056e4c3ba91fcc178199859") (:authors ("Sangho Na" . "microamp@protonmail.com")) (:maintainers ("Sangho Na" . "microamp@protonmail.com")) (:maintainer "Sangho Na" . "microamp@protonmail.com") (:keywords "go" "golang" "refactoring") (:url . "https://github.com/microamp/godoctor.el"))]) + (gofmt-tag . [(20240111 2031) ((emacs (27))) "Format and align go struct tags" tar ((:commit . "b7cc315ac45342fc9c17dde779cc9c37aa309841") (:authors ("ybenel ")) (:maintainers ("ybenel" . "root@ybenel.cf")) (:maintainer "ybenel" . "root@ybenel.cf") (:keywords "tools" "wp" "matching") (:url . "https://github.com/m1ndo/gofmt-tag"))]) + (goggles . [(20240216 1542) ((emacs (27 1))) "Pulse modified regions" tar ((:commit . "41d3669d7ae7b73bd39d298e5373ece48b656ce3") (:authors ("Daniel Mendler" . "mail@daniel-mendler.de")) (:maintainers ("Daniel Mendler" . "mail@daniel-mendler.de")) (:maintainer "Daniel Mendler" . "mail@daniel-mendler.de") (:keywords "convenience" "text") (:url . "https://github.com/minad/goggles"))]) + (gold-mode . [(20140607 206) ((sws-mode (0))) "Major mode for editing .gold files" tar ((:commit . "6d3aa59602b1b835495271c8c9741ac344c2eab1") (:authors ("Yuta Yamada ")) (:maintainers ("Yuta Yamada ")) (:maintainer "Yuta Yamada ") (:keywords "golang" "template" "gold") (:url . "https://github.com/yuutayamada/gold-mode-el"))]) + (golden-ratio . [(20230912 1825) nil "Automatic resizing of Emacs windows to the golden ratio" tar ((:commit . "375c9f287dfad68829582c1e0a67d0c18119dab9") (:authors ("Roman Gonzalez" . "romanandreg@gmail.com")) (:maintainers ("Roman Gonzalez" . "romanandreg@gmail.com")) (:maintainer "Roman Gonzalez" . "romanandreg@gmail.com") (:keywords "window" "resizing"))]) + (golden-ratio-scroll-screen . [(20221102 240) nil "Scroll half screen down or up, and highlight current line" tar ((:commit . "ed82ac7e9129c7be5983b44def0b9239b54d4dcf") (:authors ("纪秀峰 ")) (:maintainers ("纪秀峰 ")) (:maintainer "纪秀峰 ") (:keywords "scroll" "screen" "highlight") (:url . "https://github.com/jixiuf/golden-ratio-scroll-screen"))]) + (golint . [(20180221 2015) nil "lint for the Go source code" tar ((:commit . "0562613f16a6ec439a4a68e817e69e0f7c405c87") (:url . "https://github.com/golang/lint"))]) + (gom-mode . [(20131008 253) nil "Major mode for Gomfile" tar ((:commit . "972e33df1d38ff323bc97de87477305826013701") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-gom-mode"))]) + (gomacro-mode . [(20200326 1103) ((emacs (24 4)) (go-mode (1 5 0))) "Gomacro mode and Go REPL integration" tar ((:commit . "66b77efebb9654aa60383a1014f716f8cd74e3fc") (:authors ("Petter Storvik")) (:maintainers ("Petter Storvik")) (:maintainer "Petter Storvik") (:keywords "gomacro" "repl" "languages" "tools" "processes") (:url . "https://github.com/storvik/gomacro-mode"))]) + (good-scroll . [(20211101 942) ((emacs (27 1))) "Good pixel line scrolling" tar ((:commit . "a7ffd5c0e5935cebd545a0570f64949077f71ee3") (:authors ("Benjamin Levy" . "blevy@protonmail.com")) (:maintainers ("Benjamin Levy" . "blevy@protonmail.com")) (:maintainer "Benjamin Levy" . "blevy@protonmail.com") (:url . "https://github.com/io12/good-scroll.el"))]) + (google . [(20140416 1748) nil "Emacs interface to the Google API" tar ((:commit . "3b3189a8b201c8d36fed6e61496274e530dd40bd") (:authors ("Edward O'Connor" . "ted@oconnor.cx")) (:maintainers ("Edward O'Connor" . "ted@oconnor.cx")) (:maintainer "Edward O'Connor" . "ted@oconnor.cx") (:keywords "comm" "processes" "tools"))]) + (google-c-style . [(20220210 1659) nil "Google's C/C++ style for c-mode" tar ((:commit . "af78b49ac4fef8083094d5105f72528ee7d09073") (:keywords "c" "tools"))]) + (google-contacts . [(20201012 1056) ((oauth2 (0 10)) (cl-lib (0 5))) "Support for Google Contacts in Emacs" tar ((:commit . "8923c238fe0906184d2254b33ba72792ed12cd47") (:authors ("Julien Danjou" . "julien@danjou.info")) (:maintainers ("Julien Danjou" . "julien@danjou.info")) (:maintainer "Julien Danjou" . "julien@danjou.info") (:keywords "comm") (:url . "https://github.com/jd/google-contacts.el"))]) + (google-maps . [(20181121 1532) ((emacs (24 3))) "Access Google Maps from Emacs" tar ((:commit . "2eb16ff609f5a9f8d02c15238a111fbb7db6c146") (:authors ("Julien Danjou" . "julien@danjou.info")) (:maintainers ("Julien Danjou" . "julien@danjou.info")) (:maintainer "Julien Danjou" . "julien@danjou.info") (:keywords "comm") (:url . "https://julien.danjou.info/projects/emacs-packages#google-maps"))]) + (google-this . [(20170810 1215) ((emacs (24 1))) "A set of functions and bindings to google under point." tar ((:commit . "8a2e3ca5da6a8c89bfe99a21486c6c7db125dc84") (:authors ("Artur Malabarba" . "bruce.connor.am@gmail.com")) (:maintainers ("Artur Malabarba" . "bruce.connor.am@gmail.com")) (:maintainer "Artur Malabarba" . "bruce.connor.am@gmail.com") (:keywords "convenience" "hypermedia") (:url . "http://github.com/Malabarba/emacs-google-this"))]) + (google-translate . [(20220921 245) ((emacs (24 3)) (popup (0 5 8))) "Emacs interface to Google Translate" tar ((:commit . "e60dd6eeb9cdb931d9d8bfbefc29a48ef9a21bd9") (:authors ("Oleksandr Manzyuk" . "manzyuk@gmail.com")) (:maintainers ("Andrey Tykhonov" . "atykhonov@gmail.com")) (:maintainer "Andrey Tykhonov" . "atykhonov@gmail.com") (:keywords "convenience") (:url . "https://github.com/atykhonov/google-translate"))]) + (goose-theme . [(20160828 1245) ((emacs (24 1))) "A gray color theme" tar ((:commit . "acd017b50ab25a75fd1331eb3de66467e2042e9c") (:authors ("Stephen Whipple" . "shw@wicdmedia.org")) (:maintainers ("Stephen Whipple" . "shw@wicdmedia.org")) (:maintainer "Stephen Whipple" . "shw@wicdmedia.org") (:url . "https://github.com/thwg/goose-theme"))]) + (gore-mode . [(20151123 1927) ((go-mode (1 0 0))) "Simple mode for gore, a command-line evaluator for golang." tar ((:commit . "94d7f3e99104e06167967c98fdc201049c433c2d") (:authors ("Sergey Pashaev" . "sergey.pashaev@gmail.com")) (:maintainers ("Sergey Pashaev" . "sergey.pashaev@gmail.com")) (:maintainer "Sergey Pashaev" . "sergey.pashaev@gmail.com") (:keywords "go" "repl"))]) + (gorepl-mode . [(20170905 945) ((emacs (24)) (s (1 11 0)) (f (0 19 0)) (hydra (0 13 0))) "Go REPL Interactive Development in top of Gore" tar ((:commit . "bbd27f6a0a77f484e2a3f082d70dc69da63ae52a") (:authors ("Manuel Alonso" . "manuteali@gmail.com")) (:maintainers ("Manuel Alonso" . "manuteali@gmail.com")) (:maintainer "Manuel Alonso" . "manuteali@gmail.com") (:keywords "languages" "go" "golang" "gorepl") (:url . "http://www.github.com/manute/gorepl-mode"))]) + (gotest . [(20230221 945) ((emacs (24 3)) (s (1 11 0)) (f (0 19 0))) "Launch GO unit tests" tar ((:commit . "490189e68d743a851bfb42d0017428a7550e8615") (:authors ("Nicolas Lamirault" . "nicolas.lamirault@gmail.com")) (:maintainers ("Nicolas Lamirault" . "nicolas.lamirault@gmail.com")) (:maintainer "Nicolas Lamirault" . "nicolas.lamirault@gmail.com") (:keywords "languages" "go" "tests") (:url . "https://github.com/nlamirault/gotest.el"))]) + (gotham-theme . [(20220107 1730) ((emacs (24 1))) "A very dark Emacs color theme" tar ((:commit . "4b8214df0851bb69b44c3e864568b7e0030a95d2") (:authors ("Vasilij Schneidermann" . "mail@vasilij.de")) (:maintainers ("Vasilij Schneidermann" . "mail@vasilij.de")) (:maintainer "Vasilij Schneidermann" . "mail@vasilij.de") (:url . "https://depp.brause.cc/gotham-theme"))]) + (goto-char-preview . [(20240206 139) ((emacs (24 3))) "Preview character when executing `goto-char` command" tar ((:commit . "d40eb8c1e8844ab7d265197191a759f62bf1099c") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "character" "navigation") (:url . "https://github.com/emacs-vs/goto-char-preview"))]) + (goto-chg . [(20240407 1110) ((emacs (24 1))) "Go to last change" tar ((:commit . "72f556524b88e9d30dc7fc5b0dc32078c166fda7") (:authors ("David Andersson ")) (:maintainers ("Vasilij Schneidermann" . "mail@vasilij.de")) (:maintainer "Vasilij Schneidermann" . "mail@vasilij.de") (:keywords "convenience" "matching") (:url . "https://github.com/emacs-evil/goto-chg"))]) + (goto-last-change . [(20150109 1823) nil "Move point through buffer-undo-list positions" tar ((:commit . "58b0928bc255b47aad318cd183a5dce8f62199cc") (:authors ("Kevin Rodgers" . "ihs_4664@yahoo.com")) (:maintainers ("Kevin Rodgers" . "ihs_4664@yahoo.com")) (:maintainer "Kevin Rodgers" . "ihs_4664@yahoo.com") (:keywords "convenience") (:url . "https://github.com/camdez/goto-last-change.el"))]) + (goto-last-point . [(20230406 1822) ((emacs (24 3))) "Record and jump to the last point in the buffer" tar ((:commit . "2ad8ff095bc34b433803c824ec4f500ff51cd1b2") (:authors ("Manuel Uberti" . "manuel.uberti@inventati.org")) (:maintainers ("Manuel Uberti" . "manuel.uberti@inventati.org")) (:maintainer "Manuel Uberti" . "manuel.uberti@inventati.org") (:keywords "convenience") (:url . "https://github.com/manuel-uberti/goto-last-point"))]) + (goto-line-preview . [(20240206 138) ((emacs (25))) "Preview line when executing `goto-line` command" tar ((:commit . "4e712da4e5e90b02440bd1f435a89ad02ff5a894") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "line" "navigation") (:url . "https://github.com/emacs-vs/goto-line-preview"))]) + (govc . [(20240208 2356) ((emacs (24 3)) (dash (1 5 0)) (s (1 9 0)) (magit-popup (2 0 50)) (json-mode (1 6 0))) "Interface to govc for managing VMware ESXi and vCenter" tar ((:commit . "5d7849f71f7080873f4c7d75c999a5bf55d8486d") (:authors ("The govc developers")) (:maintainers ("The govc developers")) (:maintainer "The govc developers") (:keywords "convenience") (:url . "https://github.com/vmware/govmomi/tree/main/govc/emacs"))]) + (govet . [(20170808 1724) nil "linter/problem finder for the Go source code" tar ((:commit . "1b8c044aa856f4b62a682bc57494af19d22a6053") (:url . "https://godoc.org/golang.org/x/tools/cmd/vet"))]) + (gpastel . [(20231030 713) ((emacs (25 1))) "Integrates GPaste with the kill-ring" tar ((:commit . "d35505abb1e38ddda61440b033ebd4decac7a25c") (:authors ("Damien Cassou" . "damien@cassou.me")) (:maintainers ("Damien Cassou" . "damien@cassou.me")) (:maintainer "Damien Cassou" . "damien@cassou.me") (:keywords "tools") (:url . "https://github.com/DamienCassou/gpastel"))]) + (gpr-ts-mode . [(20240404 1258) ((emacs (29 1))) "Major mode for GNAT project files using Tree-Sitter" tar ((:commit . "a92ab100759cddb51d042adf109f1831a57dbff8") (:authors ("Troy Brown" . "brownts@troybrown.dev")) (:maintainers ("Troy Brown" . "brownts@troybrown.dev")) (:maintainer "Troy Brown" . "brownts@troybrown.dev") (:keywords "gpr" "gnat" "ada" "languages" "tree-sitter") (:url . "https://github.com/brownts/gpr-ts-mode"))]) + (gpr-yasnippets . [(20230516 627) ((emacs (24 4)) (yasnippet (0 14 0))) "Yasnippets for GNAT project files" tar ((:commit . "d66ea90e8e45f6d0c3bd62185967c26190117296") (:authors ("Troy Brown" . "brownts@troybrown.dev")) (:maintainers ("Troy Brown" . "brownts@troybrown.dev")) (:maintainer "Troy Brown" . "brownts@troybrown.dev") (:keywords "gpr" "gnat" "languages" "snippets") (:url . "https://github.com/brownts/gpr-yasnippets"))]) + (gpt . [(20231112 2012) ((emacs (24 4))) "Run instruction-following language models" tar ((:commit . "c1091d25db420320de4b121baba99d7ac2e23932") (:authors ("Andreas Stuhlmueller" . "andreas@ought.org")) (:maintainers ("Andreas Stuhlmueller" . "andreas@ought.org")) (:maintainer "Andreas Stuhlmueller" . "andreas@ought.org") (:keywords "gpt3" "language" "copilot" "convenience" "tools") (:url . "https://github.com/stuhlmueller/gpt.el"))]) + (gpt-commit . [(20230716 331) ((emacs (27 1)) (magit (2 90)) (request (0 3 2))) "Commit messages with GPT in Emacs" tar ((:commit . "8a8883be2051eed499c5bc3035a75ff56d64d5ff") (:authors ("Youngwook Kim" . "youngwook.kim@gmail.com")) (:maintainers ("Youngwook Kim" . "youngwook.kim@gmail.com")) (:maintainer "Youngwook Kim" . "youngwook.kim@gmail.com") (:url . "https://github.com/ywkim/gpt-commit"))]) + (gptai . [(20230530 1853) ((emacs (24 1))) "Integrate with the OpenAI API" tar ((:commit . "e7b8b91b425986868e8bc0edcac384ba47d4d4b7") (:authors ("Anton Hibl" . "antonhibl11@gmail.com")) (:maintainers ("Anton Hibl" . "antonhibl11@gmail.com")) (:maintainer "Anton Hibl" . "antonhibl11@gmail.com") (:keywords "comm" "convenience") (:url . "https://github.com/antonhibl/gptai"))]) + (gptel . [(20240626 340) ((emacs (27 1)) (transient (0 4 0)) (compat (29 1 4 1))) "Interact with ChatGPT or other LLMs" tar ((:commit . "95a5716aa250d6321b17691abb035aa8acefbfbb") (:authors ("Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com")) (:maintainers ("Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com")) (:maintainer "Karthik Chikmagalur" . "karthik.chikmagalur@gmail.com") (:keywords "convenience") (:url . "https://github.com/karthink/gptel"))]) + (gpx . [(20240609 2200) ((emacs (27 1))) "Major mode for GPX files" tar ((:commit . "88aa5fed1b0987d90f442eb002ab0f2e4731e223") (:authors ("Michał Krzywkowski" . "k.michal@zoho.com")) (:maintainers ("Michał Krzywkowski" . "k.michal@zoho.com")) (:maintainer "Michał Krzywkowski" . "k.michal@zoho.com") (:keywords "data" "tools") (:url . "https://github.com/mkcms/gpx-mode"))]) + (grab-mac-link . [(20210511 1303) ((emacs (24))) "Grab link from Mac Apps and insert it into Emacs" tar ((:commit . "5fdb03bf57bc4a530374b896e0f8b5139dc794e3") (:authors ("Xu Chunyang")) (:maintainers ("Xu Chunyang")) (:maintainer "Xu Chunyang") (:keywords "mac" "hyperlink") (:url . "https://github.com/xuchunyang/grab-mac-link.el"))]) + (grab-x-link . [(20191113 848) ((emacs (24)) (cl-lib (0 5))) "Grab links from X11 apps and insert into Emacs" tar ((:commit . "d898db46e4864118359fdedfe915e180de3fe290") (:authors ("Xu Chunyang" . "mail@xuchunyang.me")) (:maintainers ("Xu Chunyang" . "mail@xuchunyang.me")) (:maintainer "Xu Chunyang" . "mail@xuchunyang.me") (:keywords "hyperlink") (:url . "https://github.com/xuchunyang/grab-x-link"))]) + (gradle-mode . [(20150313 1905) ((s (1 8 0))) "Gradle integration with Emacs' compile" tar ((:commit . "579de06674551919cddac9cfe42129f4fb0155c9") (:authors ("Daniel Mijares" . "daniel.j.mijares@gmail.com")) (:maintainers ("Daniel Mijares" . "daniel.j.mijares@gmail.com")) (:maintainer "Daniel Mijares" . "daniel.j.mijares@gmail.com") (:keywords "gradle") (:url . "http://github.com/jacobono/emacs-gradle-mode"))]) + (grails . [(20221110 929) ((emacs (24))) "Minor mode for Grails projects" tar ((:commit . "3019f86e555ee94388795a0475cfa213e3897bbb") (:url . "https://github.com/lifeisfoo/emacs-grails"))]) + (grails-mode . [(20220407 1954) nil "minor-mode that adds some Grails project management to a grails project" tar ((:commit . "29210e5a969c02169b68e04f2e28e3bf2fc13363") (:authors ("Jim Morris" . "morris@wolfman.com")) (:maintainers ("Russel Winder" . "russel@winder.org.uk")) (:maintainer "Russel Winder" . "russel@winder.org.uk") (:keywords "languages") (:url . "http://blog.wolfman.com"))]) + (grammarly . [(20240101 846) ((emacs (26 1)) (s (1 12 0)) (request (0 3 0)) (websocket (1 6))) "Grammarly API interface" tar ((:commit . "813944714a04ae2a3cdaca845c1c9d70ced462ca") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "grammar" "api" "interface" "english") (:url . "https://github.com/emacs-grammarly/grammarly"))]) + (grandshell-theme . [(20180606 517) nil "Dark color theme for Emacs > 24 with intensive colors." tar ((:commit . "0ed8e4273607dd4fcaa742b4097259233b09eda6") (:authors ("steckerhalter")) (:maintainer "steckerhalter") (:keywords "color" "theme" "grand" "shell" "faces") (:url . "https://framagit.org/steckerhalter/grandshell-theme"))]) + (graphene . [(20180529 1112) ((dash (2 10 0)) (exec-path-from-shell (1 9)) (ppd-sr-speedbar (0 0 6)) (sr-speedbar (20140505)) (ido-completing-read+ (4 3)) (smex (3 0)) (web-mode (11 2)) (smartparens (1 8 0)) (graphene-meta-theme (0 0 2)) (flycheck (0 23)) (company (0 8 12))) "Friendly Emacs defaults" tar ((:commit . "cc8477fcfb7771ea4e5bbaf3c01f9e679234c1c1") (:authors ("Robert Dallas Gray" . "mail@robertdallasgray.com")) (:maintainer "Robert Dallas Gray" . "mail@robertdallasgray.com") (:keywords "defaults") (:url . "https://github.com/rdallasgray/graphene"))]) + (graphene-meta-theme . [(20180615 1335) nil "Integrated theming for common packages" tar ((:commit . "a4deb38957ee2aeb861d5601b304bf28d9f867ec") (:authors ("Robert Dallas Gray" . "mail@robertdallasgray.com")) (:maintainers ("Robert Dallas Gray" . "mail@robertdallasgray.com")) (:maintainer "Robert Dallas Gray" . "mail@robertdallasgray.com") (:keywords "defaults") (:url . "https://github.com/rdallasgray/graphene"))]) + (graphql . [(20221128 1106) ((emacs (25))) "GraphQL utilities" tar ((:commit . "b57b5ca5d2d0837e1fb4a4f30c051d5f3e643f0f") (:authors ("Sean Allred" . "code@seanallred.com")) (:maintainers ("Sean Allred" . "code@seanallred.com")) (:maintainer "Sean Allred" . "code@seanallred.com") (:keywords "hypermedia" "tools" "lisp") (:url . "https://github.com/vermiculus/graphql.el"))]) + (graphql-doc . [(20220527 1721) ((emacs (26 1)) (request (0 3 2)) (promise (1 1))) "GraphQL Documentation Explorer" tar ((:commit . "d37140267e0c426c7c18aff31900aa1650257394") (:authors ("Ian Fitzpatrick")) (:maintainers ("Ian Fitzpatrick")) (:maintainer "Ian Fitzpatrick") (:url . "https://github.com/ifitzpatrick/graphql-doc.el"))]) + (graphql-mode . [(20240218 1603) ((emacs (25 1))) "Major mode for editing GraphQL schemas" tar ((:commit . "2183895ea7932359586c4bb99e8562c4aef3aaf7") (:authors ("David Vazquez Pua" . "davazp@gmail.com")) (:maintainers ("David Vazquez Pua" . "davazp@gmail.com")) (:maintainer "David Vazquez Pua" . "davazp@gmail.com") (:keywords "languages") (:url . "https://github.com/davazp/graphql-mode"))]) + (graphql-ts-mode . [(20240105 1236) ((emacs (29 1))) "Tree-sitter support for GraphQL" tar ((:commit . "e933f235408ea195762700fd07c2d828e8f09aac") (:authors ("Joram Schrijver" . "i@joram.io")) (:maintainers ("Joram Schrijver" . "i@joram.io")) (:maintainer "Joram Schrijver" . "i@joram.io") (:keywords "languages" "graphql" "tree-sitter") (:url . "https://sr.ht/~joram/graphql-ts-mode/"))]) + (graphviz-dot-mode . [(20230325 1050) ((emacs (25 0))) "Mode for the dot-language used by graphviz (att)." tar ((:commit . "8ff793b13707cb511875f56e167ff7f980a31136") (:maintainers ("Pieter Pareit" . "pieter.pareit@gmail.com")) (:maintainer "Pieter Pareit" . "pieter.pareit@gmail.com") (:keywords "mode" "dot" "dot-language" "dotlanguage" "graphviz" "graphs" "att") (:url . "https://ppareit.github.io/graphviz-dot-mode/"))]) + (grapnel . [(20131001 1534) nil "HTTP request lib with flexible callback dispatch" tar ((:commit . "7387234eb3f0285a490fddb1e06a4bf029719fb7") (:authors ("David Leatherman" . "leathekd@gmail.com")) (:maintainers ("David Leatherman" . "leathekd@gmail.com")) (:maintainer "David Leatherman" . "leathekd@gmail.com") (:url . "http://www.github.com/leathekd/grapnel"))]) + (grass-mode . [(20170503 1500) ((cl-lib (0 2)) (dash (2 8 0))) "Provides Emacs modes for interacting with the GRASS GIS program" tar ((:commit . "f17e330dfde6a1b81a9b33d019fc0dff890f482d") (:authors ("Tyler Smith" . "tyler@plantarum.ca")) (:maintainers ("Tyler Smith" . "tyler@plantarum.ca")) (:maintainer "Tyler Smith" . "tyler@plantarum.ca") (:keywords "grass" "gis"))]) + (grayscale-theme . [(20171005 802) nil "A simple grayscale theme" tar ((:commit . "917d63c0effc8459502a41e0cad5822d2b200499") (:authors ("Kaleb Elwert" . "belak@coded.io")) (:maintainers ("Kaleb Elwert" . "belak@coded.io")) (:maintainer "Kaleb Elwert" . "belak@coded.io") (:keywords "lisp") (:url . "https://github.com/belak/emacs-grayscale-theme"))]) + (greek-polytonic . [(20190303 1358) ((emacs (24))) "Quail package for inputting polytonic Greek" tar ((:commit . "114cba0f57cc077871693c799b807df2292341ec") (:authors ("Johannes Choo" . "jhanschoo@gmail.com")) (:maintainers ("Johannes Choo" . "jhanschoo@gmail.com")) (:maintainer "Johannes Choo" . "jhanschoo@gmail.com") (:keywords "i18n" "multilingual" "input method" "greek") (:url . "https://github.com/jhanschoo/greek-polytonic"))]) + (green-is-the-new-black-theme . [(20230828 2225) nil "A cool and minimalist green blackened theme engine" tar ((:commit . "ad6f349e7e3a626f790af994424d3f015ac0d3ee") (:authors ("Fred Campos" . "fred.tecnologia@gmail.com")) (:maintainers ("Fred Campos" . "fred.tecnologia@gmail.com")) (:maintainer "Fred Campos" . "fred.tecnologia@gmail.com") (:keywords "faces" "themes") (:url . "https://github.com/fredcamps/green-is-the-new-black-emacs"))]) + (green-phosphor-theme . [(20150515 1447) nil "A light color theme with muted, autumnal colors." tar ((:commit . "5549781559ff5daa85c1d6c635c94524c1c5f644") (:authors ("Adam Alpern" . "adam.alpern@gmail.com")) (:maintainers ("Adam Alpern" . "adam.alpern@gmail.com")) (:maintainer "Adam Alpern" . "adam.alpern@gmail.com") (:keywords "color" "theme") (:url . "http://github.com/aalpern/emacs-color-theme-green-phosphor"))]) + (green-screen-theme . [(20180816 1502) nil "A nice color theme for those who miss green CRTs" tar ((:commit . "774e8f6c033786406267f71ec07319d906a30b75") (:authors ("Ricardo Banffy" . "rbanffy@gmail.com")) (:maintainers ("Ricardo Banffy" . "rbanffy@gmail.com")) (:maintainer "Ricardo Banffy" . "rbanffy@gmail.com") (:keywords "faces" "theme") (:url . "https://github.com/rbanffy/green-screen-emacs"))]) + (gregorio-mode . [(20170705 1451) nil "Gregorio Mode for .gabc files" tar ((:commit . "2b45f91246286abc449cb71f28583403181051c2") (:authors ("Fr. John Jenkins" . "jenkins@sspx.ng")) (:maintainers ("Fr. John Jenkins" . "jenkins@sspx.ng")) (:maintainer "Fr. John Jenkins" . "jenkins@sspx.ng") (:keywords "gregorio" "chant") (:url . "https://jsrjenkins.github.io/gregorio-mode/"))]) + (grep-a-lot . [(20210618 1420) nil "manages multiple search results buffers for grep.el" tar ((:commit . "223819dbea049bdeb5f97f9849fce139a5f16a75") (:authors ("Avi Rozen" . "avi.rozen@gmail.com")) (:maintainers ("Avi Rozen" . "avi.rozen@gmail.com")) (:maintainer "Avi Rozen" . "avi.rozen@gmail.com") (:keywords "tools" "convenience" "search") (:url . "https://github.com/ZungBang/emacs-grep-a-lot"))]) + (grey-paper-theme . [(20230415 1115) ((emacs (24 1))) "A greyscale theme with look-n-feel of an eink display" tar ((:commit . "4e5b8a31f586e2aa5c5d9bd939f0f518d919522e") (:authors ("Kang-min Liu" . "gugod@gugod.org")) (:maintainers ("Kang-min Liu" . "gugod@gugod.org")) (:maintainer "Kang-min Liu" . "gugod@gugod.org") (:keywords "faces") (:url . "https://github.com/gugod/grey-paper-theme"))]) + (greymatters-theme . [(20150621 1123) ((emacs (24))) "Emacs 24 theme with a light background." tar ((:commit . "a7220a8c6cf18ccae2b76946b6f01188a7c9d5d1") (:authors ("Martin Haesler")) (:maintainers ("Martin Haesler")) (:maintainer "Martin Haesler"))]) + (grip-mode . [(20230206 323) ((emacs (24 4))) "Instant GitHub-flavored Markdown/Org preview using grip." tar ((:commit . "bdee160db6ab8c988bb0de95ad306ff8b793ec67") (:authors ("Vincent Zhang" . "seagle0128@gmail.com")) (:maintainers ("Vincent Zhang" . "seagle0128@gmail.com")) (:maintainer "Vincent Zhang" . "seagle0128@gmail.com") (:keywords "convenience" "markdown" "preview") (:url . "https://github.com/seagle0128/grip-mode"))]) + (grizzl . [(20160818 737) ((cl-lib (0 5)) (emacs (24 3))) "Fast fuzzy search index for Emacs." tar ((:commit . "d554d93afa8519ee3a41340ec8aa6b4555065446") (:authors ("Chris Corbyn" . "chris@w3style.co.uk")) (:maintainers ("Bozhidar Batsov" . "bozhidar@batsov.com")) (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.com") (:keywords "convenience" "usability") (:url . "https://github.com/grizzl/grizzl"))]) + (groovy-imports . [(20210505 1807) ((emacs (24 4)) (s (1 10 0)) (pcache (0 3 2))) "Code for dealing with Groovy imports" tar ((:commit . "a60c3202973e3185091db623d960f71840a22205") (:authors ("Miro Bezjak")) (:maintainers ("Miro Bezjak")) (:maintainer "Miro Bezjak") (:keywords "groovy") (:url . "http://www.github.com/mbezjak/emacs-groovy-imports"))]) + (groovy-mode . [(20230318 533) ((s (1 12 0)) (emacs (24 3)) (dash (2 13 0))) "Major mode for Groovy source files" tar ((:commit . "7b8520b2e2d3ab1d62b35c426e17ac25ed0120bb") (:authors ("Russel Winder" . "russel@winder.org.uk") ("Jim Morris" . "morris@wolfman.com") ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainers ("Russel Winder" . "russel@winder.org.uk")) (:maintainer "Russel Winder" . "russel@winder.org.uk") (:keywords "languages") (:url . "https://github.com/Groovy-Emacs-Modes/groovy-emacs-modes"))]) + (gruber-darker-theme . [(20231026 2031) nil "Gruber Darker color theme for Emacs 24." tar ((:commit . "2e9f99c41fe8ef0557e9ea0f3b94ef50c68b5557") (:authors ("Alexey Kutepov" . "reximkut@gmail.com")) (:maintainers ("Alexey Kutepov" . "reximkut@gmail.com")) (:maintainer "Alexey Kutepov" . "reximkut@gmail.com") (:url . "http://github.com/rexim/gruber-darker-theme"))]) + (grugru . [(20231202 250) ((emacs (24 4))) "Rotate text at point" tar ((:commit . "3f1bc431f4dc919a7b04e519f1c8add9fb2949f3") (:authors ("ROCKTAKEY" . "rocktakey@gmail.com")) (:maintainers ("ROCKTAKEY" . "rocktakey@gmail.com")) (:maintainer "ROCKTAKEY" . "rocktakey@gmail.com") (:keywords "convenience" "abbrev" "tools") (:url . "https://github.com/ROCKTAKEY/grugru"))]) + (grunt . [(20160316 1528) ((dash (2 9 0)) (ansi-color (3 4 2)) (emacs (24 3))) "Some glue to stick Emacs and Gruntfiles together" tar ((:commit . "4c269e2738658643ec2ed9ef61a2a3d71b08d304") (:authors ("Daniel Gempesaw" . "dgempesaw@sharecare.com")) (:maintainers ("Daniel Gempesaw" . "dgempesaw@sharecare.com")) (:maintainer "Daniel Gempesaw" . "dgempesaw@sharecare.com") (:keywords "convenience" "grunt") (:url . "https://github.com/gempesaw/grunt.el"))]) + (gruvbox-theme . [(20240615 432) ((autothemer (0 2))) "A retro-groove colour theme for Emacs" tar ((:commit . "d2404eb157845536b111999a4332d58a4867427e") (:authors ("Jason Milkins" . "jasonm23@gmail.com")) (:maintainers ("Jason Milkins" . "jasonm23@gmail.com")) (:maintainer "Jason Milkins" . "jasonm23@gmail.com") (:url . "https://github.com/greduan/emacs-theme-gruvbox"))]) + (gs-mode . [(20151202 1006) nil "Major mode for editing GrADS script files" tar ((:commit . "1a13051db21b999c7682a015b33a03096ff9d891") (:authors ("Joe Wielgosz" . "joew@cola.iges.org")) (:maintainers ("Joe Wielgosz" . "joew@cola.iges.org")) (:maintainer "Joe Wielgosz" . "joew@cola.iges.org") (:keywords "grads" "script" "major-mode"))]) + (gscholar-bibtex . [(20190130 555) nil "Retrieve BibTeX from Google Scholar and other online sources(ACM, IEEE, DBLP)" tar ((:commit . "3b651e3de116860eb1f1aef9b547a561784871fe") (:authors ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainers ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainer "Junpeng Qiu" . "qjpchmail@gmail.com") (:keywords "extensions"))]) + (gsettings . [(20210407 2045) ((emacs (24 3)) (dash (2 16 0)) (gvariant (1 0 0)) (s (1 12 0))) "GSettings (Gnome) helpers" tar ((:commit . "9f9fb1fe946bbba46307c26355f355225ea7262a") (:authors ("wouter bolsterlee" . "wouter@bolsterl.ee")) (:maintainers ("wouter bolsterlee" . "wouter@bolsterl.ee")) (:maintainer "wouter bolsterlee" . "wouter@bolsterl.ee") (:keywords "languages") (:url . "https://github.com/wbolster/emacs-gsettings"))]) + (gsnip . [(20220206 1526) ((emacs (26)) (aio (1 0)) (log4e (0 3 3))) "A gitlab snippet client" tar ((:commit . "4d473b726b3f3b6bb7d1b5f66a9d368588ce0f86") (:authors ("Wang Kai" . "kaiwkx@gmail.com")) (:maintainers ("Wang Kai" . "kaiwkx@gmail.com")) (:maintainer "Wang Kai" . "kaiwkx@gmail.com") (:keywords "extensions" "tools") (:url . "https://github.com/kaiwk/gitlab-snippet"))]) + (gtk-pomodoro-indicator . [(20191007 1500) nil "A pomodoro indicator for the GTK tray" tar ((:commit . "cb026a595de8a9244b16e06876f10c60dce18676") (:authors ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainers ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") (:keywords "convenience" "pomodoro") (:url . "https://github.com/abo-abo/gtk-pomodoro-indicator"))]) + (gtk-variant . [(20200416 2136) ((emacs (25 1))) "Set the GTK theme variant (titlebar color)" tar ((:commit . "a60af277fbb52306c17663074cf9954dd6cea024") (:authors ("Paul Oppenheimer")) (:maintainers ("Paul Oppenheimer")) (:maintainer "Paul Oppenheimer") (:keywords "frames" "gtk" "titlebar") (:url . "https://github.com/bepvte/gtk-variant.el"))]) + (guake . [(20221029 1811) ((emacs (27 1))) "Interact with Guake via DBus" tar ((:commit . "2753ce833b95bd1f042ac0e4b7adfe34975a88ed") (:authors ("Jürgen Hötzel" . "juergen.hoetzel@hr.de")) (:maintainers ("Jürgen Hötzel" . "juergen.hoetzel@hr.de")) (:maintainer "Jürgen Hötzel" . "juergen.hoetzel@hr.de") (:keywords "convenience") (:url . "https://github.com/juergenhoetzel/emacs-guake"))]) + (guess-language . [(20240528 1319) ((cl-lib (0 5)) (emacs (24))) "Robust automatic language detection" tar ((:commit . "a17203d26135b970e4d7c5d101955d41303a758f") (:authors ("Titus von der Malsburg" . "malsburg@posteo.de")) (:maintainers ("Titus von der Malsburg" . "malsburg@posteo.de")) (:maintainer "Titus von der Malsburg" . "malsburg@posteo.de") (:keywords "wp") (:url . "https://github.com/tmalsburg/guess-language.el"))]) + (guide-key . [(20150108 635) ((dash (2 10 0)) (popwin (0 3 0)) (s (1 9 0))) "Guide the following key bindings automatically and dynamically" tar ((:commit . "9236d287a7272e307fb941237390a96037c8c0a2") (:authors ("Tsunenobu Kai" . "kai2nenobu@gmail.com")) (:maintainers ("Tsunenobu Kai" . "kai2nenobu@gmail.com")) (:maintainer "Tsunenobu Kai" . "kai2nenobu@gmail.com") (:keywords "help" "convenience") (:url . "https://github.com/kai2nenobu/guide-key"))]) + (guide-key-tip . [(20161011 823) ((guide-key (1 2 3)) (pos-tip (0 4 5))) "Show guide-key.el hints using pos-tip.el" tar ((:commit . "02c5d4b0b65f3e91be5a47f0ff1ae5e86e00c64e") (:authors ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainers ("Hiroaki Otsu" . "ootsuhiroaki@gmail.com")) (:maintainer "Hiroaki Otsu" . "ootsuhiroaki@gmail.com") (:keywords "help" "convenience" "tooltip") (:url . "https://github.com/aki2o/guide-key-tip"))]) + (guix . [(20231206 2147) ((emacs (24 3)) (dash (2 11 0)) (geiser (0 8)) (bui (1 2 0)) (magit-popup (2 1 0)) (edit-indirect (0 1 4))) "Interface for GNU Guix" tar ((:commit . "455272c5cc72ed4ba5bad13c669f024f51479a58") (:authors ("Alex Kost" . "alezost@gmail.com")) (:maintainers ("Alex Kost" . "alezost@gmail.com")) (:maintainer "Alex Kost" . "alezost@gmail.com") (:keywords "tools") (:url . "https://emacs-guix.gitlab.io/website/"))]) + (gulp-task-runner . [(20170718 2041) nil "Gulp task runner" tar ((:commit . "877990e956b1d71e2d9c7c3e5a129ad199b9debb") (:authors ("Nicolas Petton" . "nicolas@petton.fr")) (:maintainers ("Nicolas Petton" . "nicolas@petton.fr")) (:maintainer "Nicolas Petton" . "nicolas@petton.fr") (:keywords "convenience" "javascript"))]) + (gumshoe . [(20240304 525) ((emacs (25 1))) "Scoped spatial and temporal POINT movement tracking" tar ((:commit . "223d19ffbd6296864a775d18025150ccbcbc7800") (:authors ("overdr0ne")) (:maintainers ("overdr0ne")) (:maintainer "overdr0ne") (:keywords "tools") (:url . "https://github.com/Overdr0ne/gumshoe"))]) + (guru-mode . [(20211025 1157) nil "Become an Emacs guru" tar ((:commit . "a3370e547eab260d24774cd50ccbe865373c8631") (:authors ("Bozhidar Batsov" . "bozhidar@batsov.dev")) (:maintainers ("Bozhidar Batsov" . "bozhidar@batsov.dev")) (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.dev") (:keywords "convenience") (:url . "https://github.com/bbatsov/guru-mode"))]) + (gvariant . [(20210507 1310) ((emacs (24)) (parsec (0 1 4))) "GVariant (GLib) helpers" tar ((:commit . "f2e87076845800cbaaeed67f175ad4e4a9c01e37") (:authors ("wouter bolsterlee" . "wouter@bolsterl.ee")) (:maintainers ("wouter bolsterlee" . "wouter@bolsterl.ee")) (:maintainer "wouter bolsterlee" . "wouter@bolsterl.ee") (:keywords "languages") (:url . "https://github.com/wbolster/emacs-gvariant"))]) + (gvpr-mode . [(20201007 2054) nil "A major mode offering basic syntax coloring for gvpr scripts." tar ((:commit . "a729fa4623a6d846ab860778842b38f685246c95") (:authors ("Rod Waldhoff" . "r.waldhoff@gmail.com")) (:maintainers ("Rod Waldhoff" . "r.waldhoff@gmail.com")) (:maintainer "Rod Waldhoff" . "r.waldhoff@gmail.com") (:keywords "graphviz" "gv" "dot" "gvpr" "graph") (:url . "https://raw.github.com/rodw/gvpr-lib/master/extra/gvpr-mode.el"))]) + (gxref . [(20170411 1753) ((emacs (25))) "xref backend using GNU Global." tar ((:commit . "380b02c3c3c2586c828456716eef6a6392bb043b") (:authors ("Dedi Hirschfeld")) (:maintainers ("Dedi Hirschfeld")) (:maintainer "Dedi Hirschfeld") (:keywords "xref" "global" "tools") (:url . "https://github.com/dedi/gxref"))]) + (h5dump-mode . [(20221128 1935) ((emacs (25 1))) "Major mode for navigating h5dump output" tar ((:commit . "3c9e4608112da91db76bf316417023bed0422ef3") (:authors ("Eric Berquist")) (:maintainers ("Eric Berquist")) (:maintainer "Eric Berquist") (:keywords "languages" "hdf5") (:url . "https://github.com/berquist/h5dump-mode"))]) + (habamax-theme . [(20181001 850) ((emacs (24))) "Boring white background color that gets the job done." tar ((:commit . "6e86a1b23b6e2aaf40d4374b5673da00a28be447") (:authors ("Maxim Kim" . "habamax@gmail.com")) (:maintainers ("Maxim Kim" . "habamax@gmail.com")) (:maintainer "Maxim Kim" . "habamax@gmail.com") (:url . "https://github.com/habamax/habamax-theme"))]) + (habitica . [(20240601 2029) ((org (8 3 5)) (emacs (24 3))) "Interface for habitica.com" tar ((:commit . "b884301058c075e6f530f10e970b744aa29f5937") (:authors ("Adrien Brochard")) (:maintainers ("Adrien Brochard")) (:maintainer "Adrien Brochard") (:keywords "habitica" "todo") (:url . "https://github.com/abrochard/emacs-habitica"))]) + (hack-mode . [(20240524 1838) ((emacs (25 1)) (s (1 11 0))) "Major mode for the Hack programming language" tar ((:commit . "ccf20511f0f2ed45d00d423c703bb91ab6a8b80c") (:authors ("John Allen , Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainers ("John Allen , Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainer "John Allen , Wilfred Hughes" . "me@wilfred.me.uk") (:url . "https://github.com/hhvm/hack-mode"))]) + (hacker-typer . [(20170206 1520) ((emacs (24))) "Pretend to write code like a pro" tar ((:commit . "d5a23714a4ccc5071580622f278597d5973f40bd") (:authors ("Diego A. Mundo" . "diegoamundo@gmail.com")) (:maintainers ("Diego A. Mundo" . "diegoamundo@gmail.com")) (:maintainer "Diego A. Mundo" . "diegoamundo@gmail.com") (:keywords "hacker" "typer" "multimedia" "games") (:url . "http://github.com/therockmandolinist/emacs-hacker-typer"))]) + (hackernews . [(20240405 807) nil "Hacker News Client for Emacs" tar ((:commit . "7c1e9de10fd6b299d45b383302d223d7e3285da9") (:authors ("Lincoln de Sousa" . "lincoln@clarete.li")) (:maintainers ("Basil L. Contovounesios" . "basil@contovou.net")) (:maintainer "Basil L. Contovounesios" . "basil@contovou.net") (:keywords "comm" "hypermedia" "news") (:url . "https://github.com/clarete/hackernews.el"))]) + (haki-theme . [(20240501 1610) ((emacs (27 1))) "An elegant, high-contrast dark theme in modern sense" tar ((:commit . "e076785ca936b723751b8957c5d5eab8dde12346") (:authors ("Dilip")) (:maintainers ("Dilip")) (:maintainer "Dilip") (:keywords "faces" "theme" "accessibility") (:url . "https://github.com/idlip/haki"))]) + (hal-mode . [(20160704 1746) nil "Major mode for editing HAL files" tar ((:commit . "cd2f66f219ee520198d4586fb6b169cef7ad3f21") (:authors ("Alexander Rössler")) (:maintainers ("Alexander Rössler")) (:maintainer "Alexander Rössler") (:keywords "language") (:url . "https://github.com/strahlex/hal-mode/"))]) + (halloweenie-theme . [(20231011 1252) ((emacs (27 1)) (autothemer (0 2))) "Dark and spooky Halloween color theme" tar ((:commit . "db39ff0516e071aa890585c39fe411ea355e8b06") (:authors ("Colin Okay" . "colin@cicadas.surf")) (:maintainers ("Colin Okay" . "colin@cicadas.surf")) (:maintainer "Colin Okay" . "colin@cicadas.surf") (:keywords "faces" "theme" "halloween" "pumpkin") (:url . "https://cicadas.surf/cgit/halloweenie-theme.git"))]) + (ham-mode . [(20150811 1306) ((html-to-markdown (1 2)) (markdown-mode (2 0))) "Html As Markdown. Transparently edit an html file using markdown" tar ((:commit . "3a141986a21c2aa6eefb428983352abb8b7907d2") (:authors ("Artur Malabarba" . "bruce.connor.am@gmail.com")) (:maintainers ("Artur Malabarba" . "bruce.connor.am@gmail.com")) (:maintainer "Artur Malabarba" . "bruce.connor.am@gmail.com") (:keywords "convenience" "emulation" "wp") (:url . "http://github.com/Bruce-Connor/ham-mode"))]) + (hamburg-theme . [(20160123 740) ((emacs (24))) "Color Theme with a dark blue background." tar ((:commit . "a05bf090e0c57c34cc59e301f95d9961280db244") (:authors ("Martin Haesler")) (:maintainers ("Martin Haesler")) (:maintainer "Martin Haesler"))]) + (hamburger-menu . [(20220509 1341) ((emacs (28 1))) "Mode line hamburger menu" tar ((:commit . "06bc9d6872007a31226d7410d497a0acd98b272b") (:authors ("Iain Nicol")) (:maintainers ("Iain Nicol")) (:maintainer "Iain Nicol") (:keywords "hamburger" "menu") (:url . "https://gitlab.com/iain/hamburger-menu-mode"))]) + (haml-mode . [(20230608 1833) ((emacs (24 1)) (cl-lib (0 5))) "Major mode for editing Haml files" tar ((:commit . "fe83c65c1f002f7c36480b758727c1afbad9a1b2") (:authors ("Natalie Weizenbaum")) (:maintainers ("Natalie Weizenbaum")) (:maintainer "Natalie Weizenbaum") (:keywords "markup" "languages" "html") (:url . "https://github.com/nex3/haml-mode"))]) + (hamlet-mode . [(20131208 724) ((cl-lib (0 3)) (dash (2 3 0)) (s (1 7 0))) "Hamlet editing mode" tar ((:commit . "7362b955e556a3d007fa06945a27e5b99349527d") (:authors (nil . "Kata ")) (:maintainers ("myuhe")) (:maintainer "myuhe") (:keywords "convenience") (:url . "https://github.com/myuhe/helm-R.el"))]) + (helm-ack . [(20141030 1226) ((helm (1 0)) (cl-lib (0 5))) "Ack command with helm interface" tar ((:commit . "5982f3cb6ec9f460ebbe06ec0ce7b3590bca3118") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-helm-ack"))]) + (helm-ad . [(20151209 1015) ((dash (2 8 0)) (helm (1 6 2))) "helm source for Active Directory" tar ((:commit . "8ac044705d8620ee354a9cfa8cc1b865e83c0d55") (:authors ("Takahiro Noda" . "takahiro.noda+github@gmail.com")) (:maintainers ("Takahiro Noda" . "takahiro.noda+github@gmail.com")) (:maintainer "Takahiro Noda" . "takahiro.noda+github@gmail.com") (:keywords "comm"))]) + (helm-ag . [(20221017 1528) ((emacs (25 1)) (helm (2 0))) "The silver searcher with helm interface" tar ((:commit . "2f5e41ae979394208989c25f4cdc73a0532fede9") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-helm-ag"))]) + (helm-apt . [(20231005 423) ((helm (3 9 5)) (emacs (25 1))) "Helm interface for Debian/Ubuntu packages (apt-*)" tar ((:commit . "3ddbb62f483d2bbdbfcab4160040eaad22a82d67") (:authors ("Thierry Volpiatto" . "thievol@posteo.net")) (:maintainers ("Thierry Volpiatto" . "thievol@posteo.net")) (:maintainer "Thierry Volpiatto" . "thievol@posteo.net") (:url . "https://github.com/emacs-helm/helm-apt"))]) + (helm-atoms . [(20201013 1723) ((emacs (25 1)) (helm (2 0))) "Reverse variable lookup using Helm" tar ((:commit . "7e6f91a16f556c96ae1b0d1f965ea56861bb6372") (:authors ("Dante Catalfamo")) (:maintainers ("Dante Catalfamo")) (:maintainer "Dante Catalfamo") (:keywords "help" "lisp" "maint" "helm" "tools" "matching") (:url . "https://github.com/dantecatalfamo/helm-atoms"))]) + (helm-aws . [(20180514 1032) ((helm (1 5 3)) (cl-lib (0 5)) (s (1 9 0))) "Manage AWS EC2 server instances directly from Emacs" tar ((:commit . "b36c744b3f00f458635a91d1f5158fccbb5baef6") (:authors ("istib")) (:maintainers ("istib")) (:maintainer "istib") (:url . "https://github.com/istib/helm-aws"))]) + (helm-backup . [(20180911 614) ((helm (1 5 5)) (s (1 8 0)) (cl-lib (0))) "Backup each file change using git" tar ((:commit . "691fe542f38fc7c8cca409997f6a0ff5d76ad6c2") (:authors ("Anthony HAMON" . "hamon.anth@gmail.com")) (:maintainers ("Anthony HAMON" . "hamon.anth@gmail.com")) (:maintainer "Anthony HAMON" . "hamon.anth@gmail.com") (:keywords "backup" "convenience" "files" "tools" "vc") (:url . "http://github.com/antham/helm-backup"))]) + (helm-bbdb . [(20190728 1325) ((emacs (24 3)) (helm (1 5)) (bbdb (3 1 2))) "Helm interface for bbdb" tar ((:commit . "db69114ff1af8bf48b5a222242e3a8dd6e101e67") (:url . "https://github.com/emacs-helm/helm-bbdb"))]) + (helm-bibtex . [(20231009 1014) ((bibtex-completion (1 0 0)) (helm (1 5 5)) (cl-lib (0 5)) (emacs (24 1))) "A bibliography manager based on Helm" tar ((:commit . "d8baeaa4c69fde4a179102c8271c1db804e5155e") (:authors ("Titus von der Malsburg" . "malsburg@posteo.de")) (:maintainers ("Titus von der Malsburg" . "malsburg@posteo.de")) (:maintainer "Titus von der Malsburg" . "malsburg@posteo.de") (:url . "https://github.com/tmalsburg/helm-bibtex"))]) + (helm-bibtexkey . [(20140214 1504) ((helm (1 5 8))) "Bibtexkey source for helm" tar ((:commit . "aa1637ea5c8c5f1817e480fc2a3750cafab3d99f") (:authors ("TAKAGI Kentaro ")) (:maintainers ("TAKAGI Kentaro ")) (:maintainer "TAKAGI Kentaro ") (:keywords "bib" "tex") (:url . "https://github.com/kenbeese/helm-bibtexkey"))]) + (helm-bind-key . [(20141109 515) ((bind-key (1 0)) (helm (1 6 4))) "helm-source for for bind-key." tar ((:commit . "9da6ad8b7530e72fb4ac67be8c6a482898dddc25") (:authors ("Yuhei Maeda ")) (:maintainers ("myuhe")) (:maintainer "myuhe") (:keywords "convenience" "emulation"))]) + (helm-bitbucket . [(20220722 1538) ((emacs (24)) (helm-core (3 6 0))) "Search Bitbucket with Helm" tar ((:commit . "9d07a274584ad364a2620c6389f86d90502f2640") (:authors ("Peter Urbak" . "tolowercase@gmail.com")) (:maintainers ("Peter Urbak" . "tolowercase@gmail.com")) (:maintainer "Peter Urbak" . "tolowercase@gmail.com") (:keywords "matching") (:url . "https://github.com/dragonwasrobot/helm-bitbucket"))]) + (helm-bm . [(20160321 1331) ((bm (1 0)) (cl-lib (0 5)) (helm (1 9 3)) (s (1 11 0))) "helm sources for bm.el" tar ((:commit . "d66341f5646c23178d4d8bffb6cfebe3fb73f1d7") (:authors ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainers ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainer "Yasuyuki Oka" . "yasuyk@gmail.com") (:keywords "helm" "bookmark") (:url . "https://github.com/yasuyk/helm-bm"))]) + (helm-books . [(20170325 631) ((helm (1 7 7))) "Helm interface for searching books" tar ((:commit . "6735e1787f99b5ef77b276fa5c43e565b4d3e792") (:authors ("grugrut" . "grugruglut+github@gmail.com")) (:maintainers ("grugrut" . "grugruglut+github@gmail.com")) (:maintainer "grugrut" . "grugruglut+github@gmail.com") (:url . "https://github.com/grugrut/helm-books"))]) + (helm-bufler . [(20230916 916) ((emacs (26 3)) (bufler (0 2 -1)) (helm (1 9 4))) "Helm source for Bufler" tar ((:commit . "938b186f09739196fe0e65e8e370f90b47008054") (:authors ("Adam Porter" . "adam@alphapapa.net")) (:maintainers ("Adam Porter" . "adam@alphapapa.net")) (:maintainer "Adam Porter" . "adam@alphapapa.net") (:keywords "convenience") (:url . "https://github.com/alphapapa/bufler.el"))]) + (helm-bundle-show . [(20190526 1401) ((emacs (24)) (helm (1 8 0))) "Bundle show with helm interface" tar ((:commit . "70f1ca7d1847c7d5cd5a3e488562cd4a295b809f") (:authors ("Takashi Masuda" . "masutaka.net@gmail.com")) (:maintainers ("Takashi Masuda" . "masutaka.net@gmail.com")) (:maintainer "Takashi Masuda" . "masutaka.net@gmail.com") (:url . "https://github.com/masutaka/emacs-helm-bundle-show"))]) + (helm-c-moccur . [(20151230 924) ((helm (20120811)) (color-moccur (2 71))) "helm source for color-moccur.el" tar ((:commit . "b0a906f85fa352db091f88b91a9c510de607dfe9") (:authors ("Kenji.I (Kenji Imakado)" . "ken.imakaado@gmail.com")) (:maintainers ("Kenji.I (Kenji Imakado)" . "ken.imakaado@gmail.com")) (:maintainer "Kenji.I (Kenji Imakado)" . "ken.imakaado@gmail.com") (:keywords "convenience" "emulation"))]) + (helm-c-yasnippet . [(20230911 444) ((emacs (25 1)) (helm (1 7 7)) (yasnippet (0 8 0))) "helm source for yasnippet.el" tar ((:commit . "c6c9a14a65d11de967be593e5bead3196c1f4ecf") (:authors ("Kenji.I (Kenji Imakado)" . "ken.imakaado@gmail.com")) (:maintainers ("Kenji.I (Kenji Imakado)" . "ken.imakaado@gmail.com")) (:maintainer "Kenji.I (Kenji Imakado)" . "ken.imakaado@gmail.com") (:keywords "convenience" "emulation"))]) + (helm-catkin . [(20190425 1520) ((emacs (24 3)) (helm (0)) (xterm-color (0))) "Package for compile ROS workspaces with catkin-tools" tar ((:commit . "a3422346eb46e66a947a75f9e1b9975a672036be") (:authors ("Thore Goll" . "thoregoll@googlemail.com")) (:maintainers ("Thore Goll" . "thoregoll@googlemail.com")) (:maintainer "Thore Goll" . "thoregoll@googlemail.com") (:keywords "catkin" "helm" "build" "tools" "ros") (:url . "https://github.com/gollth/helm-catkin"))]) + (helm-charinfo . [(20170810 1231) ((emacs (24)) (helm (1 7 0)) (cl-lib (0 5))) "A helm source for character information" tar ((:commit . "91798a49dc115342a7e01e48b264e9a0bf5ea414") (:authors ("Christian Wittern" . "cwittern@gmail.com")) (:maintainers ("Christian Wittern" . "cwittern@gmail.com")) (:maintainer "Christian Wittern" . "cwittern@gmail.com") (:keywords "convenience") (:url . "https://github.com/cwittern/helm-charinfo"))]) + (helm-chrome . [(20160719 520) ((helm (1 5)) (cl-lib (0 3)) (emacs (24))) "Helm interface for Chrome bookmarks" tar ((:commit . "fd630ace4b4b4f33355a973743bbfe0c90ce4830") (:authors ("KAWABATA, Taichi ")) (:maintainers ("KAWABATA, Taichi ")) (:maintainer "KAWABATA, Taichi ") (:keywords "tools") (:url . "https://github.com/kawabata/helm-chrome"))]) + (helm-chrome-control . [(20190707 1807) ((emacs (25 1)) (helm-core (3 0))) "Control Chrome tabs with Helm (macOS only)" tar ((:commit . "85c1473ef9baa43b6babe3a785a2742271069244") (:authors ("Xu Chunyang")) (:maintainers ("Xu Chunyang")) (:maintainer "Xu Chunyang") (:url . "https://github.com/xuchunyang/helm-chrome-control"))]) + (helm-chrome-history . [(20191031 1233) ((emacs (25 1)) (helm-core (3 0))) "Browse Chrome History with Helm" tar ((:commit . "f9002d4c12df65a99830376b126dbbeae3ef2148") (:authors ("Xu Chunyang" . "mail@xuchunyang.me")) (:maintainers ("Xu Chunyang" . "mail@xuchunyang.me")) (:maintainer "Xu Chunyang" . "mail@xuchunyang.me") (:keywords "tools") (:url . "https://github.com/xuchunyang/helm-chrome-history"))]) + (helm-chronos . [(20150528 2036) ((chronos (1 2)) (helm (1 7 1))) "helm interface for chronos timers" tar ((:commit . "a14fc3d65dd96ce6616234b3f7b8b08b4c1817ef") (:authors ("David Knight" . "dxknight@opmbx.org")) (:maintainers ("David Knight" . "dxknight@opmbx.org")) (:maintainer "David Knight" . "dxknight@opmbx.org") (:keywords "calendar") (:url . "http://github.com/dxknight/helm-chronos"))]) + (helm-cider . [(20220706 944) ((emacs (26)) (cider (1 0)) (helm-core (3 7 0))) "Helm interface to CIDER" tar ((:commit . "fe7e48befdb0b20ea1b0fb3626a8a725e54ae626") (:authors ("Tianxiang Xiong" . "tianxiang.xiong@gmail.com")) (:maintainers ("Tianxiang Xiong" . "tianxiang.xiong@gmail.com")) (:maintainer "Tianxiang Xiong" . "tianxiang.xiong@gmail.com") (:keywords "cider" "clojure" "helm" "languages") (:url . "https://github.com/clojure-emacs/helm-cider"))]) + (helm-cider-history . [(20150719 2120) ((helm (1 4 0)) (cider (0 9 0))) "Helm interface for cider history" tar ((:commit . "c391fcb2e162a02001605a0b9449783575a831fd") (:authors ("Andreas Klein" . "git@kungi.org")) (:maintainers ("Andreas Klein" . "git@kungi.org")) (:maintainer "Andreas Klein" . "git@kungi.org") (:keywords "convenience") (:url . "https://github.com/Kungi/helm-cider-history"))]) + (helm-circe . [(20160207 652) ((emacs (24)) (helm (0 0)) (circe (0 0)) (cl-lib (0 5))) "helm circe buffer management." tar ((:commit . "9091651d9fdd8d49d8ff6f9dcf3a2ae416c9f15a") (:authors ("Les Harris" . "les@lesharris.com")) (:maintainers ("Les Harris" . "les@lesharris.com")) (:maintainer "Les Harris" . "les@lesharris.com") (:keywords "helm" "circe") (:url . "https://github.com/lesharris/helm-circe"))]) + (helm-clojuredocs . [(20160405 723) ((edn (1 1 2)) (helm (1 5 7))) "search for help in clojuredocs.org" tar ((:commit . "5a7f0f2cb401be0b09e73262a1c18265ab9a3cea") (:authors ("Michal Buczko" . "michal.buczko@gmail.com")) (:maintainers ("Michal Buczko" . "michal.buczko@gmail.com")) (:maintainer "Michal Buczko" . "michal.buczko@gmail.com") (:keywords "helm" "clojure") (:url . "https://github.com/mbuczko/helm-clojuredocs"))]) + (helm-codesearch . [(20221219 1219) ((emacs (25 1)) (s (1 11 0)) (dash (2 12 0)) (helm (1 7 7)) (cl-lib (0 5))) "helm interface for codesearch" tar ((:commit . "bd5a7e3ece98f2940cb09be56d3e56da97d4c865") (:authors ("Youngjoo Lee" . "youngker@gmail.com")) (:maintainers ("Youngjoo Lee" . "youngker@gmail.com")) (:maintainer "Youngjoo Lee" . "youngker@gmail.com") (:keywords "tools"))]) + (helm-comint . [(20231102 2029) ((emacs (25 1)) (helm (3 9 4))) "Comint prompt navigation for helm" tar ((:commit . "9215b2aa8f42f62cbda66a1503832abb7f491549") (:authors ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainers ("Benedict Wang" . "foss@bhw.name")) (:maintainer "Benedict Wang" . "foss@bhw.name") (:keywords "processes" "matching") (:url . "https://github.com/benedicthw/helm-comint.git"))]) + (helm-commandlinefu . [(20150611 545) ((emacs (24 1)) (helm (1 7 0)) (json (1 3)) (let-alist (1 0 3))) "Search and browse commandlinefu.com from helm" tar ((:commit . "9ee7e018c5db23ae9c8d1c8fa969876f15b7280d") (:authors ("Chunyang Xu" . "xuchunyang56@gmail.com")) (:maintainers ("Chunyang Xu" . "xuchunyang56@gmail.com")) (:maintainer "Chunyang Xu" . "xuchunyang56@gmail.com") (:keywords "commandlinefu.com") (:url . "https://github.com/xuchunyang/helm-commandlinefu"))]) + (helm-company . [(20231113 701) ((helm (1 5 9)) (company (0 10 0))) "Helm interface for company-mode" tar ((:commit . "4622b82353220ee6cc33468f710fa5b6b253b7f1") (:authors ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainers ("Daniel Ralston" . "Sodel-the-Vociferous@users.noreply.github.com")) (:maintainer "Daniel Ralston" . "Sodel-the-Vociferous@users.noreply.github.com") (:url . "https://github.com/Sodel-the-Vociferous/helm-company"))]) + (helm-core . [(20240625 349) ((emacs (25 1)) (async (1 9 8))) "Development files for Helm" tar ((:commit . "06048326c6840ac31aeb3815b5b80163d43b7d3a") (:authors ("Thierry Volpiatto" . "thievol@posteo.net")) (:maintainers ("Thierry Volpiatto" . "thievol@posteo.net")) (:maintainer "Thierry Volpiatto" . "thievol@posteo.net") (:url . "https://emacs-helm.github.io/helm/"))]) + (helm-cscope . [(20190615 41) ((xcscope (1 0)) (helm (1 6 7)) (cl-lib (0 5)) (emacs (24 1))) "Helm interface for xcscope.el." tar ((:commit . "af1d9e7f4460a88d7400b5a74d5da68084089ac1") (:authors ("alpha22jp" . "alpha22jp@gmail.com")) (:maintainers ("alpha22jp" . "alpha22jp@gmail.com")) (:maintainer "alpha22jp" . "alpha22jp@gmail.com") (:keywords "cscope" "helm") (:url . "https://github.com/alpha22jp/helm-cscope.el"))]) + (helm-css-scss . [(20230522 1113) ((emacs (24 3)) (helm (1 0))) "CSS/SCSS/LESS Selectors with helm interface" tar ((:commit . "2169d83d8fdc661241df208cb3235112735d936e") (:authors ("Shingo Fukuyama - http://fukuyama.co")) (:maintainers ("Shingo Fukuyama - http://fukuyama.co")) (:maintainer "Shingo Fukuyama - http://fukuyama.co") (:keywords "convenience" "scss" "css" "less" "selector" "helm") (:url . "https://github.com/ShingoFukuyama/helm-css-scss"))]) + (helm-ctest . [(20220721 400) ((s (1 9 0)) (dash (2 11 0)) (helm-core (3 6 0))) "Run ctest from within emacs" tar ((:commit . "48edc9fa862219da34feb423c06c33d8f6d43722") (:authors ("Dan LaManna" . "me@danlamanna.com")) (:maintainers ("Dan LaManna" . "me@danlamanna.com")) (:maintainer "Dan LaManna" . "me@danlamanna.com") (:keywords "helm" "ctest"))]) + (helm-dash . [(20190527 1118) ((emacs (24 4)) (dash-docs (1 4 0)) (helm (1 9 2)) (cl-lib (0 5))) "Offline documentation browser for +150 APIs using Dash docsets." tar ((:commit . "6c76c794fec95586028633f24773451812af5df4") (:authors ("Raimon Grau" . "raimonster@gmail.com") ("Toni Reina " . "areina0@gmail.com") ("Bryan Gilbert" . "bryan@bryan.sh")) (:maintainers ("Raimon Grau" . "raimonster@gmail.com")) (:maintainer "Raimon Grau" . "raimonster@gmail.com") (:keywords "docs") (:url . "https://github.com/dash-docs-el/helm-dash"))]) + (helm-descbinds . [(20240216 1154) ((helm (1 5))) "A convenient `describe-bindings' with `helm'" tar ((:commit . "ca03f02da4e54a1d0a2d5498b86e1639aa808d8c") (:authors ("Taiki SUGAWARA" . "buzz.taiki@gmail.com")) (:maintainers ("Taiki SUGAWARA" . "buzz.taiki@gmail.com")) (:maintainer "Taiki SUGAWARA" . "buzz.taiki@gmail.com") (:keywords "helm" "help") (:url . "https://github.com/emacs-helm/helm-descbinds"))]) + (helm-describe-modes . [(20160212 518) ((helm (1 9)) (cl-lib (0 5)) (emacs (24 1))) "Helm interface to major and minor modes." tar ((:commit . "d2253c7c2bf4f28b9ff8a2d281bd7527c0106527") (:authors ("Tianxiang Xiong" . "tianxiang.xiong@gmail.com")) (:maintainers ("Tianxiang Xiong" . "tianxiang.xiong@gmail.com")) (:maintainer "Tianxiang Xiong" . "tianxiang.xiong@gmail.com") (:keywords "docs" "convenience") (:url . "https://github.com/emacs-helm/helm-describe-modes"))]) + (helm-dictionary . [(20230922 1111) ((helm (1 5 5))) "Helm source for looking up dictionaries" tar ((:commit . "fc1c097cc53dd3451bfb49ea7e99fdfc6d93bc16") (:authors ("Titus von der Malsburg" . "malsburg@posteo.de") ("Michael Heerdegen" . "michael_heerdegen@web.de")) (:maintainers ("Titus von der Malsburg" . "malsburg@posteo.de")) (:maintainer "Titus von der Malsburg" . "malsburg@posteo.de") (:url . "https://github.com/emacs-helm/helm-dictionary"))]) + (helm-directory . [(20170709 1103) ((emacs (24 4)) (helm (2 0))) "selecting directory before select the file" tar ((:commit . "2c6d45404506ba744888dcdb65e9f63878f2da16") (:authors ("Masashı Mıyaura")) (:maintainers ("Masashı Mıyaura")) (:maintainer "Masashı Mıyaura") (:url . "https://github.com/masasam/emacs-helm-directory"))]) + (helm-dired-recent-dirs . [(20131228 1414) ((helm (1 0))) "Show recent dirs with helm.el support." tar ((:commit . "3bcd125b44f5a707588ae3868777d91192351523") (:authors ("Akisute" . "akisute3@gmail.com")) (:maintainers ("Akisute" . "akisute3@gmail.com")) (:maintainer "Akisute" . "akisute3@gmail.com") (:keywords "helm" "dired" "zsh"))]) + (helm-dogears . [(20230608 356) ((emacs (26 3)) (dogears (0 1 -1)) (helm (3 6))) "Helm source for Dogears" tar ((:commit . "7ba83bd8924cec66fe3ede3334e98b1845e6852e") (:authors ("Adam Porter" . "adam@alphapapa.net")) (:maintainers ("Adam Porter" . "adam@alphapapa.net")) (:maintainer "Adam Porter" . "adam@alphapapa.net") (:keywords "convenience") (:url . "https://github.com/alphapapa/dogears.el"))]) + (helm-emmet . [(20160713 1231) ((helm (1 0)) (emmet-mode (1 0 2))) "helm sources for emmet-mode's snippets" tar ((:commit . "f0364e736b10cf44232053a78de04133a88185ae") (:authors ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainers ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainer "Yasuyuki Oka" . "yasuyk@gmail.com") (:keywords "convenience" "helm" "emmet") (:url . "https://github.com/yasuyk/helm-emmet"))]) + (helm-emms . [(20220314 1633) ((helm (1 5)) (emms (6 0)) (cl-lib (0 5)) (emacs (24 1))) "Emms for Helm." tar ((:commit . "aefa44ab77808626c4951be2df49a2eab7820805") (:authors ("Thierry Volpiatto" . "thierry.volpiatto@gmail.com")) (:maintainers ("Thierry Volpiatto" . "thierry.volpiatto@gmail.com")) (:maintainer "Thierry Volpiatto" . "thierry.volpiatto@gmail.com") (:keywords "multimedia" "emms") (:url . "https://github.com/emacs-helm/helm-emms"))]) + (helm-esa . [(20190721 1429) ((emacs (26 2)) (helm (3 2)) (request (0 3 0))) "Esa with helm interface" tar ((:commit . "d93b4af404346870cb2cf9c257d055332ef3f577") (:authors ("Takashi Masuda" . "masutaka.net@gmail.com")) (:maintainers ("Takashi Masuda" . "masutaka.net@gmail.com")) (:maintainer "Takashi Masuda" . "masutaka.net@gmail.com") (:url . "https://github.com/masutaka/emacs-helm-esa"))]) + (helm-evil-markers . [(20200506 715) ((emacs (25 1)) (helm (2 0 0)) (evil (1 2 10))) "Show evil markers with helm" tar ((:commit . "0245f0c268e0eaec85df51ab2deba7ac961f6770") (:authors ("Bill Xue")) (:maintainers ("Bill Xue")) (:maintainer "Bill Xue") (:keywords "extensions") (:url . "https://github.com/xueeinstein/helm-evil-markers"))]) + (helm-eww . [(20190315 907) ((emacs (24 4)) (helm (2 8 6)) (seq (1 8))) "Helm UI wrapper for EWW." tar ((:commit . "76ba59fda8dd6f32a1bc7c6df0b43c6f76169911") (:authors ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainers ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainer "Pierre Neidhardt" . "mail@ambrevar.xyz") (:keywords "helm" "packages") (:url . "https://github.com/emacs-helm/helm-eww"))]) + (helm-ext . [(20200722 107) ((emacs (24 4)) (helm (2 5 3))) "A few extensions to Helm" tar ((:commit . "c30f7772ec577a5ce1de3215f0507826e0725a69") (:authors ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainers ("Junpeng Qiu" . "qjpchmail@gmail.com")) (:maintainer "Junpeng Qiu" . "qjpchmail@gmail.com") (:keywords "extensions"))]) + (helm-exwm . [(20210215 858) ((emacs (25 2)) (helm (2 8 5)) (exwm (0 15))) "Helm for EXWM buffers" tar ((:commit . "5b35a42ff10fbcbf673268987df700ea6b6288e8") (:authors ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainers ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainer "Pierre Neidhardt" . "mail@ambrevar.xyz") (:keywords "helm" "exwm") (:url . "https://github.com/emacs-helm/helm-exwm"))]) + (helm-file-preview . [(20240101 1005) ((emacs (25 1)) (helm (2 0))) "Preview the current helm file selection" tar ((:commit . "7cf9264bfd106975e90d92a94fe7f150f7d31b8c") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "file" "helm" "preview" "select" "selection") (:url . "https://github.com/jcs-elpa/helm-file-preview"))]) + (helm-filesets . [(20140929 1835) ((helm (1 6 3)) (filesets+ (0))) "A helm source for emacs filesets" tar ((:commit . "b352910af4c3099267a8aa0169c7f743b35bb1fa") (:authors ("Graham Clark" . "grclark@gmail.com")) (:maintainers ("Graham Clark" . "grclark@gmail.com")) (:maintainer "Graham Clark" . "grclark@gmail.com") (:keywords "filesets") (:url . "https://github.com/gcla/helm-filesets"))]) + (helm-firefox . [(20220420 1346) ((helm (1 5)) (cl-lib (0 5)) (emacs (24 1))) "Firefox bookmarks" tar ((:commit . "571cf8dfcbe43d91f9890eebefc88d7572c62e75") (:url . "https://github.com/emacs-helm/helm-firefox"))]) + (helm-fish-completion . [(20200908 1504) ((emacs (25)) (helm (3)) (fish-completion (1 2))) "Helm interface for fish completion" tar ((:commit . "2a2001b3a876da3c468ffec8935572509c485aac") (:authors ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainers ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainer "Pierre Neidhardt" . "mail@ambrevar.xyz") (:url . "https://github.com/emacs-helm/helm-fish-completion"))]) + (helm-flx . [(20221020 1739) ((emacs (24 4)) (helm (1 7 9)) (flx (0 5))) "Sort helm candidates by flx score" tar ((:commit . "5220099e695a3586dba2d59640217fe378e66310") (:authors ("Jonathan Hayase" . "jonathan.hayase@gmail.com")) (:maintainers ("Jonathan Hayase" . "jonathan.hayase@gmail.com")) (:maintainer "Jonathan Hayase" . "jonathan.hayase@gmail.com") (:keywords "convenience" "helm" "fuzzy" "flx") (:url . "https://github.com/PythonNut/helm-flx"))]) + (helm-flycheck . [(20160710 829) ((dash (2 12 1)) (flycheck (28)) (helm-core (1 9 8))) "Show flycheck errors with helm" tar ((:commit . "a15e62a6432c165c4f2c17388686873383400d7d") (:authors ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainers ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainer "Yasuyuki Oka" . "yasuyk@gmail.com") (:keywords "helm" "flycheck") (:url . "https://github.com/yasuyk/helm-flycheck"))]) + (helm-flymake . [(20160610 2) ((helm (1 0))) "helm interface for flymake" tar ((:commit . "72cf18a1a1f843db9bb5d58301739ea9ccb1655b") (:authors ("Akira Tamamori" . "tamamori5917@gmail.com")) (:maintainers ("Akira Tamamori" . "tamamori5917@gmail.com")) (:maintainer "Akira Tamamori" . "tamamori5917@gmail.com") (:url . "https://github.com/tam17aki"))]) + (helm-flyspell . [(20170210 1901) ((helm (1 6 5))) "Helm extension for correcting words with flyspell" tar ((:commit . "8d4d947c687cb650cb149aa2271ad5201ea92594") (:authors ("Andrzej Pronobis")) (:maintainers ("Andrzej Pronobis")) (:maintainer "Andrzej Pronobis") (:keywords "convenience") (:url . "https://github.com/pronobis/helm-flyspell"))]) + (helm-frame . [(20220803 1528) ((emacs (24 4))) "open helm buffers in a dedicated frame" tar ((:commit . "1b5e895e9199deeea049010e5fe4de7a338f41f3") (:authors ("chee" . "yay@chee.party")) (:maintainers ("chee" . "yay@chee.party")) (:maintainer "chee" . "yay@chee.party") (:keywords "lisp" "helm" "popup" "frame"))]) + (helm-fuz . [(20200812 1222) ((emacs (25 1)) (fuz (1 4 0)) (helm (3 6))) "Integrate Helm and Fuz" tar ((:commit . "fee874aa35d2ee6b12b836290b5c8eaa44175a28") (:authors ("Zhu Zihao" . "all_but_last@163.com")) (:maintainers ("Zhu Zihao" . "all_but_last@163.com")) (:maintainer "Zhu Zihao" . "all_but_last@163.com") (:keywords "convenience") (:url . "https://github.com/cireu/fuz.el"))]) + (helm-fuzzier . [(20160605 2145) ((emacs (24 3)) (helm (1 7 0))) "Better fuzzy matching for Helm" tar ((:commit . "8798dcf3583b863df5b9dea7fe3b0179ba1c35bc") (:authors ("Ephram Perdition")) (:maintainers ("Ephram Perdition")) (:maintainer "Ephram Perdition") (:keywords "convenience" "helm" "fuzzy") (:url . "http://github.com/EphramPerdition/helm-fuzzier"))]) + (helm-fuzzy . [(20240101 1005) ((emacs (24 4)) (helm (1 7 9)) (flx (0 5))) "Fuzzy matching for helm source" tar ((:commit . "6ae944c04464bf5984e4180c8353c7fdcf17f672") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "matching" "fuzzy" "helm" "source") (:url . "https://github.com/jcs-elpa/helm-fuzzy"))]) + (helm-fuzzy-find . [(20171106 400) ((emacs (24 1)) (helm (1 7 0))) "Find file using Fuzzy Search" tar ((:commit . "de2abbf7ca13609587325bacd4a1ed4376b5c927") (:authors ("Chunyang Xu" . "xuchunyang56@gmail.com")) (:maintainers ("Chunyang Xu" . "xuchunyang56@gmail.com")) (:maintainer "Chunyang Xu" . "xuchunyang56@gmail.com") (:keywords "helm" "fuzzy" "find" "file") (:url . "https://github.com/xuchunyang/helm-fuzzy-find"))]) + (helm-ghq . [(20210724 744) ((emacs (24)) (helm (3 8 0))) "Ghq with helm interface" tar ((:commit . "7b47ac91e42762f2ecbbceeaadc05b86c9fe5f14") (:authors ("Takashi Masuda" . "masutaka.net@gmail.com")) (:maintainers ("Takashi Masuda" . "masutaka.net@gmail.com")) (:maintainer "Takashi Masuda" . "masutaka.net@gmail.com") (:url . "https://github.com/masutaka/emacs-helm-ghq"))]) + (helm-ghs . [(20170715 541) ((emacs (24)) (helm (2 2 0))) "ghs with helm interface" tar ((:commit . "f9d4ab80e8a33b21cd635285289ec5779bbe629f") (:authors ("iory" . "ab.ioryz@gmail.com")) (:maintainers ("iory" . "ab.ioryz@gmail.com")) (:maintainer "iory" . "ab.ioryz@gmail.com") (:url . "https://github.com/iory/emacs-helm-ghs"))]) + (helm-git . [(20120630 2103) nil "Helm extension for Git." tar ((:commit . "5b4a6eb7a97b2583236a1f919b75249957918e29") (:authors ("Marian Schubert" . "marian.schubert@gmail.com")) (:maintainers ("Marian Schubert" . "marian.schubert@gmail.com")) (:maintainer "Marian Schubert" . "marian.schubert@gmail.com") (:keywords "helm" "git") (:url . "https://github.com/maio/helm-git"))]) + (helm-git-grep . [(20170614 1411) ((helm-core (2 2 0))) "helm for git grep, an incremental git-grep(1)" tar ((:commit . "744cea07dba6e6a5effbdba83f1b786c78fd86d3") (:authors ("mechairoi")) (:maintainers ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainer "Yasuyuki Oka" . "yasuyk@gmail.com") (:url . "https://github.com/yasuyk/helm-git-grep"))]) + (helm-github-stars . [(20190428 1047) ((helm (1 6 8)) (emacs (24 4))) "Helm interface for your github's stars" tar ((:commit . "c891690218b0d8b957ea6cb45b1b6cffd15a6950") (:authors ("Sliim" . "sliim@mailoo.org") ("xuchunyang" . "xuchunyang56@gmail.com")) (:maintainers ("Sliim" . "sliim@mailoo.org")) (:maintainer "Sliim" . "sliim@mailoo.org") (:keywords "helm" "github" "stars") (:url . "https://github.com/Sliim/helm-github-stars"))]) + (helm-gitignore . [(20230310 1829) ((git-modes (1 4 0)) (helm (1 7 0)) (request (0 1 0)) (cl-lib (0 5))) "Generate .gitignore files with gitignore.io." tar ((:commit . "85c34065e6fceac8fa7287e6ec79ea3d1182d654") (:authors ("Juan Placencia")) (:maintainers ("Juan Placencia")) (:maintainer "Juan Placencia") (:keywords "helm" "gitignore" "gitignore.io") (:url . "https://github.com/jupl/helm-gitignore"))]) + (helm-gitlab . [(20180312 1647) ((s (1 9 0)) (dash (2 9 0)) (helm (1 0)) (gitlab (0 8 0))) "Helm interface to Gitlab" tar ((:commit . "68318aca3206d50701039c9aae39734ca29a49f9") (:authors ("Nicolas Lamirault" . "nicolas.lamirault@gmail.com")) (:maintainers ("Nicolas Lamirault" . "nicolas.lamirault@gmail.com")) (:maintainer "Nicolas Lamirault" . "nicolas.lamirault@gmail.com") (:keywords "gitlab" "helm") (:url . "https://github.com/nlamirault/emacs-gitlab"))]) + (helm-go-package . [(20161103 153) ((emacs (24 4)) (helm-core (2 2 1)) (go-mode (1 4 0)) (deferred (0 4 0))) "helm sources for Go programming language's package" tar ((:commit . "bf741f4a455fcb129c1a9dcec710a52621f9719d") (:authors ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainers ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainer "Yasuyuki Oka" . "yasuyk@gmail.com") (:url . "https://github.com/yasuyk/helm-go-package"))]) + (helm-google . [(20210527 900) ((helm (0))) "Emacs Helm Interface for quick Google searches" tar ((:commit . "27834161391c350ef790062391cb7eab1d59fb62") (:authors ("steckerhalter")) (:maintainers ("steckerhalter")) (:maintainer "steckerhalter") (:keywords "helm" "google" "search" "browse" "searx") (:url . "https://framagit.org/steckerhalter/helm-google"))]) + (helm-grepint . [(20200811 1616) ((helm (2 9 7)) (emacs (24 4))) "Generic helm interface to grep" tar ((:commit . "9aec98428823b749eb14d2c8512b46b59ca9f8ca") (:authors ("Kalle Kankare" . "kalle.kankare@iki.fi")) (:maintainers ("Kalle Kankare" . "kalle.kankare@iki.fi")) (:maintainer "Kalle Kankare" . "kalle.kankare@iki.fi") (:keywords "grep" "grepping" "searching" "helm" "tools" "convenience") (:url . "https://github.com/kopoli/helm-grepint"))]) + (helm-growthforecast . [(20140120 344) ((helm (1 5 9))) "helm extensions for growthforecast." tar ((:commit . "0f94ac090d6c354058ad89a86e5c18385c136d9b") (:authors ("Daichi Hirata" . "daichi.hirat@gmail.com")) (:maintainers ("Daichi Hirata" . "daichi.hirat@gmail.com")) (:maintainer "Daichi Hirata" . "daichi.hirat@gmail.com") (:url . "https://github.com/daic-h/helm-growthforecast"))]) + (helm-gtags . [(20200602 1610) ((emacs (24 4)) (helm (2 0))) "GNU GLOBAL helm interface" tar ((:commit . "a15fe1dd272d252ad933d8129db1dce02fd41adb") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-helm-gtags"))]) + (helm-hatena-bookmark . [(20210724 732) ((emacs (24)) (helm (2 8 2))) "Hatena::Bookmark with helm interface" tar ((:commit . "a6a2b37370ac84ca2cae5ef65b2b144a010b1584") (:authors ("Takashi Masuda" . "masutaka.net@gmail.com")) (:maintainers ("Takashi Masuda" . "masutaka.net@gmail.com")) (:maintainer "Takashi Masuda" . "masutaka.net@gmail.com") (:url . "https://github.com/masutaka/emacs-helm-hatena-bookmark"))]) + (helm-hayoo . [(20151014 651) ((helm (1 6 0)) (json (1 2)) (haskell-mode (13 7))) "Source and configured helm for searching hayoo" tar ((:commit . "dd4c0c8c87521026edf1b808c4de01fa19b7c693") (:authors ("Markus Hauck" . "markus1189@gmail.com")) (:maintainers ("Markus Hauck" . "markus1189@gmail.com")) (:maintainer "Markus Hauck" . "markus1189@gmail.com") (:keywords "helm"))]) + (helm-helm-commands . [(20130902 1748) ((helm (1 5 4))) "List all helm commands with helm" tar ((:commit . "1c37bb0d4cda6877162603cd1ddc9f596a7a5cb9") (:authors ("Joe Bloggs" . "vapniks@yahoo.com")) (:maintainers ("Joe Bloggs" . "vapniks@yahoo.com")) (:maintainer "Joe Bloggs" . "vapniks@yahoo.com") (:keywords "convenience") (:url . "https://github.com/vapniks/helm-helm-commands"))]) + (helm-hoogle . [(20161027 534) ((helm (1 6 2)) (emacs (24 4))) "Use helm to navigate query results from Hoogle" tar ((:commit . "73969a9d46d2121a849a01a9f7ed3636d01f7bbc") (:authors ("John Wiegley" . "jwiegley@gmail.com")) (:maintainers ("John Wiegley" . "jwiegley@gmail.com")) (:maintainer "John Wiegley" . "jwiegley@gmail.com") (:keywords "haskell" "programming" "hoogle") (:url . "https://github.com/jwiegley/haskell-config"))]) + (helm-hunks . [(20171217 1933) ((emacs (24 4)) (helm (1 9 8))) "A helm interface for git hunks - browsing, staging, unstaging and killing" tar ((:commit . "6392bf716f618eac23ce81140aceb0dfacb9c6d0") (:authors ("@torgeir")) (:maintainers ("@torgeir")) (:maintainer "@torgeir") (:keywords "helm" "git" "hunks" "vc"))]) + (helm-icons . [(20231027 616) ((emacs (25 1)) (dash (2 14 1)) (f (0 20 0)) (treemacs (2 7))) "Helm icons" tar ((:commit . "0d113719ee72cb7b6bb7db29f7200d667bd86607") (:authors ("Ivan Yonchovski" . "yyoncho@gmail.com")) (:maintainers ("Ivan Yonchovski" . "yyoncho@gmail.com")) (:maintainer "Ivan Yonchovski" . "yyoncho@gmail.com") (:keywords "convenience") (:url . "https://github.com/yyoncho/helm-icons"))]) + (helm-idris . [(20141202 1757) ((helm (0 0 0)) (idris-mode (0 9 14))) "A Helm datasource for Idris documentation, queried from the compiler" tar ((:commit . "a2f45d6817974f318b55ad9b7fd19d5df132d47e") (:authors ("David Raymond Christiansen" . "david@davidchristiansen.dk")) (:maintainers ("David Raymond Christiansen" . "david@davidchristiansen.dk")) (:maintainer "David Raymond Christiansen" . "david@davidchristiansen.dk") (:keywords "languages" "helm"))]) + (helm-img . [(20151224 2321) ((helm (1 7 7)) (cl-lib (0 5))) "Utilities for making image sources for helm." tar ((:commit . "aa3f8a5dce8d0413bf07584f07153a39015c2bfc") (:authors ("Sho Matsumoto ")) (:maintainers ("l3msh0")) (:maintainer "l3msh0") (:keywords "convenience") (:url . "https://github.com/l3msh0/helm-img"))]) + (helm-img-tiqav . [(20151224 2322) ((helm-img (0 0 1))) "An helm-source for joking." tar ((:commit . "33a7e9508bc8f37d53320b56c92b53d321a57bb0") (:authors ("Sho Matsumoto ")) (:maintainers ("l3msh0")) (:maintainer "l3msh0") (:keywords "convenience") (:url . "https://github.com/l3msh0/helm-img"))]) + (helm-ispell . [(20220721 323) ((helm-core (3 6 0))) "ispell-complete-word with helm interface" tar ((:commit . "03e74ae7ebb17589a9f8860d1e2ae37f57378735") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-helm-ispell"))]) + (helm-itunes . [(20151013 648) ((helm (1 6 1))) "Play local iTunes and Spotify tracks" tar ((:commit . "966de755a5aadbe02311a6cef77bd4790e84c263") (:authors ("Adam Schwartz" . "adam@adamschwartz.io")) (:maintainers ("Adam Schwartz" . "adam@adamschwartz.io")) (:maintainer "Adam Schwartz" . "adam@adamschwartz.io") (:url . "https://github.com/daschwa/helm-itunes"))]) + (helm-j-cheatsheet . [(20170217 829) ((helm (1 5 3))) "Quick J reference for Emacs" tar ((:commit . "6c47e7162b9ba2de4b41221d01180146973d860b") (:authors ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainers ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") (:url . "https://github.com/abo-abo/helm-j-cheatsheet"))]) + (helm-jira . [(20180802 815) ((emacs (25)) (cl-lib (0 5)) (helm (1 9 9))) "Helm bindings for JIRA/Bitbucket/stash" tar ((:commit . "75d6ed5bd7a041fa8c1adb21cbbbe57b5a7c7cc7") (:authors ("Roman Decker ")) (:maintainers ("Roman Decker ")) (:maintainer "Roman Decker ") (:keywords "tools" "helm" "jira" "bitbucket" "stash") (:url . "https://github.com/DeX3/helm-jira"))]) + (helm-js-codemod . [(20190921 942) ((emacs (24 4)) (helm-core (1 9 8)) (js-codemod (1 0 0))) "A helm interface for running js-codemods" tar ((:commit . "1df8583fafadf8c8c5ceb2aecaa815a2a4152686") (:authors (nil . "Torgeir Thoresen <@torgeir>")) (:maintainers (nil . "Torgeir Thoresen <@torgeir>")) (:maintainer nil . "Torgeir Thoresen <@torgeir>") (:keywords "helm" "js" "codemod" "region"))]) + (helm-jstack . [(20150603 422) ((emacs (24)) (helm (1 7 0)) (cl-lib (0 5))) "Helm interface to Jps & Jstack for Java/JVM processes" tar ((:commit . "aab0fd9f14794ae3a6e7cfbe7f6a81842ce4c23b") (:authors ("Raghav Kumar Gautam" . "rgautam@apache.com")) (:maintainers ("Raghav Kumar Gautam" . "rgautam@apache.com")) (:maintainer "Raghav Kumar Gautam" . "rgautam@apache.com") (:keywords "java" "jps" "jstack" "jvm" "emacs" "elisp" "helm"))]) + (helm-kythe . [(20170709 726) ((emacs (25)) (dash (2 12 0)) (helm (2 0))) "Google Kythe helm interface" tar ((:commit . "eabbef4948f8ec7c7b2fac498e9145dfdb10ca82") (:authors ("Fangrui Song" . "i@maskray.me")) (:maintainers ("Fangrui Song" . "i@maskray.me")) (:maintainer "Fangrui Song" . "i@maskray.me") (:url . "https://github.com/MaskRay/emacs-helm-kythe"))]) + (helm-lastpass . [(20180722 806) ((emacs (25 1)) (helm (2 0)) (csv (2 1))) "Helm interface of LastPass" tar ((:commit . "82e1ffb6ae77d9d9e29c398eb013cd20ce963f77") (:authors ("Xu Chunyang" . "mail@xuchunyang.me")) (:maintainers ("Xu Chunyang" . "mail@xuchunyang.me")) (:maintainer "Xu Chunyang" . "mail@xuchunyang.me") (:url . "https://github.com/xuchunyang/helm-lastpass"))]) + (helm-lean . [(20210305 1705) ((emacs (24 3)) (dash (2 18 0)) (helm (2 8 0)) (lean-mode (3 3 0))) "Helm interfaces for lean-mode" tar ((:commit . "5c50338ac149ca5225fc737be291db1f63c45f1d") (:authors ("Leonardo de Moura" . "leonardo@microsoft.com") ("Soonho Kong " . "soonhok@cs.cmu.edu") ("Gabriel Ebner " . "gebner@gebner.org") ("Sebastian Ullrich" . "sebasti@nullri.ch")) (:maintainers ("Sebastian Ullrich" . "sebasti@nullri.ch")) (:maintainer "Sebastian Ullrich" . "sebasti@nullri.ch") (:keywords "languages") (:url . "https://github.com/leanprover/lean-mode"))]) + (helm-lib-babel . [(20180510 1324) ((cl-lib (0 5)) (helm (1 9 2)) (emacs (24 4))) "helm insertion of babel function references" tar ((:commit . "41bc0cdea8a604c6c8dc83ed5066644d33688fad") (:authors ("Derek Feichtinger" . "dfeich@gmail.com")) (:maintainers ("Derek Feichtinger" . "dfeich@gmail.com")) (:maintainer "Derek Feichtinger" . "dfeich@gmail.com") (:keywords "convenience") (:url . "https://github.com/dfeich/helm-lib-babel.el"))]) + (helm-lines . [(20220103 1909) ((emacs (24 4)) (helm (1 9 8))) "A helm interface for completing by lines" tar ((:commit . "f5ad178818d223f32a0bf60d370b50c01df5f3da") (:authors ("@torgeir")) (:maintainers ("@torgeir")) (:maintainer "@torgeir") (:keywords "files" "helm" "rg" "ag" "pt" "vc" "git" "lines" "complete" "tools" "languages") (:url . "https://github.com/torgeir/helm-lines.el/"))]) + (helm-lobsters . [(20230820 1403) ((helm (1 0)) (cl-lib (0 5))) "helm front-end for lobste.rs" tar ((:commit . "3a1af0d063ca24fe0187daff12110171b942c7d3") (:authors ("Julien BLANCHARD" . "julien@sideburns.eu")) (:maintainers ("Julien BLANCHARD" . "julien@sideburns.eu")) (:maintainer "Julien BLANCHARD" . "julien@sideburns.eu") (:url . "https://github.com/julienXX/helm-lobste.rs"))]) + (helm-ls-git . [(20240619 738) ((helm (3 9 5)) (emacs (25 3))) "list git files." tar ((:commit . "e9e225c4678fee03ed189abdf48f54381bd17ec6") (:url . "https://github.com/emacs-helm/helm-ls-git"))]) + (helm-ls-hg . [(20150909 543) ((helm (1 7 8))) "List hg files in hg project." tar ((:commit . "61b91a22fcfb62d0fc56e361ec01ce96973c7165"))]) + (helm-ls-svn . [(20190316 2203) ((emacs (24 1)) (helm (1 7 0)) (cl-lib (0 5))) "helm extension to list svn files" tar ((:commit . "a6043e1187282f649e2cb9f0e722a42daf41294b") (:authors ("Chunyang Xu" . "chunyang@macports.org")) (:maintainers ("Chunyang Xu" . "chunyang@macports.org")) (:maintainer "Chunyang Xu" . "chunyang@macports.org") (:keywords "helm" "svn") (:url . "https://svn.macports.org/repository/macports/users/chunyang/helm-ls-svn.el/helm-ls-svn.el"))]) + (helm-lsp . [(20210419 2014) ((emacs (25 1)) (dash (2 14 1)) (lsp-mode (5 0)) (helm (2 0))) "LSP helm integration" tar ((:commit . "c2c6974dadfac459b1a69a1217441283874cea92") (:authors ("Ivan Yonchovski" . "yyoncho@gmail.com")) (:maintainers ("Ivan Yonchovski" . "yyoncho@gmail.com")) (:maintainer "Ivan Yonchovski" . "yyoncho@gmail.com") (:keywords "languages" "debug") (:url . "https://github.com/yyoncho/helm-lsp"))]) + (helm-lxc . [(20200323 816) ((emacs (25)) (cl-lib (0 5)) (helm (2 9 4)) (lxc-tramp (0 2 0))) "Helm interface to manage LXC containers" tar ((:commit . "37fe2d7ed97967edf59a3b68b1434910516ae24f") (:authors ("montag451")) (:maintainers ("montag451")) (:maintainer "montag451") (:keywords "helm" "lxc" "convenience") (:url . "https://github.com/montag451/helm-lxc"))]) + (helm-make . [(20200620 27) nil "Select a Makefile target with helm" tar ((:commit . "ebd71e85046d59b37f6a96535e01993b6962c559") (:authors ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainers ("Oleh Krehel" . "ohwoeowho@gmail.com")) (:maintainer "Oleh Krehel" . "ohwoeowho@gmail.com") (:keywords "makefile") (:url . "https://github.com/abo-abo/helm-make"))]) + (helm-migemo . [(20151010 356) ((emacs (24 4)) (helm-core (1 7 8)) (migemo (1 9)) (cl-lib (0 5))) "Migemo plug-in for helm" tar ((:commit . "66c6a19d07c6a385daefd2090d0709d26b608b4e") (:authors ("rubikitch" . "rubikitch@ruby-lang.org")) (:maintainers ("Yuhei Maeda ")) (:maintainer "Yuhei Maeda ") (:keywords "matching" "convenience" "tools" "i18n") (:url . "https://github.com/emacs-jp/helm-migemo"))]) + (helm-mode-manager . [(20210108 2330) ((helm (1 5 3))) "Select and toggle major and minor modes with helm" tar ((:commit . "7df8ed3ddd46a0402838b748d317c01454346164") (:authors ("istib")) (:maintainers ("istib")) (:maintainer "istib") (:url . "https://github.com/istib/helm-mode-manager"))]) + (helm-mt . [(20160918 452) ((emacs (24)) (helm (0 0)) (multi-term (0 0)) (cl-lib (0 5))) "helm multi-term management" tar ((:commit . "d2bff4100118483bc398c56d0ff095294209265b") (:authors ("Didier Deshommes" . "dfdeshom@gmail.com")) (:maintainers ("Didier Deshommes" . "dfdeshom@gmail.com")) (:maintainer "Didier Deshommes" . "dfdeshom@gmail.com") (:keywords "helm" "multi-term") (:url . "https://github.com/dfdeshom/helm-mt"))]) + (helm-mu . [(20240421 1656) ((helm (1 5 5))) "Helm search for e-mails and contacts in mu4e" tar ((:commit . "36bb948e239f21478939a6848c2b0a3985b27680") (:authors ("Titus von der Malsburg" . "malsburg@posteo.de")) (:maintainers ("Titus von der Malsburg" . "malsburg@posteo.de")) (:maintainer "Titus von der Malsburg" . "malsburg@posteo.de") (:url . "https://github.com/emacs-helm/helm-mu"))]) + (helm-navi . [(20230517 1143) ((emacs (24 4)) (helm (1 9 4)) (helm-org (1 0)) (navi-mode (2 0)) (s (1 10 0))) "Helm for navi-mode" tar ((:commit . "cc3f9a0fad6301f7bb717a8dbde4087fd9a884f6") (:authors ("Adam Porter" . "adam@alphapapa.net")) (:maintainers ("Adam Porter" . "adam@alphapapa.net")) (:maintainer "Adam Porter" . "adam@alphapapa.net") (:keywords "navigation" "outlines") (:url . "http://github.com/emacs-helm/helm-navi"))]) + (helm-nixos-options . [(20151013 2309) ((nixos-options (0 0 1)) (helm (1 5 6))) "Helm Interface for nixos-options" tar ((:commit . "f7709bb007ebafb4d6b32778c7764e2c44e0420d") (:authors ("Diego Berrocal" . "cestdiego@gmail.com") ("Travis B. Hartwell" . "nafai@travishartwell.net")) (:maintainers ("Diego Berrocal" . "cestdiego@gmail.com")) (:maintainer "Diego Berrocal" . "cestdiego@gmail.com") (:keywords "unix") (:url . "http://www.github.com/travisbhartwell/nix-emacs/"))]) + (helm-notmuch . [(20190320 1048) ((helm (1 9 3)) (notmuch (0 21))) "Search emails with Notmuch and Helm" tar ((:commit . "97a01497e079a7b6505987e9feba6b603bbec288") (:authors ("Chunyang Xu" . "mail@xuchunyang.me")) (:maintainers ("Chunyang Xu" . "mail@xuchunyang.me")) (:maintainer "Chunyang Xu" . "mail@xuchunyang.me") (:keywords "mail") (:url . "https://github.com/emacs-helm/helm-notmuch"))]) + (helm-open-github . [(20220721 415) ((emacs (24 4)) (helm-core (3 6 0)) (gh (0 8 2))) "Utilities of Opening Github Page" tar ((:commit . "5e6d700d1b484bd6cd44bc30674e96d157870c3f") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-helm-open-github"))]) + (helm-org . [(20231022 620) ((helm (3 3)) (emacs (24 4))) "Helm for org headlines and keywords completion" tar ((:commit . "c80e53315ce6b096e2d0e630702df924bf00bf6a") (:authors ("Thierry Volpiatto" . "thierry.volpiatto@gmail.com")) (:maintainers ("Thierry Volpiatto" . "thierry.volpiatto@gmail.com")) (:maintainer "Thierry Volpiatto" . "thierry.volpiatto@gmail.com") (:url . "https://github.com/emacs-helm/helm-org"))]) + (helm-org-multi-wiki . [(20210228 1853) ((emacs (26 1)) (org (9 3)) (org-multi-wiki (0 4)) (org-ql (0 5)) (dash (2 18)) (helm-org-ql (0 5)) (helm (3 5))) "Helm interface to org-multi-wiki" tar ((:commit . "c85bcaafed749de3efa5e1f4d256e7ac9c5678e2") (:authors ("Akira Komamura" . "akira.komamura@gmail.com")) (:maintainers ("Akira Komamura" . "akira.komamura@gmail.com")) (:maintainer "Akira Komamura" . "akira.komamura@gmail.com") (:keywords "org" "outlines") (:url . "https://github.com/akirak/org-multi-wiki"))]) + (helm-org-ql . [(20240613 355) ((emacs (26 1)) (compat (29 1 4 5)) (dash (2 18 1)) (s (1 12 0)) (helm-org (1 0)) (org-ql (0 6 -1))) "Helm support for org-ql" tar ((:commit . "f7c3a61e32e8da62da1e69a2a79ec5b333a7d1f5") (:authors ("Adam Porter" . "adam@alphapapa.net")) (:maintainers ("Adam Porter" . "adam@alphapapa.net")) (:maintainer "Adam Porter" . "adam@alphapapa.net") (:url . "https://github.com/alphapapa/org-ql"))]) + (helm-org-recent-headings . [(20211011 1519) ((emacs (26 1)) (org (9 0 5)) (dash (2 18 0)) (helm (1 9 4)) (org-recent-headings (0 2 -1)) (s (1 12 0))) "Helm source for org-recent-headings" tar ((:commit . "97418d581ea030f0718794e50b005e9bae44582e") (:authors ("Adam Porter" . "adam@alphapapa.net")) (:maintainers ("Adam Porter" . "adam@alphapapa.net")) (:maintainer "Adam Porter" . "adam@alphapapa.net") (:keywords "hypermedia" "outlines" "org") (:url . "http://github.com/alphapapa/org-recent-headings"))]) + (helm-org-rifle . [(20230821 1927) ((emacs (24 4)) (dash (2 12)) (f (0 18 1)) (helm (1 9 4)) (s (1 10 0))) "Rifle through your Org files" tar ((:commit . "03a52265040b8c6510a8269213d750c451779c38") (:authors ("Adam Porter" . "adam@alphapapa.net")) (:maintainers ("Adam Porter" . "adam@alphapapa.net")) (:maintainer "Adam Porter" . "adam@alphapapa.net") (:keywords "hypermedia" "outlines") (:url . "http://github.com/alphapapa/helm-org-rifle"))]) + (helm-orgcard . [(20220721 756) ((helm-core (3 6 0))) "browse the orgcard by helm" tar ((:commit . "d58d35627bb1714bb2cb095f696706b6881233ed") (:authors ("Yuhei Maeda ")) (:maintainers ("Yuhei Maeda")) (:maintainer "Yuhei Maeda") (:keywords "convenience" "helm" "org") (:url . "https://github.com/emacs-jp/helm-orgcard"))]) + (helm-osx-app . [(20190717 958) ((emacs (25 1)) (helm-core (3 0))) "Launch macOS apps with helm" tar ((:commit . "634ed5d721a20af265825a018e9df3ee6640daee") (:authors ("Xu Chunyang")) (:maintainers ("Xu Chunyang")) (:maintainer "Xu Chunyang") (:url . "https://github.com/xuchunyang/helm-osx-app"))]) + (helm-pages . [(20161121 226) ((helm (1 6 5)) (emacs (24)) (cl-lib (0 5))) "Pages in current buffer as Helm datasource" tar ((:commit . "51dcb9374d1df9feaae85e60cfb39b970554ecba") (:authors ("David Christiansen" . "david@davidchristiansen.dk")) (:maintainers ("David Christiansen" . "david@davidchristiansen.dk")) (:maintainer "David Christiansen" . "david@davidchristiansen.dk") (:keywords "convenience" "helm" "outlines"))]) + (helm-pass . [(20210221 1655) ((emacs (25)) (helm (0)) (password-store (0)) (auth-source-pass (4 0 0))) "helm interface of pass, the standard Unix password manager" tar ((:commit . "4ce46f1801f2e76e53482c65aa0619d427a3fbf9") (:authors ("J. Alexander Branham" . "branham@utexas.edu")) (:maintainers ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainer "Pierre Neidhardt" . "mail@ambrevar.xyz") (:url . "https://github.com/emacs-helm/helm-pass"))]) + (helm-perldoc . [(20220721 431) ((helm-core (3 6 0)) (deferred (0 3 1)) (emacs (24 4))) "perldoc with helm interface" tar ((:commit . "affbf0f7357e5e0b33dab74d7193c91632d59b78") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-helm-perldoc"))]) + (helm-perspeen . [(20170228 1345) ((perspeen (0 1 0)) (helm (2 5 0))) "Helm interface for perspeen." tar ((:commit . "7fe2922d85608bfa9e18269fc44181428b8849ff") (:authors ("Yoshinobu Fujimoto")) (:maintainers ("Yoshinobu Fujimoto")) (:maintainer "Yoshinobu Fujimoto") (:keywords "projects" "lisp") (:url . "https://github.com/jimo1001/helm-perspeen"))]) + (helm-phpunit . [(20160513 853) ((helm (1 9 5)) (phpunit (0 7 0))) "Helm integration for phpunit.el" tar ((:commit . "739f26204ad2ba76c25f45e8eab1e5216f7c3518") (:authors ("Eric Hansen" . "hansen.c.eric@gmail.com")) (:maintainers ("Eric Hansen" . "hansen.c.eric@gmail.com")) (:maintainer "Eric Hansen" . "hansen.c.eric@gmail.com") (:keywords "phpunit" "helm" "php") (:url . "https://github.com/eric-hansen/phpunit-helm"))]) + (helm-posframe . [(20230822 2030) ((emacs (26 0)) (posframe (1 0 0)) (helm (0 1))) "Using posframe to show helm window" tar ((:commit . "0b6bb016f0ff4980860a9d00574de311748c40b0") (:authors ("Feng Shu")) (:maintainers ("Feng Shu" . "tumashu@163.com")) (:maintainer "Feng Shu" . "tumashu@163.com") (:keywords "abbrev" "convenience" "matching" "helm") (:url . "https://github.com/tumashu/helm-posframe"))]) + (helm-proc . [(20161006 305) ((helm (1 6 0))) "Helm interface for managing system processes" tar ((:commit . "576d31c2d74ba3897d56e2acd2b0993f52c2547c") (:authors ("Markus Hauck" . "markus1189@gmail.com")) (:maintainer "Markus Hauck" . "markus1189@gmail.com") (:keywords "helm"))]) + (helm-project . [(20230608 1212) ((emacs (28 1)) (helm (3 9 0))) "Helm source for project management" tar ((:commit . "1e0cd563b2470ab7dbfc47a8cbe7dafd030dce70") (:authors ("Christopher McCloud")) (:maintainers ("Christopher McCloud")) (:maintainer "Christopher McCloud") (:url . "https://github.com/cmccloud/helm-project"))]) + (helm-project-persist . [(20151210 1543) ((helm (1 5 2)) (project-persist (0 1 4))) "Helm integration for project-persist package" tar ((:commit . "357950fbac18090985a750e40d5d8b10ee9dcd53") (:authors ("Sliim" . "sliim@mailoo.org")) (:maintainers ("Sliim" . "sliim@mailoo.org")) (:maintainer "Sliim" . "sliim@mailoo.org") (:keywords "project-persist" "project" "helm"))]) + (helm-projectile . [(20231023 1425) ((helm (1 9 9)) (projectile (2 2 0)) (cl-lib (0 3))) "Helm integration for Projectile" tar ((:commit . "e2e38825c975269a4971df25e79b2ae98929624e") (:authors ("Bozhidar Batsov")) (:maintainers ("Bozhidar Batsov")) (:maintainer "Bozhidar Batsov") (:keywords "project" "convenience") (:url . "https://github.com/bbatsov/helm-projectile"))]) + (helm-prosjekt . [(20140129 717) ((prosjekt (0 3)) (helm (1 5 9))) "Helm integration for prosjekt." tar ((:commit . "f94f970c2d375e0973b66ba99b29c7aa42fd550f") (:authors ("Sohail Somani" . "sohail@taggedtype.net")) (:maintainers ("Sohail Somani" . "sohail@taggedtype.net")) (:maintainer "Sohail Somani" . "sohail@taggedtype.net") (:url . "https://github.com/abingham/prosjekt"))]) + (helm-pt . [(20160214 2342) ((helm (1 5 6))) "Helm interface to the platinum searcher" tar ((:commit . "8acc52911dad1ed0c3975f134a468762afe0b76b") (:authors ("Rich Alesi")) (:maintainer "Rich Alesi") (:url . "https://github.com/ralesi/helm-pt"))]) + (helm-purpose . [(20170114 1636) ((emacs (24)) (helm (1 9 2)) (window-purpose (1 4))) "Helm Interface for Purpose" tar ((:commit . "9ff4c21c1e9ebc7afb851b738f815df7343bb287") (:authors ("Bar Magal (2016)")) (:maintainers ("Bar Magal (2016)")) (:maintainer "Bar Magal (2016)") (:url . "https://github.com/bmag/helm-purpose"))]) + (helm-pydoc . [(20220721 433) ((helm-core (3 6 0)) (emacs (24 4))) "pydoc with helm interface" tar ((:commit . "cac7b8953adcab85e898bc42b699c3afde5d33c6") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-helm-pydoc"))]) + (helm-qiita . [(20190526 1359) ((emacs (24)) (helm (2 8 2))) "Qiita with helm interface" tar ((:commit . "5f82010c595f8e122aa3f68148ba8d8ccb1333d8") (:authors ("Takashi Masuda" . "masutaka.net@gmail.com")) (:maintainers ("Takashi Masuda" . "masutaka.net@gmail.com")) (:maintainer "Takashi Masuda" . "masutaka.net@gmail.com") (:url . "https://github.com/masutaka/emacs-helm-qiita"))]) + (helm-rage . [(20240202 822) ((helm (1 9 8)) (emacs (24 4)) (dash (2 13 0)) (s (1 11 0))) "Helm command for rage characters." tar ((:commit . "5b5316b92fd2b5319f7296c7ccaa93d471935076") (:keywords "helm" "rage" "meme") (:url . "https://github.com/bomgar/helm-rage"))]) + (helm-rails . [(20130424 1519) ((helm (1 5 1)) (inflections (1 1))) "Helm extension for Rails projects." tar ((:commit . "723c2a27f3843570ec1039e3c526953e48b4ed40") (:authors ("Adam Sokolnicki" . "adam.sokolnicki@gmail.com")) (:maintainer "Adam Sokolnicki" . "adam.sokolnicki@gmail.com") (:keywords "helm" "rails" "git") (:url . "https://github.com/asok/helm-rails"))]) + (helm-rdefs . [(20161130 536) ((emacs (24)) (helm (1 6 4))) "rdefs with helm interface" tar ((:commit . "cd3a6b3af3015ee58ef30cb7c81c79ebe5fc867b") (:authors ("Hiroshi Saito" . "monodie@gmail.com")) (:maintainers ("Hiroshi Saito" . "monodie@gmail.com")) (:maintainer "Hiroshi Saito" . "monodie@gmail.com") (:keywords "matching" "tools") (:url . "https://github.com/saidie/helm-rdefs"))]) + (helm-recoll . [(20220920 1206) ((helm (3 3)) (emacs (24 4))) "helm interface for the recoll desktop search tool." tar ((:commit . "c054047ecca360c3e02281d8d0c021f654e63f37") (:authors ("Thierry Volpiatto ")) (:maintainers ("Thierry Volpiatto ")) (:maintainer "Thierry Volpiatto ") (:keywords "convenience") (:url . "https://github.com/emacs-helm/helm-recoll"))]) + (helm-rg . [(20200721 725) ((emacs (25)) (cl-lib (0 5)) (dash (2 13 0)) (helm (2 8 8))) "a helm interface to ripgrep" tar ((:commit . "ee0a3c09da0c843715344919400ab0a0190cc9dc") (:authors ("Danny McClanahan")) (:maintainers ("Danny McClanahan")) (:maintainer "Danny McClanahan") (:keywords "find" "file" "files" "helm" "fast" "rg" "ripgrep" "grep" "search" "match") (:url . "https://github.com/cosmicexplorer/helm-rg"))]) + (helm-rhythmbox . [(20160524 1158) ((helm (1 5 0)) (cl-lib (0 5))) "control Rhythmbox's play queue via Helm" tar ((:commit . "c92e1ded34ddd4e62e7e9a558259c232e05193fa") (:authors ("Thomas Winant" . "dewinant@gmail.com")) (:maintainers ("Thomas Winant" . "dewinant@gmail.com")) (:maintainer "Thomas Winant" . "dewinant@gmail.com") (:url . "https://github.com/mrBliss/helm-rhythmbox"))]) + (helm-robe . [(20151209 355) ((helm (1 7 7))) "completing read function for robe" tar ((:commit . "7348d0bc0251b51979554ea678b970fd01c0efe9") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-helm-robe"))]) + (helm-ros . [(20160812 1752) ((helm (1 9 9)) (xterm-color (1 0)) (cl-lib (0 5))) "Interfaces ROS with helm" tar ((:commit . "92b0b215f6a017f0f57f1af15466cc0b2a5a0135") (:authors ("David Landry" . "davidlandry93@gmail.com")) (:maintainers ("David Landry" . "davidlandry93@gmail.com")) (:maintainer "David Landry" . "davidlandry93@gmail.com") (:keywords "helm" "ros") (:url . "https://www.github.com/davidlandry93/helm-ros"))]) + (helm-rtags . [(20191222 920) ((helm (2 0)) (rtags (2 10))) "A front-end for rtags" tar ((:commit . "595055b5316a7c92ba1d638f324f98842a0f41a5") (:authors ("Jan Erik Hanssen" . "jhanssen@gmail.com") ("Anders Bakken" . "agbakken@gmail.com")) (:maintainers ("Jan Erik Hanssen" . "jhanssen@gmail.com")) (:maintainer "Jan Erik Hanssen" . "jhanssen@gmail.com") (:url . "https://github.com/Andersbakken/rtags"))]) + (helm-rubygems-local . [(20130712 111) ((helm (1 5 3))) "Installed local rubygems find-file for helm" tar ((:commit . "289cb33d41c703af9791d6da46b55f070013c2e3") (:authors ("hadashiA" . "dev@hadashikick.jp")) (:maintainers ("hadashiA" . "dev@hadashikick.jp")) (:maintainer "hadashiA" . "dev@hadashikick.jp") (:url . "https://github.com/f-kubotar/helm-rubygems-local"))]) + (helm-rubygems-org . [(20140826 1156) ((emacs (24)) (helm (1 6 3)) (cl-lib (0 5))) "Use helm to search rubygems.org" tar ((:commit . "6aaed984f698cbdf9f9aceb0221404563e28764d") (:authors ("Chad Albers" . "calbers@neomantic.com")) (:maintainers ("Chad Albers" . "calbers@neomantic.com")) (:maintainer "Chad Albers" . "calbers@neomantic.com") (:keywords "ruby" "rubygems" "gemfile" "helm") (:url . "https://github.com/neomantic/helm-rubygems-org"))]) + (helm-safari . [(20160404 324) ((helm (1 9 1)) (emacs (24))) "Browse your Safari bookmarks and history" tar ((:commit . "664c7f4488829228eed7e90cd53002e14bec555b") (:authors ("Chunyang Xu" . "xuchunyang56@gmail.com")) (:maintainers ("Chunyang Xu" . "xuchunyang56@gmail.com")) (:maintainer "Chunyang Xu" . "xuchunyang56@gmail.com") (:keywords "tools") (:url . "https://github.com/xuchunyang/helm-safari"))]) + (helm-sage . [(20160514 745) ((cl-lib (0 5)) (helm (1 5 6)) (sage-shell-mode (0 1 0))) "A helm extension for sage-shell-mode." tar ((:commit . "f14e9281d8f2162df7d8f9c2ad9ad1248a24803b") (:authors ("Sho Takemori" . "stakemorii@gmail.com")) (:maintainers ("Sho Takemori" . "stakemorii@gmail.com")) (:maintainer "Sho Takemori" . "stakemorii@gmail.com") (:keywords "sage" "math" "helm") (:url . "https://github.com/stakemori/helm-sage"))]) + (helm-searcher . [(20240101 827) ((emacs (25 1)) (helm (2 0)) (searcher (0 1 8)) (s (1 12 0)) (f (0 20 0))) "Helm interface to use searcher" tar ((:commit . "893ef3864596412093876657e590f61d4449b487") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainers ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:keywords "convenience" "replace" "grep" "ag" "rg") (:url . "https://github.com/emacs-helm/helm-searcher"))]) + (helm-selected . [(20171223 210) ((emacs (24 4)) (helm (2 8 6)) (selected (1 1))) "helm extension for selected.el" tar ((:commit . "d2609cdfce14052ab2d9c23761d4fe56966a8ed1") (:authors ("Takaaki ISHIKAWA ")) (:maintainers ("Takaaki ISHIKAWA ")) (:maintainer "Takaaki ISHIKAWA ") (:keywords "extensions" "convenience") (:url . "https://github.com/takaxp/helm-selected"))]) + (helm-selector . [(20210125 857) ((emacs (26 1)) (helm (3))) "Helm buffer selector" tar ((:commit . "4da4711c4cfd14527abe20d66787beeb49171b26") (:authors ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainers ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainer "Pierre Neidhardt" . "mail@ambrevar.xyz") (:url . "https://github.com/emacs-helm/helm-selector"))]) + (helm-sheet . [(20130630 1239) ((helm (1 0))) "helm sources for sheet" tar ((:commit . "d360b68d0ddb09aa1854e7b2f3cb39caeee26463") (:authors ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainers ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainer "Yasuyuki Oka" . "yasuyk@gmail.com") (:keywords "helm" "sheet") (:url . "https://github.com/yasuyk/helm-sheet"))]) + (helm-shell-history . [(20210214 948) ((helm (3 7)) (emacs (24 3))) "Find shell history from helm" tar ((:commit . "dfa657ae76ef1ba768e970a557739efdf0436cb0") (:authors ("Yuta Yamada ")) (:maintainers ("Yuta Yamada ")) (:maintainer "Yuta Yamada ") (:keywords "helm" "terminals" "shell") (:url . "https://github.com/yuutayamada/helm-shell-history"))]) + (helm-slime . [(20191016 1601) ((emacs (25)) (helm (3 2)) (slime (2 18)) (cl-lib (0 5))) "helm-sources and some utilities for SLIME." tar ((:commit . "7886cc49906a87ebd73be3b71f5dd6b1433a9b7b") (:authors ("Takeshi Banse" . "takebi@laafc.net")) (:maintainers ("Takeshi Banse" . "takebi@laafc.net")) (:maintainer "Takeshi Banse" . "takebi@laafc.net") (:keywords "convenience" "helm" "slime") (:url . "https://github.com/emacs-helm/helm-slime"))]) + (helm-sly . [(20210205 1424) ((emacs (25 1)) (helm (3 2)) (cl-lib (0 5)) (sly (0 0))) "Helm sources and some utilities for SLY." tar ((:commit . "3691626c80620e992a338c3222283d9149f1ecb5") (:authors ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainers ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainer "Pierre Neidhardt" . "mail@ambrevar.xyz") (:keywords "convenience" "helm" "sly" "lisp") (:url . "https://github.com/emacs-helm/helm-sly"))]) + (helm-smex . [(20171004 2008) ((emacs (24)) (smex (3 0)) (helm (1 7 7))) "Helm interface for smex" tar ((:commit . "2269375dfa452b88b5170d1a5d5849ebb2c1e413") (:authors ("Peter Vasil" . "mail@petervasil.net")) (:maintainers ("Peter Vasil" . "mail@petervasil.net")) (:maintainer "Peter Vasil" . "mail@petervasil.net") (:keywords "convenience"))]) + (helm-spaces . [(20161001 1409) ((helm-core (2 2)) (spaces (0 1 0))) "helm sources for spaces" tar ((:commit . "877e2b5178926308d6a7c2a37477bb12c33a96d4") (:authors ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainers ("Yasuyuki Oka" . "yasuyk@gmail.com")) (:maintainer "Yasuyuki Oka" . "yasuyk@gmail.com") (:keywords "helm" "frames" "convenience") (:url . "https://github.com/yasuyk/helm-spaces"))]) + (helm-spotify . [(20160905 2147) ((helm (0 0 0)) (multi (2 0 0))) "Control Spotify with Helm." tar ((:commit . "f7a62d1ff88e3127de9be7cd3e818b0a92268ab3") (:authors ("Kris Jenkins" . "krisajenkins@gmail.com")) (:maintainers ("Kris Jenkins" . "krisajenkins@gmail.com")) (:maintainer "Kris Jenkins" . "krisajenkins@gmail.com") (:keywords "helm" "spotify") (:url . "https://github.com/krisajenkins/helm-spotify"))]) + (helm-spotify-plus . [(20190913 2236) ((emacs (24 4)) (helm (2 0 0)) (multi (2 0 1))) "Control Spotify search and select music with Helm." tar ((:commit . "c3922ec368250965e483876cde5880d88a40a71b") (:authors ("Wanderson Ferreira and Luis Moneda ")) (:maintainers ("Wanderson Ferreira and Luis Moneda ")) (:maintainer "Wanderson Ferreira and Luis Moneda ") (:url . "https://github.com/wandersoncferreira/helm-spotify-plus"))]) + (helm-sql-connect . [(20170319 1251) ((helm (0 0 0))) "Choose a database to connect to via Helm." tar ((:commit . "5aead55b6f8636140945714d8c332b287ab9ef10") (:authors ("Eric Hansen" . "hansen.c.eric@gmail.com")) (:maintainers ("Eric Hansen" . "hansen.c.eric@gmail.com")) (:maintainer "Eric Hansen" . "hansen.c.eric@gmail.com") (:keywords "tools" "convenience" "comm") (:url . "https://github.com/eric-hansen/helm-sql-connect"))]) + (helm-switch-shell . [(20210713 1440) ((emacs (25 1)) (helm (2 8 8))) "A Helm source for switching between shell buffers" tar ((:commit . "8d7ba1d99ff12a8f1d6ce3b9684ae8aebf494cf3") (:authors ("James N. V. Cash" . "james.cash@occasionallycogent.com")) (:maintainers ("James N. V. Cash" . "james.cash@occasionallycogent.com")) (:maintainer "James N. V. Cash" . "james.cash@occasionallycogent.com") (:keywords "matching" "processes" "terminals" "tools") (:url . "https://github.com/jamesnvc/helm-switch-shell"))]) + (helm-switch-to-repl . [(20210206 844) ((emacs (26 1)) (helm (3))) "Helm action to switch directory in REPLs" tar ((:commit . "f0e732e7217fc0373b0805245fa15920cf676619") (:authors ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainers ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainer "Pierre Neidhardt" . "mail@ambrevar.xyz") (:url . "https://github.com/emacs-helm/helm-switch-to-repl"))]) + (helm-swoop . [(20240104 2356) ((emacs (25 1)) (helm (3 6))) "Efficiently hopping squeezed lines powered by helm interface" tar ((:commit . "df90efd4476dec61186d80cace69276a95b834d2") (:authors ("Shingo Fukuyama - http://fukuyama.co")) (:maintainers ("Shingo Fukuyama - http://fukuyama.co")) (:maintainer "Shingo Fukuyama - http://fukuyama.co") (:keywords "convenience" "helm" "swoop" "inner" "buffer" "search") (:url . "https://github.com/emacsorphanage/helm-swoop"))]) + (helm-system-packages . [(20220515 812) ((emacs (24 4)) (helm (2 8 7)) (seq (1 8))) "Helm UI wrapper for system package managers." tar ((:commit . "e93f4aeaa77b73c6e529141c3fa0ac49b40b6306") (:authors ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainers ("Pierre Neidhardt" . "mail@ambrevar.xyz")) (:maintainer "Pierre Neidhardt" . "mail@ambrevar.xyz") (:keywords "helm" "packages") (:url . "https://github.com/emacs-helm/helm-system-packages"))]) + (helm-systemd . [(20210105 542) ((emacs (24 4)) (helm (1 9 2)) (with-editor (2 5 0))) "helm's systemd interface" tar ((:commit . "8b26ab2d3a5b08c1e03c9312818512d7492bbc9a") (:authors (nil . "")) (:maintainers (nil . "")) (:maintainer nil . "") (:keywords "convenience"))]) + (helm-tail . [(20220726 947) ((emacs (25 1)) (helm (2 7 0))) "Read recent output from various sources" tar ((:commit . "8dc44a87fa1a52199e43b73b55c8ef8fe8069e79") (:authors ("Akira Komamura" . "akira.komamura@gmail.com")) (:maintainers ("Akira Komamura" . "akira.komamura@gmail.com")) (:maintainer "Akira Komamura" . "akira.komamura@gmail.com") (:keywords "maint" "tools") (:url . "https://github.com/akirak/helm-tail"))]) + (helm-taskswitch . [(20221019 1542) ((emacs (24)) (helm (3 0))) "Use helm to switch windows and buffers" tar ((:commit . "6e8b62702376c1d30ab52a419dd72cb2a40fd76e") (:authors ("Brian Caruso" . "briancaruso@gmail.com")) (:maintainers ("Brian Caruso" . "briancaruso@gmail.com")) (:maintainer "Brian Caruso" . "briancaruso@gmail.com") (:keywords "frames") (:url . "https://github.com/bdc34/helm-taskswitch"))]) + (helm-themes . [(20220721 330) ((helm-core (3 6 0)) (emacs (24 4))) "Color theme selection with helm interface" tar ((:commit . "12e856c0346fa69d13d941f27bd3cddb3a3deed2") (:authors ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainers ("Syohei YOSHIDA" . "syohex@gmail.com")) (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") (:url . "https://github.com/syohex/emacs-helm-themes"))]) + (helm-tramp . [(20230714 1053) ((emacs (24 3)) (helm (2 0))) "Tramp helm interface for ssh, docker, vagrant" tar ((:commit . "6683eae65a106d5afd5575b2b05cdb5529ddc926") (:authors ("Masashi Miyaura")) (:maintainers ("Masashi Miyaura")) (:maintainer "Masashi Miyaura") (:url . "https://github.com/masasam/emacs-helm-tramp"))]) + (helm-tree-sitter . [(20220328 1345) ((emacs (25 1)) (helm (3 6 2)) (tree-sitter (0 16 1))) "Helm interface for tree-sitter" tar ((:commit . "ef5209bd1deb56d6cab7a26e6d55615161f2115a") (:authors ("Giedrius Jonikas" . "giedriusj1@gmail.com")) (:maintainers ("Giedrius Jonikas" . "giedriusj1@gmail.com")) (:maintainer "Giedrius Jonikas" . "giedriusj1@gmail.com") (:url . "https://github.com/Giedriusj1/helm-tree-sitter"))]) + (helm-twitch . [(20220420 1625) ((dash (2 11 0)) (helm (1 5)) (emacs (24)) (twitch-api (20210809 1641)) (streamlink (20210811 1429))) "Navigate Twitch.tv via `helm'" tar ((:commit . "27fbec24cc250d508cd2f4286da16262752908eb") (:authors ("Aaron Jacobs" . "atheriel@gmail.com")) (:maintainers ("Aaron Jacobs" . "atheriel@gmail.com")) (:maintainer "Aaron Jacobs" . "atheriel@gmail.com") (:keywords "helm" "twitch" "games") (:url . "https://github.com/BenediktBroich/helm-twitch"))]) + (helm-unicode . [(20180608 1407) ((helm (1 9 8)) (emacs (24 4))) "Helm command for unicode characters." tar ((:commit . "b7092ed6a7191805651efae40947e4781c453211"))]) + (helm-w32-launcher . [(20141223 2014) ((emacs (24)) (helm (1 6 5)) (cl-lib (0 5))) "Start Menu entry launcher using Helm" tar ((:commit . "3e59ad62b89dd21d334af0203d445a83eb25dc5b") (:authors ("Fanael Linithien" . "fanael4@gmail.com")) (:maintainers ("Fanael Linithien" . "fanael4@gmail.com")) (:maintainer "Fanael Linithien" . "fanael4@gmail.com") (:url . "https://github.com/Fanael/helm-w32-launcher"))]) + (helm-w3m . [(20210315 723) ((helm (1 5)) (w3m (0 0)) (cl-lib (0 5)) (emacs (24 1))) "W3m bookmark - helm interface." tar ((:commit . "0a25a2b1df9bc660a90d633beb301b3815556e4e"))]) + (helm-wikipedia . [(20221113 824) ((helm (3 6)) (emacs (25 1))) "Wikipedia suggestions" tar ((:commit . "ab040154f2efab9b5eea36b3bd368a66f62efbfb") (:url . "https://github.com/emacs-helm/helm-wikipedia"))]) + (helm-wordnet . [(20160128 1507) ((emacs (24)) (helm (1 7 0)) (cl-lib (0 5))) "Helm interface to local wordnet dictionary" tar ((:commit . "a36dbc6fcb570b812870bc1e190f203e0a0042fc") (:authors ("Raghav Kumar Gautam" . "rgautam@apache.com")) (:maintainers ("Raghav Kumar Gautam" . "rgautam@apache.com")) (:maintainer "Raghav Kumar Gautam" . "rgautam@apache.com") (:keywords "dictionary" "wordnet" "emacs" "elisp" "helm") (:url . "https://github.com/raghavgautam/helm-wordnet"))]) + (helm-xcdoc . [(20160116 1018) ((helm (1 5)) (emacs (24 4))) "Search Xcode Document by docsetutil and eww with helm interface" tar ((:commit . "a85612149a6d8e18ab309b3db2d222ce39c42049") (:authors ("Ryo Fujimoto" . "fujimisakri@gmail.com")) (:maintainers ("Ryo Fujimoto" . "fujimisakri@gmail.com")) (:maintainer "Ryo Fujimoto" . "fujimisakri@gmail.com") (:url . "https://github.com/fujimisakari/emacs-helm-xcdoc"))]) + (helm-xref . [(20211017 1334) ((emacs (25 1)) (helm (1 9 4))) "Helm interface for xref results" tar ((:commit . "ea0e4ed8a9baf236e4085cbc7178241f109a53fa") (:authors ("Fritz Stelzer" . "brotzeitmacher@gmail.com")) (:maintainers ("Fritz Stelzer" . "brotzeitmacher@gmail.com")) (:maintainer "Fritz Stelzer" . "brotzeitmacher@gmail.com") (:url . "https://github.com/brotzeit/helm-xref"))]) + (helm-youtube . [(20190101 1733) ((request (0 2 0)) (helm (2 3 1)) (cl-lib (0 5))) "Query YouTube and play videos in your browser" tar ((:commit . "e7272f1648c7fa836ea5ac1a61770b4931ab4709") (:authors ("Maximilian Roquemore" . "maximus12793@gmail.com")) (:maintainers ("Maximilian Roquemore" . "maximus12793@gmail.com")) (:maintainer "Maximilian Roquemore" . "maximus12793@gmail.com") (:keywords "youtube" "multimedia") (:url . "https://github.com/maximus12793/helm-youtube"))]) + (helm-z . [(20171204 325) ((helm (1 0))) "Show z directory list with helm.el support." tar ((:commit . "37212220bebea8b9c238cb1bbacd8332b7f26c03") (:authors ("yynozk" . "yynozk@gmail.com")) (:maintainers ("yynozk" . "yynozk@gmail.com")) (:maintainer "yynozk" . "yynozk@gmail.com") (:url . "https://github.com/yynozk/helm-z"))]) + (helm-zhihu-daily . [(20160625 1145) ((helm (1 0)) (cl-lib (0 5)) (emacs (24 4))) "Helm interface for 知乎日报 (http://daily.zhihu.com)" tar ((:commit . "be27dcc6be1eb97663b65581a9a5c0fc81cfaba7") (:authors ("Chunyang Xu" . "xuchunyang56@gmail.com")) (:maintainers ("Chunyang Xu" . "xuchunyang56@gmail.com")) (:maintainer "Chunyang Xu" . "xuchunyang56@gmail.com") (:url . "https://github.com/xuchunyang/helm-zhihu-daily"))]) + (help-find . [(20220929 822) ((emacs (25 2)) (dash (2 12))) "Additional help functions for working with keymaps" tar ((:commit . "ef7266fc480367c12bff64817c875af940d0c9c0") (:authors ("Duncan Burke" . "duncankburke@gmail.com")) (:maintainers ("Duncan Burke" . "duncankburke@gmail.com")) (:maintainer "Duncan Burke" . "duncankburke@gmail.com") (:keywords "help") (:url . "https://github.com/duncanburke/help-find"))]) + (help-find-org-mode . [(20181204 234) ((emacs (24 4))) "Advise help to find org source over tangled code" tar ((:commit . "c6fa2c8a8e9381572190010a9fa01f2be78f2790") (:authors ("Eric Crosson" . "eric.s.crosson@utexas.com")) (:maintainers ("Eric Crosson" . "eric.s.crosson@utexas.com")) (:maintainer "Eric Crosson" . "eric.s.crosson@utexas.com") (:keywords "convenience") (:url . "https://github.com/EricCrosson/help-find-org-mode"))]) + (helpful . [(20240613 1523) ((emacs (25)) (dash (2 18 0)) (s (1 11 0)) (f (0 20 0)) (elisp-refs (1 2))) "A better *help* buffer" tar ((:commit . "4ba24cac9fb14d5fdc32582cd947572040e82b2c") (:authors ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainers ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainer "Wilfred Hughes" . "me@wilfred.me.uk") (:keywords "help" "lisp") (:url . "https://github.com/Wilfred/helpful"))]) + (hemera-theme . [(20180916 924) ((emacs (24))) "Light theme" tar ((:commit . "b67c902b210b37b00cac68726822404543147ba8") (:authors ("Guido Schmidt")) (:maintainers ("Guido Schmidt" . "guido.schmidt.2912@gmail.com")) (:maintainer "Guido Schmidt" . "guido.schmidt.2912@gmail.com") (:keywords "themes" "light-theme") (:url . "https://github.com/GuidoSchmidt/emacs-hemera-theme"))]) + (hemisu-theme . [(20130508 1844) nil "Hemisu for Emacs." tar ((:commit . "ae593ac58e6bffef97467259c1d1472840385e84") (:authors ("Andrzej Sliwa")) (:maintainers ("Andrzej Sliwa")) (:maintainer "Andrzej Sliwa") (:url . "http://github/anrzejsliwa/django-theme"))]) + (hercules . [(20200420 747) ((emacs (24 4)) (which-key (3 3 2))) "An auto-magical, which-key-based hydra banisher." tar ((:commit . "557da39878d0637395fdded91243b340c37eff7b") (:authors ("Uros Perisic")) (:maintainers ("Uros Perisic")) (:maintainer "Uros Perisic") (:keywords "convenience") (:url . "https://gitlab.com/jjzmajic/hercules"))]) + (heroku . [(20230811 1244) ((emacs (27 2)) (transient (0 3 7)) (dash (2 19 1)) (s (1 13 0)) (ts (0 2 2))) "Like Magit but for Heroku CLI" tar ((:commit . "b76db3801d759baece7865b238e99e494506dbeb") (:authors ("Mykhaylo Bilyanskyy")) (:maintainers ("Mykhaylo Bilyanskyy")) (:maintainer "Mykhaylo Bilyanskyy") (:keywords "heroku" "devops" "convenience") (:url . "https://github.com./licht1stein/heroku.el"))]) + (heroku-theme . [(20150523 219) nil "Heroku color theme" tar ((:commit . "7c1e80f8b5087c37008fec687070344638cd4752") (:authors ("Jonathan Chu" . "me@jonathanchu.is")) (:maintainers ("Jonathan Chu" . "me@jonathanchu.is")) (:maintainer "Jonathan Chu" . "me@jonathanchu.is") (:url . "https://github.com/jonathanchu/color-theme-heroku"))]) + (hexo . [(20221130 1642) ((emacs (24 3))) "Major mode & tools for Hexo" tar ((:commit . "709c069ec0f9ffd8bc2f8fff18a66d80bc205f6d") (:authors ("Ono Hiroko (kuanyui)" . "azazabc123@gmail.com")) (:maintainers ("Ono Hiroko (kuanyui)" . "azazabc123@gmail.com")) (:maintainer "Ono Hiroko (kuanyui)" . "azazabc123@gmail.com") (:keywords "tools" "hexo") (:url . "https://github.com/kuanyui/hexo.el"))]) + (hfst-mode . [(20160708 1202) nil "major mode for editing HFST files" tar ((:commit . "ac1bb9dd92545d3e7fdc05c83996c227cc15c6b8") (:authors ("Kevin Brubeck Unhammer" . "unhammer@fsfe.org")) (:maintainers ("Kevin Brubeck Unhammer" . "unhammer@fsfe.org")) (:maintainer "Kevin Brubeck Unhammer" . "unhammer@fsfe.org") (:keywords "languages") (:url . "http://wiki.apertium.org/wiki/Emacs"))]) + (hg-histedit . [(20210302 2334) ((emacs (25 1)) (with-editor (2 8 3))) "Edit HG histedit files" tar ((:commit . "a05149483b9c5f7848ece0ba6028c900595a6a25") (:authors ("James Nguyen" . "james@jojojames.com")) (:maintainers ("James Nguyen" . "james@jojojames.com")) (:maintainer "James Nguyen" . "james@jojojames.com") (:keywords "mercurial" "hg" "emacs" "tools") (:url . "https://github.com/jojojames/hg-histedit"))]) + (hgignore-mode . [(20220804 1326) nil "a major mode for editing hgignore files" tar ((:commit . "c65810347f39904b985187c5e2aaf27b184f3cae") (:authors ("Omair Majid" . "omair.majid@gmail.com")) (:maintainers ("Omair Majid" . "omair.majid@gmail.com")) (:maintainer "Omair Majid" . "omair.majid@gmail.com") (:keywords "convenience" "vc" "hg") (:url . "http://github.com/omajid/hgignore-mode"))]) + (hgrc-mode . [(20150409 2043) nil "major mode for editing hgrc files" tar ((:commit . "314e8320b82cc1ce74b1bd372f296252e7a23090") (:authors ("Omair Majid" . "omair.majid@gmail.com")) (:maintainers ("Omair Majid" . "omair.majid@gmail.com")) (:maintainer "Omair Majid" . "omair.majid@gmail.com") (:keywords "convenience" "vc" "hg") (:url . "http://github.com/omajid/hgrc-mode"))]) + (hi2 . [(20141005 1931) nil "indentation module for Haskell Mode" tar ((:commit . "c9d199727b5cdcb9e36a972b38131ce4611fd6c8") (:authors ("Gergely Risko" . "gergely@risko.hu")) (:maintainers ("Gergely Risko" . "gergely@risko.hu")) (:maintainer "Gergely Risko" . "gergely@risko.hu") (:keywords "indentation" "haskell") (:url . "https://github.com/errge/hi2"))]) + (hiccup-cli . [(20210211 2127) ((emacs (26 1))) "Convert HTML to Hiccup syntax" tar ((:commit . "cfbb957a1f86bc1d28e778bfdffdeaaa2ae79286") (:authors ("Kevin W. van Rooijen")) (:maintainers ("Kevin W. van Rooijen")) (:maintainer "Kevin W. van Rooijen") (:keywords "tools") (:url . "https://github.com/kwrooijen/hiccup-cli"))]) + (hide-lines . [(20210513 1636) nil "Commands for hiding lines based on a regexp" tar ((:commit . "f0828c15e50db5eddb905de783e7683b04d1eca3") (:authors ("Mark Hulme-Jones ")) (:maintainers ("Joe Bloggs" . "vapniks@yahoo.com")) (:maintainer "Joe Bloggs" . "vapniks@yahoo.com") (:keywords "convenience") (:url . "https://github.com/vapniks/hide-lines"))]) + (hide-mode-line . [(20211112 1400) ((emacs (24 4))) "minor mode that hides/masks your modeline" tar ((:commit . "bc5d293576c5e08c29e694078b96a5ed85631942") (:authors ("Henrik Lissner ")) (:maintainers ("Henrik Lissner" . "git@henrik.io")) (:maintainer "Henrik Lissner" . "git@henrik.io") (:keywords "frames" "mode-line") (:url . "https://github.com/hlissner/emacs-hide-mode-line"))]) + (hide-secrets . [(20240512 1933) ((emacs (29 1))) "A package for hiding secrets in buffers" tar ((:commit . "e774f3fdacd875707fde25e32f8760e54a440689") (:authors ("Sebastian Meisel" . "sebastian.meisel@gmail.com")) (:maintainers ("Sebastian Meisel" . "sebastian.meisel@gmail.com")) (:maintainer "Sebastian Meisel" . "sebastian.meisel@gmail.com") (:keywords "tools") (:url . "https://gitlab.com/ostseepinguin1/hide-secrets-el"))]) + (hidepw . [(20200326 112) nil "Minor mode to hide passwords" tar ((:commit . "73f099da79d73fe4087472df3469d8b9b20a59f2") (:authors ("Chris Forno" . "jekor@jekor.com")) (:maintainers ("Chris Forno" . "jekor@jekor.com")) (:maintainer "Chris Forno" . "jekor@jekor.com") (:keywords "hide" "hidden" "password" "faces") (:url . "https://github.com/jekor/hidepw"))]) + (hideshow-org . [(20120223 2250) nil "Provides org-mode like hide and show for hideshow.el" tar ((:commit . "16419e52e6cdd2f46f755144c0ab11ce00d1a626") (:authors ("Shane Celis ")) (:maintainers ("Shane Celis ")) (:maintainer "Shane Celis ") (:keywords "c" "c++" "java" "lisp" "tools" "editing" "comments" "blocks" "hiding" "outlines" "org-mode"))]) + (hierarchy . [(20190425 842) ((emacs (25 1))) "Library to create and display hierarchy structures" tar ((:commit . "a5bc6bf2e1bbd48cc17c508043134f24abb41944") (:authors ("Damien Cassou" . "damien@cassou.me")) (:maintainers ("Damien Cassou" . "damien@cassou.me")) (:maintainer "Damien Cassou" . "damien@cassou.me") (:url . "https://github.com/DamienCassou/hierarchy"))]) + (highlight . [(20210318 2248) nil "Highlighting commands." tar ((:commit . "28557cb8d99b96eb509aaec1334c7cdda162517f") (:authors ("Drew Adams")) (:maintainers (nil . "Drew Adams (concat \"drew.adams\" \"@\" \"oracle\" \".com\")")) (:maintainer nil . "Drew Adams (concat \"drew.adams\" \"@\" \"oracle\" \".com\")") (:keywords "faces" "help" "local") (:url . "https://www.emacswiki.org/emacs/download/highlight.el"))]) + (highlight-blocks . [(20190318 1557) ((emacs (24))) "Highlight the blocks point is in" tar ((:commit . "33cf3d36662faa36c86c8d53e4d5a3922efa3eb8") (:authors ("Fanael Linithien" . "fanael4@gmail.com")) (:maintainers ("Fanael Linithien" . "fanael4@gmail.com")) (:maintainer "Fanael Linithien" . "fanael4@gmail.com") (:url . "https://github.com/Fanael/highlight-blocks"))]) + (highlight-context-line . [(20181122 2203) nil "Improve orientation when scrolling" tar ((:commit . "c3257c0ca9dba76167bbd7e0718a65ecd26ef26f") (:authors ("Stefan Kamphausen ")) (:maintainers ("Stefan Kamphausen ")) (:maintainer "Stefan Kamphausen ") (:keywords "faces" "services" "user") (:url . "https://github.com/ska2342/highlight-context-line/"))]) + (highlight-defined . [(20210411 222) ((emacs (24))) "Syntax highlighting of known Elisp symbols" tar ((:commit . "4420bdda419875dacb065468aafe273b2022580e") (:authors ("Fanael Linithien" . "fanael4@gmail.com")) (:maintainers ("Fanael Linithien" . "fanael4@gmail.com")) (:maintainer "Fanael Linithien" . "fanael4@gmail.com") (:url . "https://github.com/Fanael/highlight-defined"))]) + (highlight-doxygen . [(20200520 1713) nil "Highlight Doxygen comments" tar ((:commit . "eec4874e2e89d4eb39091aad89a67dff8f8ec84c") (:authors ("Anders Lindgren")) (:maintainers ("Anders Lindgren")) (:maintainer "Anders Lindgren") (:keywords "faces") (:url . "https://github.com/Lindydancer/highlight-doxygen"))]) + (highlight-escape-sequences . [(20201214 1730) nil "Highlight escape sequences" tar ((:commit . "fae976568c04b6fe8a9f2d854c8fe23b357a6878") (:authors ("Dmitry Gutov" . "dgutov@yandex.ru") ("Pavel Matcula" . "dev.plvlml@gmail.com")) (:maintainers ("Dmitry Gutov" . "dgutov@yandex.ru")) (:maintainer "Dmitry Gutov" . "dgutov@yandex.ru") (:keywords "convenience") (:url . "https://github.com/dgutov/highlight-escape-sequences"))]) + (highlight-function-calls . [(20240112 731) ((emacs (24 4))) "Highlight function/macro calls" tar ((:commit . "dd9d78bff973bbf2dbc6bdbc3a18d5d6ebcee737") (:authors ("Adam Porter" . "adam@alphapapa.net")) (:maintainers ("Adam Porter" . "adam@alphapapa.net")) (:maintainer "Adam Porter" . "adam@alphapapa.net") (:keywords "faces" "highlighting") (:url . "http://github.com/alphapapa/highlight-function-calls"))]) + (highlight-indent-guides . [(20200820 2328) ((emacs (24 1))) "Minor mode to highlight indentation" tar ((:commit . "cf352c85cd15dd18aa096ba9d9ab9b7ab493e8f6") (:authors ("DarthFennec" . "darthfennec@derpymail.org")) (:maintainers ("DarthFennec" . "darthfennec@derpymail.org")) (:maintainer "DarthFennec" . "darthfennec@derpymail.org") (:url . "https://github.com/DarthFennec/highlight-indent-guides"))]) + (highlight-indentation . [(20210221 1418) nil "Minor modes for highlighting indentation" tar ((:commit . "d88db4248882da2d4316e76ed673b4ac1fa99ce3") (:authors ("Anton Johansson" . "anton.johansson@gmail.com")) (:maintainers ("Anton Johansson" . "anton.johansson@gmail.com")) (:maintainer "Anton Johansson" . "anton.johansson@gmail.com") (:url . "https://github.com/antonj/Highlight-Indentation-for-Emacs"))]) + (highlight-leading-spaces . [(20151216 1222) ((emacs (24 4))) "Highlight leading spaces" tar ((:commit . "840db19d863dd97993fd9f893f5be501627b6354") (:authors ("Thomas Winant" . "dewinant@gmail.com")) (:maintainers ("Thomas Winant" . "dewinant@gmail.com")) (:maintainer "Thomas Winant" . "dewinant@gmail.com") (:url . "https://github.com/mrBliss/highlight-leading-spaces"))]) + (highlight-numbers . [(20181013 1744) ((emacs (24)) (parent-mode (2 0))) "Highlight numbers in source code" tar ((:commit . "8b4744c7f46c72b1d3d599d4fb75ef8183dee307") (:authors ("Fanael Linithien" . "fanael4@gmail.com")) (:maintainers ("Fanael Linithien" . "fanael4@gmail.com")) (:maintainer "Fanael Linithien" . "fanael4@gmail.com") (:url . "https://github.com/Fanael/highlight-numbers"))]) + (highlight-operators . [(20170213 2220) nil "a face for operators in programming modes" tar ((:commit . "7696b43419505d6e3511ad2781f9f1dd3c55ef8c") (:authors ("Jonathan Kotta" . "jpkotta@gmail.com")) (:maintainers ("Jonathan Kotta" . "jpkotta@gmail.com")) (:maintainer "Jonathan Kotta" . "jpkotta@gmail.com"))]) + (highlight-parentheses . [(20240408 1126) ((emacs (24 3))) "Highlight surrounding parentheses" tar ((:commit . "965b18dd69eff4457e17c9e84b3cbfdbfca2ddfb") (:authors ("Nikolaj Schumacher ")) (:maintainers ("Tassilo Horn" . "tsdh@gnu.org")) (:maintainer "Tassilo Horn" . "tsdh@gnu.org") (:keywords "faces" "matching") (:url . "https://sr.ht/~tsdh/highlight-parentheses.el/"))]) + (highlight-quoted . [(20140916 1822) ((emacs (24))) "Highlight Lisp quotes and quoted symbols" tar ((:commit . "ec9108486cf7f21f9a0b13f81369849b3b525f1f") (:authors ("Fanael Linithien" . "fanael4@gmail.com")) (:maintainers ("Fanael Linithien" . "fanael4@gmail.com")) (:maintainer "Fanael Linithien" . "fanael4@gmail.com") (:url . "https://github.com/Fanael/highlight-quoted"))]) + (highlight-refontification . [(20170211 2024) nil "Visualize font-lock refontification." tar ((:commit . "32632897d88c4611fadb08517ca00ef5cbc989b6") (:authors ("Anders Lindgren")) (:maintainers ("Anders Lindgren")) (:maintainer "Anders Lindgren") (:keywords "faces" "tools") (:url . "https://github.com/Lindydancer/highlight-refontification"))]) + (highlight-stages . [(20210306 418) nil "highlight staged (quasi-quoted) expressions" tar ((:commit . "95daa710f3d8fc83f42c5da38003fc71ae0da1fc") (:authors ("zk_phi")) (:maintainers ("zk_phi")) (:maintainer "zk_phi") (:url . "http://hins11.yu-yake.com/"))]) + (highlight-symbol . [(20160102 2009) nil "automatic and manual symbol highlighting" tar ((:commit . "7a789c779648c55b16e43278e51be5898c121b3a") (:authors ("Nikolaj Schumacher ")) (:maintainers ("Nikolaj Schumacher ")) (:maintainer "Nikolaj Schumacher ") (:keywords "faces" "matching") (:url . "http://nschum.de/src/emacs/highlight-symbol/"))]) + (highlight-thing . [(20230217 728) nil "Minimalistic minor mode to highlight current thing under point." tar ((:commit . "ad788d7a7ee9eb287a8cca3adb21510b89270dca") (:authors ("Felix Geller" . "fgeller@gmail.com")) (:maintainers ("Felix Geller" . "fgeller@gmail.com")) (:maintainer "Felix Geller" . "fgeller@gmail.com") (:keywords "highlight" "thing" "symbol") (:url . "https://github.com/fgeller/highlight-thing.el"))]) + (highlight-unique-symbol . [(20130612 542) ((deferred (0 3 2))) "highlight symbols which not appear in the repository" tar ((:commit . "d760015b4a5ce31d6da5a30890b599a8e1312be5") (:authors ("hitode909" . "hitode909@gmail.com")) (:maintainers ("hitode909" . "hitode909@gmail.com")) (:maintainer "hitode909" . "hitode909@gmail.com") (:url . "https://github.com/hitode909/emacs-highlight-unique-symbol"))]) + (highlight2clipboard . [(20240516 1942) ((htmlize (1 47))) "Copy text to clipboard with highlighting." tar ((:commit . "6564fafd09a9c676b4d393f2260a0c73daac7257") (:authors ("Anders Lindgren")) (:maintainers ("Anders Lindgren")) (:maintainer "Anders Lindgren") (:keywords "tools"))]) + (hima-theme . [(20240116 404) ((emacs (25 1))) "A minimal theme with pretty colors" tar ((:commit . "e928d62558ffaa9b2cca6d891069858d33535d59") (:keywords "faces") (:url . "https://github.com/meain/hima-theme"))]) + (himalaya . [(20240101 2203) ((emacs (27 1))) "Interface for the email client Himalaya CLI" tar ((:commit . "108e275f25ea35f2adeedbeb4af28c4a99c07fa7") (:authors ("Dante Catalfamo") ("soywod" . "clement.douin@posteo.net")) (:maintainers ("soywod" . "clement.douin@posteo.net")) (:maintainer "soywod" . "clement.douin@posteo.net") (:keywords "mail" "comm") (:url . "https://github.com/dantecatalfamo/himalaya-emacs"))]) + (hindent . [(20231112 1536) ((cl-lib (0 5))) "Indent haskell code using the \"hindent\" program" tar ((:commit . "a83adf2edc9503c0ee836beb7745bdfd4ba1ea50") (:authors ("Chris Done" . "chrisdone@gmail.com")) (:maintainers ("Chris Done" . "chrisdone@gmail.com")) (:maintainer "Chris Done" . "chrisdone@gmail.com") (:url . "https://github.com/chrisdone/hindent"))]) + (hippie-exp-ext . [(20160502 2326) nil "Extension of hippie-expand" tar ((:commit . "4eda13f90da51ab217d024701f4c30f91ffcb90e") (:authors ("rubikitch" . "rubikitch@ruby-lang.org")) (:maintainers ("rubikitch" . "rubikitch@ruby-lang.org")) (:maintainer "rubikitch" . "rubikitch@ruby-lang.org") (:keywords "abbrev" "convenience" "completions" "hippie-expand") (:url . "http://www.emacswiki.org/emacs/download/hippie-exp-ext.el"))]) + (hippie-expand-slime . [(20170723 146) nil "Hook slime's completion into hippie-expand" tar ((:commit . "39bbae94896a62854d31754debdfae71d35fec62") (:authors ("Steve Purcell" . "steve@sanityinc.com")) (:maintainers ("Steve Purcell" . "steve@sanityinc.com")) (:maintainer "Steve Purcell" . "steve@sanityinc.com") (:url . "https://github.com/purcell/hippie-expand-slime"))]) + (hippie-namespace . [(20140508 2041) nil "Special treatment for namespace prefixes in hippie-expand" tar ((:commit . "107d927634032062483e83c6de9b7698b64809d1") (:authors ("Roland Walker" . "walker@pobox.com")) (:maintainers ("Roland Walker" . "walker@pobox.com")) (:maintainer "Roland Walker" . "walker@pobox.com") (:keywords "convenience" "lisp" "tools" "completion") (:url . "http://github.com/rolandwalker/hippie-namespace"))]) + (hippo-themes . [(20230626 1439) ((emacs (24 1))) "Hippo color theme" tar ((:commit . "ab04264f651807fd41617bca0216c2b2e6cdb79f") (:authors ("Kimi MA")) (:maintainers ("Kimi MA")) (:maintainer "Kimi MA") (:keywords "faces" "local" "color" "theme") (:url . "http://github.com/kimim/emacs-hippo-theme"))]) + (historian . [(20200203 1927) ((emacs (24 4))) "Persistently store selected minibuffer candidates" tar ((:commit . "ac1bea7d99dd6965c72fabeb72d5fdc38c5380a4") (:authors ("PythonNut" . "pythonnut@pythonnut.com")) (:maintainers ("PythonNut" . "pythonnut@pythonnut.com")) (:maintainer "PythonNut" . "pythonnut@pythonnut.com") (:keywords "convenience") (:url . "https://github.com/PythonNut/historian.el"))]) + (history . [(20160821 1602) ((emacs (24 3))) "History utility for source code navigation" tar ((:commit . "5317663fb45bbd5e96d258cb0807dcc266ce67ff") (:authors ("boyw165")) (:maintainers ("boyw165")) (:maintainer "boyw165") (:url . "https://github.com/boyw165/history"))]) + (historyf . [(20151124 159) nil "file history library like browser" tar ((:commit . "64ab6c9d2cd6dec6982622bf675326e011373cd2") (:authors ("k1LoW (Kenichirou Oyama), ")) (:maintainers ("k1LoW (Kenichirou Oyama), ")) (:maintainer "k1LoW (Kenichirou Oyama), ") (:url . "https://github.com/k1LoW/emacs-historyf"))]) + (hive . [(20131217 1512) ((sql (3 0))) "Hive SQL mode extension" tar ((:commit . "131f2816a0cf4d1fee44198ca305e6e2d1cab750") (:authors ("Roman Scherer" . "roman@burningswell.com")) (:maintainers ("Roman Scherer" . "roman@burningswell.com")) (:maintainer "Roman Scherer" . "roman@burningswell.com") (:keywords "sql" "hive"))]) + (hiwin . [(20150825 827) nil "Visible active window mode." tar ((:commit . "6ee8ed051405653bd9b7332d7e9fbb591d954051") (:authors ("k.sugita")) (:maintainers ("k.sugita")) (:maintainer "k.sugita") (:keywords "faces" "editing" "emulating"))]) + (hl-anything . [(20160422 1708) ((emacs (24 3))) "Highlight symbols, selections, enclosing parens and more." tar ((:commit . "c2e50f91a05d6c43e8a1c169f709cd1f23e47b0a") (:authors ("boyw165")) (:maintainers ("boyw165")) (:maintainer "boyw165"))]) + (hl-block-mode . [(20240422 126) ((emacs (29 1))) "Highlighting nested blocks" tar ((:commit . "c182a54a5ad0c7757be7fd5f18223528614a119d") (:authors ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainers ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainer "Campbell Barton" . "ideasman42@gmail.com") (:url . "https://codeberg.org/ideasman42/emacs-hl-block-mode"))]) + (hl-indent . [(20170429 2104) ((emacs (24)) (cl-lib (0 5))) "Highlight irregular indentation." tar ((:commit . "bdb2e0177a7c8b29af26998e688b856adc6ded93") (:authors ("Kirill Ignatiev ")) (:maintainers ("Kirill Ignatiev ")) (:maintainer "Kirill Ignatiev ") (:keywords "convenience" "faces") (:url . "https://github.com/ikirill/hl-indent"))]) + (hl-indent-scope . [(20240422 204) ((emacs (29 1))) "Highlight indentation by scope" tar ((:commit . "b7816f73c1000975835ac28f54f8ecfc6648c0dc") (:authors ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainers ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainer "Campbell Barton" . "ideasman42@gmail.com") (:url . "https://codeberg.org/ideasman42/emacs-hl-indent-scope"))]) + (hl-prog-extra . [(20240422 211) ((emacs (26 2))) "Customizable highlighting for source-code" tar ((:commit . "f32c04519f544634bd8dedf55d8bc458d9f64766") (:authors ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainers ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainer "Campbell Barton" . "ideasman42@gmail.com") (:keywords "convenience") (:url . "https://codeberg.org/ideasman42/emacs-hl-prog-extra"))]) + (hl-sentence . [(20171018 1519) nil "highlight a sentence based on customizable face" tar ((:commit . "86ae38d3103bd20da5485cbdd59dfbd396c45ee4") (:authors ("Donald Ephraim Curtis" . "dcurtis@milkbox.net")) (:maintainers ("Donald Ephraim Curtis" . "dcurtis@milkbox.net")) (:maintainer "Donald Ephraim Curtis" . "dcurtis@milkbox.net") (:keywords "highlighting") (:url . "http://github.com/milkypostman/hl-sentence"))]) + (hl-todo . [(20240625 1705) ((emacs (26 1)) (compat (29 1 4 5))) "Highlight TODO and similar keywords" tar ((:commit . "3a595b7eb9970105be6ce091ac187bbcdb0ad5e8") (:authors ("Jonas Bernoulli" . "emacs.hl-todo@jonas.bernoulli.dev")) (:maintainers ("Jonas Bernoulli" . "emacs.hl-todo@jonas.bernoulli.dev")) (:maintainer "Jonas Bernoulli" . "emacs.hl-todo@jonas.bernoulli.dev") (:keywords "convenience") (:url . "https://github.com/tarsius/hl-todo"))]) + (hledger-mode . [(20240415 1812) ((emacs (24 4)) (popup (0 5 3)) (async (1 9)) (htmlize (1 47))) "A mode for writing journal entries for hledger." tar ((:commit . "5492509a23047f0a1f05a112b47fa34eba7c5e1d") (:authors ("Narendra Joshi" . "narendraj9@gmail.com")) (:maintainers ("Narendra Joshi" . "narendraj9@gmail.com")) (:maintainer "Narendra Joshi" . "narendraj9@gmail.com") (:keywords "data") (:url . "https://github.com/narendraj9/hledger-mode.git"))]) + (hlint-refactor . [(20190115 900) nil "Apply HLint suggestions" tar ((:commit . "c4307f86aad6d02e32e9b30cb6edc115584c791c") (:keywords "haskell" "refactor") (:url . "https://github.com/mpickering/hlint-refactor-mode"))]) + (hlinum . [(20180422 412) ((cl-lib (0 2))) "Extension for linum.el to highlight current line number" tar ((:commit . "f17360fe93de6df99a05b4b64b0a1ca4ee45abb6") (:authors ("Tomoya Tanjo" . "ttanjo@gmail.com")) (:maintainers ("Tomoya Tanjo" . "ttanjo@gmail.com")) (:maintainer "Tomoya Tanjo" . "ttanjo@gmail.com") (:keywords "convenience" "extensions") (:url . "https://github.com/tom-tan/hlinum-mode/"))]) + (hmac . [(20201004 1819) ((emacs (25 1))) "Hash-based message authentication code" tar ((:commit . "f2b99a9a10becfff207cf9418c6dce78364b1a4b") (:authors ("Sean McAfee")) (:maintainers ("Sean McAfee")) (:maintainer "Sean McAfee") (:url . "https://github.com/grimnebulin/emacs-hmac"))]) + (hnreader . [(20221117 650) ((emacs (25 1)) (promise (1 1)) (request (0 3 0)) (org (9 2))) "A hackernews reader" tar ((:commit . "8444e177035e236e991f9ea73074c053a45426ad") (:authors ("Thanh Vuong" . "thanhvg@gmail.com")) (:maintainers ("Thanh Vuong" . "thanhvg@gmail.com")) (:maintainer "Thanh Vuong" . "thanhvg@gmail.com") (:url . "https://github.com/thanhvg/emacs-hnreader/"))]) + (hoa-mode . [(20200610 1339) nil "Major mode for the HOA format" tar ((:commit . "18f5c981e256f867f29a93376ccdc04717b159cd") (:authors ("Alexandre Duret-Lutz" . "adl@lrde.epita.fr")) (:maintainers ("Alexandre Duret-Lutz" . "adl@lrde.epita.fr")) (:maintainer "Alexandre Duret-Lutz" . "adl@lrde.epita.fr") (:keywords "major-mode" "automata" "convenience") (:url . "https://gitlab.lrde.epita.fr/spot/emacs-modes"))]) + (holiday-pascha-etc . [(20160822 58) nil "Eastern Christian analog to holiday-easter-etc" tar ((:commit . "eb198656f63cb8679fb0e3a8248782df071a0f3c") (:authors ("Mark A. Hershberger" . "mah@everybody.org")) (:maintainers ("Mark A. Hershberger" . "mah@everybody.org")) (:maintainer "Mark A. Hershberger" . "mah@everybody.org") (:url . "http://github.com/hexmode/holiday-pascha-etc"))]) + (holy-books . [(20211025 127) ((s (1 12 0)) (dash (2 16 0)) (emacs (27 1)) (org (9 1))) "Org-mode links/tooltips/lookups for Quran & Bible" tar ((:commit . "02c2956d36631d3d8c8b4bacdcf0a5cdd1f3136d") (:authors ("Musa Al-hassy" . "alhassy@gmail.com")) (:maintainers ("Musa Al-hassy" . "alhassy@gmail.com")) (:maintainer "Musa Al-hassy" . "alhassy@gmail.com") (:keywords "quran" "bible" "links" "tooltips" "convenience" "comm" "hypermedia") (:url . "https://alhassy.github.io/holy-books/"))]) + (home-end . [(20190109 541) ((emacs (24 3)) (keypress-multi-event (1 0))) "Smart multi-purpose home / end keys" tar ((:commit . "30676ceec0d4ad84038cd0d65ee45ae810ab185c") (:authors ("Boruch Baum" . "boruch_baum@gmx.com")) (:maintainers ("Boruch Baum" . "boruch_baum@gmx.com")) (:maintainer "Boruch Baum" . "boruch_baum@gmx.com") (:keywords "abbrev" "convenience" "wp" "keyboard") (:url . "https://www.github.com/Boruch_Baum/emacs-home-end"))]) + (honcho . [(20230224 420) ((emacs (26 1))) "Run and manage long-running services" tar ((:commit . "95846309c6a4ce45f29f215d43847beb510b6aca") (:authors ("Mario Rodas" . "marsam@users.noreply.github.com")) (:maintainers ("Mario Rodas" . "marsam@users.noreply.github.com")) (:maintainer "Mario Rodas" . "marsam@users.noreply.github.com") (:keywords "convenience") (:url . "https://github.com/emacs-pe/honcho.el"))]) + (hookify . [(20141216 2209) ((s (1 9 0)) (dash (1 5 0))) "Interactive commands to create temporary hooks" tar ((:commit . "e76127230716f7fab6662410c03c3872d17a172b") (:authors ("Philippe Vaucher" . "philippe.vaucher@gmail.com")) (:maintainers ("Philippe Vaucher" . "philippe.vaucher@gmail.com")) (:maintainer "Philippe Vaucher" . "philippe.vaucher@gmail.com") (:keywords "hook" "convenience") (:url . "https://github.com/Silex/hookify"))]) + (horizon-theme . [(20200720 1832) ((emacs (24 3))) "A beautifully warm dual theme" tar ((:commit . "9595549c514a9376c61d5d303405f6a6982e9e46") (:url . "https://github.com/aodhneine/horizon-theme.el"))]) + (horoscope . [(20180409 641) ((emacs (24))) "generate horoscopes." tar ((:commit . "f4c683e991adce0a8f9023f15050f306f9b9a9ed") (:authors ("Bob Manson" . "manson@cygnus.com")) (:maintainers ("Noah Friedman" . "friedman@prep.ai.mit.edu")) (:maintainer "Noah Friedman" . "friedman@prep.ai.mit.edu") (:keywords "extensions" "games") (:url . "https://github.com/mschuldt/horoscope.el"))]) + (hotfuzz . [(20240414 842) ((emacs (27 1))) "Fuzzy completion style" tar ((:commit . "864d07cadb0ecbbf6c296db6ecfbb38358436e21") (:authors ("Axel Forsman" . "axel@axelf.se")) (:maintainers ("Axel Forsman" . "axel@axelf.se")) (:maintainer "Axel Forsman" . "axel@axelf.se") (:keywords "matching") (:url . "https://github.com/axelf4/hotfuzz"))]) + (hound . [(20200122 1700) ((request (0 2 0)) (cl-lib (0 5))) "Display hound search results in a compilation window" tar ((:commit . "35e2cdc81fcc904b450a7ef3ec00fd25df6a4431") (:authors ("Ryan Young")) (:maintainers ("Ryan Young")) (:maintainer "Ryan Young"))]) + (hover . [(20220129 1935) ((emacs (25 2)) (dash (2 14 1))) "Package to use hover with flutter" tar ((:commit . "2b826735bb8d3bcfced489a1e0fa21b10fbc967e") (:authors ("Eric Dallo")) (:maintainers ("Eric Dallo")) (:maintainer "Eric Dallo") (:keywords "hover" "flutter" "mobile" "tools") (:url . "https://github.com/ericdallo/hover.el"))]) + (howdoi . [(20150204 43) nil "Instant coding answers via Emacs." tar ((:commit . "5fbf7069ee160c597a328e5ce5fb32920e1ca88f") (:authors ("Andrey Tykhonov ")) (:maintainer "Andrey Tykhonov" . "atykhonov@gmail.com") (:keywords "howdoi" "convenience") (:url . "https://github.com/atykhonov/emacs-howdoi/"))]) + (howdoyou . [(20230928 549) ((emacs (25 1)) (promise (1 1)) (request (0 3 3)) (org (9 2))) "A stackoverflow and its sisters' sites reader" tar ((:commit . "10f31a10803c3fd4c304f3a4495d57a0b9cf9ab5") (:authors ("Thanh Vuong" . "thanhvg@gmail.com")) (:maintainers ("Thanh Vuong" . "thanhvg@gmail.com")) (:maintainer "Thanh Vuong" . "thanhvg@gmail.com") (:url . "https://github.com/thanhvg/howdoyou/"))]) + (howm . [(20240229 1231) ((cl-lib (0 5))) "Wiki-like note-taking tool" tar ((:commit . "11d05032af3ffb895c7b1a1845fea7ffe3be4fbf") (:authors ("HIRAOKA Kazuyuki" . "kakkokakko@gmail.com")) (:maintainers ("HIRAOKA Kazuyuki" . "kakkokakko@gmail.com")) (:maintainer "HIRAOKA Kazuyuki" . "kakkokakko@gmail.com") (:url . "https://kaorahi.github.io/howm/"))]) + (hsluv . [(20181127 1206) ((seq (2 20))) "hsluv color space conversions" tar ((:commit . "bc6e27d25b62f5a2f79836a32e8de6125f4d1564") (:authors ("Geert Vermeiren")) (:maintainers ("Geert Vermeiren")) (:maintainer "Geert Vermeiren") (:keywords "color" "hsluv") (:url . "https://github.com/hsluv/hsluv-emacs"))]) + (ht . [(20230703 558) ((dash (2 12 0))) "The missing hash table library for Emacs" tar ((:commit . "1c49aad1c820c86f7ee35bf9fff8429502f60fef") (:authors ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainers ("Wilfred Hughes" . "me@wilfred.me.uk")) (:maintainer "Wilfred Hughes" . "me@wilfred.me.uk") (:keywords "hash table" "hash map" "hash"))]) + (html-check-frag . [(20201106 1748) ((emacs (24 3))) "Check html-fragments" tar ((:commit . "b9d1f2003a126c2e8b6d469964ec2278ad55c9df") (:authors ("Tobias.Zawada" . "i@tn-home.de")) (:maintainers ("Tobias.Zawada" . "i@tn-home.de")) (:maintainer "Tobias.Zawada" . "i@tn-home.de") (:keywords "html"))]) + (html-script-src . [(20130807 918) nil "Insert \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/html-mode/script.javascript-src b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/html-mode/script.javascript-src new file mode 100644 index 0000000..a70de72 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/html-mode/script.javascript-src @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# key: script +# name: script src +# -- + \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/html-mode/textarea b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/html-mode/textarea new file mode 100644 index 0000000..58cf9ef --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/html-mode/textarea @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# contributor : Jimmy Wu +# name: +# -- + \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/html-mode/th b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/html-mode/th new file mode 100644 index 0000000..a16f1d3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/html-mode/th @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# contributor : Jimmy Wu +# name: ... +# group : table +# -- +$2 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/html-ts-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/html-ts-mode/.yas-parents new file mode 100644 index 0000000..8a11383 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/html-ts-mode/.yas-parents @@ -0,0 +1 @@ +html-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/class b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/class new file mode 100644 index 0000000..c0db446 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/class @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: class +# key: class +# binding: direct-keybinding +# -- +(defclass ${1:ClassName} [${2:BaseClass}] +${3: (defn --init-- [${4:arg}] + (setv $0))}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/cond b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/cond new file mode 100644 index 0000000..53b9997 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/cond @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: cond +# key: cond +# binding: direct-keybinding +# -- +(cond + [${1:condition} ${result:2}] + [${3:condition} ${result:4}] + ${5:[True $6]}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/def b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/def new file mode 100644 index 0000000..46904ec --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/def @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: def +# key: def +# binding: direct-keybinding +# -- +(defn ${1:function-name} [${2:arg}] + $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/defm b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/defm new file mode 100644 index 0000000..0f43a0d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/defm @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: defm +# key: defm +# binding: direct-keybinding +# -- +(defmacro ${1:macro-name} [${2:arg}] + ${3:`($0)}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/do b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/do new file mode 100644 index 0000000..c5e362b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/do @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: do +# key: do +# binding: direct-keybinding +# -- +(do $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/for b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/for new file mode 100644 index 0000000..fb84cde --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/for @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: for +# key: for +# binding: direct-keybinding +# -- +(for [${1:item items}] $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/if new file mode 100644 index 0000000..0de314e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/if @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: if +# key: if +# binding: direct-keybinding +# -- +(if ${1:condition} + ${2:result-true} + ${3:result-false}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/ifn b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/ifn new file mode 100644 index 0000000..2be3269 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/ifn @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: ifn +# key: ifn +# binding: direct-keybinding +# -- +(if-not ${1:condition} + ${2:result-false} + ${3:result-true}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/imp b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/imp new file mode 100644 index 0000000..b19271b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/imp @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: import +# key: import +# binding: direct-keybinding +# -- +(import [${1:module-name} [${2:exposing}]]) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/let b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/let new file mode 100644 index 0000000..7fe9275 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/let @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: let +# key: let +# binding: direct-keybinding +# -- +(let [${1:arg}] + $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/main b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/main new file mode 100644 index 0000000..1a52f17 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/main @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: main +# key: main +# binding: direct-keybinding +# -- +(defmain [&rest ${1:args}] + $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/req b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/req new file mode 100644 index 0000000..ee29316 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/req @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: req +# key: req +# binding: direct-keybinding +# -- +(req [${1:module-name} [${2:exposing}]]) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/s b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/s new file mode 100644 index 0000000..5716e4d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/s @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: s +# key: s +# binding: direct-keybinding +# -- +(setv $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/unless b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/unless new file mode 100644 index 0000000..ba0e8a3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/unless @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: unless +# key: unless +# binding: direct-keybinding +# -- +(unless ${1:condition} + $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/when b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/when new file mode 100644 index 0000000..b4f0853 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/hy-mode/when @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: when +# key: when +# binding: direct-keybinding +# -- +(when ${1:condition} + $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/apr_assert b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/apr_assert new file mode 100644 index 0000000..a3942be --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/apr_assert @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: apr_assert +# key: apr_assert +# -- +if (Globals.useAssertions) { + ${1:assert ..}; +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/assert b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/assert new file mode 100644 index 0000000..686ffea --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/assert @@ -0,0 +1,5 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: assert +# key: as +# -- +assert ${1:expression}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/assertEquals b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/assertEquals new file mode 100644 index 0000000..ce23dae --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/assertEquals @@ -0,0 +1,7 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: assertEquals +# key: ae +# group: test +# -- +Assert.assertEquals($1, $2); +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/cls b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/cls new file mode 100644 index 0000000..88f534f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/cls @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: cls +# key: cls +# -- +class ${1:Class} { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/constructor b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/constructor new file mode 100644 index 0000000..c8c705f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/constructor @@ -0,0 +1,9 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: constructor +# key: c +# -- +public ${1:`(file-name-base + (or (buffer-file-name) + (buffer-name)))`}($2) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/define test method b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/define test method new file mode 100644 index 0000000..fd9daf6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/define test method @@ -0,0 +1,8 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: define test method +# key: dt +# -- +@Test +public void test${1:Name}() throws Exception { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/doc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/doc new file mode 100644 index 0000000..88f556e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/doc @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: doc +# key: /* +# -- +/** + * ${1:documentation} + */ \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/equals b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/equals new file mode 100644 index 0000000..e990966 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/equals @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: equals +# key: eq +# -- +public boolean equals(${1:Class} other) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/file_class b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/file_class new file mode 100644 index 0000000..e0a46f6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/file_class @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: file_class +# key: file +# -- +public class ${1:`(file-name-base + (or (buffer-file-name) + (buffer-name)))`} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/for b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/for new file mode 100644 index 0000000..833827b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/for @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for +# key: for +# -- +for (${1:int i = 0}; ${2:i < N}; ${3:i++}) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/fori b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/fori new file mode 100644 index 0000000..a417f2c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/fori @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: fori +# key: fori +# -- +for (${1:Object el} : ${2:iterator}) { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/getter b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/getter new file mode 100644 index 0000000..747f9f4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/getter @@ -0,0 +1,7 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: getter +# key: g +# -- +public ${1:int} get${2:Field}() { + return ${3:field}; +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/if new file mode 100644 index 0000000..cae545f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/if @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: if +# key: if +# -- +if (${1:condition}) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/ife b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/ife new file mode 100644 index 0000000..975643f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/ife @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: ife +# key: ife +# -- +if (${1:cond}) { + $2 +} +else { + $3 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/import b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/import new file mode 100644 index 0000000..56235a2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/import @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: import +# key: imp +# -- +import ${1:System.}; +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/iterator b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/iterator new file mode 100644 index 0000000..69fb2ac --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/iterator @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: iterator +# key: iterator +# -- +public Iterator<${1:type}> iterator() { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/javadoc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/javadoc new file mode 100644 index 0000000..5bc9051 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/javadoc @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: javadoc +# key: doc +# -- +/** + * $0 + * + */ \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/lambda b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/lambda new file mode 100644 index 0000000..a73a7a5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/lambda @@ -0,0 +1,5 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: lambda +# key: \ +# -- +(${1:args}) -> ${2:expression}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/main b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/main new file mode 100644 index 0000000..b24e49d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/main @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: main +# key: main +# -- +public static void main(String[] args) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/main_class b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/main_class new file mode 100644 index 0000000..f94469a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/main_class @@ -0,0 +1,12 @@ +# -*- mode: snippet -*- +# contributor: L. Guruprasad +# name: main_class +# key: main_class +# -- +class `(file-name-nondirectory (file-name-sans-extension (buffer-file-name)))` +{ +public static void main(String[] args) +{ +$> $0 +} +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/method b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/method new file mode 100644 index 0000000..0b93013 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/method @@ -0,0 +1,7 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: method +# key: m +# -- +${1:$$(yas-choose-value '("public" "private" "protected" ""))} ${2:void} ${3:name}(${4:args}) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/new b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/new new file mode 100644 index 0000000..f06091d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/new @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: new +# key: new +# -- +${1:Type} ${2:obj} = new ${3:Constr}(${4:args}); +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/override b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/override new file mode 100644 index 0000000..9878c85 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/override @@ -0,0 +1,6 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: override +# key: o +# -- +@Override +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/param b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/param new file mode 100644 index 0000000..81ef560 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/param @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: param +# key: param +# -- +@param ${1:parameter} $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/printf b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/printf new file mode 100644 index 0000000..f93c965 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/printf @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: printf +# key: printf +# -- +System.out.printf("$0%n"); \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/println b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/println new file mode 100644 index 0000000..7dd8f0d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/println @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: println +# key: pr +# -- +System.out.println("${1:text}"); +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/return b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/return new file mode 100644 index 0000000..5712e0c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/return @@ -0,0 +1,5 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: return +# key: r +# -- +return $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/test b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/test new file mode 100644 index 0000000..a37d115 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/test @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: test +# key: test +# -- +@Test +public void test_${1:Case}() { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/testClass b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/testClass new file mode 100644 index 0000000..b01a68f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/testClass @@ -0,0 +1,12 @@ +# -*- mode: snippet -*- +# name: testClass +# key: tc +# -- +import junit.framework.*; +import junit.textui.*; + +public class Test${1:Class} extends TestCase { + protected void setUp() { + $0 + } +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/this b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/this new file mode 100644 index 0000000..45201b4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/this @@ -0,0 +1,6 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: this +# key: . +# -- +this.$1 = $1; +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/toString b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/toString new file mode 100644 index 0000000..0382a9e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/toString @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: toString +# key: toStr +# -- +public String toString() { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/try b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/try new file mode 100644 index 0000000..1a17ba3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/try @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: try +# key: try +# -- +try { + $0 +} +catch (${1:Throwable e}) { + ${2:System.out.println("Error " + e.getMessage()); + e.printStackTrace();} +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/value b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/value new file mode 100644 index 0000000..7ec38ef --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-mode/value @@ -0,0 +1,5 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: value +# key: val +# -- +final ${1:int} ${2:n} = $0; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-ts-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-ts-mode/.yas-parents new file mode 100644 index 0000000..f524c91 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/java-ts-mode/.yas-parents @@ -0,0 +1 @@ +java-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/al b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/al new file mode 100644 index 0000000..c95e0df --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/al @@ -0,0 +1,4 @@ +# -*- mode: snippet -*- +# name: alert +# -- +alert($0); \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/anfn b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/anfn new file mode 100644 index 0000000..2ccd533 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/anfn @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 289f0557-4e11-47c5-bcbf-1105bbec41ce +# contributor: Jimmy Yuen Ho Wong +# name: anonymousFunction +# key: anfn +# -- + +(${1:params}) => { + ${2} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/bnd b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/bnd new file mode 100644 index 0000000..4567072 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/bnd @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 6788dcb5-8d8e-4e30-a97b-83029ecaf89b +# contributor: Jimmy Yuen Ho Wong +# name: bindThis +# key: bnd +# -- + +this.${1:methodName} = this.${1:methodName}.bind(this)$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/class b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/class new file mode 100644 index 0000000..276be8b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/class @@ -0,0 +1,12 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: class +# key: class +# -- +class ${1:Class}${2: extends ${3:ParentClass}} { + ${4:constructor(${5:arg}) { + ${6:super(arg);} + $7 + \}} + + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/cmmb b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/cmmb new file mode 100644 index 0000000..fd8a68b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/cmmb @@ -0,0 +1,12 @@ +# -*- mode: snippet -*- +# uuid: 983d648f-a7de-4e22-bab9-bca5cd6188a6 +# contributor: Jimmy Yuen Ho Wong +# name: Comment Big Block +# key: cmmb +# -- + +/** +|-------------------------------------------------- +| $1 +|-------------------------------------------------- +*/ \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/com b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/com new file mode 100644 index 0000000..cb87c71 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/com @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: comment (/* ... */) +# -- +/* + * $0 + */ \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/.yas-make-groups b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/.yas-make-groups new file mode 100644 index 0000000..e69de29 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cas b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cas new file mode 100644 index 0000000..cc8a471 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cas @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# uuid: b845ab40-1e04-4d11-bb0c-14266e733945 +# contributor: Jimmy Yuen Ho Wong +# name: console.assert +# key: cas +# group: console +# -- + +console.assert(${1:expression}, ${2:object}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/ccl b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/ccl new file mode 100644 index 0000000..694d15b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/ccl @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# uuid: 9619a671-e44a-4b59-b343-b55b3b1dbbcc +# contributor: Jimmy Yuen Ho Wong +# name: console.clear +# key: ccl +# group: console +# -- + +console.clear() \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cco b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cco new file mode 100644 index 0000000..9162503 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cco @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# uuid: dcbcd0f7-7827-4f81-9777-809540ef5c10 +# contributor: Jimmy Yuen Ho Wong +# name: console.count +# key: cco +# group: console +# -- + +console.count(${1:label}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cdi b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cdi new file mode 100644 index 0000000..d0e2135 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cdi @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# uuid: d2272fe8-85d4-44f5-b74c-39a88bb50487 +# contributor: Jimmy Yuen Ho Wong +# name: console.dir +# key: cdi +# group: console +# -- + +console.dir(${1:object}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cer b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cer new file mode 100644 index 0000000..b6fa5ce --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cer @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# uuid: 54ad9659-8b18-40a0-9096-48131f9577da +# contributor: Jimmy Yuen Ho Wong +# name: console.error +# key: cer +# group: console +# -- + +console.error(${1:object}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cge b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cge new file mode 100644 index 0000000..bf724df --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cge @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# uuid: b3954656-b9c0-4061-b436-e7412ce008ad +# contributor: Jimmy Yuen Ho Wong +# name: console.groupEnd +# key: cge +# group: console +# -- + +console.groupEnd() \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cgr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cgr new file mode 100644 index 0000000..ffc2a10 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cgr @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# uuid: afebe290-f0e6-403a-9c4f-da33451115cb +# contributor: Jimmy Yuen Ho Wong +# name: console.group +# key: cgr +# group: console +# -- + +console.group("${1:label}") \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cin b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cin new file mode 100644 index 0000000..fe0fe3b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cin @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# uuid: 006ec5e1-f229-4989-b8b2-fe1da1aab907 +# contributor: Jimmy Yuen Ho Wong +# name: console.info +# key: cin +# group: console +# -- + +console.info(${1:object}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/clg b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/clg new file mode 100644 index 0000000..a71af0c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/clg @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# uuid: 0a1a6d75-a8e0-43fe-b049-1e96c2e04b51 +# contributor: Jimmy Yuen Ho Wong +# name: console.log +# key: clg +# group: console +# -- + +console.log(${1:object}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/clo b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/clo new file mode 100644 index 0000000..42d0aaa --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/clo @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: console.log (formatted) +# key: clo +# group: console +# -- + +console.log('$1: ', ${1:object}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cta b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cta new file mode 100644 index 0000000..ab6b88e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cta @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# uuid: 9c2aa6ee-9729-46d9-afdb-b6dc21f9f2e7 +# contributor: Laam Pui +# name: console.table +# key: cta +# group: console +# -- + +console.table(${1:object}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cte b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cte new file mode 100644 index 0000000..818c722 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cte @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# uuid: 9dd0d1c8-f4e8-4d16-8ca1-4ce72e7936cb +# contributor: Jimmy Yuen Ho Wong +# name: console.timeEnd +# key: cte +# group: console +# -- + +console.timeEnd('${1:object}') \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cwa b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cwa new file mode 100644 index 0000000..9d96bc3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/console/cwa @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# uuid: 3d8fde97-df25-4515-a8e9-5096db21cfb7 +# contributor: Jimmy Yuen Ho Wong +# name: console.warn +# key: cwa +# group: console +# -- + +console.warn(${1:object}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/const b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/const new file mode 100644 index 0000000..21026a1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/const @@ -0,0 +1,5 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: const declaration +# key: const +# -- +const ${1:name} = ${2:initial}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/dar b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/dar new file mode 100644 index 0000000..a4690f6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/dar @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 1867e4d6-1042-422e-b114-174969b9325e +# contributor: Jimmy Yuen Ho Wong +# name: destructingArray +# key: dar +# -- + +const [${1:propertyName}] = ${2:arrayToDestruct} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/debugger b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/debugger new file mode 100644 index 0000000..09af6eb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/debugger @@ -0,0 +1,5 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: debugger +# key: dbg +# -- +debugger; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/dob b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/dob new file mode 100644 index 0000000..eda17a3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/dob @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 0a552742-2fa3-4d23-8fe6-fe7f211b642a +# contributor: Jimmy Yuen Ho Wong +# name: destructingObject +# key: dob +# -- + +const {${1:propertyName}} = ${2:objectToDestruct} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/each b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/each new file mode 100644 index 0000000..d24d4d6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/each @@ -0,0 +1,6 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: each +# -- +${1:collection}.forEach(function (${2:elem}) { + $0 +}); \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/edf b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/edf new file mode 100644 index 0000000..ad8c028 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/edf @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 45f3a8b4-7ed0-4d80-aa77-1cf79339b6b6 +# contributor: Jimmy Yuen Ho Wong +# name: exportDefaultFunction +# key: edf +# -- + +export default (${1:params}) => { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/el b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/el new file mode 100644 index 0000000..e59b474 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/el @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: else +# -- +else { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/enf b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/enf new file mode 100644 index 0000000..5299a74 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/enf @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 095f24bf-5c76-4d0b-862e-a1f0ab1e1b95 +# contributor: Jimmy Yuen Ho Wong +# name: exportNamedFunction +# key: enf +# -- + +export const ${1:functionName} = (${2:params}) => { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/error b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/error new file mode 100644 index 0000000..558a237 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/error @@ -0,0 +1,5 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: new error +# key: err +# -- +new Error(${1:message}); \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/exa b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/exa new file mode 100644 index 0000000..8ccdb83 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/exa @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 1391f808-8044-4878-b551-9f129330507c +# contributor: Jimmy Yuen Ho Wong +# name: exportAs +# key: exa +# -- + +export { ${2:originalName} as ${3:alias} } from '${1:module}'$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/exd b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/exd new file mode 100644 index 0000000..a092d2e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/exd @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: b9a77d53-af00-4acc-90e5-0259edef0326 +# contributor: Jimmy Yuen Ho Wong +# name: exportDestructing +# key: exd +# -- + +export { $2 } from '${1:module}'$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/exp b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/exp new file mode 100644 index 0000000..eb89eda --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/exp @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 19643fe0-3063-41cd-b384-9f0a51b2f809 +# contributor: Jimmy Yuen Ho Wong +# name: exportDefault +# key: exp +# -- + +export default $1$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/fin b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/fin new file mode 100644 index 0000000..c977bcf --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/fin @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 8d343f0b-28ae-4e2c-84a4-2e557603f28b +# contributor: Jimmy Yuen Ho Wong +# name: forIn +# key: fin +# -- + +for(let ${1:item} in ${2:object}) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/flow b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/flow new file mode 100644 index 0000000..6f1a38c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/flow @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: /* @flow */ +# key: flow +# -- +/* @flow */ \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/fof b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/fof new file mode 100644 index 0000000..a0b2765 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/fof @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: eec73b34-fb19-4d4c-b4fd-853b2eca6f19 +# contributor: Jimmy Yuen Ho Wong +# name: forOf +# key: fof +# -- + +for(let ${1:item} of ${2:object}) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/for b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/for new file mode 100644 index 0000000..1455afe --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/for @@ -0,0 +1,6 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: for +# -- +for (var ${1:i} = ${2:0}; $1 < ${3:collection}.length; $1++) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/fre b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/fre new file mode 100644 index 0000000..7840a43 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/fre @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: a59f3383-a176-4f60-a992-0d2b983eaa5c +# contributor: Jimmy Yuen Ho Wong +# name: forEach +# key: fre +# -- + +${1:array}.forEach(${2:currentItem} => { + $0 +}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/function b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/function new file mode 100644 index 0000000..96621b6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/function @@ -0,0 +1,7 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: function +# key: f +# -- +function ${1:name}(${2:arg}) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/if new file mode 100644 index 0000000..12ebb74 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/if @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: if +# -- +if (${1:condition}) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/ima b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/ima new file mode 100644 index 0000000..397065c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/ima @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 7c3ddd59-68e7-456c-a906-4241cdaeaf9e +# contributor: Jimmy Yuen Ho Wong +# name: importAs +# key: ima +# -- + +import { ${2:originalName} as ${3:alias} } from '${1:module}'$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/imd b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/imd new file mode 100644 index 0000000..8a573b4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/imd @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 851254b3-d70e-4024-a557-2629d3d73507 +# contributor: Jimmy Yuen Ho Wong +# name: importDestructing +# key: imd +# -- + +import { $2 } from '${1:module}'$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/ime b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/ime new file mode 100644 index 0000000..8c08ea5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/ime @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 13efbfa8-12d3-4570-9602-6d64717d75e3 +# contributor: Jimmy Yuen Ho Wong +# name: importEverything +# key: ime +# -- + +import * as ${2:alias} from '${1:module}'$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/imn b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/imn new file mode 100644 index 0000000..aee3221 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/imn @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 39b0065c-1dd5-4214-a612-1fead18dd677 +# contributor: Jimmy Yuen Ho Wong +# name: importNoModuleName +# key: imn +# -- + +import '${1:module}'$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/imp b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/imp new file mode 100644 index 0000000..b3cb007 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/imp @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: fb07fe1d-4cf7-47e9-bca8-51a6438c5d6f +# contributor: Jimmy Yuen Ho Wong +# name: import +# key: imp +# -- + +import ${2:moduleName} from '${1:module}'$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/init b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/init new file mode 100644 index 0000000..23cccb4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/init @@ -0,0 +1,8 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: constructor +# key: init +# -- +constructor(${1:arg}) { + ${2:super(${3:arg});} + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/let b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/let new file mode 100644 index 0000000..04238bf --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/let @@ -0,0 +1,5 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: let declaration +# key: let +# -- +let ${1:name} = ${2:initial}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/met b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/met new file mode 100644 index 0000000..3a5c249 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/met @@ -0,0 +1,7 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: method +# key: met +# -- +${1:name}(${2:arg}) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/metb b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/metb new file mode 100644 index 0000000..19b3830 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/metb @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: b8f2656b-94d0-40fc-baf2-d335073ecd54 +# contributor: Jimmy Yuen Ho Wong +# name: bound method +# key: metb +# -- + +${1:methodName} = (${2:params}) => { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/multiline-comment b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/multiline-comment new file mode 100644 index 0000000..e86ef90 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/multiline-comment @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: multiline-comment +# key: /** +# -- +/** + * $0 + */ \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/nfn b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/nfn new file mode 100644 index 0000000..c0bc987 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/nfn @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 4650c619-bbd9-4496-955a-1d626fdf8bcb +# contributor: Jimmy Yuen Ho Wong +# name: namedFunction +# key: nfn +# -- + +const ${1:name} = (${2:params}) => { + ${3} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/param-comment b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/param-comment new file mode 100644 index 0000000..7097419 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/param-comment @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: param-comment +# key: *@p +#condition: (= (js2-node-type (js2-node-at-point)) js2-COMMENT) +# -- +* @param {${type}} ${comment}. \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/pge b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/pge new file mode 100644 index 0000000..e663daf --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/pge @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 4d26710e-cad0-4584-8099-87403d4c43cb +# contributor: Jimmy Yuen Ho Wong +# name: propertyGet +# key: pge +# -- + +get ${1:propertyName}() { + return this.${2:propertyName} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/prom b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/prom new file mode 100644 index 0000000..6d2ca4f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/prom @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 1f2ca8a4-dda2-4b88-9377-23ec10760aec +# contributor: Jimmy Yuen Ho Wong +# name: promise +# key: prom +# -- + +return new Promise((resolve, reject) => { + ${1} +}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/pse b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/pse new file mode 100644 index 0000000..0ab567b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/pse @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: b33dbf56-f2ad-489e-bc7b-1b4c2d1657ea +# contributor: Jimmy Yuen Ho Wong +# name: propertyset +# key: pse +# -- + +set ${1:propertyName}(${2:value}) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/return-comment b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/return-comment new file mode 100644 index 0000000..9528031 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/return-comment @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: return-comment +# key: *@r +#condition: (= (js2-node-type (js2-node-at-point)) js2-COMMENT) +# -- +* @return {${type}} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/sti b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/sti new file mode 100644 index 0000000..afa8f05 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/sti @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 596c0e05-ee02-4d02-85e0-64252296629d +# contributor: Jimmy Yuen Ho Wong +# name: setInterval +# key: sti +# -- + +setInterval(() => { + ${2} +}, ${0:intervalInms}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/sto b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/sto new file mode 100644 index 0000000..492cb69 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/sto @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 6ead1d1a-bf84-4a3d-94fb-59ad97d55414 +# contributor: Jimmy Yuen Ho Wong +# name: setTimeOut +# key: sto +# -- + +setTimeout(() => { + ${2} +}, ${1:delayInms}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/switch b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/switch new file mode 100644 index 0000000..646d672 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/switch @@ -0,0 +1,10 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: switch +# key: sw +# -- +switch (${1:condition}) { + case ${2:expression}: + $0 + break; + default: +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/try-catch b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/try-catch new file mode 100644 index 0000000..30f26d0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/try-catch @@ -0,0 +1,11 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: try...catch statement +# key: try +# -- +try { + $1 +} catch (err) { + $2 +}${3: finally { + $4 +}} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/type-inline-comment b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/type-inline-comment new file mode 100644 index 0000000..9b148f2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/type-inline-comment @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: type-inline-comment +# key: @ty +#condition: (not (= (js2-node-type (js2-node-at-point)) js2-COMMENT)) +# -- +/** @type {${type}} */ \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/type-multiline-comment b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/type-multiline-comment new file mode 100644 index 0000000..09cbea9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-mode/type-multiline-comment @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: type-multiline-comment +# key: *ty +#condition: (= (js2-node-type (js2-node-at-point)) js2-COMMENT) +# -- +* @type {${type}} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-ts-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-ts-mode/.yas-parents new file mode 100644 index 0000000..27dab30 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js-ts-mode/.yas-parents @@ -0,0 +1 @@ +js-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js2-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js2-mode/.yas-parents new file mode 100644 index 0000000..27dab30 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js2-mode/.yas-parents @@ -0,0 +1 @@ +js-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js3-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js3-mode/.yas-parents new file mode 100644 index 0000000..27dab30 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/js3-mode/.yas-parents @@ -0,0 +1 @@ +js-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/.yas-setup.el b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/.yas-setup.el new file mode 100644 index 0000000..cfa57a3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/.yas-setup.el @@ -0,0 +1,6 @@ +;;; -*- lexical-binding: t -*- +(require 'yasnippet) + +(defun yas-julia-iteration-keyword-choice () + "Choose the iteration keyword for for-loop" + (yas-choose-value '("=" "in" "∈"))) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/.yas-setup.elc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/.yas-setup.elc new file mode 100644 index 0000000..3ee58b8 Binary files /dev/null and b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/.yas-setup.elc differ diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/atype b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/atype new file mode 100644 index 0000000..9721a04 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/atype @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: abstract type ... end +# key: atype +# contributor: hankail05 +# -- +abstract type ${1:${2:type} <: ${3:supertype}} end$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/begin b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/begin new file mode 100644 index 0000000..78f851e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/begin @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: begin ... end +# key: begin +# contributor: hankail05 +# -- +begin + ${1:body} +end +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/do b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/do new file mode 100644 index 0000000..7630ffc --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/do @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: do ... ... end +# key: do +# contributor: hankail05 +# -- +do ${1:x} + ${2:body} +end +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/for b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/for new file mode 100644 index 0000000..8f9619f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/for @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: for ... ... end +# key: for +# contributor: hankail05 +# -- +for ${1:i} ${2:$$(yas-julia-iteration-keyword-choice)} ${3:1:n} + ${4:body} +end +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/fun b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/fun new file mode 100644 index 0000000..2abeccf --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/fun @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: function(...) ... end +# key: fun +# contributor: hankail05 +# -- +function ${1:fun}(${2:args}) + ${3:body} +end +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/if new file mode 100644 index 0000000..adc4ad0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/if @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: if ... ... end +# key: if +# contributor: hankail05 +# -- +if ${1:cond} + ${2:body} +end +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/ife b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/ife new file mode 100644 index 0000000..f2578d4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/ife @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: if ... ... else ... end +# key: ife +# contributor: hankail05 +# -- +if ${1:cond} + ${2:true} +else + ${3:false} +end +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/let b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/let new file mode 100644 index 0000000..e53385c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/let @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: let ... ... end +# key: let +# contributor: hankail05 +# -- +let ${1:x = 0} + ${2:body} +end +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/macro b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/macro new file mode 100644 index 0000000..56b2976 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/macro @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: macro(...) ... end +# key: macro +# contributor: hankail05 +# -- +macro ${1:macro}(${2:args}) + ${3:body} +end +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/module b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/module new file mode 100644 index 0000000..4ff4538 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/module @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: module ... ... end +# key: module +# contributor: hankail05 +# -- +module ${1:name} +${2:body} +end +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/mutstr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/mutstr new file mode 100644 index 0000000..feeb3c7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/mutstr @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: mutable struct ... end +# key: mutstr +# contributor: hankail05 +# -- +mutable struct ${1:name} + ${2:body} +end +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/ptype b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/ptype new file mode 100644 index 0000000..d40dd09 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/ptype @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: primitive type ... end +# key: ptype +# contributor: hankail05 +# -- +primitive type ${1:${2:type} <: ${3:supertype}} ${4:bits} end$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/quote b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/quote new file mode 100644 index 0000000..cc3a2e0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/quote @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: quote ... end +# key: quote +# contributor: hankail05 +# -- +quote + ${1:expr} +end +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/struct b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/struct new file mode 100644 index 0000000..b0d31e0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/struct @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: struct ... end +# key: struct +# contributor: hankail05 +# -- +struct ${1:name} + ${2:body} +end +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/try b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/try new file mode 100644 index 0000000..932c86c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/try @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: try ... catch ... end +# key: try +# contributor: hankail05 +# -- +try + ${1:expr} +catch ${2:error} + ${3:e_expr} +end +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/tryf b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/tryf new file mode 100644 index 0000000..0ebb5e1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/tryf @@ -0,0 +1,13 @@ +# -*- mode: snippet -*- +# name: try ... catch ... finally ... end +# key: try +# contributor: hankail05 +# -- +try + ${1:expr} +catch ${2:error} + ${3:e_expr} +finally + ${4:f_expr} +end +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/using b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/using new file mode 100644 index 0000000..cdc8ad4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/using @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: using ... +# key: using +# contributor: hankail05 +# -- +using ${1:${2:package}:}$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/while b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/while new file mode 100644 index 0000000..7a13bca --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-mode/while @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: while ... ... end +# key: while +# contributor: hankail05 +# -- +while ${1:cond} + ${2:body} +end +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-ts-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-ts-mode/.yas-parents new file mode 100644 index 0000000..579faf9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/julia-ts-mode/.yas-parents @@ -0,0 +1 @@ +julia-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/anonymous b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/anonymous new file mode 100644 index 0000000..cb5c1f1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/anonymous @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Anonymous class +# key: object +# -- +object: $1 { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/closure b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/closure new file mode 100644 index 0000000..e852372 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/closure @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: Closure (function without name) +# key: closure +# -- +{ $1 -> $0 } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/exfun b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/exfun new file mode 100644 index 0000000..80a59c6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/exfun @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Extension function +# key: exfun +# -- +fun $1.$2($3): $4 { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/exval b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/exval new file mode 100644 index 0000000..1048e12 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/exval @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: Extension read-only property +# key: exval +# -- +val $1.$2: $3 + get() { + $0 + } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/exvar b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/exvar new file mode 100644 index 0000000..11734e2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/exvar @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: Extension read-write property +# key: exvar +# -- +var $1.$2: $3 + get() { + $0 + } + set(value) { + + } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/fun b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/fun new file mode 100644 index 0000000..36d8c25 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/fun @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Function with no parameters +# key: fun0 +# -- +fun $1($2): $3 { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/ifn b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/ifn new file mode 100644 index 0000000..a34ab27 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/ifn @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Inserts 'if null' expression +# key: ifn +# -- +if ($1 == null) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/inn b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/inn new file mode 100644 index 0000000..33a3677 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/inn @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Inserts 'if not null' expression +# key: inn +# -- +if ($1 != null) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/interface b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/interface new file mode 100644 index 0000000..f6e7446 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/interface @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Interface +# key: interface +# -- +interface $1 { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/iter b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/iter new file mode 100644 index 0000000..e1922d2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/iter @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Iterate over elements of iterable (for-in) loop +# key: iter +# -- +for ($1 in $2) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/main b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/main new file mode 100644 index 0000000..5378a3a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/main @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: main() function +# key: main +# -- +fun main(args: Array) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/psvm b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/psvm new file mode 100644 index 0000000..dfc9d5a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/psvm @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: psvm +# key: psvm +# -- +fun main(args: Array) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/serr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/serr new file mode 100644 index 0000000..43bdad0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/serr @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: Prints a string to System.err +# key: serr +# -- +System.err.println($0) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/singleton b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/singleton new file mode 100644 index 0000000..cb73dec --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/singleton @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Singleton +# key: singleton +# -- +object $1 { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/sout b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/sout new file mode 100644 index 0000000..2e140ca --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/sout @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: Prints a string to System.out +# key: sout +# -- +println($0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/soutv b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/soutv new file mode 100644 index 0000000..d455eed --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/soutv @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: Prints a value to System.out +# key: soutv +# -- +println("$0 = ${$0}") \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/void b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/void new file mode 100644 index 0000000..257bb59 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/kotlin-mode/void @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Function returning nothing +# key: void +# -- +fun $1($2) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/acronym b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/acronym new file mode 100644 index 0000000..ea2314c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/acronym @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: acronym +# key: ac +# -- +\newacronym{${1:label}}{${1:$(upcase yas-text)}}{${2:Name}} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/alertblock b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/alertblock new file mode 100644 index 0000000..d259d2b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/alertblock @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: alertblock +# key: al +# -- +\begin{alertblock}{$2} + $0 +\end{alertblock} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/alg b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/alg new file mode 100644 index 0000000..24a9c94 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/alg @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: alg +# key: alg +# -- +\begin{algorithmic} +$0 +\end{algorithmic} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/align b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/align new file mode 100644 index 0000000..3a8a36f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/align @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: align +# key: ali +# -- +\begin{align} +\label{$0} +$1 +\end{align} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/article b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/article new file mode 100644 index 0000000..ec46c9a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/article @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: full template of article class +# key: article +# -- +\documentclass[${1:options}]{article} + +\author{$3} + +\begin{document} +$0 +\end{document} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/begin b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/begin new file mode 100644 index 0000000..dabcbe8 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/begin @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: begin +# key: begin +# -- +\begin{${1:environment}} +$0 +\end{$1} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/bigcap b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/bigcap new file mode 100644 index 0000000..b08887d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/bigcap @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: bigcap +# key: bigcap +# -- +\bigcap${1:\limits}_{$2}^{$3}$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/bigcup b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/bigcup new file mode 100644 index 0000000..3f34714 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/bigcup @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: bigcup +# key: bigcup +# -- +\bigcup${1:\limits}_{$2}^{$3}$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/binom b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/binom new file mode 100644 index 0000000..ad3dfce --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/binom @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: binom +# key: binom +# -- +\binom{${1:n}}{${2:k}}$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/block b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/block new file mode 100644 index 0000000..6b16f4b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/block @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: block +# key: bl +# -- +\begin{block}{$1} + $0 +\end{block} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/capgls b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/capgls new file mode 100644 index 0000000..d469185 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/capgls @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: Gls +# key: G +# -- +\Gls{${1:label}} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/caption b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/caption new file mode 100644 index 0000000..98e25fb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/caption @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: caption +# key: ca +# -- +\caption{$0} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/cite b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/cite new file mode 100644 index 0000000..2e24838 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/cite @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: cite +# key: c +# -- +\cite{$1} $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/code b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/code new file mode 100644 index 0000000..cef9570 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/code @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: code +# key: code +# -- +\begin{lstlisting} +$0 +\end{lstlisting} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/columns b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/columns new file mode 100644 index 0000000..80388f1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/columns @@ -0,0 +1,13 @@ +# -*- mode: snippet -*- +# name: columns +# key: cols +# -- +\begin{columns} + \begin{column}{.${1:5}\textwidth} + $0 + \end{column} + + \begin{column}{.${2:5}\textwidth} + + \end{column} +\end{columns} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/corollary b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/corollary new file mode 100644 index 0000000..fa9e1ef --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/corollary @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: corollary +# key: corr +# -- +\begin{cor}[${2:title}] + \label{cor:${1:label}} + $0 +\end{cor} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/description b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/description new file mode 100644 index 0000000..ab490b0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/description @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: description +# key: desc +# -- +\begin{description} +\item[$1] $0 +\end{description} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/documentclass b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/documentclass new file mode 100644 index 0000000..9c03a21 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/documentclass @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: documentclass +# key: doc +# -- +\documentclass[${1:options}]{$2} +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/emph b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/emph new file mode 100644 index 0000000..36b19d7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/emph @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: emph +# key: e +# -- +\emph{$1}$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/enumerate b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/enumerate new file mode 100644 index 0000000..d49ce37 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/enumerate @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: enumerate +# key: enum +# -- +\begin{enumerate} +\item $0 +\end{enumerate} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/equation b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/equation new file mode 100644 index 0000000..dbc64a5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/equation @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: equation +# key: eq +# -- +\begin{equation} +\label{$0} +$1 +\end{equation} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/figure b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/figure new file mode 100644 index 0000000..a25d601 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/figure @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: figure +# key: fig +# -- +\begin{figure}[ht] + \centering + \includegraphics[${1:options}]{figures/${2:path.pdf}} + \caption{\label{fig:${3:label}} $0} +\end{figure} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/frac b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/frac new file mode 100644 index 0000000..b35f8ef --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/frac @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: frac +# key: frac +# -- +\frac{${1:numerator}}{${2:denominator}}$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/frame b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/frame new file mode 100644 index 0000000..f94357d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/frame @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: frame +# key: fr +# -- +\begin{frame}${1:[$2]} + ${3:\frametitle{$4}} + $0 +\end{frame} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/german-quotes b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/german-quotes new file mode 100644 index 0000000..3959b78 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/german-quotes @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: German quotes +# key: gqq +# -- +\glqq{}$0\grqq{} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/german-quotes-single b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/german-quotes-single new file mode 100644 index 0000000..1ba02b3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/german-quotes-single @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: German single quotes +# key: gq +# -- +\glq{}$0\grq{} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/gls b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/gls new file mode 100644 index 0000000..c6a7aac --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/gls @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: gls +# key: g +# -- +\gls{${1:label}} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/glspl b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/glspl new file mode 100644 index 0000000..699927b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/glspl @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: glspl +# key: gp +# -- +\glspl{${1:label}} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/if new file mode 100644 index 0000000..6d8dfde --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/if @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: if +# key: if +# -- +\IF {$${1:cond}$} + $0 +\ELSE +\ENDIF diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/includegraphics b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/includegraphics new file mode 100644 index 0000000..d46c9a4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/includegraphics @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: includegraphics +# key: ig +# -- +\includegraphics${1:[$2]}{$0} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/int b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/int new file mode 100644 index 0000000..8f74eab --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/int @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: int +# key: int +# -- +\int_{$1}^{$2}$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/item b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/item new file mode 100644 index 0000000..d4773f5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/item @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: item +# key: - +# -- +\item $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/itemize b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/itemize new file mode 100644 index 0000000..09a848f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/itemize @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: itemize +# key: it +# -- +\begin{itemize} +\item $0 +\end{itemize} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/label b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/label new file mode 100644 index 0000000..96a72b4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/label @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: label +# key: lab +# -- +\label{$0} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/labelcref b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/labelcref new file mode 100644 index 0000000..d8a5899 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/labelcref @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: labelcref +# key: lref +# -- +\labelcref{$0} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/left-right b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/left-right new file mode 100644 index 0000000..3aca951 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/left-right @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: left and right +# key: lr +# -- +\left( $0 \right) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/lemma b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/lemma new file mode 100644 index 0000000..fbbe94d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/lemma @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: lemma +# key: lem +# -- +\begin{lem}[${2:title}] + \label{lem:${1:label}} + $0 +\end{lem} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/listing b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/listing new file mode 100644 index 0000000..3c95b17 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/listing @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: listing +# key: lst +# -- +\begin{lstlisting}[float,label=lst:${1:label},caption=nextHopInfo: ${2:caption}] +$0 +\end{lstlisting} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv new file mode 100644 index 0000000..8de90bb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv @@ -0,0 +1,15 @@ +# -*- mode: snippet -*- +# name: full template of moderncv class +# key: moderncv +# -- +\documentclass[${1:options}]{moderncv} + +\firstname{$3} +\familyname{$4} + +\moderncvstyle{${5:casual}} +\moderncvcolor{${6:blue}} + +\begin{document} +$0 +\end{document} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cvcomputer b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cvcomputer new file mode 100644 index 0000000..d73a6f0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cvcomputer @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: moderncv-cvcomputer +# key: cvcomp +# -- +\cvcomputer{${1:category}}{${2:programs}}{${3:category}}{${3:programs}} +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cventry b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cventry new file mode 100644 index 0000000..8a7b656 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cventry @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: moderncv-cventry +# key: cventry +# -- +\cventry{${1:year}}{${2:job}}{${3:employer}}{${4:city}}{${5:description}} +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cvlanguage b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cvlanguage new file mode 100644 index 0000000..c9dd65b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cvlanguage @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: moderncv-cvlanguage +# key: cvlang +# -- +\cvlanguage{${1:language}}{${2:skill-level}}{${3:comment}} +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cvline b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cvline new file mode 100644 index 0000000..a193fed --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cvline @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: moderncv-cvline +# key: cvline +# -- +\cvline{${1:hobby}}{${2:Description}} +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cvlistdoubleitem b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cvlistdoubleitem new file mode 100644 index 0000000..41f86c6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cvlistdoubleitem @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: moderncv-cvlistdoubleitem +# key: cvditem +# -- +\cvlistdoubleitem{${1:item}}{${2:item}} +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cvlistitem b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cvlistitem new file mode 100644 index 0000000..d50fc8c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/moderncv-cvlistitem @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: moderncv-cvlistitem +# key: cvitem +# -- +\cvlistitem{${1:item}} +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/movie b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/movie new file mode 100644 index 0000000..8f25cc8 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/movie @@ -0,0 +1,15 @@ +# -*- mode: snippet -*- +# name: movie +# key: movie +# -- +\begin{center} +\includemovie[ + label=test, + controls=false, + text={\includegraphics[width=4in]{${1:image.pdf}}} +]{4in}{4in}{${2:video file}} + +\movieref[rate=3]{test}{Play Fast} +\movieref[rate=1]{test}{Play Normal Speed} +\movieref[rate=0.2]{test}{Play Slow} +\movieref[resume]{test}{Pause/Resume} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/newcommand b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/newcommand new file mode 100644 index 0000000..e9e03ca --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/newcommand @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: newcommand +# key: cmd +# -- +\newcommand{\\${1:name}}${2:[${3:0}]}{$0} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/newglossaryentry b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/newglossaryentry new file mode 100644 index 0000000..66c964a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/newglossaryentry @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: newglossaryentry +# key: gl +# -- +\newglossaryentry{${1:AC}}{name=${2:Andrea Crotti}${3:, description=${4:description}}} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/note b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/note new file mode 100644 index 0000000..1122d7a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/note @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: note +# key: no +# -- +\note{$0} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/prod b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/prod new file mode 100644 index 0000000..741795a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/prod @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: prod +# key: prod +# -- +\prod_{$1}^{$2}$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/python b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/python new file mode 100644 index 0000000..0ba0fc4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/python @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: python +# key: py +# -- +\lstset{language=python} +\begin[language=python]{lstlisting} +$0 +\end{lstlisting} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/question b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/question new file mode 100644 index 0000000..235eb59 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/question @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: question +# key: q +# -- +\question{$0} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/section b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/section new file mode 100644 index 0000000..88faeab --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/section @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: section +# key: sec +# -- +\section{${1:name}} +\label{sec:${2:label}} + +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/subf b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/subf new file mode 100644 index 0000000..0ccd511 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/subf @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: subf +# key: sf +# -- +\subfigure[${1:caption}]{ + \label{fig:${2:label}} + \includegraphics[width=.${3:3}\textwidth]{${4:path}}} +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/subfigure b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/subfigure new file mode 100644 index 0000000..a1ff986 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/subfigure @@ -0,0 +1,13 @@ +# -*- mode: snippet -*- +# name: subfigure +# key: subfig +# -- +\begin{figure}[ht] + \centering + \subfigure[$1] + {\label{fig:${2:label}} + \includegraphics[width=.${3:5}\textwidth]{${4:path}}} + + \caption{${5:caption}} +\label{fig:${6:label}} +\end{figure} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/subsec b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/subsec new file mode 100644 index 0000000..5658494 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/subsec @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: subsec +# key: sub +# -- +\subsection{${1:name}} +\label{subsec:${2:label}} + +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/sum b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/sum new file mode 100644 index 0000000..14bf978 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/sum @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: sum +# key: sum +# -- +\sum_{$1}^{$2}$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/textbf b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/textbf new file mode 100644 index 0000000..84171d7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/textbf @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: textbf +# key: b +# -- +\textbf{$1}$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/theorem b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/theorem new file mode 100644 index 0000000..cb3f90d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/theorem @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: theorem +# key: thm +# -- +\begin{thm}[${2:title}] + \label{thm:${1:label}} + $0 +\end{thm} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/usepackage b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/usepackage new file mode 100644 index 0000000..2afd38b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/latex-mode/usepackage @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: usepackage +# key: pkg +# -- +\usepackage{$0} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-interaction-mode/defun b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-interaction-mode/defun new file mode 100644 index 0000000..5cf3d68 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-interaction-mode/defun @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: defun +# key: defun +# -- +(defun ${1:fun} (${2:args}) + $0 +) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/class b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/class new file mode 100644 index 0000000..bc5eec9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/class @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: class +# key: cls +# -- +(defclass ${1:name} (${2:inherits}) + (${4:slot}) + (:documentation "${3:doc}")) +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/comment b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/comment new file mode 100644 index 0000000..107fad9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/comment @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: comment +# key: /* +# -- +#|${1:type the comment here}|# +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/cond b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/cond new file mode 100644 index 0000000..e0d954a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/cond @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: cond +# key: cond +# -- + +(cond (${1:case1} (${2:do-this})) + (${3:case2} (${4:do-this})) + (t ${5:default})) +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/defpackage b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/defpackage new file mode 100644 index 0000000..2e44ac2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/defpackage @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: defpackage +# key: defp +# -- +(defpackage #:${1:name} + (:nicknames #:${2:nick}) + (:use #:cl #:closer-mop #:${3:package}) + (:shadow :${4.symbol}) + (:shadowing-import-from #:${5:package} #:${6:symbol}) + (:export :$0)) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/do b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/do new file mode 100644 index 0000000..abe3d7d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/do @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: do +# key: do +# -- +(do ((${1:var1} ${2:init-form} ${3:step-form}) + (${4:var2} ${5:init-form} ${6:step-form})) + (${7:condition} ${8:return-value}) + (${9:body})) +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/for b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/for new file mode 100644 index 0000000..14817eb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/for @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for +# key: for +# -- +(dotimes (${1:var} ${2:count-form}) + ${3:body}) +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/foreach b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/foreach new file mode 100644 index 0000000..af8b526 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/foreach @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: foreach +# key: foreach +# -- +(dolist (${1:var} ${2:list-form}) + ${3:body}) +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/format b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/format new file mode 100644 index 0000000..d4f10ad --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/format @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: format +# key: print +# -- +(format t "~& $0 ~%") diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/if new file mode 100644 index 0000000..cd57e3d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/if @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: if +# key: if +# -- +(when (${1:condition}) + (${2:then-do-this})) +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/ifelse b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/ifelse new file mode 100644 index 0000000..91854d8 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/ifelse @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: ifelse (...) (...) (...) ... +# key: ifelse +# -- + +(if (${1:condition}) + (${2:then}) + (${3:else})) +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/ifnot b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/ifnot new file mode 100644 index 0000000..467636e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/ifnot @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: ifnot (...) (...) ... +# key: ifnot +# -- + +(unless (${1:condition}) + (${2:then-do-this})) +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/slot b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/slot new file mode 100644 index 0000000..2a51f64 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/slot @@ -0,0 +1,13 @@ +# -*- mode: snippet -*- +# name: slot +# key: slot +# -- +(${1:name} :initarg :${1:$(yas/substr yas-text "[^: ]*")} + :initform (error ":${1:$(yas/substr yas-text "[^: ]*")} must be specified") + ;; :accessor ${1:$(yas/substr yas-text "[^: ]*")} + :reader ${1:$(yas/substr yas-text "[^: ]*")}-changed + :writer set-${1:$(yas/substr yas-text "[^: ]*")} + :type + :allocation ${3::class :instance} + :documentation "${2:about-slot}") +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/typecast b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/typecast new file mode 100644 index 0000000..4856e93 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lisp-mode/typecast @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: typecast +# name: cast +# -- +(coerce ${1:object} ${2:type}) +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/do b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/do new file mode 100644 index 0000000..43d4d86 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/do @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: do +# key: do +# -- +do + $0 +end diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/eif b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/eif new file mode 100644 index 0000000..b085911 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/eif @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: if elseif +# key: eif +# -- +if $1 then + $2 +elseif $3 then + $0 +end diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/eife b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/eife new file mode 100644 index 0000000..87db0e0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/eife @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: if elseif else +# key: eife +# -- +if $1 then + $2 +elseif $3 then + $4 +else + $0 +end diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/fun b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/fun new file mode 100644 index 0000000..0819e72 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/fun @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: fun +# key: fun +# -- +function ($1) + $0 +end diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/if new file mode 100644 index 0000000..c74a5ec --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/if @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: if +# key: if +# -- +if $1 then + $0 +end diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/ife b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/ife new file mode 100644 index 0000000..92248c5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/ife @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: if else +# key: ife +# -- +if $1 then + $2 +else + $0 +end diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/ipairs b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/ipairs new file mode 100644 index 0000000..5acfd5c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/ipairs @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for in ipairs +# key: ipairs +# -- +for ${1:idx}, ${2:val} in ipairs(${3:table_name}) do + $0 +end diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/pairs b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/pairs new file mode 100644 index 0000000..7d7d61c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/pairs @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for in pairs +# key: pairs +# -- +for ${1:name}, ${2:val} in pairs(${3:table_name}) do + $0 +end diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/repeat b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/repeat new file mode 100644 index 0000000..8636fba --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/repeat @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: repeat util +# key: repeat +# -- +repeat + $0 +until $1 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/require b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/require new file mode 100644 index 0000000..ce15ee1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/require @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: require +# key: require +# -- +local $1 = require "$2" diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/while b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/while new file mode 100644 index 0000000..2207754 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/lua-mode/while @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: while +# key: while +# -- +while $1 do + $0 +end diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/m4-mode/def b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/m4-mode/def new file mode 100644 index 0000000..2cc90cb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/m4-mode/def @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: def +# key: def +# -- +define(\`${1:macro}',\`${2:subst}'). +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-automake-mode/noinst_HEADERS b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-automake-mode/noinst_HEADERS new file mode 100644 index 0000000..ab0a30b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-automake-mode/noinst_HEADERS @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: noinst_HEADERS +# key: noinst +# -- +noinst_HEADERS = $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-bsdmake-mode/PHONY b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-bsdmake-mode/PHONY new file mode 100644 index 0000000..9652539 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-bsdmake-mode/PHONY @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: PHONY +# key: phony +# -- +.PHONY: $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-bsdmake-mode/echo b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-bsdmake-mode/echo new file mode 100644 index 0000000..d772a6e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-bsdmake-mode/echo @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: echo +# key: echo +# -- +@echo ${1:"message to output"} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-bsdmake-mode/gen b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-bsdmake-mode/gen new file mode 100644 index 0000000..2b5e466 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-bsdmake-mode/gen @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: gen +# key: gen +# possibly add some smart control over the list +# -- +all: ${1:targets} + +$0 + +clean: + ${2:clean actions} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-bsdmake-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-bsdmake-mode/if new file mode 100644 index 0000000..2e623f0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-bsdmake-mode/if @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: if +# key: if +# -- +@if [ ${1:cond} ] + then $0 +fi diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-bsdmake-mode/var b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-bsdmake-mode/var new file mode 100644 index 0000000..196f4d9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-bsdmake-mode/var @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: var +# key: $ +# -- +$(${1:VAR})$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/abspath b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/abspath new file mode 100644 index 0000000..e02c55c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/abspath @@ -0,0 +1,6 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: abspath +# contributor: gbalats +# key: abs +# -- +\$(abspath ${1:\$(${2:paths})})$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/addprefix b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/addprefix new file mode 100644 index 0000000..2edc1e3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/addprefix @@ -0,0 +1,6 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: addprefix +# contributor: gbalats +# key: ap +# -- +\$(addprefix ${1:\$(${2:dir})/},${3:\$(${4:items})})$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/addsuffix b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/addsuffix new file mode 100644 index 0000000..6a3ebe4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/addsuffix @@ -0,0 +1,6 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: addsuffix +# contributor: gbalats +# key: as +# -- +\$(addsuffix ${1:.suffix},${2:\$(${3:items})})$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/dir b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/dir new file mode 100644 index 0000000..bc3561b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/dir @@ -0,0 +1,6 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: dir +# contributor: gbalats +# key: d +# -- +\$(dir ${1:\$(${2:paths})})$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/make b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/make new file mode 100644 index 0000000..16c49ce --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/make @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: make +# contributor: gbalats +# key: make +# -- +\$(MAKE) --directory=${1:\$@} +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/notdir b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/notdir new file mode 100644 index 0000000..d5e82d5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/notdir @@ -0,0 +1,6 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: notdir +# contributor: gbalats +# key: nd +# -- +\$(notdir ${1:\$(${2:paths})})$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/patsubst b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/patsubst new file mode 100644 index 0000000..a966757 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/patsubst @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: patsubst +# key: ps +# -- +$(patsubst ${1:from},${2:to},${3:src}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/phony b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/phony new file mode 100644 index 0000000..8da99d7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/phony @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: phony +# key: ph +# -- +.PHONY = $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/shell b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/shell new file mode 100644 index 0000000..b550475 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/shell @@ -0,0 +1,5 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: shell +# key: sh +# -- +\$(shell ${1:command})$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/special b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/special new file mode 100644 index 0000000..775021f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/special @@ -0,0 +1,6 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: special targets +# contributor: gbalats +# key: . +# -- +.${1:PHONY$(upcase yas-text)}: $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/template b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/template new file mode 100644 index 0000000..285624d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/template @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: template +# contributor: gbalats +# binding: C-c C-t +# -- +define ${1:PROGRAM$(upcase yas-text)}_template +$0 +endef + +\$(foreach ${2:${1:$(downcase yas-text)}},\$(${3:$1S}),\$(eval \$(call $1_template,\$($2)))) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/wildcard b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/wildcard new file mode 100644 index 0000000..c91dc9c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-gmake-mode/wildcard @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: wildcard +# key: wl +# -- +$(wildcard $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-mode/all b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-mode/all new file mode 100644 index 0000000..823886f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-mode/all @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: all +# key: all +# -- +all: + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-mode/clean b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-mode/clean new file mode 100644 index 0000000..7ade5eb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/makefile-mode/clean @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: clean +# contributor: gbalats +# expand-env: ((yas-indent-line 'fixed)) +# key: cl +# -- +clean: + ${1:rm -r ${2:\$(${3:OUTDIR})}} +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/malabar-mode/variable b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/malabar-mode/variable new file mode 100644 index 0000000..16ec628 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/malabar-mode/variable @@ -0,0 +1,5 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: variable +# key: var +# -- +${1:int} ${2:n} = $0; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/back-quote b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/back-quote new file mode 100644 index 0000000..519fe14 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/back-quote @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: Inline Code +# contributor: Peng Deng +# key: ` +# -- +\`${1:Code}\` $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/code b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/code new file mode 100644 index 0000000..4289e72 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/code @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Code block +# key: code +# -- +\`\`\`$1 +$0 +\`\`\` diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/emphasis b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/emphasis new file mode 100644 index 0000000..0ef6878 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/emphasis @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: Emphasis +# contributor: Peng Deng +# key: _ +# -- +_${1:Text}_ $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h1.1 b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h1.1 new file mode 100644 index 0000000..534337a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h1.1 @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: Header 1 (#) +# contributor: Peng Deng +# key: h1 +# -- +# ${1:Header 1} # + +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h1.2 b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h1.2 new file mode 100644 index 0000000..dbf567c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h1.2 @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: Header 1 (=) +# contributor: Peng Deng +# key: h1 +# -- +${1:Header 1} +${1:$(make-string (string-width yas-text) ?\=)} + +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h2.1 b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h2.1 new file mode 100644 index 0000000..7830c97 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h2.1 @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: Header 2 (##) +# contributor: Peng Deng +# key: h2 +# -- +## ${1:Header 1} ## + +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h2.2 b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h2.2 new file mode 100644 index 0000000..16baba9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h2.2 @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: Header 2 (-) +# contributor: Peng Deng +# key: h2 +# -- +${1:Header 2} +${1:$(make-string (string-width yas-text) ?\-)} + +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h3 b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h3 new file mode 100644 index 0000000..ba2a552 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h3 @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: Header 3 +# contributor: Peng Deng +# key: h3 +# -- +### ${1:Header 3} ### + +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h4 b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h4 new file mode 100644 index 0000000..d9f5ec6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h4 @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: Header 4 +# contributor: Peng Deng +# key: h4 +# -- +#### ${1:Header 4} #### + +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h5 b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h5 new file mode 100644 index 0000000..08fc8f1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h5 @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: Header 5 +# contributor: Peng Deng +# key: h5 +# -- +##### ${1:Header 5} ##### + +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h6 b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h6 new file mode 100644 index 0000000..24b974d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/h6 @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: Header 6 +# contributor: Peng Deng +# key: h6 +# -- +###### ${1:Header 6} ###### + +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/highlight b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/highlight new file mode 100644 index 0000000..2e47e18 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/highlight @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: Highlight +# contributor: nguyenvinhlinh +# key: highlight +# -- +{% highlight ${1:language} %} +${0:content} +{% endhighlight %} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/hr.1 b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/hr.1 new file mode 100644 index 0000000..579ba01 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/hr.1 @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: Horizontal Rule (-) +# contributor: Peng Deng +# key: hr +# -- + +---------- + +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/hr.2 b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/hr.2 new file mode 100644 index 0000000..4d34e2f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/hr.2 @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: Horizontal Rule (*) +# contributor: Peng Deng +# key: hr +# -- + +******* + +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/hyphen b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/hyphen new file mode 100644 index 0000000..8827292 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/hyphen @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Unordered List - +# contributor: Peng Deng +# key: - +# -- +- ${1:Text} +- $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/img b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/img new file mode 100644 index 0000000..9a0db4f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/img @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: Image +# contributor: Peng Deng +# key: img +# -- +![${1:Alt Text}](${2:URL} $3) $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/link b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/link new file mode 100644 index 0000000..2b96f56 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/link @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: Link +# contributor: Peng Deng +# key: link +# -- +[${1:Link Text}](${2:URL} $3) $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/ordered-list b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/ordered-list new file mode 100644 index 0000000..beb0f28 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/ordered-list @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Ordered List +# contributor: Peng Deng +# key: ol +# -- +${1:1}. ${2:Text} +${1:$(number-to-string (1+ (string-to-number yas-text)))}. $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/plus b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/plus new file mode 100644 index 0000000..ebcaab1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/plus @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Unordered List + +# contributor: Peng Deng +# key: + +# -- ++ ${1:Text} ++$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/rimg b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/rimg new file mode 100644 index 0000000..85046e4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/rimg @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: Referenced Image +# contributor: Peng Deng +# key: rimg +# -- +![${1:Alt Text}][$2] $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/rlb b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/rlb new file mode 100644 index 0000000..6aabc4a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/rlb @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Reference Label +# contributor: Peng Deng +# key: rlb +# -- +[${1:Reference}]: ${2:URL} $3 +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/rlink b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/rlink new file mode 100644 index 0000000..cce2e1a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/rlink @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: Reference Link +# contributor: Peng Deng +# key: rlink +# -- +[${1:Link Text}][$2] $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/strong-emphasis b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/strong-emphasis new file mode 100644 index 0000000..bcef3f9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/strong-emphasis @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: Strong emphasis +# contributor: Peng Deng +# key: __ +# -- +**${1:Text}** $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/utf8 b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/utf8 new file mode 100644 index 0000000..0b39d88 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-mode/utf8 @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: UTF-8 encoding +# key: utf8 +# contributor: Thiago Perrotta +# -- + +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-ts-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-ts-mode/.yas-parents new file mode 100644 index 0000000..903d0c7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/markdown-ts-mode/.yas-parents @@ -0,0 +1 @@ +markdown-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nasm-mode/function_doxygen_doc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nasm-mode/function_doxygen_doc new file mode 100644 index 0000000..6d3ff00 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nasm-mode/function_doxygen_doc @@ -0,0 +1,15 @@ +# -*- mode: snippet -*- +# name: Assembly Function Doc +# key: doxy +# group : doxygen +# contributor : Dan Pitic +# -- +;; +;; @brief ${1:function description} +;; +;; @details ${2:detailed description} +;; +;; @param ${3:param} +;; +;; @return ${4:return} +;; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/.yas-parents new file mode 100644 index 0000000..0539988 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/.yas-parents @@ -0,0 +1 @@ +prog-mode \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/chan b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/chan new file mode 100644 index 0000000..b1dda9a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/chan @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: chan +# key: chan +# -- +channel Channel extends ${1:ned.DelayChannel} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/connections b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/connections new file mode 100644 index 0000000..a731e88 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/connections @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: connections +# key: conn +# -- +connections${1: allowunconnected}: + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/for b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/for new file mode 100644 index 0000000..62ed072 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/for @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for +# key: for +# -- +for ${1:i}=${2:0}..${3:sizeof(port)-1} { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/import b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/import new file mode 100644 index 0000000..47aa063 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/import @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: import +# key: imp +# -- +import ned.${1:Package}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/network b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/network new file mode 100644 index 0000000..a7691e3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/network @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: network +# key: net +# -- +network ${1:Name} +{ + submodules: + $2 + connections: + $3 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/simple b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/simple new file mode 100644 index 0000000..7db2698 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/simple @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: simple +# key: simple +# -- +simple ${1:Component}${2: extends ${3:Component}} +{ + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/submodules b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/submodules new file mode 100644 index 0000000..46c1612 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ned-mode/submodules @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: submodules +# key: sub +# -- +submodules: + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/.yas-parents new file mode 100644 index 0000000..2fa94cd --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/.yas-parents @@ -0,0 +1 @@ +text-mode cc-mode \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/TOSSIM b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/TOSSIM new file mode 100644 index 0000000..a7d6edb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/TOSSIM @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: TOSSIM +# key: tossim +# -- +#ifndef TOSSIM + $0 +#endif \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/command b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/command new file mode 100644 index 0000000..314e7a0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/command @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: command +# key: command +# -- +command ${1:void} ${2:naMe}($3) { + +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/dbg b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/dbg new file mode 100644 index 0000000..ab9b580 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/dbg @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: dbg +# key: dbg +# -- +dbg("${1:Module}", "${2:message}"${3:, ${4:var list}}); \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/event b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/event new file mode 100644 index 0000000..1cdc257 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/event @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: event +# key: event +# -- +event ${1:void} ${2:On.Event}($3) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/ifdef b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/ifdef new file mode 100644 index 0000000..dbe1a29 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/ifdef @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: ifdef +# key: ifdef +# -- +#ifdef ${1:Macro} + $2 +${3:#else} + $4 +#endif \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/interface b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/interface new file mode 100644 index 0000000..495a6c4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/interface @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: interface +# key: int +# -- +interface ${1:Interface} { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/module b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/module new file mode 100644 index 0000000..477f49e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/module @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: module +# key: mod +# -- +module ${1:Module} { + ${2:uses interface ${3:Packet}}; + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/nx b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/nx new file mode 100644 index 0000000..38da916 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/nx @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: nx +# key: nx +# -- +nx_uint${1:8}_t ${2:var}; +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/provides b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/provides new file mode 100644 index 0000000..175b621 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/provides @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: provides +# key: provides +# -- +provides interface ${1:Interface}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/sim b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/sim new file mode 100644 index 0000000..cd77218 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/sim @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: sim +# key: sim +# -- +#ifdef TOSSIM + $0 +#endif \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/uint8_t b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/uint8_t new file mode 100644 index 0000000..eb0144e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/uint8_t @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: uint8_t +# key: u8 +# -- +uint8_t ${1:var}; +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/uses b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/uses new file mode 100644 index 0000000..cbb977d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nesc-mode/uses @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: uses +# key: uses +# -- +uses interface ${1:Interface}${2: as ${3:alias}}; +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/array b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/array new file mode 100644 index 0000000..4ccba24 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/array @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: array +# key: array +# -- +array[${1:length}, ${2:type}]$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/block b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/block new file mode 100644 index 0000000..d3e0321 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/block @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: block +# key: block +# -- +block ${1:name}: + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/case b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/case new file mode 100644 index 0000000..9ba586d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/case @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: case +# key: case +# -- +case ${1:value} +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/for b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/for new file mode 100644 index 0000000..2c70980 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/for @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: for +# key: for +# -- +for ${1:index} in ${2:sequence}: + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/function b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/function new file mode 100644 index 0000000..4e9d58f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/function @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: func +# key: func +# -- +func ${1:name}(${2:arguments}): ${3:return type} = + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/if new file mode 100644 index 0000000..ad5f155 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/if @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: if +# key: if +# -- +if ${1:expression}: + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/import b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/import new file mode 100644 index 0000000..b75ea9e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/import @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: import +# key: import +# -- +import ${1:module} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/import from b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/import from new file mode 100644 index 0000000..3565f8f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/import from @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: from +# key: from +# -- +from ${1:module} import ${2:field} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/iterator b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/iterator new file mode 100644 index 0000000..ffd1dfe --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/iterator @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: iterator +# key: iterator +# -- +iterator ${1:name}(${2:arguments}): ${3:return type}$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/macro b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/macro new file mode 100644 index 0000000..0ef4705 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/macro @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: macro +# key: macro +# -- +macro ${1:name}(${2:arguments}): ${3:return type} = + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/method b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/method new file mode 100644 index 0000000..38d0568 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/method @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: method +# key: method +# -- +method ${1:name}(${2:arguments}): ${3:return type} = + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/of b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/of new file mode 100644 index 0000000..fbd6d94 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/of @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: of +# key: of +# -- +of ${1:value}: + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/pragma b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/pragma new file mode 100644 index 0000000..6a047c3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/pragma @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: pr +# key: pr +# -- +{.${1:name}.} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/procedure b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/procedure new file mode 100644 index 0000000..9595fc7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/procedure @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: proc +# key: proc +# -- +proc ${1:name}(${2:arguments}): ${3:return type} = + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/sequence b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/sequence new file mode 100644 index 0000000..17ee6b9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/sequence @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: seq +# key: seq +# -- +seq[${1:type}]$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/template b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/template new file mode 100644 index 0000000..f100953 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/template @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: template +# key: template +# -- +template ${1:name}(${2:arguments}): ${3:return type} = + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/try-except b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/try-except new file mode 100644 index 0000000..9dc82b0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/try-except @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: try +# key: try +# -- +try: + $0 +except ${1:exception}: + \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/while b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/while new file mode 100644 index 0000000..0350331 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nim-mode/while @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: while +# key: while +# -- +while ${1:expression}: + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/buildPhase b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/buildPhase new file mode 100644 index 0000000..b41d8a3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/buildPhase @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: buildPhase +# key: bp +# -- +buildPhase= '' + runHook preBuild +$1 + runHook postBuild +''; +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/callPackage b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/callPackage new file mode 100644 index 0000000..eda1fae --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/callPackage @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: callPackage +# key: ca +# -- + $1 = callPackage ../$2/$1 { }; +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/checkPhase b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/checkPhase new file mode 100644 index 0000000..20ba6f0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/checkPhase @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: checkPhase +# key: ch +# -- +checkPhase= '' + runHook preCheck +$1 + runHook postCheck +''; +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/configurePhase b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/configurePhase new file mode 100644 index 0000000..b02f703 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/configurePhase @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: configurePhase +# key: cp +# -- +configurePhase= '' + runHook preConfigure +$1 + runHook postConfigure +''; +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/distPhase b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/distPhase new file mode 100644 index 0000000..77872b3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/distPhase @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: distPhase +# key: dp +# -- +distPhase= '' + runHook preDist +$1 + runHook postDist +''; +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/fixupPhase b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/fixupPhase new file mode 100644 index 0000000..d45091b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/fixupPhase @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: fixPhase +# key: fp +# -- +fixupPhase= '' + runHook preFixup +$1 + runHook postFixup +''; +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/installCheckPhase b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/installCheckPhase new file mode 100644 index 0000000..47c16df --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/installCheckPhase @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: installCheckPhase +# key: ic +# -- +installCheckPhase= '' + runHook preInstallCheck +$1 + runHook postInstallCheck +''; +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/installPhase b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/installPhase new file mode 100644 index 0000000..261eaf0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/installPhase @@ -0,0 +1,14 @@ +# -*- mode: snippet -*- +# name: installPhase +# key: ip +# -- +installPhase= '' + runHook preInstall +${1: mkdir -p \$out/bin + for f in \$(find . -executable -type f); + do + cp \$f \$out/bin/ + done} + runHook postInstall +''; +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/package_github b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/package_github new file mode 100644 index 0000000..82ab2ef --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/package_github @@ -0,0 +1,82 @@ +# -*- mode: snippet -*- +# name: package github +# key: pg +# -- +{ lib +, stdenv +, fetchFromGitHub +, $1 +, $2 +}: + +stdenv.mkDerivation rec { + pname = "$3"; + version = "$4"; + + src = fetchFromGitHub { + owner = "$5"; + repo = ${6:pname}; + rev = "${7:v\$\{version\}}"; + sha256 = "${8:\$\{lib.fakeSha256\}}"; + }; + + nativeBuildInputs = [ ${1:$(replace-regexp-in-string " *" " "(subst-char-in-string ?, ? yas-text))} ]; + buildInputs = [ + ${2:$(replace-regexp-in-string " *" " "(subst-char-in-string ?, ? yas-text))} + ]; + + meta = with lib; { + homepage = "https://${9:github.com/$5/$3}"; + description = "$10"; + longDescription = '' + $11 + ''; + license = licenses.${12:$$ + (yas-choose-value '( + "agpl3" + "asl20" + "bsd1" + "bsd2" + "bsd3" + "free" + "gpl2" + "gpl2Only" + "gpl2Plus" + "gpl3" + "gpl3Only" + "gpl3Plus" + "isc" + "lgpl21Only" + "lgpl21Plus" + "lgpl2Only" + "lgpl2Plus" + "lgpl3" + "lgpl3Only" + "mit" + "mpl20" + "ofl" + "unfree" + ))}; + maintainers = with maintainers; [ $12 ]; + platforms = platforms.${13:$$ + (yas-choose-value '( + "all" + "allBut" + "arm" + "cygwin" + "darwin" + "freebsd" + "gnu" + "i686" + "illumos" + "linux" + "mesaPlatforms" + "mips" + "netbsd" + "none" + "openbsd" + "unix" + "x86" + ))}; + }; +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/package_url b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/package_url new file mode 100644 index 0000000..4a2c8d9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/package_url @@ -0,0 +1,80 @@ +# -*- mode: snippet -*- +# name: package url +# key: pu +# -- +{ lib +, stdenv +, fetchurl +$1 +$2 +}: + +stdenv.mkDerivation rec { + pname = "$3"; + version = "$4"; + + src = fetchurl { + url = "$5"; + sha256 = "${6:\$\{lib.fakeSha256\}}"; + }; + + nativeBuildInputs = [ ${1:$(replace-regexp-in-string " *" " "(subst-char-in-string ?, ? yas-text))} ]; + buildInputs = [ + ${2:$(replace-regexp-in-string " *" " "(subst-char-in-string ?, ? yas-text))} + ]; + + meta = with lib; { + homepage = "https://$7"; + description = "$8"; + longDescription = '' + $9 + ''; + license = licenses.${10:$$ + (yas-choose-value '( + "agpl3" + "asl20" + "bsd1" + "bsd2" + "bsd3" + "free" + "gpl2" + "gpl2Only" + "gpl2Plus" + "gpl3" + "gpl3Only" + "gpl3Plus" + "isc" + "lgpl21Only" + "lgpl21Plus" + "lgpl2Only" + "lgpl2Plus" + "lgpl3" + "lgpl3Only" + "mit" + "mpl20" + "ofl" + "unfree" + ))}; + maintainers = with maintainers; [ $11 ]; + platforms = platforms.${12:$$ + (yas-choose-value '( + "all" + "allBut" + "arm" + "cygwin" + "darwin" + "freebsd" + "gnu" + "i686" + "illumos" + "linux" + "mesaPlatforms" + "mips" + "netbsd" + "none" + "openbsd" + "unix" + "x86" + ))}; + }; +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/patchPhase b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/patchPhase new file mode 100644 index 0000000..3114441 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/patchPhase @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: patchPhase +# key: pp +# -- +patchPhase = '' + runHook prePatch + $1 + runHook postPatch +''; +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/phases b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/phases new file mode 100644 index 0000000..50326f2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/phases @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: phases +# key: ph +# -- + phases="${1:\$prePhases unpackPhase patchPhase \$preConfigurePhases configurePhase \$preBuildPhases buildPhase checkPhase \$preInstallPhases installPhase fixupPhase installCheckPhase \$preDistPhases distPhase \$postPhases}"; diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/unpackPhase b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/unpackPhase new file mode 100644 index 0000000..27a7460 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nix-mode/unpackPhase @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: unpackPhase +# key: up +# -- +unpackPhase = '' + runHook preUnpack + $1 + runHook postUnpack +''; +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/.yas-parents new file mode 100644 index 0000000..0539988 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/.yas-parents @@ -0,0 +1 @@ +prog-mode \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/define b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/define new file mode 100644 index 0000000..223d364 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/define @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: define +# key: def +# -- +!define ${1:CONSTANT} ${2:value} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/function b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/function new file mode 100644 index 0000000..22926eb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/function @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: function +# key: fun +# -- +Function ${1:Name} + $0 +FunctionEnd \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/if new file mode 100644 index 0000000..da3e92f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/if @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: if +# key: if +# -- +${IF} ${1:cond} + $0 +${ElseIf} ${2:else_cond} + +${EndIf} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/include b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/include new file mode 100644 index 0000000..a7e0f24 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/include @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: include +# key: inc +# -- +!include "${Library.nsh}" \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/insert_macro b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/insert_macro new file mode 100644 index 0000000..4bb7f1d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/insert_macro @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: insert_macro +# key: im +# -- +!insertmacro ${1:Name} ${2:"args"} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/instdir b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/instdir new file mode 100644 index 0000000..f5b14bc --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/instdir @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: instdir +# key: $ +# -- +$INSTDIR \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/macro b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/macro new file mode 100644 index 0000000..0316183 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/macro @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: macro +# key: macro +# -- +!macro ${1:Name} UN +$0 + +!macroend \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/message b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/message new file mode 100644 index 0000000..37de365 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/message @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: message +# key: msg +# -- +MessageBox MB_OK "${1:hello}" \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/outdir b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/outdir new file mode 100644 index 0000000..234b74d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/outdir @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: outdir +# key: $ +# -- +$OUTDIR \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/outfile b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/outfile new file mode 100644 index 0000000..14abffc --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/outfile @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: outfile +# key: out +# -- +outFile "${1:setup}.exe" \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/section b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/section new file mode 100644 index 0000000..5f0556e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nsis-mode/section @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: section +# key: sec +# -- +Section "${1:Program}" + $0 +SectionEnd \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/body b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/body new file mode 100644 index 0000000..c977749 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/body @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# contributor : Anders Bach Nielsen +# name: ... +# -- + + $0 + \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/br b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/br new file mode 100644 index 0000000..8b73ebb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/br @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# contributor : Anders Bach Nielsen +# name:
+# -- +
\ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/doctype b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/doctype new file mode 100644 index 0000000..bc745a3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/doctype @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# contributor : Anders Bach Nielsen +# name: DocType XHTML 1.1 +# group : meta +# -- + \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/doctype_xhtml1_strict b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/doctype_xhtml1_strict new file mode 100644 index 0000000..b827989 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/doctype_xhtml1_strict @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# contributor : Anders Bach Nielsen +# name: DocType XHTML 1.0 Strict +# group : meta +# -- + \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/doctype_xhtml1_transitional b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/doctype_xhtml1_transitional new file mode 100644 index 0000000..30f2c20 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/doctype_xhtml1_transitional @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# contributor : Anders Bach Nielsen +# name: DocType XHTML 1.0 Transitional +# group : meta +# -- + \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/form b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/form new file mode 100644 index 0000000..e914a64 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/form @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# key: form +# name: form +# -- +
+ $0 +
\ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/href b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/href new file mode 100644 index 0000000..71f0949 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/href @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# contributor : Anders Bach Nielsen +# name: ... +# key: a +# -- +$2 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/html b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/html new file mode 100644 index 0000000..897c195 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/html @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# contributor : Anders Bach Nielsen +# name: ... +# -- + + $0 + \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/img b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/img new file mode 100644 index 0000000..f80e3ce --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/img @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# contributor : Anders Bach Nielsen +# name: ... +# -- +$2 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/input b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/input new file mode 100644 index 0000000..4456a71 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/input @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# contributor : Anders Bach Nielsen +# name: +# -- + \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/link b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/link new file mode 100644 index 0000000..f10580b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/link @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# contributor : Anders Bach Nielsen +# name: +# -- + \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/meta b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/meta new file mode 100644 index 0000000..28a39f3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/meta @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# contributor : Anders Bach Nielsen +# name: +# group : meta +# -- + \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/name b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/name new file mode 100644 index 0000000..f05b420 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/name @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# contributor : Anders Bach Nielsen +# name: +# -- + \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/quote b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/quote new file mode 100644 index 0000000..6e2915c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/quote @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# contributor : Anders Bach Nielsen +# name:
...
+# -- +
+ $1 +
\ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/style b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/style new file mode 100644 index 0000000..9066c02 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/style @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# contributor : Anders Bach Nielsen +# name: +# -- + \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/tag b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/tag new file mode 100644 index 0000000..8d9e55d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/tag @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# contributor : Anders Bach Nielsen +# name: ... +# key: t +# -- +<${1:tag}>$2$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/tag_closing b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/tag_closing new file mode 100644 index 0000000..67df908 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/tag_closing @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# contributor : Anders Bach Nielsen +# name: +# key: t +# -- +<$1 $2 />$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/tag_newline b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/tag_newline new file mode 100644 index 0000000..62131fd --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/nxml-mode/tag_newline @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# contributor : Anders Bach Nielsen +# name: \n...\n +# key: tn +# -- +<${1:tag}> + $2 +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/octave-mode/for b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/octave-mode/for new file mode 100644 index 0000000..c8e1dde --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/octave-mode/for @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for +# key: for +# -- +for ${1:var} = ${2:expr} + $0 +endfor \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/octave-mode/function b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/octave-mode/function new file mode 100644 index 0000000..ad2fe56 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/octave-mode/function @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: function +# key: fun +# -- +function ${1:return_val} = ${2:fname}(${3:args}) + $0 +endfunction \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/octave-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/octave-mode/if new file mode 100644 index 0000000..c785a24 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/octave-mode/if @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: if +# key: if +# -- +if ${1:cond} + $0 +${2:else + ${3:other}} +endif \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/case b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/case new file mode 100644 index 0000000..143d2a8 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/case @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: case +# key: case +# -- +case ${1: $(indent-according-to-mode)}: + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/dfri b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/dfri new file mode 100644 index 0000000..f4f5ddb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/dfri @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: defer if +# key: dfri +# -- +defer if $1 { +${0: $(indent-according-to-mode)} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/distinct b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/distinct new file mode 100644 index 0000000..c57c1a0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/distinct @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: distinct +# key: distinct +# -- +${1:name} :: distinct { +${0: $(indent-according-to-mode)} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/enum b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/enum new file mode 100644 index 0000000..58ce40c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/enum @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: enum +# key: enum +# -- +${1:name} :: enum { +${0: $(indent-according-to-mode)} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/fd b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/fd new file mode 100644 index 0000000..02f5dce --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/fd @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: for do +# key: fd +# -- +for $1; $2; $3 do ${0: $(indent-according-to-mode)} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/for b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/for new file mode 100644 index 0000000..eeac9e2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/for @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for +# key: for +# -- +for $1; $2; $3 { +${0: $(indent-according-to-mode)} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/ford b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/ford new file mode 100644 index 0000000..1685ac7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/ford @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for (with directive) +# key: ford +# -- +${1:Directive(TAB to skip)$(if (and (not yas-modified-p) yas-moving-away-p) (yas-skip-and-clear-field) nil)} for ${2: } { +${0: $(indent-according-to-mode)} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/fori b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/fori new file mode 100644 index 0000000..5c3d10f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/fori @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for in +# key: fori +# -- +for $1 in $2 { +${0: $(indent-according-to-mode)} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/if new file mode 100644 index 0000000..74358f1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/if @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: if +# key: if +# -- +if $1 { +${0: $(indent-according-to-mode)} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/ife b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/ife new file mode 100644 index 0000000..098d83f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/ife @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: if else +# key: ife +# -- +if ${1: $(if (and (not yas-modified-p) yas-moving-away-p) (yas-skip-and-clear-field) nil)}; ${2: } { + $3 +} else $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/ifz b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/ifz new file mode 100644 index 0000000..bebbcbb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/ifz @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: if (with initialization) +# key: ifz +# -- +if $1; $2 { +${0: $(indent-according-to-mode)} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/proc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/proc new file mode 100644 index 0000000..c4fb95b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/proc @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: proc +# key: pr +# -- +${1:name} :: proc($2) -> $3 { +${0: $(indent-according-to-mode)} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/struct b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/struct new file mode 100644 index 0000000..40d1877 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/struct @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: struct +# key: struct +# -- +${1:name} :: struct { +${0: $(indent-according-to-mode)} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/sw b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/sw new file mode 100644 index 0000000..b136d68 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/sw @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: switch +# key: sw +# -- +switch $1;$2 { +${0: $(indent-according-to-mode)} +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/swp b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/swp new file mode 100644 index 0000000..202f8de --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/swp @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: partial switch +# key: swp +# -- +#partial switch $1;$2 { +${0: $(indent-according-to-mode)} +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/union b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/union new file mode 100644 index 0000000..82dd191 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/union @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: union +# key: union +# -- +${1:name} :: union { +${0: $(indent-according-to-mode)} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/when b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/when new file mode 100644 index 0000000..dc8c3b5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/when @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: when +# key: when +# -- +when $1 { +${0: $(indent-according-to-mode)} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/whene b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/whene new file mode 100644 index 0000000..41df998 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/odin-mode/whene @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: when else +# key: whene +# -- +when $1 { +${2: $(indent-according-to-mode)} +} else { +${0: $(indent-according-to-mode)} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/org-mode/author b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/org-mode/author new file mode 100644 index 0000000..f203231 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/org-mode/author @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: author +# key: $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/org-mode/include b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/org-mode/include new file mode 100644 index 0000000..df6893f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/org-mode/include @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: include +# key: \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/org-mode/table b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/org-mode/table new file mode 100644 index 0000000..66821d0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/org-mode/table @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: table +# key: +# name: __call() +# key: __call +# group: Magic Methods +# -- +public function __call($name, $args) +{ + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/__callStatic b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/__callStatic new file mode 100644 index 0000000..04fb928 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/__callStatic @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: __callStatic() +# key: __callStatic +# group: Magic Methods +# -- +public function __callStatic($name, $args) +{ + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/catch b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/catch new file mode 100644 index 0000000..dad1821 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/catch @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: catch +# key: catch +# group : control structure +# -- +catch (${1:\PDOException} ${2:$e}) { + ${3: + throw $e;} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/cls b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/cls new file mode 100644 index 0000000..05d5846 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/cls @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: class +# key: cls +# group: definitions +# -- +class ${1:`(yas-php-get-class-name-by-file-name)`} +{ + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/clse b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/clse new file mode 100644 index 0000000..ceb4330 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/clse @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: class extends +# key: clse +# group: definitions +# -- +class ${1:`(yas-php-get-class-name-by-file-name)`} extends ${2:ParentClass} +{ + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/clsi b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/clsi new file mode 100644 index 0000000..cc2d39a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/clsi @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: class implements +# key: clsi +# group: definitions +# -- +class ${1:`(yas-php-get-class-name-by-file-name)`} implements ${interface} +{ + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/const b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/const new file mode 100644 index 0000000..cdfa62e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/const @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: const +# key: const +# group: definitions +# -- +const ${1:NAME} = ${2:value}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/define b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/define new file mode 100644 index 0000000..2c81645 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/define @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: define +# key: define +# group: definitions +# -- +define('${1:NAME}', ${2:value}); \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/doc-comment-multiline b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/doc-comment-multiline new file mode 100644 index 0000000..5b6a55d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/doc-comment-multiline @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: PHPDoc (multi-line) +# key: /** +# group: annotation +# -- +/** + * ${1:Summary} + * + *$0 + */ \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/doc-comment-oneline b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/doc-comment-oneline new file mode 100644 index 0000000..71a31e4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/doc-comment-oneline @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: Doc comment (one-line) +# key: * +# group: annotation +# -- +/** ${1:Summary} */ diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/else b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/else new file mode 100644 index 0000000..7bdbfd3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/else @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: else +# key: else +# group: control structure +# -- +else { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/elseif b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/elseif new file mode 100644 index 0000000..4dcbd80 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/elseif @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: elseif +# key: elseif +# group : control structure +# -- +elseif (${1:condition}) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/enum b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/enum new file mode 100644 index 0000000..e94b592 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/enum @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# contributor: takeo obara +# name: enum +# key: enum +# group : definitions +# -- +enum ${1:Name}${2:: type} { + case: ${3:One}; + case: ${4:Two}; +$0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/fn b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/fn new file mode 100644 index 0000000..bb280cc --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/fn @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: function expr (closure) +# key: fn +# group: definitions +# -- +function (${2:$arg, ...}) ${3:use ($var) }{ + $0 +}`(if (eq (point) (line-end-position)) ";" "")` \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/foreach b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/foreach new file mode 100644 index 0000000..769c7d0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/foreach @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: foreach +# key: foreach +# group : control structure +# -- +foreach (${1:$expression} as \$${2:value}) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/foreach_value b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/foreach_value new file mode 100644 index 0000000..f309583 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/foreach_value @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: foreach (array as $key => $value) +# key: foreach=> +# group : control structure +# -- +foreach (${1:$expression} as \$${2:key} => \$${3:value}) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/function b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/function new file mode 100644 index 0000000..4d92818 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/function @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: function statement +# key: function +# group: definitions +# -- +${4:public }function ${1:name}(${2:$arg, ...}) +{ + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/function-return-type b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/function-return-type new file mode 100644 index 0000000..c3203a4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/function-return-type @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: function :type +# key: function: +# group : control structure +# -- +${4:public }function ${1:name}(${2:$arg, ...}): ${3:type} +{ + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/get b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/get new file mode 100644 index 0000000..8241839 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/get @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# contributor: Robin de Rooij +# name: get +# key: get +# group: definitions +# -- +public function get${1:$(upcase-initials yas-text)}() +{ + return \$this->$1; +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/if new file mode 100644 index 0000000..8b0b3b8 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/if @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: if +# key: if +# group : control structure +# -- +if (${1:condition}) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/interface b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/interface new file mode 100644 index 0000000..b8b3a98 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/interface @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: interface +# key: interface +# group : definitions +# -- +interface ${1:`(yas-php-get-class-name-by-file-name)`} +{ + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/license-doc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/license-doc new file mode 100644 index 0000000..019d9b3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/license-doc @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: PHPDoc @license +# key: *license +# group: annotation +# -- +* @license ${1:https://www.gnu.org/licenses/gpl-3.0.html} ${2:GPL-3.0}${0: +*} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/license-doc-apache b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/license-doc-apache new file mode 100644 index 0000000..f445265 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/license-doc-apache @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: PHPDoc @license Apache License +# key: *license-apache +# group: annotation +# -- +* @license https://www.apache.org/licenses/LICENSE-2.0 Apache-2.0${0: +*} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/license-doc-gplv2 b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/license-doc-gplv2 new file mode 100644 index 0000000..203d702 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/license-doc-gplv2 @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: PHPDoc @license GPLv2 +# key: *license-gplv2 +# group: annotation +# -- +* @license https://www.gnu.org/licenses/old-licenses/gpl-2.0.html GPL-2.0${0: +*} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/license-doc-mit b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/license-doc-mit new file mode 100644 index 0000000..263a146 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/license-doc-mit @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: PHPDoc @license MIT +# key: *license-mit +# group: annotation +# -- +* @license https://opensource.org/licenses/MIT MIT${0: +*} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/license-doc-mpl b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/license-doc-mpl new file mode 100644 index 0000000..a1b383d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/license-doc-mpl @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: PHPDoc @license MPL +# key: *license-mpl +# group: annotation +# -- +* @license https://www.mozilla.org/en-US/MPL/2.0/ MPL-2.0${0: +*} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/match b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/match new file mode 100644 index 0000000..d468111 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/match @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# contributor: takeo obara +# name: match +# key: match +# group : control structure +# -- +match (${1:$var}) { + ${2:$cond} => ${3:$return}, +$0 +}; diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/param-doc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/param-doc new file mode 100644 index 0000000..d1cff1a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/param-doc @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: PHPDoc @param +# key: *param +# group: annotation +# -- +* @param ${1:type} ${2:$variable} ${3:description}${0: +*} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/property-doc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/property-doc new file mode 100644 index 0000000..3b88506 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/property-doc @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: PHPDoc @property +# key: *property +# group: annotation +# -- +* @property ${1:type} ${2:$variable} ${3:description}${0: +*} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/psysh b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/psysh new file mode 100644 index 0000000..fd6afb5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/psysh @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: psysh +# key: psysh +# group: generic +# -- +eval(\Psy\sh()); \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/return-doc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/return-doc new file mode 100644 index 0000000..84f569e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/return-doc @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: PHPDoc @return +# key: *return +# group: annotation +# -- +* @return ${1:type} ${2:description} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/set b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/set new file mode 100644 index 0000000..5dcbafc --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/set @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# contributor: Robin de Rooij +# name: set +# key: set +# group: definitions +# -- +public function set${1:$(upcase-initials yas-text)}(\$$1) +{ + \$this->$1 = \$$1; +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/stdout b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/stdout new file mode 100644 index 0000000..ca3e7aa --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/stdout @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: fwrite(STDOUT) +# key: stdout +# group: generic +# -- +fwrite(STDOUT, ${1:$var}${2: . PHP_EOL}); \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/strict-types b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/strict-types new file mode 100644 index 0000000..69d64e2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/strict-types @@ -0,0 +1,7 @@ +-# -*- mode: snippet -*- +-# contributor: USAMI Kenta +-# name: declare(strict_types=1) +-# key: strict_types +-# group: definitions +-# -- +declare(strict_types=1); diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/switch b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/switch new file mode 100644 index 0000000..252aade --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/switch @@ -0,0 +1,12 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: switch +# key: switch +# group : control structure +# -- +switch (${1:condition}) { + case ${2:expr}: + $0 + break; + default: +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/trait b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/trait new file mode 100644 index 0000000..0d25754 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/trait @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: trait +# key: trait +# group : definitions +# -- +trait ${1:`(yas-php-get-class-name-by-file-name)`} +{ + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/try b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/try new file mode 100644 index 0000000..4cb22f1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/try @@ -0,0 +1,12 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: try +# key: try +# group : control structure +# -- +try { + $0 +} catch (${1:\PDOException} ${2:$e}) { + ${3: + throw $e;} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/var-doc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/var-doc new file mode 100644 index 0000000..5293280 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/var-doc @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: PHPDoc: var +# key: *var +# group: definitions +# -- +* @var ${type}${0: +*} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/var-oneline b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/var-oneline new file mode 100644 index 0000000..d0fa1b3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/var-oneline @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: PHPDoc: @var (one-line) +# key: @var +# group: definitions +# -- +/** @var ${type} */ diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/vd b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/vd new file mode 100644 index 0000000..5a01ad7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/vd @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: var_dump() +# key: vd +# group: generic +# -- +var_dump(${1:$var}); \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/vde b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/vde new file mode 100644 index 0000000..998e68c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/vde @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: var_dump() exit +# key: vde +# group: generic +# -- +var_dump(${1:$var});exit(1); \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/ve b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/ve new file mode 100644 index 0000000..3b18c28 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-mode/ve @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# contributor: USAMI Kenta +# name: var_export() +# key: ve +# group: generic +# -- +var_export(${1:$var}${2:, true}); \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-ts-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-ts-mode/.yas-parents new file mode 100644 index 0000000..200af31 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/php-ts-mode/.yas-parents @@ -0,0 +1 @@ +php-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/powershell-mode/cmdletbinding b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/powershell-mode/cmdletbinding new file mode 100644 index 0000000..aa53f84 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/powershell-mode/cmdletbinding @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: cmdletbinding +# key: cmd +# -- +[cmdletbinding()] +Param ( + $0 +) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/powershell-mode/comment-based-help b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/powershell-mode/comment-based-help new file mode 100644 index 0000000..1f8f2e4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/powershell-mode/comment-based-help @@ -0,0 +1,20 @@ +# -*- mode: snippet -*- +# name: comment-based-help +# key: cbh +# -- +<# +.SYNOPSIS +${1:Brief description} + +.DESCRIPTION +${2:Longer description} + +.PARAMETER Foobar +${3:Descriptions of parameter Foobar} + +.EXAMPLE +${4:Actual example} + +.NOTES +${5:Additional notes} +#> diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/powershell-mode/function b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/powershell-mode/function new file mode 100644 index 0000000..30156b9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/powershell-mode/function @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: function +# key: fun +# -- +Function ${1:Verb-Noun} { +$0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/powershell-mode/parameter b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/powershell-mode/parameter new file mode 100644 index 0000000..9b7b64e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/powershell-mode/parameter @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: parameter +# key: par +# -- +[Parameter(Mandatory=$true, ValueFromPipelineByPropertyName=$true)][string]\$${1:Foobar} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/.yas-setup.el b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/.yas-setup.el new file mode 100644 index 0000000..7d6127d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/.yas-setup.el @@ -0,0 +1,38 @@ +;;; -*- lexical-binding: t -*- +(require 'yasnippet) + +;; whitespace removing functions from Magnar Sveen ;;;;;;;;;;;;;;;;;;;;;;;;;;;; +(defun yas-s-trim-left (s) + "Remove whitespace at the beginning of S." + (if (string-match "\\`[ \t\n\r]+" s) + (replace-match "" t t s) + s)) + +(defun yas-s-trim-right (s) + "Remove whitespace at the end of S." + (if (string-match "[ \t\n\r]+\\'" s) + (replace-match "" t t s) + s)) + +(defun yas-s-trim (s) + "Remove whitespace at the beginning and end of S." + (yas-s-trim-left (yas-s-trim-right s))) + + +(defun yas-string-reverse (str) + "Reverse a string STR manually to be compatible with emacs versions < 25." + (apply #'string + (reverse + (string-to-list str)))) + +(defun yas-trimmed-comment-start () + "This function returns `comment-start' trimmed by whitespaces." + (yas-s-trim comment-start)) + +(defun yas-trimmed-comment-end () + "This function returns `comment-end' trimmed by whitespaces if +`comment-end' is not empty. Otherwise the reversed output of +function `yas-trimmed-comment-start' is returned." + (if (eq (length comment-end) 0) + (yas-string-reverse (yas-trimmed-comment-start)) + (yas-s-trim comment-end))) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/.yas-setup.elc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/.yas-setup.elc new file mode 100644 index 0000000..729148c Binary files /dev/null and b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/.yas-setup.elc differ diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/comment b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/comment new file mode 100644 index 0000000..7ae2b8c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/comment @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# contributor: sh-ow +# name: comment +# key: co +# -- +`(yas-trimmed-comment-start)` ${1:comment}`(unless (eq (length comment-end) 0) (concat " " (yas-trimmed-comment-end)))`$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/commentblock b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/commentblock new file mode 100644 index 0000000..1636b7f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/commentblock @@ -0,0 +1,41 @@ +# -*- mode: snippet -*- +# contributor: sh-ow +# name: commentblock +# key: cob +# -- +${1:$(let* ((col (current-column)) + (str "") + (lastcom (substring (yas-trimmed-comment-start) -1)) + (start (yas-trimmed-comment-start)) + (end (yas-trimmed-comment-end)) + (over (- (+ (string-width yas-text) (length start) (length end) col) 77))) + (while (< (length str) (+ (- 79 (length start) (length end) col) (if (> over 0) over 0))) + (setq str (concat str lastcom))) + (concat start str end))} +${1:$(let* ((col (current-column)) + (str "") + (start (yas-trimmed-comment-start)) + (start (if (string= start ";") ";;" start)) + (end (yas-trimmed-comment-end))) + (while (< (length str) (ffloor (/ (- 78.0 (+ col (length start) (string-width yas-text) (length end))) 2.0))) + (setq str (concat str " "))) + (concat start str))} ${1:comment} ${1:$( + let* ((col (current-column)) + (str "") + (start (yas-trimmed-comment-start)) + (start (if (string= start ";") ";;" start)) + (end (yas-trimmed-comment-end))) + (while (< (length str) + (- 79 (length end) + (if (eq (mod (+ (string-width yas-text) (length start) (length end)) 2) 1) (- col 1) col))) + (setq str (concat str " "))) + (concat str end))} +${1:$(let* ((col (current-column)) + (str "") + (lastcom (substring (yas-trimmed-comment-start) -1)) + (start (yas-trimmed-comment-start)) + (end (yas-trimmed-comment-end)) + (over (- (+ (string-width yas-text) (length start) (length end) col) 77))) + (while (< (length str) (+ (- 79 (length start) (length end) col) (if (> over 0) over 0))) + (setq str (concat str lastcom))) + (concat start str end))}$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/commentline b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/commentline new file mode 100644 index 0000000..400a7bf --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/commentline @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# contributor: sh-ow +# name: commentline +# key: col +# -- +`(yas-trimmed-comment-start)` ${1:comment} ${1:$(let* ((start (yas-trimmed-comment-start)) + (lastcom (aref start (1- (length start)))) + (end (yas-trimmed-comment-end)) + (endpadlen (- 79 (+ (current-column) (length end))))) + (concat (make-string (max endpadlen 0) lastcom) + end))}$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/fixme b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/fixme new file mode 100644 index 0000000..5740531 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/fixme @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: fixme +# key: fi +# condition: (not (member major-mode '(sh-mode bash-ts-mode))) +# -- +`comment-start`FIXME: $0`comment-end` \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/todo b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/todo new file mode 100644 index 0000000..79484e7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/todo @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: todo +# key: t +# -- +`comment-start`TODO: $0`comment-end` \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/xxx b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/xxx new file mode 100644 index 0000000..85f0e6b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/prog-mode/xxx @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: xxx +# key: x +# -- +`comment-start`XXX: $0`comment-end` \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/protobuf-mode/message b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/protobuf-mode/message new file mode 100644 index 0000000..af26d9a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/protobuf-mode/message @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: message +# key: msg +# -- +message ${1:Name} { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/protobuf-mode/syntax b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/protobuf-mode/syntax new file mode 100644 index 0000000..5269e8f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/protobuf-mode/syntax @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: syntax +# key: syn +# -- +syntax = "${1:proto3}"; diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/.yas-parents new file mode 100644 index 0000000..75d003f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/.yas-parents @@ -0,0 +1 @@ +prog-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/.yas-setup.el b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/.yas-setup.el new file mode 100644 index 0000000..e9145ef --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/.yas-setup.el @@ -0,0 +1,46 @@ +;;; -*- lexical-binding: t -*- +(require 'yasnippet) +(defvar yas-text) + +(defvar python-split-arg-arg-regex +"\\([[:alnum:]*]+\\)\\(:[[:blank:]]*[[:alpha:]]*\\)?\\([[:blank:]]*=[[:blank:]]*[[:alnum:]]*\\)?" +"Regular expression matching an argument of a python function. +First group should give the argument name.") + +(defvar python-split-arg-separator +"[[:space:]]*,[[:space:]]*" +"Regular expression matching the separator in a list of argument.") + +(defun python-split-args (arg-string) + "Split a python argument string ARG-STRING into a tuple of argument names." + (mapcar (lambda (x) + (when (string-match python-split-arg-arg-regex x) + (match-string-no-properties 1 x))) + (split-string arg-string python-split-arg-separator t))) + +(defun python-args-to-docstring () + "Return docstring format for the python arguments in yas-text." + (let* ((indent (concat "\n" (make-string (current-column) 32))) + (args (python-split-args yas-text)) + (max-len (if args (apply 'max (mapcar (lambda (x) (length (nth 0 x))) args)) 0)) + (formatted-args (mapconcat + (lambda (x) + (concat (nth 0 x) (make-string (- max-len (length (nth 0 x))) ? ) " -- " + (if (nth 1 x) (concat "\(default " (nth 1 x) "\)")))) + args + indent))) + (unless (string= formatted-args "") + (mapconcat 'identity (list "Keyword Arguments:" formatted-args) indent)))) + +(defun python-args-to-docstring-numpy () + "return docstring format for the python arguments in yas-text" + (let* ((args (python-split-args yas-text)) + (format-arg (lambda(arg) + (concat (nth 0 arg) " : " (if (nth 1 arg) ", optional") "\n"))) + (formatted-params (mapconcat format-arg args "\n")) + (formatted-ret (mapconcat format-arg (list (list "out")) "\n"))) + (unless (string= formatted-params "") + (mapconcat 'identity + (list "\nParameters\n----------" formatted-params + "\nReturns\n-------" formatted-ret) + "\n")))) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/.yas-setup.elc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/.yas-setup.elc new file mode 100644 index 0000000..55aabc1 Binary files /dev/null and b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/.yas-setup.elc differ diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__abs__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__abs__ new file mode 100644 index 0000000..67967be --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__abs__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __abs__ +# key: _abs +# group: Special methods +# -- +def __abs__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__add__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__add__ new file mode 100644 index 0000000..9fef747 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__add__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __add__ +# key: _add +# group: Special methods +# -- +def __add__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__aenter__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__aenter__ new file mode 100644 index 0000000..1e6db3b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__aenter__ @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: __aenter__ +# key: _aenter +# group: Special methods +# -- +async def __aenter__(self): + $0 + return self diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__aexit__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__aexit__ new file mode 100644 index 0000000..78ab8e2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__aexit__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __aexit__ +# key: _aexit +# group: Special methods +# -- +async def __aexit__(self, exc_type, exc_value, traceback): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__aiter__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__aiter__ new file mode 100644 index 0000000..3c8e08b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__aiter__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __aiter__ +# key: _aiter +# group: Special methods +# -- +def __aiter__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__and__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__and__ new file mode 100644 index 0000000..74c1c2a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__and__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __and__ +# key: _and +# group: Special methods +# -- +def __and__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__anext__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__anext__ new file mode 100644 index 0000000..aaab2fa --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__anext__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __anext__ +# key: _anext +# group: Special methods +# -- +async def __anext__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__await__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__await__ new file mode 100644 index 0000000..10463d5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__await__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __await__ +# key: _await +# group: Special methods +# -- +def __await__(self): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__bool__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__bool__ new file mode 100644 index 0000000..fd53fd3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__bool__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __bool__ +# key: _bool +# group: Special methods +# -- +def __bool__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__bytes__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__bytes__ new file mode 100644 index 0000000..f1ab4c9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__bytes__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __bytes__ +# key: _bytes +# group: Special methods +# -- +def __bytes__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__call__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__call__ new file mode 100644 index 0000000..e807be5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__call__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __call__ +# key: _call +# group: Special methods +# -- +def __call__(self, ${1:*args}): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ceil__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ceil__ new file mode 100644 index 0000000..8ea4c81 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ceil__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __ceil__ +# key: _ceil +# group: Special methods +# -- +def __ceil__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__class_getitem__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__class_getitem__ new file mode 100644 index 0000000..9a3f99f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__class_getitem__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __class_getitem__ +# key: _class_getitem +# group: Special methods +# -- +def __class_getitem__(cls, key): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__cmp__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__cmp__ new file mode 100644 index 0000000..ed18d21 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__cmp__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __cmp__ +# key: _cmp +# group: Special methods +# -- +def __cmp__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__complex__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__complex__ new file mode 100644 index 0000000..69ced64 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__complex__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __complex__ +# key: _complex +# group: Special methods +# -- +def __complex__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__contains__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__contains__ new file mode 100644 index 0000000..4fca900 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__contains__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __contains__ +# key: _contains +# group: Special methods +# -- +def __contains__(self, item): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__del__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__del__ new file mode 100644 index 0000000..1f5673c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__del__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __del__ +# key: _del +# group: Special methods +# -- +def __del__(self): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__delattr__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__delattr__ new file mode 100644 index 0000000..2c8ce9c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__delattr__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __delattr__ +# key: _delattr +# group: Special methods +# -- +def __delattr__(self, name): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__delete__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__delete__ new file mode 100644 index 0000000..700de5b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__delete__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __delete__ +# key: _delete +# group: Special methods +# -- +def __delete__(self, instance): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__delitem__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__delitem__ new file mode 100644 index 0000000..d843519 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__delitem__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __delitem__ +# key: _delitem +# group: Special methods +# -- +def __delitem__(self, key): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__dir__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__dir__ new file mode 100644 index 0000000..0eef364 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__dir__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __dir__ +# key: _dir +# group: Special methods +# -- +def __dir__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__div__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__div__ new file mode 100644 index 0000000..3e774f5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__div__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __div__ +# key: _div +# group: Special methods +# -- +def __div__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__divmod__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__divmod__ new file mode 100644 index 0000000..b2daa76 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__divmod__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __divmod__ +# key: _divmod +# group: Special methods +# -- +def __divmod__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__enter__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__enter__ new file mode 100644 index 0000000..9508a32 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__enter__ @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: __enter__ +# key: _enter +# group: Special methods +# -- +def __enter__(self): + $0 + + return self diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__eq__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__eq__ new file mode 100644 index 0000000..7fdb0b4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__eq__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __eq__ +# key: _eq +# group: Special methods +# -- +def __eq__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__exit__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__exit__ new file mode 100644 index 0000000..2bac6f2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__exit__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __exit__ +# key: _exit +# group: Special methods +# -- +def __exit__(self, exc_type, exc_value, traceback): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__float__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__float__ new file mode 100644 index 0000000..d1f81ab --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__float__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __float__ +# key: _float +# group: Special methods +# -- +def __float__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__floor__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__floor__ new file mode 100644 index 0000000..9c59412 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__floor__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __floor__ +# key: _floor +# group: Special methods +# -- +def __floor__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__floordiv__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__floordiv__ new file mode 100644 index 0000000..c335b58 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__floordiv__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __floordiv__ +# key: _floordiv +# group: Special methods +# -- +def __floordiv__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__format__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__format__ new file mode 100644 index 0000000..efbe00c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__format__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __format__ +# key: _format +# group: Special methods +# -- +def __format__(self, format_spec): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ge__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ge__ new file mode 100644 index 0000000..97f6873 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ge__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __ge__ +# key: _ge +# group: Special methods +# -- +def __ge__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__get__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__get__ new file mode 100644 index 0000000..3df0d71 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__get__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __get__ +# key: _get +# group: Special methods +# -- +def __get__(self, instance, owner=None): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__getattr__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__getattr__ new file mode 100644 index 0000000..110d0d0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__getattr__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __getattr__ +# key: _getattr +# group: Special methods +# -- +def __getattr__(self, name): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__getattribute__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__getattribute__ new file mode 100644 index 0000000..22935eb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__getattribute__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __getattribute__ +# key: _getattribute +# group: Special methods +# -- +def __getattribute__(self, name): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__getitem__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__getitem__ new file mode 100644 index 0000000..cd08775 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__getitem__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __getitem__ +# key: _getitem +# group: Special methods +# -- +def __getitem__(self, key): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__gt__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__gt__ new file mode 100644 index 0000000..527717e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__gt__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __gt__ +# key: _gt +# group: Special methods +# -- +def __gt__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__hash__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__hash__ new file mode 100644 index 0000000..e059f5a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__hash__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __hash__ +# key: _hash +# group: Special methods +# -- +def __hash__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__iadd__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__iadd__ new file mode 100644 index 0000000..77108c2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__iadd__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __iadd__ +# key: _iadd +# group: Special methods +# -- +def __iadd__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__iand__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__iand__ new file mode 100644 index 0000000..8b61e1c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__iand__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __iand__ +# key: _iand +# group: Special methods +# -- +def __iand__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__idiv__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__idiv__ new file mode 100644 index 0000000..c9e5609 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__idiv__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __idiv__ +# key: _idiv +# group: Special methods +# -- +def __idiv__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ifloordiv__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ifloordiv__ new file mode 100644 index 0000000..fd40fd2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ifloordiv__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __ifloordiv__ +# key: _ifloordiv +# group: Special methods +# -- +def __ifloordiv__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ilshift__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ilshift__ new file mode 100644 index 0000000..8e45763 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ilshift__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __ilshift__ +# key: _ilshift +# group: Special methods +# -- +def __ilshift__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__imatmul__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__imatmul__ new file mode 100644 index 0000000..e162bee --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__imatmul__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __imatmul__ +# key: _imatmul +# group: Special methods +# -- +def __imatmul__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__imod__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__imod__ new file mode 100644 index 0000000..5d3f70e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__imod__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __imod__ +# key: _imod +# group: Special methods +# -- +def __imod__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__imul__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__imul__ new file mode 100644 index 0000000..ecf66b6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__imul__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __imul__ +# key: _imul +# group: Special methods +# -- +def __imul__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__index__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__index__ new file mode 100644 index 0000000..e03b1c7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__index__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __index__ +# key: _index +# group: Special methods +# -- +def __index__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__init__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__init__ new file mode 100644 index 0000000..17fcddf --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__init__ @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: __init__ +# key: _init +# group : definitions +# -- +def __init__(self${1:, args}): + ${2:"${3:docstring}" + }$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__init_subclass__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__init_subclass__ new file mode 100644 index 0000000..371f264 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__init_subclass__ @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: __init_subclass__ +# key: _init_subclass +# group: Special methods +# -- +def __init_subclass__(cls, /${1:, param}, **kwargs): + super().__init_subclass__(**kwargs) + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__instancecheck__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__instancecheck__ new file mode 100644 index 0000000..8a5e429 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__instancecheck__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __instancecheck__ +# key: _instancecheck +# group: Special methods +# -- +def __instancecheck__(self, instance): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__int__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__int__ new file mode 100644 index 0000000..0122492 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__int__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __int__ +# key: _int +# group: Special methods +# -- +def __int__(self): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__invert__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__invert__ new file mode 100644 index 0000000..e5e0a2d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__invert__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __invert__ +# key: _invert +# group: Special methods +# -- +def __invert__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ior__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ior__ new file mode 100644 index 0000000..07ce0dc --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ior__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __ior__ +# key: _ior +# group: Special methods +# -- +def __ior__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ipow__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ipow__ new file mode 100644 index 0000000..8f0ea5d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ipow__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __ipow__ +# key: _ipow +# group: Special methods +# -- +def __ipow__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__irshift__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__irshift__ new file mode 100644 index 0000000..b250a5a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__irshift__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __irshift__ +# key: _irshift +# group: Special methods +# -- +def __irshift__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__isub__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__isub__ new file mode 100644 index 0000000..abd0888 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__isub__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __isub__ +# key: _isub +# group: Special methods +# -- +def __isub__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__iter__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__iter__ new file mode 100644 index 0000000..29414ad --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__iter__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __iter__ +# key: _iter +# group: Special methods +# -- +def __iter__(self): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__itruediv__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__itruediv__ new file mode 100644 index 0000000..3332f32 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__itruediv__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __itruediv__ +# key: _itruediv +# group: Special methods +# -- +def __itruediv__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ixor__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ixor__ new file mode 100644 index 0000000..dae3095 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ixor__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __ixor__ +# key: _ixor +# group: Special methods +# -- +def __ixor__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__le__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__le__ new file mode 100644 index 0000000..774188b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__le__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __le__ +# key: _le +# group: Special methods +# -- +def __le__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__len__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__len__ new file mode 100644 index 0000000..e5544cb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__len__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __len__ +# key: _len +# group: Special methods +# -- +def __len__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__length_hint__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__length_hint__ new file mode 100644 index 0000000..4725963 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__length_hint__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __length_hint__ +# key: _length_hint +# group: Special methods +# -- +def __length_hint__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__lshift__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__lshift__ new file mode 100644 index 0000000..bfb4cc2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__lshift__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __lshift__ +# key: _lshift +# group: Special methods +# -- +def __lshift__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__lt__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__lt__ new file mode 100644 index 0000000..8c34b05 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__lt__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __lt__ +# key: _lt +# group: Special methods +# -- +def __lt__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__matmul__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__matmul__ new file mode 100644 index 0000000..983d29b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__matmul__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __matmul__ +# key: _matmul +# group: Special methods +# -- +def __matmul__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__missing__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__missing__ new file mode 100644 index 0000000..bf79851 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__missing__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __missing__ +# key: _missing +# group: Special methods +# -- +def __missing__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__mod__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__mod__ new file mode 100644 index 0000000..22a987e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__mod__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __mod__ +# key: _mod +# group: Special methods +# -- +def __mod__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__mul__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__mul__ new file mode 100644 index 0000000..d8fae7c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__mul__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __mul__ +# key: _mul +# group: Special methods +# -- +def __mul__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ne__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ne__ new file mode 100644 index 0000000..0ed5f8f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ne__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __ne__ +# key: _ne +# group: Special methods +# -- +def __ne__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__neg__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__neg__ new file mode 100644 index 0000000..7e56f6b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__neg__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __neg__ +# key: _neg +# group: Special methods +# -- +def __neg__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__new__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__new__ new file mode 100644 index 0000000..28ccc0b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__new__ @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: __new__ +# key: _new +# group: Special methods +# -- +def __new__(mcs, name, bases, dct): + $0 + return type.__new__(mcs, name, bases, dct) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__next__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__next__ new file mode 100644 index 0000000..2f22eff --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__next__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __next__ +# key: _next +# group: Special methods +# -- +def __next__(self): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__or__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__or__ new file mode 100644 index 0000000..f658906 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__or__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __or__ +# key: _or +# group: Special methods +# -- +def __or__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__pos__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__pos__ new file mode 100644 index 0000000..de08b09 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__pos__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __pos__ +# key: _pos +# group: Special methods +# -- +def __pos__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__pow__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__pow__ new file mode 100644 index 0000000..4006c0a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__pow__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __pow__ +# key: _pow +# group: Special methods +# -- +def __pow__(self, other, modulo=None): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__prepare__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__prepare__ new file mode 100644 index 0000000..0041ab0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__prepare__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __prepare__ +# key: _prepare +# group: Special methods +# -- +def __prepare__(name, bases, **kwds): + return ${0:\{\}} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__radd__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__radd__ new file mode 100644 index 0000000..5fa27d1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__radd__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __radd__ +# key: _radd +# group: Special methods +# -- +def __radd__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rand__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rand__ new file mode 100644 index 0000000..e3156ef --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rand__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __rand__ +# key: _rand +# group: Special methods +# -- +def __rand__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rdivmod__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rdivmod__ new file mode 100644 index 0000000..4fc1ccb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rdivmod__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __rdivmod__ +# key: _rdivmod +# group: Special methods +# -- +def __rdivmod__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__repr__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__repr__ new file mode 100644 index 0000000..85cb80f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__repr__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __repr__ +# key: _repr +# group: Special methods +# -- +def __repr__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__reversed__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__reversed__ new file mode 100644 index 0000000..ff2a5a1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__reversed__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __reversed__ +# key: _reversed +# group: Special methods +# -- +def __reversed__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rfloordiv__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rfloordiv__ new file mode 100644 index 0000000..cb5375d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rfloordiv__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __rfloordiv__ +# key: _rfloordiv +# group: Special methods +# -- +def __rfloordiv__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rlshift__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rlshift__ new file mode 100644 index 0000000..64a6761 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rlshift__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __rlshift__ +# key: _rlshift +# group: Special methods +# -- +def __rlshift__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rmatmul__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rmatmul__ new file mode 100644 index 0000000..2acfe41 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rmatmul__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __rmatmul__ +# key: _rmatmul +# group: Special methods +# -- +def __rmatmul__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rmod__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rmod__ new file mode 100644 index 0000000..1b4e035 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rmod__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __rmod__ +# key: _rmod +# group: Special methods +# -- +def __rmod__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rmul__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rmul__ new file mode 100644 index 0000000..459d532 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rmul__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __rmul__ +# key: _rmul +# group: Special methods +# -- +def __rmul__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ror__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ror__ new file mode 100644 index 0000000..91293cb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__ror__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __ror__ +# key: _ror +# group: Special methods +# -- +def __ror__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__round__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__round__ new file mode 100644 index 0000000..5d6c3f1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__round__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __round__ +# key: _round +# group: Special methods +# -- +def __round__(self, ndigits=None): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rpow__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rpow__ new file mode 100644 index 0000000..2521f16 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rpow__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __rpow__ +# key: _rpow +# group: Special methods +# -- +def __rpow__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rrshift__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rrshift__ new file mode 100644 index 0000000..78f4ae7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rrshift__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __rrshift__ +# key: _rrshift +# group: Special methods +# -- +def __rrshift__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rshift__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rshift__ new file mode 100644 index 0000000..061c396 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rshift__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __rshift__ +# key: _rshift +# group: Special methods +# -- +def __rshift__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rsub__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rsub__ new file mode 100644 index 0000000..1d7b243 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rsub__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __rsub__ +# key: _rsub +# group: Special methods +# -- +def __rsub__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rtruediv__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rtruediv__ new file mode 100644 index 0000000..a0cba2c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rtruediv__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __rtruediv__ +# key: _rtruediv +# group: Special methods +# -- +def __rtruediv__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rxor__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rxor__ new file mode 100644 index 0000000..b5473ad --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__rxor__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __rxor__ +# key: _rxor +# group: Special methods +# -- +def __rxor__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__set__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__set__ new file mode 100644 index 0000000..19572c1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__set__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __set__ +# key: _set +# group: Special methods +# -- +def __set__(self, instance, value): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__set_name__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__set_name__ new file mode 100644 index 0000000..5bba1fe --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__set_name__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __set_name__ +# key: _set_name +# group: Special methods +# -- +def __set_name__(self, owner, name): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__setattr__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__setattr__ new file mode 100644 index 0000000..5311cf0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__setattr__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __setattr__ +# key: _setattr +# group: Special methods +# -- +def __setattr__(self, name, value): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__setitem__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__setitem__ new file mode 100644 index 0000000..0287f0e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__setitem__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __setitem__ +# key: _setitem +# group: Special methods +# -- +def __setitem__(self, key, value): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__slots__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__slots__ new file mode 100644 index 0000000..e7ea51e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__slots__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __slots__ +# key: _slots +# group: Class attributes +# -- +__slots__ = ($1) +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__str__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__str__ new file mode 100644 index 0000000..f623df7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__str__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __str__ +# key: _str +# group: Special methods +# -- +def __str__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__sub__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__sub__ new file mode 100644 index 0000000..d21d13c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__sub__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __sub__ +# key: _sub +# group: Special methods +# -- +def __sub__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__subclasscheck__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__subclasscheck__ new file mode 100644 index 0000000..0f3a61d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__subclasscheck__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __subclasscheck__ +# key: _subclasscheck +# group: Special methods +# -- +def __subclasscheck__(self, instance): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__truediv__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__truediv__ new file mode 100644 index 0000000..00181b1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__truediv__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __truediv__ +# key: _truediv +# group: Special methods +# -- +def __truediv__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__trunc__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__trunc__ new file mode 100644 index 0000000..52401bf --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__trunc__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __trunc__ +# key: _trunc +# group: Special methods +# -- +def __trunc__(self): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__xor__ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__xor__ new file mode 100644 index 0000000..d84b99f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/__xor__ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: __xor__ +# key: _xor +# group: Special methods +# -- +def __xor__(self, other): + return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/all b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/all new file mode 100644 index 0000000..3ef233e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/all @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: all +# key: all +# expand-env: ((yas-indent-line 'fixed)) +# -- +__all__ = [ + $0 +] diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/arg b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/arg new file mode 100644 index 0000000..f5145ec --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/arg @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: arg +# key: arg +# group: argparser +# -- +parser.add_argument('-$1', '--$2', + $0) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/arg_positional b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/arg_positional new file mode 100644 index 0000000..2e43a8a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/arg_positional @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: arg_positional +# key: posarg +# group: argparser +# -- +parser.add_argument('${1:varname}', $0) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/ase b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/ase new file mode 100644 index 0000000..8675547 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/ase @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: Assert Equal +# key: ase +# group: testing +# -- +self.assertEqual(${1:expected}, ${2:actual}) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/asne b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/asne new file mode 100644 index 0000000..bccff3e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/asne @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: Assert Not Equal +# key: asne +# group: testing +# -- +self.assertNotEqual(${1:expected}, ${2:actual}) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/asr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/asr new file mode 100644 index 0000000..21a10df --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/asr @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Assert Raises +# key: asr +# group: testing +# -- +with self.assertRaises(${1:Exception}): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assert b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assert new file mode 100644 index 0000000..dfd707f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assert @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: assert +# key: ass +# group: testing +# -- +assert $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertEqual b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertEqual new file mode 100644 index 0000000..64be83b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertEqual @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: assertEqual +# key: ae +# group: testing +# -- +self.assertEqual($1, $2) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertFalse b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertFalse new file mode 100644 index 0000000..3c21b36 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertFalse @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: assertFalse +# key: af +# group: testing +# -- +self.assertFalse($0) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertIn b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertIn new file mode 100644 index 0000000..5ef11ca --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertIn @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: assertIn +# key: ai +# group: testing +# -- +self.assertIn(${1:member}, ${2:container}) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertNotEqual b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertNotEqual new file mode 100644 index 0000000..4cb759b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertNotEqual @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: assertNotEqual +# key: ane +# group: testing +# -- +self.assertNotEqual($1, $2) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertNotIn b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertNotIn new file mode 100644 index 0000000..d59f886 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertNotIn @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: assetNotIn +# key: an +# group: testing +# -- +self.assertNotIn(${1:member}, ${2:container}) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertRaises b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertRaises new file mode 100644 index 0000000..489be0f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertRaises @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: assertRaises +# key: ar +# group: testing +# -- +self.assertRaises(${1:Exception}, ${2:fun}) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertRaises.with b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertRaises.with new file mode 100644 index 0000000..5992127 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertRaises.with @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: assertRaisesWith +# key: arw +# -- +with self.assertRaises(${1:Exception}): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertTrue b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertTrue new file mode 100644 index 0000000..0d4b25e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/assertTrue @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: assertTrue +# key: at +# group: testing +# -- +self.assertTrue($0) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/bang b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/bang new file mode 100644 index 0000000..5e873f8 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/bang @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: #! +# key: #! +# contributor : @avelino +# -- +#!/usr/bin/env python diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/celery_pdb b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/celery_pdb new file mode 100644 index 0000000..34c6785 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/celery_pdb @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: celery pdb +# key: cdb +# group: debug +# -- +from celery.contrib import rdb; rdb.set_trace() diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/class_doxygen_doc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/class_doxygen_doc new file mode 100644 index 0000000..fcfa064 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/class_doxygen_doc @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# contributor: Dan Pitic +# name: Class Doxygen Doc +# key: doxy_class +# group: doxygen +# -- +""" +@brief ${1:class description} + +@details ${2:detailed description} +""" diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/classmethod b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/classmethod new file mode 100644 index 0000000..e3121f4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/classmethod @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: classmethod +# key: cm +# group: object oriented +# -- +@classmethod +def ${1:meth}(cls, $2): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/cls b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/cls new file mode 100644 index 0000000..f857cdb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/cls @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: class +# key: cls +# group: object oriented +# -- +class ${1:class}: + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/dataclass b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/dataclass new file mode 100644 index 0000000..c342bd1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/dataclass @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: dataclass +# key: dc +# group: object oriented +# -- +@dataclass +class ${1:class}: + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/dec b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/dec new file mode 100644 index 0000000..b1bee7d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/dec @@ -0,0 +1,14 @@ +# -*- mode: snippet -*- +# name: dec +# key: dec +# group : definitions +# -- +def ${1:decorator}(func): + $2 + def _$1(*args, **kwargs): + $3 + ret = func(*args, **kwargs) + $4 + return ret + + return _$1 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/def b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/def new file mode 100644 index 0000000..a511a7a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/def @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: def method(self, ...): +# key: def +# group: definitions +# -- +def ${1:methodname}(self, ${2:arg}): + ${3:pass} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/deftest b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/deftest new file mode 100644 index 0000000..ed3ec6c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/deftest @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: deftest +# key: dt +# group: testing +# -- +def test_${1:long_name}(self): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/django_test_class b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/django_test_class new file mode 100644 index 0000000..1b63ad4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/django_test_class @@ -0,0 +1,7 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: django_test_class +# key: dtcs +# group: testing +# -- +class ${1:Model}Test(TestCase): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/doc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/doc new file mode 100644 index 0000000..a7d924a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/doc @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: doc +# key: d +# -- +"""$0 +""" diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/doctest b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/doctest new file mode 100644 index 0000000..884352a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/doctest @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: doctest +# key: doctest +# group: testing +# -- +>>> ${1:function calls} +${2:desired output} +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/embed b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/embed new file mode 100644 index 0000000..8d21a7c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/embed @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: embed +# key: embed +# -- +from IPython import embed; embed() diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/enum b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/enum new file mode 100644 index 0000000..876d824 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/enum @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: enum +# key: en +# group: object oriented +# -- +class ${1:class}(Enum): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/env b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/env new file mode 100644 index 0000000..d4fb804 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/env @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: #!/usr/bin/env python +# key: env +# group: Header +# -- +#!/usr/bin/env python diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/for b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/for new file mode 100644 index 0000000..1d8b6e9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/for @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for ... in ... : ... +# key: for +# group : control structure +# -- +for ${var} in ${collection}: + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/from b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/from new file mode 100644 index 0000000..65d5050 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/from @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: from MOD import SYM +# key: from +# group: Header +# -- +from ${1:module} import ${2:symbol} +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/function b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/function new file mode 100644 index 0000000..d7e8f12 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/function @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: function +# key: f +# group: definitions +# -- +def ${1:fun}(${2:args}): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/function_docstring b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/function_docstring new file mode 100644 index 0000000..3e66c26 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/function_docstring @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: function_docstring +# key: fd +# group: definitions +# NOTE: Use minimum indentation, because Emacs 25+ doesn't dedent docstrings. +# -- +def ${1:name}($2): + \"\"\"$3 + ${2:$(python-args-to-docstring)} + \"\"\" + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/function_docstring_numpy b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/function_docstring_numpy new file mode 100644 index 0000000..4be347b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/function_docstring_numpy @@ -0,0 +1,12 @@ +# -*- mode: snippet -*- +# contributor: Egor Panfilov +# name: function_docstring_numpy +# key: fdn +# group: definitions +# -- +def ${1:name}($2): + \"\"\"$3 + +${2:$(python-args-to-docstring-numpy)} + \"\"\" + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/function_doxygen_doc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/function_doxygen_doc new file mode 100644 index 0000000..8b7ba64 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/function_doxygen_doc @@ -0,0 +1,15 @@ +# -*- mode: snippet -*- +# contributor: Dan Pitic +# name: Function Doxygen Doc +# key: doxy_func +# group: doxygen +# -- +""" +@brief ${1:function description} + +@details ${2:detailed description} + +@param ${3:param} + +@return ${4:return type} +""" diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/ic.py b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/ic.py new file mode 100644 index 0000000..3410c81 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/ic.py @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: ic +# key: ic +# -- +from icecream import ic +ic($1) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/if new file mode 100644 index 0000000..d1538a9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/if @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: if +# key: if +# group : control structure +# -- +if ${1:cond}: + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/ife b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/ife new file mode 100644 index 0000000..e1b34f0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/ife @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: ife +# key: ife +# expand-env: ((yas-indent-line 'fixed)) +# group : control structure +# -- +if $1: + $2 +else: + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/ifmain b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/ifmain new file mode 100644 index 0000000..cb74405 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/ifmain @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: ifmain +# key: ifm +# -- +if __name__ == '__main__': + ${1:main()} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/import b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/import new file mode 100644 index 0000000..1ff1ca8 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/import @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: import +# key: imp +# group : general +# -- +import ${1:lib}${2: as ${3:alias}} +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/init_docstring b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/init_docstring new file mode 100644 index 0000000..7256541 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/init_docstring @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: init_docstring +# key: id +# group : definitions +# -- +def __init__(self$1): + \"\"\"$2 + ${1:$(python-args-to-docstring)} + \"\"\" + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/init_docstring_numpy b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/init_docstring_numpy new file mode 100644 index 0000000..0766d13 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/init_docstring_numpy @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# contributor: quazgar +# name: init_docstring_numpy +# key: idn +# group : definitions +# -- +def __init__(self$1): + \"\"\"$2 + ${1:$(python-args-to-docstring-numpy)} + \"\"\" + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/interact b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/interact new file mode 100644 index 0000000..07bed27 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/interact @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: interact +# key: int +# -- +import code; code.interact(local=locals()) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/ipdb b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/ipdb new file mode 100644 index 0000000..8f5b2ad --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/ipdb @@ -0,0 +1,6 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: ipdb trace +# key: ipdb +# group: debug +# -- +import ipdb; ipdb.set_trace() diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/lambda b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/lambda new file mode 100644 index 0000000..c3e9879 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/lambda @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: lambda +# key: lam +# -- +lambda ${1:x}: $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/list b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/list new file mode 100644 index 0000000..8da114e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/list @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: list +# key: li +# group : definitions +# -- +[${1:el} for $1 in ${2:list}] +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/logger_name b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/logger_name new file mode 100644 index 0000000..1cdcc9e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/logger_name @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: logger_name +# key: ln +# -- +logger = logging.getLogger(${1:__name__}) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/logging b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/logging new file mode 100644 index 0000000..568eeea --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/logging @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: logging +# key: log +# -- +logger = logging.getLogger("${1:name}") +logger.setLevel(logging.${2:level}) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/main b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/main new file mode 100644 index 0000000..df753e3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/main @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: main +# key: main +# -- +def main(): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/method b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/method new file mode 100644 index 0000000..dd969d1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/method @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: method +# key: m +# group: object oriented +# -- +def ${1:method}(self${2:, $3}): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/method_docstring b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/method_docstring new file mode 100644 index 0000000..affc63d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/method_docstring @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: method_docstring +# key: md +# group: object oriented +# -- +def ${1:name}(self$2): + \"\"\"$3 + ${2:$(python-args-to-docstring)} + \"\"\" + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/method_docstring_numpy b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/method_docstring_numpy new file mode 100644 index 0000000..8c2910a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/method_docstring_numpy @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# contributor: quazgar +# name: method_docstring_numpy +# key: mdn +# group: object oriented +# -- +def ${1:name}(self$2): + \"\"\"$3 + ${2:$(python-args-to-docstring-numpy)} + \"\"\" + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/not_impl b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/not_impl new file mode 100644 index 0000000..2d35c45 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/not_impl @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: not_impl +# key: not_impl +# -- +raise NotImplementedError diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/np b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/np new file mode 100644 index 0000000..aa6bff8 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/np @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: np +# key: np +# group : general +# -- +import numpy as np +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/parse_args b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/parse_args new file mode 100644 index 0000000..89c8b97 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/parse_args @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: parse_args +# key: pargs +# group: argparser +# -- +def parse_arguments(): + parser = argparse.ArgumentParser(description='$1') + $0 + return parser.parse_args() diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/parser b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/parser new file mode 100644 index 0000000..c52e179 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/parser @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: parser +# key: pars +# group: argparser +# -- +parser = argparse.ArgumentParser(description='$1') +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/pass b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/pass new file mode 100644 index 0000000..9e88189 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/pass @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: pass +# key: ps +# -- +pass diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/pdb b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/pdb new file mode 100644 index 0000000..65d2db4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/pdb @@ -0,0 +1,6 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: pdb trace +# key: pdb +# group: debug +# -- +breakpoint() diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/pl b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/pl new file mode 100644 index 0000000..f0fdd05 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/pl @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Import pyplot +# key: plt +# group : general +# -- +import matplotlib.pyplot as plt +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/print b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/print new file mode 100644 index 0000000..2f90899 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/print @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: print +# key: p +# -- +print($0) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/prop b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/prop new file mode 100644 index 0000000..a2eb1bd --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/prop @@ -0,0 +1,19 @@ +# -*- mode: snippet -*- +# contributor: Mads D. Kristensen +# name: prop +# expand-env: ((yas-indent-line 'fixed)) +# -- +def ${1:foo}(): + doc = """${2:Doc string}""" + def fget(self): + return self._$1 + + def fset(self, value): + self._$1 = value + + def fdel(self): + del self._$1 + return locals() +$1 = property(**$1()) + +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/pudb b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/pudb new file mode 100644 index 0000000..fff1086 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/pudb @@ -0,0 +1,6 @@ +# -*- mode: snippet; require-final-newline: nil -*- +# name: pudb trace +# key: pudb +# group: debug +# -- +import pudb; pudb.set_trace() diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/reg b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/reg new file mode 100644 index 0000000..567cb3a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/reg @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: reg +# key: reg +# group : general +# -- +${1:regexp} = re.compile(r"${2:expr}") +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/return b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/return new file mode 100644 index 0000000..43263d2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/return @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: return +# key: r +# -- +return $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/scls b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/scls new file mode 100644 index 0000000..4a10e28 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/scls @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: subclass +# key: scls +# group: object oriented +# -- +class ${1:class}(${2:super-class}): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/script b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/script new file mode 100644 index 0000000..55e42e9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/script @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: script +# key: script +# -- +#!/usr/bin/env python + +def main(): + pass + +if __name__ == '__main__': + main() diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/self b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/self new file mode 100644 index 0000000..9928c5a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/self @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: self +# key: . +# group: object oriented +# -- +self.$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/self_without_dot b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/self_without_dot new file mode 100644 index 0000000..81178b8 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/self_without_dot @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: self_without_dot +# key: s +# group: object oriented +# -- +self diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/selfassign b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/selfassign new file mode 100644 index 0000000..bc37fab --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/selfassign @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: selfassign +# key: sn +# group: object oriented +# -- +self.$1 = $1 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/setdef b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/setdef new file mode 100644 index 0000000..71b56d9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/setdef @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: setdef +# key: setdef +# -- +${1:var}.setdefault(${2:key}, []).append(${3:value}) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/setup b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/setup new file mode 100644 index 0000000..107abc1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/setup @@ -0,0 +1,14 @@ +# -*- mode: snippet -*- +# name: setup +# key: setup +# group: distribute +# -- +from setuptools import setup + +package = '${1:name}' +version = '${2:0.1}' + +setup(name=package, + version=version, + description="${3:description}", + url='${4:url}'$0) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/size b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/size new file mode 100644 index 0000000..a6ed6ab --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/size @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: size +# key: size +# -- +sys.getsizeof($0) diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/static b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/static new file mode 100644 index 0000000..19c3df9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/static @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: static +# key: sm +# -- +@staticmethod +def ${1:func}($0): diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/test_class b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/test_class new file mode 100644 index 0000000..7342c5f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/test_class @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: test_class +# key: tcs +# group : testing +# -- +class Test${1:toTest}(${2:unittest.TestCase}): + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/test_file b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/test_file new file mode 100644 index 0000000..3fad172 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/test_file @@ -0,0 +1,12 @@ +# -*- mode: snippet -*- +# name: test_file +# key: tf +# group : testing +# -- +import unittest +${1:from ${2:test_file} import *} + +$0 + +if __name__ == '__main__': + unittest.main() diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/try b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/try new file mode 100644 index 0000000..7030ecc --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/try @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: try +# key: try +# expand-env: ((yas-indent-line 'fixed)) +# -- +try: + $0 +except ${1:Exception}: + $2 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/tryelse b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/tryelse new file mode 100644 index 0000000..30537d6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/tryelse @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: tryelse +# key: tryelse +# expand-env: ((yas-indent-line 'fixed)) +# -- +try: + $0 +except $1: + $2 +else: + $3 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/utf8 b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/utf8 new file mode 100644 index 0000000..2ebd82e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/utf8 @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: utf-8 encoding +# key: utf8 +# -- +# -*- coding: utf-8 -*- diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/while b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/while new file mode 100644 index 0000000..a482fac --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/while @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: while +# key: wh +# group: control structure +# -- +while ${1:True}: + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/with b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/with new file mode 100644 index 0000000..e17133c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/with @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: with +# key: with +# group : control structure +# -- +with ${1:expr}${2: as ${3:alias}}: + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/with-open b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/with-open new file mode 100644 index 0000000..a2ccdb3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-mode/with-open @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: with-open +# key: wo +# group : control structure +# contributor: Quazgar +# -- +with open(${1:"filename"}${2:, encoding="${3:utf-8}"}${4:, mode="${5:w}"}) as ${6:myfile}: + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-ts-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-ts-mode/.yas-parents new file mode 100644 index 0000000..49fb9bb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/python-ts-mode/.yas-parents @@ -0,0 +1 @@ +python-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/case b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/case new file mode 100644 index 0000000..5fe75f9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/case @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: (case ... [... ...]...) +# key: case +# -- +(case ${1:expression} [${2:datum} $0]) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/caselambda b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/caselambda new file mode 100644 index 0000000..0c13da1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/caselambda @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: (case-lambda [... ...]...) +# key: case-lambda +# -- +(case-lambda [${1:arguments} $0]) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/cond b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/cond new file mode 100644 index 0000000..05667ff --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/cond @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: (cond [... ...]...) +# key: cond +# -- +(cond [${1:predicate} $0]) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/define b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/define new file mode 100644 index 0000000..df4fbbc --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/define @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: (define ... ...) +# key: define +# -- +(define ${1:(${2:name} ${3:arguments})} $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/define-syntax-rule b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/define-syntax-rule new file mode 100644 index 0000000..2ee92e2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/define-syntax-rule @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: (define-syntax-rule (... ...) ...) +# key: define-syntax-rule +# -- +(define-syntax-rule (${1:id} ${2:pattern}) $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/do b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/do new file mode 100644 index 0000000..fcf3059 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/do @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: (do ([... ... ...]...) (... ...) ...) +# key: do +# -- +(do ([${1:name} ${2:init} ${3:step}]$4) + (${5:stop-predicate} ${6:finish}) + $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/for b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/for new file mode 100644 index 0000000..4a29422 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/for @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: (for... (...) ...) +# key: for +# -- +(for$1 (${2:for-clause}) $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/if new file mode 100644 index 0000000..9e05254 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/if @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: (if ... ... ...) +# key: if +# -- +(if ${1:(${2:predicate})} + $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/lambda b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/lambda new file mode 100644 index 0000000..52794b3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/lambda @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: (lambda (...) ...) +# key: lambda +# -- +(lambda ${1:(${2:arguments})} $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/let b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/let new file mode 100644 index 0000000..5b18e3c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/let @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: (let... ([... ...]...) ...) +# key: let +# -- +(let$1 ([${2:name} ${3:expression}]$4) $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/match b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/match new file mode 100644 index 0000000..be0cf57 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/match @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: (match ... [... ...]...) +# key: match +# -- +(match ${1:expression} [${2:clause} $0]) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/module b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/module new file mode 100644 index 0000000..7203518 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/module @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: (module ... ... ...) +# key: module +# -- +(module ${1:id} ${2:module-path} + $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/module-plus b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/module-plus new file mode 100644 index 0000000..7093474 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/module-plus @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: (module+ ... ...) +# key: module+ +# -- +(module+ ${1:id} + $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/module-star b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/module-star new file mode 100644 index 0000000..e99c9d1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/module-star @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: (module* ... ... ...) +# key: module* +# -- +(module* ${1:id} ${2:module-path} + $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/syntax-rules b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/syntax-rules new file mode 100644 index 0000000..8e2a984 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/syntax-rules @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: (syntax-rules (...) [(... ...) ...]...) +# key: syntax-rules +# -- +(syntax-rules (${1:literal-id}$2) + [(${3:id} ${4:pattern}) ${5:template}]$6) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/unless b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/unless new file mode 100644 index 0000000..6d83201 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/unless @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: (unless ...) +# key: unless +# -- +(unless ${1:(${2:predicate})} $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/when b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/when new file mode 100644 index 0000000..22fc510 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/racket-mode/when @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: (when ...) +# key: when +# -- +(when ${1:(${2:predicate})} $0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/elsif b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/elsif new file mode 100644 index 0000000..807b466 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/elsif @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: elsif +# key: ifi +# -- +if ${1:condition} { + $2 +} elsif ${3:condition} { + $4 +} else { + $5 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/for b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/for new file mode 100644 index 0000000..9fd463c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/for @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for +# key: for +# -- +for ${1:lista} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/for-guard b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/for-guard new file mode 100644 index 0000000..e1d88b9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/for-guard @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: for-guard +# key: forg +# -- +$0 for ${1:list} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/forv b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/forv new file mode 100644 index 0000000..6f93a86 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/forv @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for variable +# key: forv +# -- +for ${1:list} -> ${2:i} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/forvc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/forvc new file mode 100644 index 0000000..3df5834 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/forvc @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: for variable is copy +# key: forvc +# -- +for ${1:list} -> ${2:i} is copy { + $0 +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/forw b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/forw new file mode 100644 index 0000000..e3b5577 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/forw @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for variable is rw +# key: forw +# -- +for ${1:list} -> ${2:i} is rw { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/given b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/given new file mode 100644 index 0000000..5efec32 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/given @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: given +# key: given +# -- +given ${1:variable} { + when ${2:condition} { ${3:block} } + when ${4:condition} { ${5:block} } + default { ${6:default-block} } +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/if new file mode 100644 index 0000000..e4ae5ac --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/if @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: if +# key: if +# -- +if ${1:condition} { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/if-else b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/if-else new file mode 100644 index 0000000..cfd0a72 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/if-else @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: if else +# key: ife +# -- +if ${1:condition} { + $2 +} else { + $3 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/ifguard b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/ifguard new file mode 100644 index 0000000..e20fac7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/ifguard @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: if guard +# key: ifg +# -- +$0 if ${1:condition}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/main b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/main new file mode 100644 index 0000000..4e45fe7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/main @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: main +# key: main +# -- +sub MAIN${2:(${3:args})} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/multi b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/multi new file mode 100644 index 0000000..c281b8c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/multi @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: multi +# key: multi +# -- +multi ${1:subrutine}${2:(${3:args})} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/multi-line-comment b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/multi-line-comment new file mode 100644 index 0000000..b3db94f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/multi-line-comment @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: multi-line and in-the-middle comments +# key: co +# -- +#`($0) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/pod b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/pod new file mode 100644 index 0000000..617e6ec --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/pod @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: Pod +# key: pod +# -- +=begin ${1:comment} + +$0 + +=end $1 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/subrutine b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/subrutine new file mode 100644 index 0000000..003ff30 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/subrutine @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Subrutine +# key: sub +# -- +sub ${1:subrutine}${2:(${3:args})} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/subset b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/subset new file mode 100644 index 0000000..45f6a01 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/subset @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: subset +# key: subset +# -- +subset ${1:name} of ${2:(Type)} where { $_ $0} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/ternary-operator b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/ternary-operator new file mode 100644 index 0000000..cc4f4fa --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/ternary-operator @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: Ternary Operator +# key: tern +# -- +${1:condition} ?? ${2:true} !! ${3:false}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/unless b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/unless new file mode 100644 index 0000000..b631597 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/unless @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: unless +# key: un +# -- +unless ${1:condition} { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/unless-guard b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/unless-guard new file mode 100644 index 0000000..d737aa6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/unless-guard @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: unless guard +# key: ung +# -- +$0 unless ${1:condition}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/until b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/until new file mode 100644 index 0000000..012fb10 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/until @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: until +# key: until +# -- +until ${1:condition} { + +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/untilguard b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/untilguard new file mode 100644 index 0000000..3e39d19 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/untilguard @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: untilg +# key: untilg +# -- +$0 until ${1:condition}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/while b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/while new file mode 100644 index 0000000..a97485c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/while @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: while +# key: while +# -- +while ${1:condition} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/whileguard b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/whileguard new file mode 100644 index 0000000..bc39c7b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/raku-mode/whileguard @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: whileg +# key: whileg +# -- +$0 while ${1:condition}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/component b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/component new file mode 100644 index 0000000..3b31369 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/component @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: component +# key: component +# -- +module ${1:Component} = { + [@react.component] + let make = (${2:parameters}) => { + $0 + }; +}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/for b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/for new file mode 100644 index 0000000..72f622a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/for @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for +# key: for +# -- +for (${1:i} in ${2:iFirst} to ${3:iLast}) { + $0 +}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/function b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/function new file mode 100644 index 0000000..293371e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/function @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: function +# key: func +# -- +(${1:paramters}) -> $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/functor b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/functor new file mode 100644 index 0000000..7780a34 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/functor @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: functor +# key: functor +# -- +module ${1:Functor} = (${2:Module}: ${3:ModuleType}) => { + $0 +}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/if new file mode 100644 index 0000000..de45940 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/if @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: if +# key: if +# -- +if (${1:cond}) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/ifelse b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/ifelse new file mode 100644 index 0000000..63a71d0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/ifelse @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: ifelse +# key: if +# -- +if (${1:cond}) { + $2 +} else { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/let b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/let new file mode 100644 index 0000000..65c3be2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/let @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: let +# key: let +# -- +let ${1:var} = ${2:e}; +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/match_case b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/match_case new file mode 100644 index 0000000..6bd3b3c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/match_case @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: match case +# key: | +# -- +| ${1:Case} => $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/module b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/module new file mode 100644 index 0000000..65817a3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/module @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: module +# key: module +# -- +module ${1:M} = { + $0 +}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/switch b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/switch new file mode 100644 index 0000000..b1bca23 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/switch @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: switch +# key: switch +# -- +switch (${1:to_match}) { +| ${2:matching} => $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/while b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/while new file mode 100644 index 0000000..a0ddda5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/reason-mode/while @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: while +# key: while +# -- +while (${1:cond}) { + $0 +}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/.yas-make-groups b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/.yas-make-groups new file mode 100644 index 0000000..e69de29 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/.yas-parents new file mode 100644 index 0000000..1da1e92 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/.yas-parents @@ -0,0 +1,2 @@ +js-mode +js2-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/.yas-setup.el b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/.yas-setup.el new file mode 100644 index 0000000..8a103a3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/.yas-setup.el @@ -0,0 +1,24 @@ +;;; .yas-setup.el --- Yasnippet helper functions for JSX snippets -*- lexical-binding: t -*- + +;;; Commentary: + +;;; Code: + +(require 'yasnippet) + +(defun yas-jsx-get-class-name-by-file-name () + "Return name of class-like construct by `file-name'." + (if buffer-file-name + (let ((class-name (file-name-nondirectory + (file-name-sans-extension buffer-file-name)))) + (if (equal class-name "index") + (file-name-nondirectory + (directory-file-name (file-name-directory buffer-file-name))) + class-name)) + "")) + +(defun yas-snake-case (s) + "Convert S to snake-case." + (mapconcat #'upcase (split-string s "[^[:word:]0-9]+" t) "_")) + +;;; .yas-setup.el ends here diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/.yas-setup.elc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/.yas-setup.elc new file mode 100644 index 0000000..ec442d9 Binary files /dev/null and b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/.yas-setup.elc differ diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/GraphQL/expgql b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/GraphQL/expgql new file mode 100644 index 0000000..c431d72 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/GraphQL/expgql @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: ac6e22b0-886b-4a09-861b-c759bfb8fcbe +# contributor: Jimmy Yuen Ho Wong +# name: exportGraphQL +# key: expgql +# -- + +export default compose( + graphql(${1:queryOrMutation}, { name: ${2:name} }), +)(${1:${TM_FILENAME_BASE}}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/GraphQL/graphql b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/GraphQL/graphql new file mode 100644 index 0000000..be4c918 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/GraphQL/graphql @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 1a3750bd-8108-40f5-92b4-f0730272815c +# contributor: Jimmy Yuen Ho Wong +# name: graphQLForComponent +# key: graphql +# -- + +import { compose, graphql } from 'react-apollo' \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/desc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/desc new file mode 100644 index 0000000..9966277 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/desc @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: edfbca80-e069-46cd-a034-b1523e57c4a4 +# contributor: Jimmy Yuen Ho Wong +# name: describeBlock +# key: desc +# -- + +describe('$1', () => { + $0 +}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/snrtest b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/snrtest new file mode 100644 index 0000000..79538ad --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/snrtest @@ -0,0 +1,27 @@ +# -*- mode: snippet -*- +# uuid: de59c777-b0cb-40b1-903a-a006987fef2e +# contributor: Jimmy Yuen Ho Wong +# name: setupReactNativeTestWithRedux +# key: snrtest +# -- + +import 'react-native' +import React from 'react' +import renderer from 'react-test-renderer' +import { Provider } from 'react-redux' + +import store from 'src/store' +import ${1:${TM_FILENAME_BASE}} from '../${1:${TM_FILENAME_BASE}}' + +describe('<${1:${TM_FILENAME_BASE}} />', () => { + const defaultProps = {} + const wrapper = renderer.create( + + <${1:${TM_FILENAME_BASE}} {...defaultProps} /> + , + ) + + test('render', () => { + expect(wrapper).toMatchSnapshot() + }) +}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/sntest b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/sntest new file mode 100644 index 0000000..8ab656f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/sntest @@ -0,0 +1,21 @@ +# -*- mode: snippet -*- +# uuid: fae867ad-ec86-4eff-bb90-a9bb07040eb7 +# contributor: Jimmy Yuen Ho Wong +# name: setupReactNativeTest +# key: sntest +# -- + +import 'react-native' +import React from 'react' +import renderer from 'react-test-renderer' + +import ${1:${TM_FILENAME_BASE}} from '../${1:${TM_FILENAME_BASE}}' + +describe('<${1:${TM_FILENAME_BASE}} />', () => { + const defaultProps = {} + const wrapper = renderer.create(<${1:${TM_FILENAME_BASE}} {...defaultProps} />) + + test('render', () => { + expect(wrapper).toMatchSnapshot() + }) +}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/srtest b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/srtest new file mode 100644 index 0000000..fe0b783 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/srtest @@ -0,0 +1,26 @@ +# -*- mode: snippet -*- +# uuid: 168f89c0-3e0b-4868-b090-50f6fc79d074 +# contributor: Jimmy Yuen Ho Wong +# name: setupReactComponentTestWithRedux +# key: srtest +# -- + +import React from 'react' +import renderer from 'react-test-renderer' +import { Provider } from 'react-redux' + +import store from 'src/store' +import { ${1:${TM_FILENAME_BASE}} } from '../${1:${TM_FILENAME_BASE}}' + +describe('<${1:${TM_FILENAME_BASE}} />', () => { + const defaultProps = {} + const wrapper = renderer.create( + + <${1:${TM_FILENAME_BASE}} {...defaultProps} /> + , + ) + + test('render', () => { + expect(wrapper).toMatchSnapshot() + }) +}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/stest b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/stest new file mode 100644 index 0000000..4f9a64e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/stest @@ -0,0 +1,20 @@ +# -*- mode: snippet -*- +# uuid: ddc5cfd4-640f-4fb3-9f85-667de1e4a345 +# contributor: Jimmy Yuen Ho Wong +# name: setupTest +# key: stest +# -- + +import React from 'react' +import renderer from 'react-test-renderer' + +import { ${1:${TM_FILENAME_BASE}} } from '../${1:${TM_FILENAME_BASE}}' + +describe('<${1:${TM_FILENAME_BASE}} />', () => { + const defaultProps = {} + const wrapper = renderer.create(<${1:${TM_FILENAME_BASE}} {...defaultProps} />) + + test('render', () => { + expect(wrapper).toMatchSnapshot() + }) +}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/test b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/test new file mode 100644 index 0000000..ff95676 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/test @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 190f78b4-17ec-429e-aaf1-3231726ca580 +# contributor: Jimmy Yuen Ho Wong +# name: testBlock +# key: test +# -- + +test('should $1', () => { + $0 +}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/tit b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/tit new file mode 100644 index 0000000..480323e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Jest/tit @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 96dcd16f-ee34-4832-8637-6610819df6ba +# contributor: Jimmy Yuen Ho Wong +# name: itBlock +# key: tit +# -- + +it('should $1', () => { + $0 +}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/imrn b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/imrn new file mode 100644 index 0000000..df03bf3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/imrn @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 1eff0de2-eeb3-457f-b935-7a733a03d378 +# contributor: Jimmy Yuen Ho Wong +# name: reactNativeImport +# key: imrn +# -- + +import { ${1:moduleName} } from 'react-native' \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rnc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rnc new file mode 100644 index 0000000..32bbdd4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rnc @@ -0,0 +1,19 @@ +# -*- mode: snippet -*- +# uuid: c4aa3b3e-82af-434b-acc5-b08bf018e0aa +# contributor: Jimmy Yuen Ho Wong +# name: reactNativeComponent +# key: rnc +# -- + +import React, { Component } from 'react' +import { Text, View } from 'react-native' + +export default class ${1:`(yas-jsx-get-class-name-by-file-name)`} extends Component { + render() { + return ( + + ${2:textInComponent} + + ) + } +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rnce b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rnce new file mode 100644 index 0000000..b94e095 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rnce @@ -0,0 +1,21 @@ +# -*- mode: snippet -*- +# uuid: 27262af6-b8a7-4165-bbfb-815f62eb3d4f +# contributor: Jimmy Yuen Ho Wong +# name: reactNativeComponentExport +# key: rnce +# -- + +import React, { Component } from 'react' +import { Text, View } from 'react-native' + +export class ${1:`(yas-jsx-get-class-name-by-file-name)`} extends Component { + render() { + return ( + + ${2:textInComponent} + + ) + } +} + +export default $1 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rncs b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rncs new file mode 100644 index 0000000..080ef24 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rncs @@ -0,0 +1,21 @@ +# -*- mode: snippet -*- +# uuid: 6a9c7016-01b0-4c5c-84d6-28a688d81a4b +# contributor: Jimmy Yuen Ho Wong +# name: reactNativeComponentWithStyles +# key: rncs +# -- + +import React, { Component } from 'react' +import { Text, StyleSheet, View } from 'react-native' + +export default class ${1:`(yas-jsx-get-class-name-by-file-name)`} extends Component { + render() { + return ( + + ${2:textInComponent} + + ) + } +} + +const styles = StyleSheet.create({}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rnpc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rnpc new file mode 100644 index 0000000..6d7d562 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rnpc @@ -0,0 +1,19 @@ +# -*- mode: snippet -*- +# uuid: d30232be-9660-4736-9fdc-4e50559db3d1 +# contributor: Jimmy Yuen Ho Wong +# name: reactNativePureComponent +# key: rnpc +# -- + +import React, { PureComponent } from 'react' +import { Text, View } from 'react-native' + +export default class ${1:`(yas-jsx-get-class-name-by-file-name)`} extends PureComponent { + render() { + return ( + + ${2:textInComponent} + + ) + } +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rnpce b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rnpce new file mode 100644 index 0000000..49c2b56 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rnpce @@ -0,0 +1,21 @@ +# -*- mode: snippet -*- +# uuid: b36666f2-3ac6-4ee7-9f17-b32d82705306 +# contributor: Jimmy Yuen Ho Wong +# name: reactNativePureComponentExport +# key: rnpce +# -- + +import React, { PureComponent } from 'react' +import { Text, View } from 'react-native' + +export class ${1:`(yas-jsx-get-class-name-by-file-name)`} extends PureComponent { + render() { + return ( + + ${2:textInComponent} + + ) + } +} + +export default $1 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rnstyle b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rnstyle new file mode 100644 index 0000000..9079330 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React-Native/rnstyle @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 0b1a0e2b-5577-4a15-bbbb-d573376c8587 +# contributor: Jimmy Yuen Ho Wong +# name: reactNativeStyles +# key: rnstyle +# -- + +const styles = StyleSheet.create({ + ${1:style} +}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cdm b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cdm new file mode 100644 index 0000000..56f55cf --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cdm @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: fed15504-4984-4bd8-a6d6-b1f34bccc721 +# contributor: Jimmy Yuen Ho Wong +# name: componentDidMount +# key: cdm +# -- + +componentDidMount() { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cdup b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cdup new file mode 100644 index 0000000..0ef2bf7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cdup @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: a283c221-42f9-46f9-abaf-f41ef7f5812c +# contributor: Jimmy Yuen Ho Wong +# name: componentDidUpdate +# key: cdup +# -- + +componentDidUpdate(prevProps, prevState, snapshot) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cp b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cp new file mode 100644 index 0000000..c35fbf5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cp @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: dcd12a23-82f9-4779-8847-1ff9a7fdaecc +# contributor: Jimmy Yuen Ho Wong +# name: destructProps +# key: cp +# -- + +const { $1 } = this.props \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cref b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cref new file mode 100644 index 0000000..9b9040b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cref @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 137d875c-953c-4180-bda6-0522b99af83a +# contributor: Jimmy Yuen Ho Wong +# name: createRef +# key: cref +# -- + +this.${1:refName}Ref = React.createRef() \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cs b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cs new file mode 100644 index 0000000..00545bc --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cs @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 091603e8-70cf-42fa-89c0-4fb046aea976 +# contributor: Jimmy Yuen Ho Wong +# name: destructState +# key: cs +# -- + +const { $1 } = this.state \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cwun b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cwun new file mode 100644 index 0000000..a89790b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/cwun @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: f9e81a1f-356b-482d-9795-fc58fe00432d +# contributor: Jimmy Yuen Ho Wong +# name: componentWillUnmount +# key: cwun +# -- + +componentWillUnmount() { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/est b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/est new file mode 100644 index 0000000..e2c58f1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/est @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: d1b4eeda-bb83-4aa0-ba21-d0d89671947f +# contributor: Jimmy Yuen Ho Wong +# name: emptyState +# key: est +# -- + +state = { + $1 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/fref b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/fref new file mode 100644 index 0000000..e1ce0b6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/fref @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 77cf7d01-d7db-40c5-856f-4fbd79a3f1d7 +# contributor: Jimmy Yuen Ho Wong +# name: forwardRef +# key: fref +# -- + +const ref = React.createRef() \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/gdsfp b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/gdsfp new file mode 100644 index 0000000..603969f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/gdsfp @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 3eeec841-9d3b-4e5c-93af-f478ffacc3f1 +# contributor: Jimmy Yuen Ho Wong +# name: getDerivedStateFromProps +# key: gdsfp +# -- + +static getDerivedStateFromProps(nextProps, prevState) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/gsbu b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/gsbu new file mode 100644 index 0000000..83c29c8 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/gsbu @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 6a682f76-d7e3-4983-bf11-735fa7143113 +# contributor: Jimmy Yuen Ho Wong +# name: getSnapshotBeforeUpdate +# key: gsbu +# -- + +getSnapshotBeforeUpdate(prevProps, prevState) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/hoc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/hoc new file mode 100644 index 0000000..c33632a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/hoc @@ -0,0 +1,18 @@ +# -*- mode: snippet -*- +# uuid: 0fccd0f9-2e0c-46e3-88e4-699b6adb680e +# contributor: Jimmy Yuen Ho Wong +# name: hocComponent +# key: hoc +# -- + +import React from 'react' +import PropTypes from 'prop-types' + +export default (WrappedComponent) => { + const hocComponent = ({ ...props }) => + + hocComponent.propTypes = { + } + + return hocComponent +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/impt b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/impt new file mode 100644 index 0000000..4a562f1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/impt @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 33c4817a-b813-4326-8c37-383a6b731f0a +# contributor: Jimmy Yuen Ho Wong +# name: import PropTypes +# key: impt +# -- + +import PropTypes from 'prop-types' \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imr new file mode 100644 index 0000000..02ac909 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imr @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: eab40eaf-3ddc-4994-9618-d575a82393fb +# contributor: Jimmy Yuen Ho Wong +# name: import React +# key: imr +# -- + +import React from 'react' \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrc new file mode 100644 index 0000000..8783dc0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrc @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 2e166e7c-41e6-4fb3-a6f5-2c1d9b1dacc2 +# contributor: Jimmy Yuen Ho Wong +# name: import React, { Component } +# key: imrc +# -- + +import React, { Component } from 'react' \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrcp b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrcp new file mode 100644 index 0000000..3c4b147 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrcp @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# uuid: 93c2e805-e6f9-4fc1-b664-3fd35d288574 +# contributor: Jimmy Yuen Ho Wong +# name: import React, { Component } & PropTypes +# key: imrcp +# -- + +import React, { Component } from 'react' +import PropTypes from 'prop-types' \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrd b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrd new file mode 100644 index 0000000..b51676e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrd @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 733c4c97-18be-443d-a929-5a562dacf02b +# contributor: Jimmy Yuen Ho Wong +# name: import ReactDOM +# key: imrd +# -- + +import ReactDOM from 'react-dom' \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrm b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrm new file mode 100644 index 0000000..ea64af3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrm @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 5c0b476d-98e2-4696-abe2-fadd659dc136 +# contributor: Jimmy Yuen Ho Wong +# name: import React, { memo } +# key: imrm +# -- + +import React, { memo } from 'react' \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrmp b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrmp new file mode 100644 index 0000000..16710f7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrmp @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# uuid: c226a4f1-847a-4fe5-acb4-01489ff3883f +# contributor: Jimmy Yuen Ho Wong +# name: import React, { memo } & PropTypes +# key: imrmp +# -- + +import React, { memo } from 'react' +import PropTypes from 'prop-types' \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrpc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrpc new file mode 100644 index 0000000..3ecdb2d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrpc @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: b3a74dbd-aecf-4a5d-b2ae-5181ece57838 +# contributor: Jimmy Yuen Ho Wong +# name: import React, { PureComponent } +# key: imrpc +# -- + +import React, { PureComponent } from 'react' \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrpcp b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrpcp new file mode 100644 index 0000000..81350e1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrpcp @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# uuid: b3d7bbf4-ad54-43c2-84d6-12448dc9f00b +# contributor: Jimmy Yuen Ho Wong +# name: import React, { PureComponent } & PropTypes +# key: imrpcp +# -- + +import React, { PureComponent } from 'react' +import PropTypes from 'prop-types' \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrr new file mode 100644 index 0000000..051e7f9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/imrr @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 7dfa38c5-1e83-4c4f-b9bb-eaa17fbaba58 +# contributor: Jimmy Yuen Ho Wong +# name: import React Router +# key: imrr +# -- + +import { BrowserRouter as Router, Route, Link } from 'react-router-dom' \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/props b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/props new file mode 100644 index 0000000..09b93b6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/props @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: ffd28ce2-1575-4e26-9e12-65c23d3f9ca2 +# contributor: Jimmy Yuen Ho Wong +# name: componentProps +# key: props +# -- + +this.props.$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pta b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pta new file mode 100644 index 0000000..a00b28b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pta @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 128e90f1-5994-4011-92e6-9263fc186c71 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeArray +# key: pta +# -- + +PropTypes.array, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptany b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptany new file mode 100644 index 0000000..c68b0bf --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptany @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 08932a85-31e3-4763-a210-7147d1c960e1 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeAny +# key: ptany +# -- + +PropTypes.any, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptao b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptao new file mode 100644 index 0000000..4333e76 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptao @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: a6c1a991-4c85-411c-b883-e1b74a6cc609 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeArrayOf +# key: ptao +# -- + +PropTypes.arrayOf($0), \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptaor b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptaor new file mode 100644 index 0000000..0c286a7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptaor @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: f2e72fa4-efc0-4cb3-a03b-0a5f190a2f06 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeArrayOfRequired +# key: ptaor +# -- + +PropTypes.arrayOf($0).isRequired, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptar b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptar new file mode 100644 index 0000000..d7db3d4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptar @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: a67e2217-054e-441c-90cb-514317ce7147 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeArrayRequired +# key: ptar +# -- + +PropTypes.array.isRequired, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptb b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptb new file mode 100644 index 0000000..a535dab --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptb @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 92723ee5-aa37-4b1a-be15-c9a730961575 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeBool +# key: ptb +# -- + +PropTypes.bool, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptbr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptbr new file mode 100644 index 0000000..0043175 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptbr @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: dbde6c9f-ee5e-4011-9408-a8893b9f3286 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeBoolRequired +# key: ptbr +# -- + +PropTypes.bool.isRequired, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pte b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pte new file mode 100644 index 0000000..8cf847d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pte @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 56738701-7759-43b2-b3a5-f61077f00679 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeEnum +# key: pte +# -- + +PropTypes.oneOf(['$0']), \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptel b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptel new file mode 100644 index 0000000..eec462e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptel @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 106b9955-0b26-4442-aebe-e69629a43856 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeElement +# key: ptel +# -- + +PropTypes.element, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptelr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptelr new file mode 100644 index 0000000..b1c2098 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptelr @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: bf1ecbad-63d0-4f2d-a28f-f1f76d4da162 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeElementRequired +# key: ptelr +# -- + +PropTypes.element.isRequired, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pter b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pter new file mode 100644 index 0000000..f0f2c29 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pter @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: d2971e16-ac74-4270-864e-9d771a0ba3d8 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeEnumRequired +# key: pter +# -- + +PropTypes.oneOf(['$0']).isRequired, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptet b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptet new file mode 100644 index 0000000..1c3de8e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptet @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: fffe178e-0de7-4cd0-b3a0-b9d6679738d7 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeOneOfType +# key: ptet +# -- + +PropTypes.oneOfType([ + $0 +]), \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptetr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptetr new file mode 100644 index 0000000..2628d79 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptetr @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 2e95e787-9b25-4618-a16f-7d290a80ef17 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeOneOfTypeRequired +# key: ptetr +# -- + +PropTypes.oneOfType([ + $0 +]).isRequired, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptf b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptf new file mode 100644 index 0000000..164c885 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptf @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: c1ba108b-8b55-4c1f-bc6b-04f3d0aa489f +# contributor: Jimmy Yuen Ho Wong +# name: propTypeFunc +# key: ptf +# -- + +PropTypes.func, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptfr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptfr new file mode 100644 index 0000000..63e7254 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptfr @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 5f377808-588a-48a1-8da3-fcabfcea78e6 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeFuncRequired +# key: ptfr +# -- + +PropTypes.func.isRequired, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pti b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pti new file mode 100644 index 0000000..a3e35b2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pti @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 2b76dd2b-5065-47b9-a8f9-9c25c49327c5 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeInstanceOf +# key: pti +# -- + +PropTypes.instanceOf($0), \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptir b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptir new file mode 100644 index 0000000..af99a1c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptir @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 7fcf75fb-2d69-4d9d-af72-9667d13831d8 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeInstanceOfRequired +# key: ptir +# -- + +PropTypes.instanceOf($0).isRequired, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptn b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptn new file mode 100644 index 0000000..0d421c1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptn @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 6c2482e1-a8c3-4b2a-a3b2-3e4eedabd3e4 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeNumber +# key: ptn +# -- + +PropTypes.number, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptnd b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptnd new file mode 100644 index 0000000..81127af --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptnd @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 9902d633-c968-4215-835a-3e229678ea02 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeNode +# key: ptnd +# -- + +PropTypes.node, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptndr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptndr new file mode 100644 index 0000000..0dc25a1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptndr @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 2d93109e-3916-42b5-afda-692d0ea2e784 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeNodeRequired +# key: ptndr +# -- + +PropTypes.node.isRequired, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptnr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptnr new file mode 100644 index 0000000..fd42869 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptnr @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 8fdab8f9-bce1-4f0f-8b9a-3d2f3d674b39 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeNumberRequired +# key: ptnr +# -- + +PropTypes.number.isRequired, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pto b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pto new file mode 100644 index 0000000..a4dbe6d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pto @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: ee3e2d3d-7d9d-42e8-a05f-ca30b04a7507 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeObject +# key: pto +# -- + +PropTypes.object, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptoo b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptoo new file mode 100644 index 0000000..f2373ed --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptoo @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 9681a478-42a2-4253-b652-ce92f5be6432 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeObjectOf +# key: ptoo +# -- + +PropTypes.objectOf($0), \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptoor b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptoor new file mode 100644 index 0000000..53b5bad --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptoor @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 6179536d-f392-4fe6-9c01-e1d59e7c0cc4 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeObjectOfRequired +# key: ptoor +# -- + +PropTypes.objectOf($0).isRequired, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptor b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptor new file mode 100644 index 0000000..e177712 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptor @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: b0e07d72-3b54-4c30-a379-015b9537cf33 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeObjectRequired +# key: ptor +# -- + +PropTypes.object.isRequired, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pts b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pts new file mode 100644 index 0000000..4553d37 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/pts @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 00414dbf-83ff-4777-949f-79e94d32f661 +# contributor: Jimmy Yuen Ho Wong +# name: propTypeString +# key: pts +# -- + +PropTypes.string, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptsh b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptsh new file mode 100644 index 0000000..38ab658 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptsh @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: d370d2c0-4093-4186-9102-070b1077ef1e +# contributor: Jimmy Yuen Ho Wong +# name: propTypeShape +# key: ptsh +# -- + +PropTypes.shape({ + $0 +}), \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptshr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptshr new file mode 100644 index 0000000..e072808 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptshr @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 51708c90-2ba2-4ed4-bda9-e99e71ec3eeb +# contributor: Jimmy Yuen Ho Wong +# name: propTypeShapeRequired +# key: ptshr +# -- + +PropTypes.shape({ + $0 +}).isRequired, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptsr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptsr new file mode 100644 index 0000000..59f7078 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptsr @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: b81ebfbd-fea2-4357-94c2-ad8fdd0efb4d +# contributor: Jimmy Yuen Ho Wong +# name: propTypeStringRequired +# key: ptsr +# -- + +PropTypes.string.isRequired, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptypes b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptypes new file mode 100644 index 0000000..d878b38 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ptypes @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 287a1b5e-57e6-4e00-b2af-24dd61bf6d8c +# contributor: Jimmy Yuen Ho Wong +# name: staticPropTpyes +# key: ptypes +# -- + +static propTypes = { +$0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rafc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rafc new file mode 100644 index 0000000..990ecc4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rafc @@ -0,0 +1,18 @@ +# -*- mode: snippet -*- +# uuid: 7c78fcf4-0cc0-4590-9abe-a9fc7b2a24e2 +# contributor: Jimmy Yuen Ho Wong +# name: reactArrowFunctionComponent +# key: rafc +# -- + +import React from 'react' + +const ${1:`(yas-jsx-get-class-name-by-file-name)`} = (props) => { + return ( +
+ $0 +
+ ) +} + +export default $1 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rafce b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rafce new file mode 100644 index 0000000..f92fdc2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rafce @@ -0,0 +1,18 @@ +# -*- mode: snippet -*- +# uuid: 65be124a-71d0-4fd9-975a-08d6ec6f9c58 +# contributor: Jimmy Yuen Ho Wong +# name: reactArrowFunctionExportComponent +# key: rafce +# -- + +import React from 'react' + +const ${1:`(yas-jsx-get-class-name-by-file-name)`} = (props) => { + return ( +
+ $0 +
+ ) +} + +export default $1 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rafcp b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rafcp new file mode 100644 index 0000000..7ab41c6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rafcp @@ -0,0 +1,23 @@ +# -*- mode: snippet -*- +# uuid: a85f3fea-065d-499b-a297-b6e3f516c2d7 +# contributor: Jimmy Yuen Ho Wong +# name: reactArrowFunctionComponentWithPropTypes +# key: rafcp +# -- + +import React from 'react' +import PropTypes from 'prop-types' + +const ${1:`(yas-jsx-get-class-name-by-file-name)`} = (props) => { + return ( +
+ $0 +
+ ) +} + +$1.propTypes = { + +} + +export default $1 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rcc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rcc new file mode 100644 index 0000000..eb677ca --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rcc @@ -0,0 +1,18 @@ +# -*- mode: snippet -*- +# uuid: 5fa22440-fa5b-4f3e-98d5-9abe8c68fd5b +# contributor: Jimmy Yuen Ho Wong +# name: reactClassCompoment +# key: rcc +# -- + +import React, { Component } from 'react' + +export default class ${1:`(yas-jsx-get-class-name-by-file-name)`} extends Component { + render() { + return ( +
+ $0 +
+ ) + } +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rccp b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rccp new file mode 100644 index 0000000..74ae638 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rccp @@ -0,0 +1,23 @@ +# -*- mode: snippet -*- +# uuid: f8a0e704-88a4-4c72-8b9e-44fcf0290ae7 +# contributor: Jimmy Yuen Ho Wong +# name: reactClassCompomentPropTypes +# key: rccp +# -- + +import React, { Component } from 'react' +import PropTypes from 'prop-types' + +export default class ${1:`(yas-jsx-get-class-name-by-file-name)`} extends Component { + static propTypes = { + ${2:prop}: ${3:PropTypes} + } + + render() { + return ( +
+ $0 +
+ ) + } +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rce b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rce new file mode 100644 index 0000000..cdb21ad --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rce @@ -0,0 +1,20 @@ +# -*- mode: snippet -*- +# uuid: 43afee80-d7ef-41f5-8aa5-2571c4332da0 +# contributor: Jimmy Yuen Ho Wong +# name: reactClassExportComponent +# key: rce +# -- + +import React, { Component } from 'react' + +export class ${1:`(yas-jsx-get-class-name-by-file-name)`} extends Component { + render() { + return ( +
+ $0 +
+ ) + } +} + +export default $1 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rcep b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rcep new file mode 100644 index 0000000..ce9a681 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rcep @@ -0,0 +1,25 @@ +# -*- mode: snippet -*- +# uuid: 5792fd46-6659-42c4-9c71-d7ca7d72a2a0 +# contributor: Jimmy Yuen Ho Wong +# name: reactClassExportComponentWithPropTypes +# key: rcep +# -- + +import React, { Component } from 'react' +import PropTypes from 'prop-types' + +export class ${1:`(yas-jsx-get-class-name-by-file-name)`} extends Component { + static propTypes = { + + } + + render() { + return ( +
+ $0 +
+ ) + } +} + +export default $1 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rconst b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rconst new file mode 100644 index 0000000..3be5b48 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rconst @@ -0,0 +1,14 @@ +# -*- mode: snippet -*- +# uuid: 01abffb6-2b92-423d-850b-51ee5fdf4117 +# contributor: Jimmy Yuen Ho Wong +# name: classConstructor +# key: rconst +# -- + +constructor(props) { + super(props) + + this.state = { + $0 + } +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rcontext b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rcontext new file mode 100644 index 0000000..c76d0a9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rcontext @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: f33474db-1dd4-402b-852a-2c486d464213 +# contributor: Jimmy Yuen Ho Wong +# name: createContext +# key: rcontext +# -- + +const ${1:contextName} = React.createContext() \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ren b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ren new file mode 100644 index 0000000..91c8537 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ren @@ -0,0 +1,14 @@ +# -*- mode: snippet -*- +# uuid: bfc91d09-863d-4e5d-96bf-afbd234f7ca8 +# contributor: Jimmy Yuen Ho Wong +# name: componentRender +# key: ren +# -- + +render() { + return ( +
+ $0 +
+ ) +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rmc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rmc new file mode 100644 index 0000000..f4d7d83 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rmc @@ -0,0 +1,14 @@ +# -*- mode: snippet -*- +# uuid: 6847343b-1efa-4db0-9b9a-2c9aaa4217c7 +# contributor: Jimmy Yuen Ho Wong +# name: reactFunctionMemoComponent +# key: rmc +# -- + +import React, { memo } from 'react' + +export default memo((props) => ( +
+ $0 +
+)) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rmcp b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rmcp new file mode 100644 index 0000000..bc83f7a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rmcp @@ -0,0 +1,21 @@ +# -*- mode: snippet -*- +# uuid: ba569173-16e1-4d9d-9205-96dc0832455f +# contributor: Jimmy Yuen Ho Wong +# name: reactFunctionMemoComponentWithPropTypes +# key: rmcp +# -- + +import React, { memo } from 'react' +import PropTypes from 'prop-types' + +const ${1:`(yas-jsx-get-class-name-by-file-name)`} = memo((props) => ( +
+ $0 +
+)) + +$1.propTypes = { + +} + +export default $1 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rpc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rpc new file mode 100644 index 0000000..9bac4c2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rpc @@ -0,0 +1,18 @@ +# -*- mode: snippet -*- +# uuid: 58802667-d355-45e8-a000-c2e5d9677b97 +# contributor: Jimmy Yuen Ho Wong +# name: reactClassPureComponent +# key: rpc +# -- + +import React, { PureComponent } from 'react' + +export default class ${1:`(yas-jsx-get-class-name-by-file-name)`} extends PureComponent { + render() { + return ( +
+ $0 +
+ ) + } +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rpce b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rpce new file mode 100644 index 0000000..a1a2c32 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rpce @@ -0,0 +1,20 @@ +# -*- mode: snippet -*- +# uuid: 295423f2-7029-42d3-ba82-8c5edfda37ce +# contributor: Jimmy Yuen Ho Wong +# name: reactClassExportPureComponent +# key: rpce +# -- + +import React, { PureComponent } from 'react' + +export class ${1:`(yas-jsx-get-class-name-by-file-name)`} extends PureComponent { + render() { + return ( +
+ $0 +
+ ) + } +} + +export default $1 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rpcp b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rpcp new file mode 100644 index 0000000..d9fe8f5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/rpcp @@ -0,0 +1,23 @@ +# -*- mode: snippet -*- +# uuid: 54fc179d-98f0-44b8-bd39-a66ac67aaf38 +# contributor: Jimmy Yuen Ho Wong +# name: reactClassPureComponentWithPropTypes +# key: rpcp +# -- + +import React, { PureComponent } from 'react' +import PropTypes from 'prop-types' + +export default class ${1:`(yas-jsx-get-class-name-by-file-name)`} extends PureComponent { + static propTypes = { + + } + + render() { + return ( +
+ $0 +
+ ) + } +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/scu b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/scu new file mode 100644 index 0000000..314b079 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/scu @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: 0f6de3c7-5374-445d-a82e-d01364b53f04 +# contributor: Jimmy Yuen Ho Wong +# name: shouldComponentUpdate +# key: scu +# -- + +shouldComponentUpdate(nextProps, nextState) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ssf b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ssf new file mode 100644 index 0000000..ef8f82e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/ssf @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 0f0e900a-8cf8-4fc6-a03d-75e73bb21f48 +# contributor: Jimmy Yuen Ho Wong +# name: componentSetStateFunc +# key: ssf +# -- + +this.setState((state, props) => { return { $0 }}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/sst b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/sst new file mode 100644 index 0000000..efa0278 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/sst @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 28f6e070-6384-471f-95bf-24fbb77d4d51 +# contributor: Jimmy Yuen Ho Wong +# name: componentSetStateObject +# key: sst +# -- + +this.setState({$0}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/state b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/state new file mode 100644 index 0000000..1a26055 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/React/state @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: 2830720f-93e5-4c01-9624-c4ba068eecce +# contributor: Jimmy Yuen Ho Wong +# name: componentState +# key: state +# -- + +this.state.$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/hocredux b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/hocredux new file mode 100644 index 0000000..b1e455a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/hocredux @@ -0,0 +1,29 @@ +# -*- mode: snippet -*- +# uuid: 68de6229-17f5-4bd6-83ef-feaa3a1ccb31 +# contributor: Jimmy Yuen Ho Wong +# name: hocComponentWithRedux +# key: hocredux +# -- + +import React from 'react' +import PropTypes from 'prop-types' +import { connect } from 'react-redux' + +export const ${1:hocComponentName} = (WrappedComponent) => { + const hocComponent = (props) => + + hocComponent.propTypes = { + } + + return hocComponent +} + +const mapStateToProps = (state, ownProps) => ({ + +}) + +const mapDispatchToProps = (dispatch, ownProps) => ({ + +}) + +export default WrapperComponent => connect(mapStateToProps, mapDispatchToProps)(${1:hocComponentName}(WrapperComponent)) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rcredux b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rcredux new file mode 100644 index 0000000..903dd92 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rcredux @@ -0,0 +1,34 @@ +# -*- mode: snippet -*- +# uuid: c948b832-8ff1-41b2-a256-ce629dcd4dbe +# contributor: Jimmy Yuen Ho Wong +# name: reactClassCompomentRedux +# key: rcredux +# -- + +import React, { Component } from 'react' +import PropTypes from 'prop-types' +import { connect } from 'react-redux' + +export class ${1:`(yas-jsx-get-class-name-by-file-name)`} extends Component { + static propTypes = { + ${2:prop}: ${3:PropTypes} + } + + render() { + return ( +
+ $0 +
+ ) + } +} + +const mapStateToProps = (state, ownProps) => ({ + +}) + +const mapDispatchToProps = (dispatch, ownProps) => ({ + +}) + +export default connect(mapStateToProps, mapDispatchToProps)($1) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/redux b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/redux new file mode 100644 index 0000000..ff29a9c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/redux @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: ebcbdf19-4ba9-404f-ab66-eb9b992d7126 +# contributor: Jimmy Yuen Ho Wong +# name: import redux statement +# key: redux +# -- + +import { connect } from 'react-redux' \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/reduxmap b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/reduxmap new file mode 100644 index 0000000..199bcdb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/reduxmap @@ -0,0 +1,20 @@ +# -*- mode: snippet -*- +# uuid: 32f4d017-7d51-4d41-a954-91e2eaf493c5 +# contributor: Jimmy Yuen Ho Wong +# name: mappingToProps +# key: reduxmap +# -- + +const mapStateToProps = (state, ownProps) => ({ + +}) + +const mapDispatchToProps = (dispatch, ownProps) => ({ + +}) + +const mergeProps = (stateProps, dispatchProps, ownProps) => ({ + ...ownProps, + ...dispatchProps, + ...stateProps, +}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rncredux b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rncredux new file mode 100644 index 0000000..66fea00 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rncredux @@ -0,0 +1,35 @@ +# -*- mode: snippet -*- +# uuid: 73a39297-05ec-45c0-9a05-9b3e5653c477 +# contributor: Jimmy Yuen Ho Wong +# name: reactNativeClassComponentRedux +# key: rncredux +# -- + +import React, { Component } from 'react' +import { View, Text } from 'react-native' +import PropTypes from 'prop-types' +import { connect } from 'react-redux' + +export class ${1:`(yas-jsx-get-class-name-by-file-name)`} extends Component { + static propTypes = { + ${2:prop}: ${3:PropTypes} + } + + render() { + return ( + + ${2:textInComponent} + + ) + } +} + +const mapStateToProps = (state, ownProps) => ({ + +}) + +const mapDispatchToProps = (dispatch, ownProps) => ({ + +}) + +export default connect(mapStateToProps, mapDispatchToProps)($1) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rxaction b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rxaction new file mode 100644 index 0000000..1832959 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rxaction @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# uuid: 9a5dfef3-2b52-4c8e-bad1-3493599e10d9 +# contributor: Jimmy Yuen Ho Wong +# name: reduxAction +# key: rxaction +# -- + +export const ${1:actionName} = (payload) => ({ + type: ${1:$((yas-snake-case yas-text))}, + payload +}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rxconst b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rxconst new file mode 100644 index 0000000..4dd25a2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rxconst @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# uuid: a274faf6-2964-4a22-adf7-1715d3b4a153 +# contributor: Jimmy Yuen Ho Wong +# name: reduxConst +# key: rxconst +# -- + +export const ${1:constantName} = '${1:constantName}' \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rxreducer b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rxreducer new file mode 100644 index 0000000..951f5e4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rxreducer @@ -0,0 +1,20 @@ +# -*- mode: snippet -*- +# uuid: a7bb3ea0-bf96-401b-851e-a63b254f42ba +# contributor: Jimmy Yuen Ho Wong +# name: reduxReducer +# key: rxreducer +# -- + +const initialState = { + +} + +export default (state = initialState, { type, payload }) => { + switch (type) { + case ${1:typeName}: + return { ...state, ...payload } + + default: + return state + } +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rxselect b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rxselect new file mode 100644 index 0000000..c615170 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rjsx-mode/Redux/rxselect @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# uuid: a654de53-26a1-4694-9da7-cc4b906d50fa +# contributor: Jimmy Yuen Ho Wong +# name: reduxSelector +# key: rxselect +# -- + +import { createSelector } from 'reselect' + +export const ${1:selectorName} = state => state.${2:selector} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/autoclass b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/autoclass new file mode 100644 index 0000000..b207dd3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/autoclass @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: autoclass +# key: auto +# -- +.. autoclass:: $0 + ${1::members: ${2:members}} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/autofunction b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/autofunction new file mode 100644 index 0000000..7ed5c5e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/autofunction @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: autofunction +# key: auto +# -- +.. autofunction:: $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/automodule b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/automodule new file mode 100644 index 0000000..2929f77 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/automodule @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: automodule +# key: auto +# -- +.. automodule:: ${1:module_name} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/chapter b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/chapter new file mode 100644 index 0000000..96ccbfc --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/chapter @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: Chapter title +# key: chap +# -- +${1:Chapter} +${1:$(make-string (string-width yas-text) ?\=)} + +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/class b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/class new file mode 100644 index 0000000..66ad562 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/class @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: class +# key: cls +# -- +:class:\`$0\` \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/code b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/code new file mode 100644 index 0000000..49ff111 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/code @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: code +# key: code +# -- +.. code:: ${1:python} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/digraph b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/digraph new file mode 100644 index 0000000..448de13 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/digraph @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: digraph +# key: graph +# -- +.. digraph:: $1 + + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/function b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/function new file mode 100644 index 0000000..8677632 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/function @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: function +# key: fun +# -- +:function:\`$0\` \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/graph b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/graph new file mode 100644 index 0000000..f7d7b69 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/graph @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: graph +# key: graph +# -- +.. graph:: $1 + + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/graphviz b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/graphviz new file mode 100644 index 0000000..53ca449 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/graphviz @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: graphviz +# key: graph +# -- +.. graphviz:: + + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/image b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/image new file mode 100644 index 0000000..402c9a5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/image @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: image +# key: img +# -- +.. image:: ${1:path} + :height: ${2:100} + :width: ${3:200} + :alt: ${4:description} + +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/inheritance b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/inheritance new file mode 100644 index 0000000..e646c9a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/inheritance @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: inheritance +# key: inh +# -- +.. inheritance-diagram:: $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/literal_include b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/literal_include new file mode 100644 index 0000000..9e2a7de --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/literal_include @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: literatal include +# key: inc +# -- +.. literalinclude:: ${1:path} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/meta b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/meta new file mode 100644 index 0000000..6aaae41 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/meta @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: meta +# key: : +# -- +:${1:var}: $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/module b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/module new file mode 100644 index 0000000..e60e18e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/module @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: module +# key: mod +# -- +:mod: \`$0\` \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/parsed_literal b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/parsed_literal new file mode 100644 index 0000000..ee8c07c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/parsed_literal @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: parsed_literal +# key: src +# -- +.. parsed-literal:: + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/pause b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/pause new file mode 100644 index 0000000..0833e87 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/pause @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: pause +# key: pause +# group: hieroglyph +# -- +.. rst-class:: build \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/section b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/section new file mode 100644 index 0000000..28371ed --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/section @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: Section title +# key: sec +# -- +${1:Section} +${1:$(make-string (string-width yas-text) ?\-)} + +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/term b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/term new file mode 100644 index 0000000..86624e2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/term @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: term +# key: term +# -- +:term:\`$0\` \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/title b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/title new file mode 100644 index 0000000..fdf1f42 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/title @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: Document title +# key: tit +# -- +${1:$(make-string (string-width yas-text) ?\=)} +${1:Title} +${1:$(make-string (string-width yas-text) ?\=)} + +$0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/url b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/url new file mode 100644 index 0000000..ead9d35 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/url @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: url +# key: url +# -- +.. _${1:description}: $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/verbatim b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/verbatim new file mode 100644 index 0000000..1d0362c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/verbatim @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: verbatim +# key: | +# -- +| $0 +| \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/warning b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/warning new file mode 100644 index 0000000..8f74b36 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rst-mode/warning @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: warning +# key: warn +# -- +.. warning: + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/# b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/# new file mode 100644 index 0000000..96ca384 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/# @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: # => +# group : general +# -- +# => \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/=b b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/=b new file mode 100644 index 0000000..ac9e033 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/=b @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: =begin rdoc ... =end +# group : general +# -- +=begin rdoc + $0 +=end \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/Comp b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/Comp new file mode 100644 index 0000000..3655d16 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/Comp @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: include Comparable; def <=> ... end +# group : definitions +# -- +include Comparable + +def <=> other + $0 +end \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/Enum b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/Enum new file mode 100644 index 0000000..9804bd6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/Enum @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: include Enumerable +# key: Enum +# group: collections +# -- +include Enumerable + +def each${1:(&block)} + $0 +end diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/GLOB b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/GLOB new file mode 100644 index 0000000..6667254 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/GLOB @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: GLOB +# key: $ +# -- +$${1:GLOBAL} = $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/all b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/all new file mode 100644 index 0000000..dda847b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/all @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: all? { |...| ... } +# group : collections +# -- +all? { |${e}| $0 } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/am b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/am new file mode 100644 index 0000000..0a610b0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/am @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: alias_method new, old +# group : definitions +# -- +alias_method :${new_name}, :${old_name} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/any b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/any new file mode 100644 index 0000000..d41f68a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/any @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: any? { |...| ... } +# group : collections +# -- +any? { |${e}| $0 } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/app b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/app new file mode 100644 index 0000000..33a8425 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/app @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: if __FILE__ == $PROGRAM_NAME ... end +# group : general +# -- +if __FILE__ == $PROGRAM_NAME + $0 +end \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/attribute b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/attribute new file mode 100644 index 0000000..4e8e37a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/attribute @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: attribute +# key: @ +# -- +@${1:attr} = $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/bang b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/bang new file mode 100644 index 0000000..12db845 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/bang @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: #! +# key: #! +# -- +#!/usr/bin/env ruby diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/bench b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/bench new file mode 100644 index 0000000..e440919 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/bench @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: bench +# key: bench +# -- +require "benchmark" + +TESTS = ${1:1_000} +Benchmark.bmbm do |x| + x.report("${2:var}") {} +end diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/bm b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/bm new file mode 100644 index 0000000..9da6fcd --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/bm @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: Benchmark.bmbm(...) do ... end +# group : general +# -- +Benchmark.bmbm(${1:10}) do |x| + $0 +end \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/case b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/case new file mode 100644 index 0000000..706e2d5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/case @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: case ... end +# group : general +# -- +case ${1:object} +when ${2:condition} + $0 +end \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/cla b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/cla new file mode 100644 index 0000000..87e95e6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/cla @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: class << self ... end +# group : definitions +# -- +class << ${self} + $0 +end \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/cls b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/cls new file mode 100644 index 0000000..e65d8d9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/cls @@ -0,0 +1,12 @@ +# -*- mode: snippet -*- +# name: class ... end +# contributor : hitesh +# group : definitions +# -- +class ${1:`(let ((fn (capitalize (file-name-nondirectory + (file-name-sans-extension + (or (buffer-file-name) + (buffer-name (current-buffer)))))))) + (replace-regexp-in-string "_" "" fn t t))`} + $0 +end \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/collect b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/collect new file mode 100644 index 0000000..07db843 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/collect @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: collect { |...| ... } +# group : collections +# -- +collect { |${e}| $0 } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/dee b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/dee new file mode 100644 index 0000000..63d129d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/dee @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: deep_copy(...) +# group : general +# -- +Marshal.load(Marshal.dump($0)) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/def b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/def new file mode 100644 index 0000000..875f0ff --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/def @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: def ... end +# key: def +# -- +def ${1:method}${2:(${3:args})} + $0 +end \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/deli b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/deli new file mode 100644 index 0000000..fb2aa79 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/deli @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: delete_if { |...| ... } +# group : collections +# -- +delete_if { |${e}| $0 } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/det b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/det new file mode 100644 index 0000000..8b05990 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/det @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: detect { |...| ... } +# group : collections +# -- +detect { |${e}| $0 } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/dow b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/dow new file mode 100644 index 0000000..a57e1f1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/dow @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: downto(...) { |n| ... } +# group : control structure +# -- +downto(${0}) { |${n}| + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/ea b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/ea new file mode 100644 index 0000000..794d13b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/ea @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: each { |...| ... } +# group : collections +# -- +each { |${e}| $0 } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/eac b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/eac new file mode 100644 index 0000000..e52f83e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/eac @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: each_cons(...) { |...| ... } +# group : collections +# -- +each_cons(${1:2}) { |${group}| $0 } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/eai b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/eai new file mode 100644 index 0000000..9a9f8e9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/eai @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: each_index { |i| ... } +# group : collections +# -- +each_index { |${i}| $0 } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/eav b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/eav new file mode 100644 index 0000000..6ea956f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/eav @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: each_value { |val| ... } +# group : collections +# -- +each_value { |${val}| $0 } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/eawi b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/eawi new file mode 100644 index 0000000..068e1d4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/eawi @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: each_with_index { |e, i| ... } +# group : collections +# -- +each_with_index { |${e}, ${i}| $0 } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/for b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/for new file mode 100644 index 0000000..03dd82c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/for @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for +# key: for +# -- +for ${1:el} in ${2:collection} + $0 +end \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/forin b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/forin new file mode 100644 index 0000000..15b94f8 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/forin @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for ... in ...; ... end +# group : control structure +# -- +for ${1:element} in ${2:collection} + $0 +end \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/formula b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/formula new file mode 100644 index 0000000..735b0d1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/formula @@ -0,0 +1,16 @@ +# -*- mode: snippet -*- +# name: formula +# key: form +# -- +require 'formula' + +class ${1:Name} , jimeh +# key: mod +# -- +module ${1:`(let ((fn (capitalize (file-name-nondirectory + (file-name-sans-extension + (or (buffer-file-name) + (buffer-name (current-buffer)))))))) + (while (string-match "_" fn) + (setq fn (replace-match "" nil nil fn))) + fn)`} + $0 +end \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/proc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/proc new file mode 100644 index 0000000..b108bed --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/proc @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: Proc.new { |...| ... } +# key: proc +# contributor: Valery Zajkov +# -- +Proc.new { |${1:argument}| $0 } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/pry b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/pry new file mode 100644 index 0000000..cea3988 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/pry @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: binding.pry +# key: pry +# -- +require 'pry'; binding.pry diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/r b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/r new file mode 100644 index 0000000..eb2b6a6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/r @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: attr_reader ... +# group : definitions +# -- +attr_reader : \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/rb b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/rb new file mode 100644 index 0000000..2c1dab7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/rb @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: /usr/bin/ruby -wU +# group : general +# -- +#!/usr/bin/ruby -wU \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/red b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/red new file mode 100644 index 0000000..173eb7b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/red @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: reduce(...) { |...| ... } +# group : collections +# -- +reduce(${1:0}) { |${2:accumulator}, ${3:element}| $0 } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/reject b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/reject new file mode 100644 index 0000000..75afef3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/reject @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: reject { |...| ... } +# group : collections +# -- +reject { |${1:element}| $0 } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/rel b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/rel new file mode 100644 index 0000000..d11bd78 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/rel @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: require_relative +# group : general +# -- +require_relative '$0' \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/req b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/req new file mode 100644 index 0000000..0eb5102 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/req @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: require "..." +# group : general +# -- +require '$0' \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/rpry b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/rpry new file mode 100644 index 0000000..d93221f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/rpry @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: binding.pry_remote +# key: rpry +# -- +require 'pry-remote'; binding.remote_pry \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/rw b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/rw new file mode 100644 index 0000000..836881e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/rw @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: attr_accessor ... +# group : definitions +# -- +attr_accessor : \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/select b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/select new file mode 100644 index 0000000..f279c17 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/select @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: select { |...| ... } +# group : collections +# -- +select { |${1:element}| $0 } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/str b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/str new file mode 100644 index 0000000..733cef5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/str @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: str +# key: s +# -- +#{$0} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/test class b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/test class new file mode 100644 index 0000000..1f7fb91 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/test class @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: test class +# key: tc +# -- +class TC_${1:Class} < Test::Unit::TestCase + $0 +end \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/tim b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/tim new file mode 100644 index 0000000..2a9115e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/tim @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: times { |n| ... } +# group : control structure +# -- +times { |${n}| $0 } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/to_ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/to_ new file mode 100644 index 0000000..a2f9cde --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/to_ @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: to_ +# key: to_ +# -- +def to_s + "${1:string}" +end +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/tu b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/tu new file mode 100644 index 0000000..b9244b6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/tu @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: tu +# key: tu +# -- +require 'test/unit' \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/unless b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/unless new file mode 100644 index 0000000..f3a546a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/unless @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: unless ... end +# group: control structure +# key: unless +# contributor: Valery Zajkov +# -- +unless ${1:condition} + $0 +end \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/until b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/until new file mode 100644 index 0000000..9e32cdc --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/until @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: until ... end +# group: control structure +# -- +until ${condition} + $0 +end \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/upt b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/upt new file mode 100644 index 0000000..820b089 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/upt @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: upto(...) { |n| ... } +# group : control structure +# -- +upto(${n}) { |${i}| + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/w b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/w new file mode 100644 index 0000000..8df25b6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/w @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: attr_writer ... +# group : definitions +# -- +attr_writer : \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/when b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/when new file mode 100644 index 0000000..55d3433 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/when @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: when ... end +# group : control structure +# -- +when ${condition} + $0 +end \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/while b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/while new file mode 100644 index 0000000..a1f1317 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/while @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: while ... end +# group : control structure +# -- +while ${condition} + $0 +end \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/y b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/y new file mode 100644 index 0000000..9676061 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/y @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: :yields: arguments (rdoc) +# group : general +# -- +:yields: $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/zip b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/zip new file mode 100644 index 0000000..a2f30c6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-mode/zip @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: zip(...) { |...| ... } +# group : collections +# -- +zip(${enums}) { |${row}| $0 } \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-ts-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-ts-mode/.yas-parents new file mode 100644 index 0000000..1bd2276 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/ruby-ts-mode/.yas-parents @@ -0,0 +1 @@ +ruby-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/afn b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/afn new file mode 100644 index 0000000..9ed1d9c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/afn @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: async fn name() { ... } +# key: afn +# -- +async fn ${1:name}($2) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/afnr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/afnr new file mode 100644 index 0000000..71cbbbd --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/afnr @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: async fn name() -> Type { ... } +# key: afnr +# -- +async fn ${1:name}($2) -> ${3:Type} { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/afns b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/afns new file mode 100644 index 0000000..c88e672 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/afns @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: async fn name(&self) -> Type { ... } +# key: afns +# -- +async fn ${1:name}(${2:&self}) -> ${3:Type} { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/afnw b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/afnw new file mode 100644 index 0000000..3c358f8 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/afnw @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: async fn name(x: T) where T: Clone { ... } +# key: afnw +# -- +async fn ${1:name}<${2:T}>(${3:x: T}) where ${4:T: Clone} { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/allow b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/allow new file mode 100644 index 0000000..c30c1e8 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/allow @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: #[allow(lint)] +# key: allow +# -- +#[allow(${1:lint})] \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/allow! b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/allow! new file mode 100644 index 0000000..cfb0c7d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/allow! @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: #![allow(lint)] +# key: allow! +# -- +#![allow(${1:lint})] \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/assert b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/assert new file mode 100644 index 0000000..d1252d0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/assert @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: assert!(predicate); +# key: ass +# -- +assert!(${1:predicate}); \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/asserteq b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/asserteq new file mode 100644 index 0000000..7bfafd2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/asserteq @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: assert_eq!(expected, actual); +# key: asseq +# -- +assert_eq!(${1:expected}, ${2:actual}); \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/case b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/case new file mode 100644 index 0000000..9ea6609 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/case @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: pattern => expression, +# key: case +# -- +${1:pattern} => ${2:expression}, \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/cfg b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/cfg new file mode 100644 index 0000000..583e021 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/cfg @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: #[cfg(option)] +# key: cfg +# -- +#[cfg(${1:option})] \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/cfg= b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/cfg= new file mode 100644 index 0000000..b01a458 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/cfg= @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: #[cfg(option = "value")] +# key: cfg= +# -- +#[cfg(${1:option} = "${2:value}")] \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/closure b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/closure new file mode 100644 index 0000000..1624d57 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/closure @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: closure +# key: || +# -- +|${1:arguments}| { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/crate b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/crate new file mode 100644 index 0000000..ee9371e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/crate @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: extern crate +# key: ec +# -- +extern crate ${1:name}; diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/deny b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/deny new file mode 100644 index 0000000..5b7f3d9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/deny @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: #[deny(lint)] +# key: deny +# -- +#[deny(${1:lint})] \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/deny! b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/deny! new file mode 100644 index 0000000..232dfbc --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/deny! @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: #![deny(lint)] +# key: deny! +# -- +#![deny(${1:lint})] \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/derive b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/derive new file mode 100644 index 0000000..581c86f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/derive @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: #[derive(Trait)] +# key: derive +# -- +#[derive(${1:Trait})] \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/display b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/display new file mode 100644 index 0000000..1764f67 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/display @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: impl Display for Type { fn fmt (...) } +# key: display +# -- +impl Display for ${1:Type} { + fn fmt(&self, f: &mut fmt::Formatter) -> fmt::Result { + write!(f, "$0") + } +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/drop b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/drop new file mode 100644 index 0000000..ba23a5b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/drop @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: impl Drop for Type { fn drop(...) } +# key: drop +# -- +impl Drop for ${1:Type} { + fn drop(&mut self) { + $0 + } +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/enum b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/enum new file mode 100644 index 0000000..acf919b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/enum @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: enum Type { ... } +# key: enum +# -- +enum ${1:Type} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/eprint b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/eprint new file mode 100644 index 0000000..a40a749 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/eprint @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: eprint!("{}", value); +# key: eprint +# -- +eprint!("${1:{\}}", $2); diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/eprintln b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/eprintln new file mode 100644 index 0000000..0806251 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/eprintln @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: eprintln!("{}", value); +# key: eprintln +# -- +eprintln!("${1:{\}}", $2); diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/fn b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/fn new file mode 100644 index 0000000..459fd49 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/fn @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: fn name() { ... } +# key: fn +# -- +fn ${1:name}($2) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/fnr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/fnr new file mode 100644 index 0000000..fa98eb2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/fnr @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: fn name() -> Type { ... } +# key: fnr +# -- +fn ${1:name}($2) -> ${3:Type} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/fns b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/fns new file mode 100644 index 0000000..23fada7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/fns @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: fn name(&self) -> Type { ... } +# key: fns +# -- +fn ${1:name}(${2:&self}) -> ${3:Type} { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/fnw b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/fnw new file mode 100644 index 0000000..321c292 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/fnw @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: fn name(x: T) where T: Clone { ... } +# key: fnw +# -- +fn ${1:name}<${2:T}>(${3:x: T}) where ${4:T: Clone} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/for b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/for new file mode 100644 index 0000000..66dca09 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/for @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for var in iterable { ... } +# key: for +# -- +for ${1:var} in ${2:iterable} { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/from b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/from new file mode 100644 index 0000000..9e86209 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/from @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: impl From for Type { fn from(...) } +# key: from +# -- +impl From<${1:From}> for ${2:Type} { + fn from(source: $1) -> Self { + $0 + Self { } + } +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/fromstr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/fromstr new file mode 100644 index 0000000..891751c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/fromstr @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: impl FromStr for Type { fn from_str(...) } +# key: fromstr +# -- +impl FromStr for ${1:Type} { + type Err = ${2:Error}; + + fn from_str(s: &str) -> Result { + Ok(Self{}) + } +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/if new file mode 100644 index 0000000..c793ace --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/if @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: if expr { ... } +# key: if +# -- +if ${1:expression} { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/ife b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/ife new file mode 100644 index 0000000..12f2b56 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/ife @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: if expression { ... } else { .. } +# key: ife +# -- +if ${1:expression} { + $0 +} else { + +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/ifl b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/ifl new file mode 100644 index 0000000..e4febb8 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/ifl @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: if let pattern = expression { ... }; +# key: ifl +# -- +if let ${1:pattern} = ${2:expression} { + $0 +}; diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/impl b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/impl new file mode 100644 index 0000000..14bb06f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/impl @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: impl Type { ... } +# key: impl +# -- +impl ${1:Type} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/implt b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/implt new file mode 100644 index 0000000..0ed9b7d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/implt @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: impl Trait for Type { ... } +# key: implt +# -- +impl ${1:Trait} for ${2:Type} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/let b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/let new file mode 100644 index 0000000..9f603ea --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/let @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: let pattern = expression; +# key: let +# -- +let ${1:pattern} = ${2:expression}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/letm b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/letm new file mode 100644 index 0000000..b07d673 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/letm @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: let mut pattern = expression; +# key: letm +# -- +let mut ${1:pattern} = ${2:expression}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/lett b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/lett new file mode 100644 index 0000000..10a7fa6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/lett @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: let pattern: type = expression; +# key: lett +# -- +let ${1:pattern}: ${2:type} = ${3:expression}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/lettm b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/lettm new file mode 100644 index 0000000..9ceb8c3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/lettm @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: let mut pattern: type = expression; +# key: lettm +# -- +let mut ${1:pattern}: ${2:type} = ${3:expression}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/loop b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/loop new file mode 100644 index 0000000..e24ae61 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/loop @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: loop { ... } +# key: loop +# -- +loop { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/macro b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/macro new file mode 100644 index 0000000..410c132 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/macro @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: macro_rules! name { (..) => (..); } +# key: macro +# -- +macro_rules! ${1:name} { + ($2) => ($3); +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/main b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/main new file mode 100644 index 0000000..3f9fe31 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/main @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: fn main() { ... } +# key: main +# -- +fn main() { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/match b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/match new file mode 100644 index 0000000..9dc802f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/match @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: match expression { ... } +# key: match +# -- +match ${1:expression} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/new b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/new new file mode 100644 index 0000000..c5f21c1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/new @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: pub fn new() { ... } +# key: new +# -- +pub fn new($1) -> ${2:Name} { + $2 { ${3} } +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pafn b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pafn new file mode 100644 index 0000000..13edd5c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pafn @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: pub async fn name() { ... } +# key: pafn +# -- +pub async fn ${1:name}($2) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pafnr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pafnr new file mode 100644 index 0000000..3ce9681 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pafnr @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: pub async fn name() -> Type { ... } +# key: pafnr +# -- +pub async fn ${1:name}($2) -> ${3:Type} { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pafns b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pafns new file mode 100644 index 0000000..ad223f9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pafns @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: pub async fn name(&self) -> Type { ... } +# key: pafns +# -- +pub async fn ${1:name}(${2:&self}) -> ${3:Type} { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pafnw b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pafnw new file mode 100644 index 0000000..bea6dd2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pafnw @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: pub async fn name(x: T) where T: Clone { ... } +# key: pafnw +# -- +pub async fn ${1:name}<${2:T}>(${3:x: T}) where ${4:T: Clone} { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pfn b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pfn new file mode 100644 index 0000000..5f75131 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pfn @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: pub fn name() { ... } +# key: pfn +# -- +pub fn ${1:name}($2) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pfnr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pfnr new file mode 100644 index 0000000..4fdd261 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pfnr @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: pub fn name() -> Type { ... } +# key: pfnr +# -- +pub fn ${1:name}($2) -> ${3:Type} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pfns b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pfns new file mode 100644 index 0000000..4ad120f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pfns @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: pub fn name(&self) -> Type { ... } +# key: pfns +# -- +pub fn ${1:name}(${2:&self}) -> ${3:Type} { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pfnw b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pfnw new file mode 100644 index 0000000..c264400 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/pfnw @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: pub fn name(x: T) where T: Clone { ... } +# key: pfnw +# -- +pub fn ${1:name}<${2:T}>(${3:x: T}) where ${4:T: Clone} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/print b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/print new file mode 100644 index 0000000..403ffd9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/print @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: print!("{}", value); +# key: print +# -- +print!("${1:{\}}", $2); \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/println b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/println new file mode 100644 index 0000000..9d35fc5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/println @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: println!("{}", value); +# key: println +# -- +println!("${1:{\}}", $2); \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/result b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/result new file mode 100644 index 0000000..6996dd4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/result @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: Result +# key: result +# -- +Result<${1:Type}, ${2:failure::Error}> \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/spawn b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/spawn new file mode 100644 index 0000000..c5b7445 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/spawn @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: spawn(proc() { ... }); +# key: spawn +# -- +spawn(proc() { + $0 +}); diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/static b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/static new file mode 100644 index 0000000..eef8072 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/static @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: CONSTANT: Type = value; +# key: static +# -- +static ${1:CONSTANT}: ${2:Type} = ${3:value}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/struct b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/struct new file mode 100644 index 0000000..7de2ffa --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/struct @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: struct TypeName { .. } +# key: struct +# -- +struct ${1:TypeName} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/test b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/test new file mode 100644 index 0000000..26efca1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/test @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: #[test] fn test_name() { .. } +# key: test +# -- +#[test] +fn ${1:test_name}() { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/testmod b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/testmod new file mode 100644 index 0000000..d3494b7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/testmod @@ -0,0 +1,13 @@ +# -*- mode: snippet -*- +# name: test module +# key: testmod +# -- +#[cfg(test)] +mod ${1:tests} { + use super::*; + + #[test] + fn ${2:test_name}() { + $0 + } +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/trait b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/trait new file mode 100644 index 0000000..724df7f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/trait @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: trait Type { ... } +# key: trait +# -- +trait ${1:Type} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/type b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/type new file mode 100644 index 0000000..584a089 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/type @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: type TypeName = TypeName; +# key: type +# -- +type ${1:TypeName} = ${2:TypeName}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/union b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/union new file mode 100644 index 0000000..92585a2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/union @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: union Type { ... } +# key: union +# -- +union ${1:Type} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/warn b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/warn new file mode 100644 index 0000000..acf5c5c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/warn @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: #[warn(lint)] +# key: warn +# -- +#[warn(${1:lint})] \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/warn! b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/warn! new file mode 100644 index 0000000..2f4885d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/warn! @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: #![warn(lint)] +# key: warn! +# -- +#![warn(${1:lint})] \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/while b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/while new file mode 100644 index 0000000..dbb3663 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/while @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: while expression { ... } +# key: while +# -- +while ${1:expression} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/whilel b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/whilel new file mode 100644 index 0000000..9137014 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-mode/whilel @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: while let pattern = expression { ... } +# key: whilel +# -- +while let ${1:pattern} = ${2:expression} { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-ts-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-ts-mode/.yas-parents new file mode 100644 index 0000000..3c8cd67 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rust-ts-mode/.yas-parents @@ -0,0 +1 @@ +rust-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rustic-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rustic-mode/.yas-parents new file mode 100644 index 0000000..3c8cd67 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/rustic-mode/.yas-parents @@ -0,0 +1 @@ +rust-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/app b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/app new file mode 100644 index 0000000..b21cdb5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/app @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# contributor: Anders Bach Nielsen +# name: object name extends App +# key: app +# -- +object ${1:name} extends App { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/case b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/case new file mode 100644 index 0000000..5e03660 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/case @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# contributor: Jonas Bonèr +# name: case pattern => +# key: case +# -- +case ${1:_} => $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/cc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/cc new file mode 100644 index 0000000..95ff430 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/cc @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# contributor: Sam Halliday +# name: case class T(arg: A) +# key: cc +# -- +case class ${1:Name}( + ${2:arg}: ${3:Type} +) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/co b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/co new file mode 100644 index 0000000..8bbafc0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/co @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# contributor: Jonas Bonèr +# name: case object T +# key: co +# -- +case object ${1:name} $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/cons b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/cons new file mode 100644 index 0000000..2acdaff --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/cons @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# contributor: Jonas Bonèr +# name: element1 :: element2 +# key: cons +# -- +${1:element1} :: ${2:element2} $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/def b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/def new file mode 100644 index 0000000..a1dcc7f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/def @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# contributor: Jonas Bonèr +# name: def f(arg: T): R = {...} +# key: def +# -- +def ${1:name}(${2:args}): ${3:Unit} = { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/doc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/doc new file mode 100644 index 0000000..00e5f07 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/doc @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# contributor: Anders Bach Nielsen +# name: /** ... */ +# key: doc +# -- +/** + * ${1:description} + * $0 + */ \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/docfun b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/docfun new file mode 100644 index 0000000..bffc75d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/docfun @@ -0,0 +1,40 @@ +# -*- mode: snippet -*- +# -*- coding: utf-8 -*- +# name: docstring function +# contributor: Andrea Giugliano +# key: docfun +# inspired by a snippet by Tibor Simko et al. +# -- +/** + * $1 + * ${3:$ + (let* ((indent + (concat "\n * ")) + (args + (mapconcat + '(lambda (x) + (if (not (string= (nth 0 x) "")) + ;; in Scala I get a separator : for the type + (let ((par-type (mapcar 'string-trim (split-string (nth 0 x) ":")))) (concat "@param " (first par-type) indent "@tparam " (second par-type) indent)) + )) + (mapcar + '(lambda (x) + (mapcar + '(lambda (x) + (replace-regexp-in-string "[[:blank:]]*$" "" + (replace-regexp-in-string "^[[:blank:]]*" "" x))) + x)) + (mapcar '(lambda (x) (split-string x "=")) + (split-string yas-text ","))) + indent))) + (if (string= args "") + (concat indent "@return: " indent "@rtype: " indent (make-string 3 34)) + (mapconcat + 'identity + (list "" args ) + indent))) + } + * @return ${4:$(yas-text)} + * + **/ +def ${2:name}($3): $4 = $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/for b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/for new file mode 100644 index 0000000..34c1b27 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/for @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# contributor: Sam Halliday +# name: for { x <- xs } yield +# key: for +# -- +for { + ${1:x} <- ${2:xs} +} yield ${3:x} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/if new file mode 100644 index 0000000..65979e1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/if @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# contributor: Jonas Bonèr +# name: if (cond) { .. } +# key: if +# -- +if (${1:condition}) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/ls b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/ls new file mode 100644 index 0000000..4445fb2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/ls @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# contributor: Jonas Bonèr +# name: List(..) +# key: ls +# -- +List(${1:args}, ${2:args}) $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/main b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/main new file mode 100644 index 0000000..4121c2b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/main @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# contributor: Jonas Bonèr +# name: def main(args: Array[String]) = { ... } +# key: main +# -- +def main(args: Array[String]) = { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/match b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/match new file mode 100644 index 0000000..30c694e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/match @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# contributor: Jonas Bonèr +# name: cc match { .. } +# key: match +# -- +${1:cc} match { + case ${2:pattern} => $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/ob b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/ob new file mode 100644 index 0000000..3063720 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/ob @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# contributor: Jonas Bonèr +# name: object name extends T +# key: ob +# -- +object ${1:name} extends ${2:type} $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/throw b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/throw new file mode 100644 index 0000000..c05fd88 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/throw @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# contributor: Jonas Bonèr +# name: throw new Exception +# key: throw +# -- +throw new ${1:Exception}(${2:msg}) $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/try b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/try new file mode 100644 index 0000000..b02fcff --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/try @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# contributor: Sam Halliday +# name: try { .. } catch { case e => ..} +# key: try +# -- +try { + $0 +} catch { + case e: ${1:Throwable} => + ${2:// TODO: handle exception} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/valueclass b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/valueclass new file mode 100644 index 0000000..5adecf4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-mode/valueclass @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# contributor: Michael Pollmeier +# name: value class +# key: vc +# -- +case class ${1:Name}(value: ${2:Type}) extends AnyVal diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-ts-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-ts-mode/.yas-parents new file mode 100644 index 0000000..9035891 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/scala-ts-mode/.yas-parents @@ -0,0 +1 @@ +scala-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/args b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/args new file mode 100644 index 0000000..018f60a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/args @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: args +# key: args +# -- +if [ $# -lt ${1:2} ] + then $0 +fi \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/bang b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/bang new file mode 100644 index 0000000..5e11f0e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/bang @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: bang +# key: ! +# -- +#!/usr/bin/env bash +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/case b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/case new file mode 100644 index 0000000..648daef --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/case @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: case +# key: case +# -- +case ${1:cond} in + ${2:pattern} ) + ${3:stuff} + ;; + $0 +esac diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/for loop b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/for loop new file mode 100644 index 0000000..438706b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/for loop @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for loop +# key: for +# -- +for ${1:var} in ${2:stuff}; do + $0 +done \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/function b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/function new file mode 100644 index 0000000..c0f670a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/function @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: function +# key: f +# -- +function ${1:name} { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/if new file mode 100644 index 0000000..2dc537d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/if @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: if +# key: if +# -- +if ${1:[ -f file]} + then ${2:do} +fi +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/ife b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/ife new file mode 100644 index 0000000..f046a3e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/ife @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: ife +# key: ife +# -- +if ${1:cond} +then ${2:stuff} +else ${3:other} +fi +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/safe-bang b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/safe-bang new file mode 100644 index 0000000..ef93a83 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/safe-bang @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: safer bash settings for scripts +# key: s! +# -- +#!/usr/bin/env bash +set -euo pipefail +IFS=$'\n\t' + +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/script-dir b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/script-dir new file mode 100644 index 0000000..49cf35e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/script-dir @@ -0,0 +1,14 @@ +# -*- mode: snippet -*- +# name: the currently executing/sourced script's directory +# key: script-dir +# -- +# See https://stackoverflow.com/a/246128/3561275 +SOURCE="\${BASH_SOURCE[0]}" +while [ -h "\$SOURCE" ]; do # resolve \$SOURCE until the file is no longer a symlink + DIR="\$( cd -P "\$( dirname "\$SOURCE" )" >/dev/null 2>&1 && pwd )" + SOURCE="\$(readlink "\$SOURCE")" + [[ \$SOURCE != /* ]] && SOURCE="\$DIR/\$SOURCE" # if \$SOURCE was a relative symlink, we need to resolve it relative to the path where the symlink file was located +done +DIR="\$( cd -P "\$( dirname "\$SOURCE" )" >/dev/null 2>&1 && pwd )" + +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/select b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/select new file mode 100644 index 0000000..7949710 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/select @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: select +# key: select +# -- +select ${1:var} in ${2:stuff}; do + $0 +done diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/until b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/until new file mode 100644 index 0000000..a99709c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/until @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: until loop +# key: until +# -- +until ${1:cond}; do + $0 +done \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/while b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/while new file mode 100644 index 0000000..16b147c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-mode/while @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: while loop +# key: while +# -- +while ${1:cond}; do + $0 +done \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-ts-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-ts-mode/.yas-parents new file mode 100644 index 0000000..04d079b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sh-ts-mode/.yas-parents @@ -0,0 +1 @@ +sh-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/cont b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/cont new file mode 100644 index 0000000..3783d54 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/cont @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: cont +# key: cont +# -- +# contributor: `user-full-name` \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/elisp b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/elisp new file mode 100644 index 0000000..768e94d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/elisp @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: elisp +# key: ` +# -- +\`$0\` \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/field b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/field new file mode 100644 index 0000000..38238a1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/field @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: ${ ... } field +# contributor : joaotavora +# key: $f +# key: field +# -- +\${${1:${2:n}:}$3${4:\$(${5:lisp-fn})}\}$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/group b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/group new file mode 100644 index 0000000..3ae8fd2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/group @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: group +# key: group +# -- +# group : ${1:group} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/mirror b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/mirror new file mode 100644 index 0000000..694ba22 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/mirror @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: ${n:$(...)} mirror +# key: $m +# contributor : joaotavora +# key: mirror +# -- +\${${2:n}:${4:\$(${5:reflection-fn})}\}$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/vars b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/vars new file mode 100644 index 0000000..db3af4e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/snippet-mode/vars @@ -0,0 +1,13 @@ +# -*- mode: snippet -*- +# name: Snippet header +# contributor : joaotavora +# key: vars +# -- +# name: $1${2: +# key: ${3:trigger-key}}${4: +# keybinding : ${5:keybinding}}${6: +# expand-env : (${7:})} +# contributor : $6 +# key: vars +# -- +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/column b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/column new file mode 100644 index 0000000..011e9a5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/column @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# contributor : Alejandro Espinoza Esparza +# name: , ColumnName ColumnType NOT NULL... +# -- + , ${1:Name} ${2:Type} ${3:NOT NULL} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/constraint b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/constraint new file mode 100644 index 0000000..7d3ff9d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/constraint @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# contributor : Alejandro Espinoza Esparza +# name: CONSTRAINT [..] PRIMARY KEY ... +# -- +CONSTRAINT [${1:PK_Name}] PRIMARY KEY ${2:CLUSTERED} ([${3:ColumnName}]) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/constraint.1 b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/constraint.1 new file mode 100644 index 0000000..7cf5173 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/constraint.1 @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# contributor : Alejandro Espinoza Esparza +# name: CONSTRAINT [..] FOREIGN KEY ... +# -- +CONSTRAINT [${1:FK_Name}] FOREIGN KEY ${2:CLUSTERED} ([${3:ColumnName}]) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/create b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/create new file mode 100644 index 0000000..597b1cc --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/create @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# contributor : Alejandro Espinoza Esparza +# name: create table ... +# -- +CREATE TABLE [${1:dbo}].[${2:TableName}] +( + ${3:Id} ${4:INT IDENTITY(1,1)} ${5:NOT NULL} +$0 + CONSTRAINT [${6:PK_}] PRIMARY KEY ${7:CLUSTERED} ([$3]) +) +GO \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/create.1 b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/create.1 new file mode 100644 index 0000000..ed1759a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/create.1 @@ -0,0 +1,13 @@ +# -*- mode: snippet -*- +# contributor : Alejandro Espinoza Esparza +# name: create procedure ... +# -- +CREATE PROCEDURE [${1:dbo}].[${2:Name}] +( + $3 $4 = ${5:NULL} ${6:OUTPUT} +) +AS +BEGIN +$0 +END +GO \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/insert b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/insert new file mode 100644 index 0000000..9ac08fe --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/insert @@ -0,0 +1,5 @@ +# -*- mode: snippet; -*- +# name: insert +# key: ins +# -- +INSERT INTO ${table-name} (${col1, col2}) VALUES (${'val1', 'val2'});$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/references b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/references new file mode 100644 index 0000000..24ba301 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/sql-mode/references @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# contributor : Alejandro Espinoza Esparza +# name: REFERENCES ... +# -- +REFERENCES ${1:TableName}([${2:ColumnName}]) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/available b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/available new file mode 100644 index 0000000..6f2d944 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/available @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: available +# key: available +# -- +@available(iOS $1, *) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/checkversion b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/checkversion new file mode 100644 index 0000000..7442b38 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/checkversion @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: checkversion +# key: checkversion +# -- +#if swift(>=3.0) + $0 +#elseif swift(>=2.2) + $2 +#elseif swift(>=2.1) + $2 +#endif \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/dispatchafter b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/dispatchafter new file mode 100644 index 0000000..b44418f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/dispatchafter @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: dispatchAfter +# key: dispatchAfter +# -- +DispatchQueue.main.asyncAfter(deadline: .now() + .seconds($1)) { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/dispatchasync b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/dispatchasync new file mode 100644 index 0000000..065484f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/dispatchasync @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: dispatchAsync +# key: dispatchAsync +# -- +DispatchQueue.global(qos: .default).async { + $1 + DispatchQueue.main.async { + $0 + } +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/dispatchmain b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/dispatchmain new file mode 100644 index 0000000..6994da6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/dispatchmain @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: dispatchMain +# key: dispatchMain +# -- +DispatchQueue.main.async(execute: { () -> Void in + $0 +}) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/documentdirectory b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/documentdirectory new file mode 100644 index 0000000..d1fe734 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/documentdirectory @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: documentDirectory +# key: documentDirectory +# -- +if let path = + NSSearchPathForDirectoriesInDomains( + FileManager.SearchPathDirectory.documentDirectory, + FileManager.SearchPathDomainMask.userDomainMask, true).first { + let documentsDirectoryURL = NSURL.fileURL(withPath: path) +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/forcase b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/forcase new file mode 100644 index 0000000..7e04f32 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/forcase @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: forcase +# key: forcase +# -- +for case let $1 in $2 as $3 { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/fori b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/fori new file mode 100644 index 0000000..520be27 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/fori @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: fori +# key: fori +# -- +for $1 in $2 { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/func b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/func new file mode 100644 index 0000000..aba9b08 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/func @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: func +# key: func +# -- +func $1() -> $2 { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/if new file mode 100644 index 0000000..748cec2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/if @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: if (...) { ... } +# key: if +# -- +if $1 { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/initcoder b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/initcoder new file mode 100644 index 0000000..5f0c30f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/initcoder @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: initcoder +# key: initcoder +# -- +public required init?(coder aDecoder: NSCoder) { + fatalError("init(coder:) has not been implemented") +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/let b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/let new file mode 100644 index 0000000..a9333fb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/let @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: let +# key: let +# -- +let $1: $2 = $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/mark b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/mark new file mode 100644 index 0000000..8abacfd --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/mark @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: mark +# key: mark +# -- +// MARK: - $1 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/prop b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/prop new file mode 100644 index 0000000..2600c3e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/prop @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: prop-getset +# key: prop-getset +# -- +var $1: $2 { + get {$3} + set {$3 = value } +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/sortarrayofstrings b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/sortarrayofstrings new file mode 100644 index 0000000..1ed97e7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/sortarrayofstrings @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: sortarrayofstrings +# key: sortarrayofstrings +# -- +$1.sorted { (a, b) -> Bool in + let comparisonResult = a.compare(b, + options: [], + range: a.range(of: a), + locale: Locale.current) + return comparisonResult == .orderedSame +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/trycatch b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/trycatch new file mode 100644 index 0000000..1e417e5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/trycatch @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: trycatch +# key: trycatch +# -- +do { + try $1 +} catch $2 { + $3 +} catch $4 { + $5 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uialertcontroller b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uialertcontroller new file mode 100644 index 0000000..13b650f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uialertcontroller @@ -0,0 +1,17 @@ +# -*- mode: snippet -*- +# name: uialertController +# key: uialertController +# -- +let alert = + UIAlertController(title: $1, + message: $2, + preferredStyle: .alert) + alert.addAction(UIAlertAction(title: "", + style: .default, + handler: { (action) in + alert.dismiss(animated: true, completion: { + $0 + }) +})) + +self.presentViewController(alert, animated: true, completion: nil) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uicollectionviewdatasource b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uicollectionviewdatasource new file mode 100644 index 0000000..4ccaa63 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uicollectionviewdatasource @@ -0,0 +1,37 @@ +# -*- mode: snippet -*- +# name: uicollectionViewDataSource +# key: uicollectionViewDataSource +# -- +// MARK: UICollectionViewDataSource + +func numberOfSections(in collectionView: UICollectionView) -> Int { + return $1 +} + +func collectionView(_ collectionView: UICollectionView, + numberOfItemsInSection section: Int) -> Int { + // TODO:- Required Method + return $2 +} + +func collectionView(_ collectionView: UICollectionView, + cellForItemAt indexPath: IndexPath) -> UICollectionViewCell { + let cell = + collectionView.dequeueReusableCell(withReuseIdentifier: $3, for: indexPath) + configureCell(cell: cell, forItemAt: indexPath) + // TODO:- Required Method + return cell +} + +func configureCell(cell: UICollectionViewCell, forItemAt indexPath: IndexPath) { + +} + +func collectionView(_ collectionView: UICollectionView, + viewForSupplementaryElementOfKind kind: String, + at indexPath: IndexPath) -> UICollectionReusableView { + let view = collectionView.dequeueReusableSupplementaryView( + ofKind: UICollectionElementKindSectionHeader, + withReuseIdentifier: $3, for: indexPath) as UIView + return view +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uicollectionviewdelegate b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uicollectionviewdelegate new file mode 100644 index 0000000..abdbc0d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uicollectionviewdelegate @@ -0,0 +1,15 @@ +# -*- mode: snippet -*- +# name: uiCollectionViewDelegate +# key: uiCollectionViewDelegate +# -- +// MARK: UICollectionViewDelegate + +func collectionView(_ collectionView: UICollectionView, + didSelectItemAt indexPath: IndexPath) { + +} + +func collectionView(_ collectionView: UICollectionView, + didDeselectItemAt indexPath: IndexPath) { + +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uitableviewdatasource b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uitableviewdatasource new file mode 100644 index 0000000..f386e10 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uitableviewdatasource @@ -0,0 +1,26 @@ +# -*- mode: snippet -*- +# name: uitableViewDataSource +# key: uitableViewDataSource +# -- +// MARK: UITableViewDataSource + +func numberOfSections(in tableView: UITableView) -> Int { + return $1 +} + +func tableView(_ tableView: UITableView, + numberOfRowsInSection section: Int) -> Int { + return $2 +} + +func tableView(_ tableView: UITableView, + cellForRowAt indexPath: IndexPath) -> UITableViewCell { + let cell = tableView.dequeueReusableCell(withIdentifier: $3, + for: indexPath) + configureCell(cell: cell, forRowAt: indexPath) + return cell +} + +func configureCell(cell: UITableViewCell, forRowAt indexPath: IndexPath) { + +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uitableviewdelegate b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uitableviewdelegate new file mode 100644 index 0000000..d013f3f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uitableviewdelegate @@ -0,0 +1,34 @@ +# -*- mode: snippet -*- +# name: uiTableViewDelegate +# key: uitableViewDelegate +# -- +// MARK: UITableViewDelegate + +func tableView(_ tableView: UITableView, didSelectRowAt indexPath: IndexPath) { + +} + +func tableView(_ tableView: UITableView, + heightForRowAt indexPath: IndexPath) -> CGFloat { + +} + +func tableView(_ tableView: UITableView, + heightForHeaderInSection section: Int) -> CGFloat { + +} + +func tableView(_ tableView: UITableView, + heightForFooterInSection section: Int) -> CGFloat { + +} + +func tableView(_ tableView: UITableView, + viewForHeaderInSection section: Int) -> UIView? { + +} + +func tableView(_ tableView: UITableView, + viewForFooterInSection section: Int) -> UIView? { + +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uiviewcontrollerlifecycle b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uiviewcontrollerlifecycle new file mode 100644 index 0000000..44e95d7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/uiviewcontrollerlifecycle @@ -0,0 +1,25 @@ +# -*- mode: snippet -*- +# name: uiViewControllerLifecycle +# key: uiViewControllerLifecycle +# -- +// MARK: UIViewController lifecycle + +override func viewDidLoad() { + super.viewDidLoad() +} + +override func viewWillAppear(_ animated: Bool) { + super.viewWillAppear(animated) +} + +override func viewDidAppear(_ animated: Bool) { + super.viewDidAppear(animated) +} + +override func viewWillDisappear(_ animated: Bool) { + super.viewWillDisappear(animated) +} + +override func viewDidDisappear(_ animated: Bool) { + super.viewDidDisappear(animated) +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/var b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/var new file mode 100644 index 0000000..55e19b6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/var @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: var +# key: var +# -- +var $1: $2 = $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/while b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/while new file mode 100644 index 0000000..30518b1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-mode/while @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: while +# key: while +# -- +while $1 { + $0 +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-ts-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-ts-mode/.yas-parents new file mode 100644 index 0000000..9da7f70 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/swift-ts-mode/.yas-parents @@ -0,0 +1 @@ +swift-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/.yas-make-groups b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/.yas-make-groups new file mode 100644 index 0000000..e69de29 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/data b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/data new file mode 100644 index 0000000..02c916c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/data @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: data +# key: data +# -- +data "${1:type}" "${2:name}" { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/app_engine_resources/PaxHeaders/googl b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/app_engine_resources/PaxHeaders/googl new file mode 100644 index 0000000..2c90db9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/app_engine_resources/PaxHeaders/googl @@ -0,0 +1 @@ +123 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/app_engine_resources/google_app_engine_application diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/app_engine_resources/google_app_engin b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/app_engine_resources/google_app_engin new file mode 100644 index 0000000..edb2fc4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/app_engine_resources/google_app_engin @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_app_engine_application +# key: goog_app_engine_application +# -- + +resource "google_app_engine_application" "${1:name}" { + project = "${2:project_id}" + location_id = "${3:location_id}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigquery_resources/PaxHeaders/google_ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigquery_resources/PaxHeaders/google_ new file mode 100644 index 0000000..153de4a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigquery_resources/PaxHeaders/google_ @@ -0,0 +1 @@ +113 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigquery_resources/google_bigquery_table diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigquery_resources/google_bigquery_da b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigquery_resources/google_bigquery_da new file mode 100644 index 0000000..88ee8da --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigquery_resources/google_bigquery_da @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_bigquery_dataset +# key: goog_bigquery_dataset +# -- + +resource "google_bigquery_dataset" "${1:name}" { + dataset_id = "${2:dataset_id}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigquery_resources/google_bigquery_ta b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigquery_resources/google_bigquery_ta new file mode 100644 index 0000000..22da361 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigquery_resources/google_bigquery_ta @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_bigquery_table +# key: goog_bigquery_table +# -- + +resource "google_bigquery_table" "${1:name}" { + dataset_id = "${2:dataset_id}" + table_id = "${3:table_id}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigtable_resources/PaxHeaders/google_ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigtable_resources/PaxHeaders/google_ new file mode 100644 index 0000000..5fdac94 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigtable_resources/PaxHeaders/google_ @@ -0,0 +1 @@ +113 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigtable_resources/google_bigtable_table diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigtable_resources/google_bigtable_in b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigtable_resources/google_bigtable_in new file mode 100644 index 0000000..d8624ce --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigtable_resources/google_bigtable_in @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_bigtable_instance +# key: goog_bigtable_instance +# -- + +resource "google_bigtable_instance" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigtable_resources/google_bigtable_ta b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigtable_resources/google_bigtable_ta new file mode 100644 index 0000000..976417c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/bigtable_resources/google_bigtable_ta @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_bigtable_table +# key: goog_bigtable_table +# -- + +resource "google_bigtable_table" "${1:name}" { + name = "${2:name}" + instance_name = "${3:instance_name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/binary_authorization_resources/PaxHea b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/binary_authorization_resources/PaxHea new file mode 100644 index 0000000..30d763a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/binary_authorization_resources/PaxHea @@ -0,0 +1 @@ +138 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/binary_authorization_resources/google_binary_authorization_policy diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/binary_authorization_resources/google b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/binary_authorization_resources/google new file mode 100644 index 0000000..a4802e5 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/binary_authorization_resources/google @@ -0,0 +1,12 @@ +# -*- mode: snippet -*- +# name: google_binary_authorization_policy +# key: goog_binary_authorization_policy +# -- + +resource "google_binary_authorization_policy" "${1:name}" { + default_admission_rule { + evaluation_mode = "${2:evaluation_mode}" + enforcement_mode = "${3:enforcement_mode}" + } +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/cloud_build_resources/PaxHeaders/goog b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/cloud_build_resources/PaxHeaders/goog new file mode 100644 index 0000000..107ba47 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/cloud_build_resources/PaxHeaders/goog @@ -0,0 +1 @@ +120 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/cloud_build_resources/google_cloudbuild_trigger diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/cloud_build_resources/google_cloudbui b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/cloud_build_resources/google_cloudbui new file mode 100644 index 0000000..060b25d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/cloud_build_resources/google_cloudbui @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: google_cloudbuild_trigger +# key: goog_cloudbuild_trigger +# -- + +resource "google_cloudbuild_trigger" "build_trigger" { +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/cloud_composer_resources/PaxHeaders/g b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/cloud_composer_resources/PaxHeaders/g new file mode 100644 index 0000000..359be30 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/cloud_composer_resources/PaxHeaders/g @@ -0,0 +1 @@ +125 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/cloud_composer_resources/google_composer_environment diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/cloud_composer_resources/google_compo b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/cloud_composer_resources/google_compo new file mode 100644 index 0000000..da3c90b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/cloud_composer_resources/google_compo @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_composer_environment +# key: goog_composer_environment +# -- + +resource "google_composer_environment" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/cloud_functions_resources/google_clou b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/cloud_functions_resources/google_clou new file mode 100644 index 0000000..286822f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/cloud_functions_resources/google_clou @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: google_cloudfunctions_function +# key: goog_cloudfunctions_function +# -- + +resource "google_cloudfunctions_function" "${1:name}" { + name = "${2:name}" + source_archive_bucket = "${3:bucket_name}" + source_archive_object = "${4:obejct_name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/compute_engine_resources/PaxHeaders/g b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/compute_engine_resources/PaxHeaders/g new file mode 100644 index 0000000..f52bcd3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/compute_engine_resources/PaxHeaders/g @@ -0,0 +1 @@ +123 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/compute_engine_resources/google_compute_vpn_tunnel diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/compute_engine_resources/google_compu b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/compute_engine_resources/google_compu new file mode 100644 index 0000000..347145f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/compute_engine_resources/google_compu @@ -0,0 +1,12 @@ +# -*- mode: snippet -*- +# name: google_compute_vpn_tunnel +# key: goog_compute_vpn_tunnel +# -- + +resource "google_compute_vpn_tunnel" "${1:name}" { + name = "${2:name}" + peer_ip = "${3:0.0.0.0}" + shared_secret = "${4:secret}" + target_vpn_gateway = "${5:target_vpn_gateway}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/container_analysis_resources/PaxHeade b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/container_analysis_resources/PaxHeade new file mode 100644 index 0000000..6e93150 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/container_analysis_resources/PaxHeade @@ -0,0 +1 @@ +132 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/container_analysis_resources/google_container_analysis_note diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/container_analysis_resources/google_c b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/container_analysis_resources/google_c new file mode 100644 index 0000000..0e32f95 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/container_analysis_resources/google_c @@ -0,0 +1,14 @@ +# -*- mode: snippet -*- +# name: google_container_analysis_note +# key: goog_container_analysis_note +# -- + +resource "google_container_analysis_note" "${1:name}" { + name = "${2:name}" + attestation_authority { + hint { + human_readable_name = "${3:human_readable_name}" + } + } +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/container_engine_resources/PaxHeaders b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/container_engine_resources/PaxHeaders new file mode 100644 index 0000000..096b744 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/container_engine_resources/PaxHeaders @@ -0,0 +1 @@ +126 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/container_engine_resources/google_container_node_pool diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/container_engine_resources/google_con b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/container_engine_resources/google_con new file mode 100644 index 0000000..8f7864a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/container_engine_resources/google_con @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_container_node_pool +# key: goog_container_node_pool +# -- + +resource "google_container_node_pool" "${1:name}" { + cluster = "${2:value}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_cloudf b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_cloudf new file mode 100644 index 0000000..b907f2c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_cloudf @@ -0,0 +1 @@ +121 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_cloudfunctions_function_data diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_comput b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_comput new file mode 100644 index 0000000..3199b14 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_comput @@ -0,0 +1 @@ +117 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_vpn_gateway_data diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_contai b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_contai new file mode 100644 index 0000000..6164fc2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_contai @@ -0,0 +1 @@ +122 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_container_registry_repository diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_dns_ma b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_dns_ma new file mode 100644 index 0000000..3b3ba9d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_dns_ma @@ -0,0 +1 @@ +114 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_dns_managed_zone_data diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_netblo b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_netblo new file mode 100644 index 0000000..8dcdd86 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_netblo @@ -0,0 +1 @@ +111 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_netblock_ip_ranges diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_projec b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_projec new file mode 100644 index 0000000..5a836d3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_projec @@ -0,0 +1 @@ +114 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_project_services_data diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_servic b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_servic new file mode 100644 index 0000000..6a1ff7e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_servic @@ -0,0 +1 @@ +117 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_service_account_key_data diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_storag b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_storag new file mode 100644 index 0000000..41708de --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/PaxHeaders/google_storag @@ -0,0 +1 @@ +124 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_storage_project_service_account diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_active_folder b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_active_folder new file mode 100644 index 0000000..b9e8f7c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_active_folder @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_active_folder +# key: goog_active_folder +# -- + +data "google_active_folder" "${1:name}" { + display_name = "${2:name}" + parent = "${3:parent}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_billing_account b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_billing_account new file mode 100644 index 0000000..a11e632 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_billing_account @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: google_billing_account +# key: goog_billing_account +# -- + +data "google_billing_account" "${1:name}" { +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_client_config b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_client_config new file mode 100644 index 0000000..d59be57 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_client_config @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: google_client_config +# key: goog_client_config +# -- + +data "google_client_config" "${1:name}" {} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_cloudfunctions_fu b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_cloudfunctions_fu new file mode 100644 index 0000000..cbc8a9a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_cloudfunctions_fu @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_cloudfunctions_function_data +# key: goog_cloudfunctions_function_data +# -- + +data "google_cloudfunctions_function" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_address_d b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_address_d new file mode 100644 index 0000000..11ed980 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_address_d @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_compute_address_data +# key: goog_compute_address_data +# -- + +data "google_compute_address" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_backend_s b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_backend_s new file mode 100644 index 0000000..6e2cff2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_backend_s @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_compute_backend_service_data +# key: goog_compute_backend_service_data +# -- + +data "google_compute_backend_service" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_default_s b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_default_s new file mode 100644 index 0000000..6aa6ac8 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_default_s @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: google_compute_default_service_account +# key: goog_compute_default_service_account +# -- + +data "google_compute_default_service_account" "${1:name}" { } + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_forwardin b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_forwardin new file mode 100644 index 0000000..6bf57a6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_forwardin @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_compute_forwarding_rule_data +# key: goog_compute_forwarding_rule_data +# -- + +data "google_compute_forwarding_rule" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_global_ad b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_global_ad new file mode 100644 index 0000000..281654c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_global_ad @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_compute_global_address_data +# key: goog_compute_global_address_data +# -- + +data "google_compute_global_address" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_image_dat b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_image_dat new file mode 100644 index 0000000..8e80b92 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_image_dat @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_compute_image_data +# key: goog_compute_image_data +# -- + +data "google_compute_image" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_instance_ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_instance_ new file mode 100644 index 0000000..609ec02 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_instance_ @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_compute_instance_group_data +# key: goog_compute_instance_group_data +# -- + +data "google_compute_instance_group" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_lb_ip_ran b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_lb_ip_ran new file mode 100644 index 0000000..88e921e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_lb_ip_ran @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: google_compute_lb_ip_ranges +# key: goog_compute_lb_ip_ranges +# -- + +data "google_compute_lb_ip_ranges" "${1:name}" {} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_network_d b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_network_d new file mode 100644 index 0000000..cef230b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_network_d @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_compute_network_data +# key: goog_compute_network_data +# -- + +data "google_compute_network" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_region_in b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_region_in new file mode 100644 index 0000000..8ee5ee4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_region_in @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_compute_region_instance_group +# key: goog_compute_region_instance_group +# -- + +data "google_compute_region_instance_group" "${1:name}" { + name = "${2:instance_group_name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_regions b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_regions new file mode 100644 index 0000000..602c679 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_regions @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: google_compute_regions +# key: goog_compute_regions +# -- + +data "google_compute_regions" "${1:name}" {} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_ssl_polic b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_ssl_polic new file mode 100644 index 0000000..8411194 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_ssl_polic @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_compute_ssl_policy_data +# key: goog_compute_ssl_policy_data +# -- + +data "google_compute_ssl_policy" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_subnetwor b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_subnetwor new file mode 100644 index 0000000..7b7c17a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_subnetwor @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_compute_subnetwork_data +# key: goog_compute_subnetwork_data +# -- + +data "google_compute_subnetwork" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_vpn_gatew b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_vpn_gatew new file mode 100644 index 0000000..87cac20 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_vpn_gatew @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_compute_vpn_gateway_data +# key: goog_compute_vpn_gateway_data +# -- + +data "google_compute_vpn_gateway" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_zones b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_zones new file mode 100644 index 0000000..49b5b1a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_compute_zones @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: google_compute_zones +# key: goog_compute_zones +# -- + +data "google_compute_zones" "${1:name}" {} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_container_cluster b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_container_cluster new file mode 100644 index 0000000..e21bd26 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_container_cluster @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_container_cluster_data +# key: goog_container_cluster_data +# -- + +data "google_container_cluster" "${1:name}" { + name = "${2:name}" + zone = "${3:zone}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_container_engine_ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_container_engine_ new file mode 100644 index 0000000..6f0f9c4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_container_engine_ @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: google_container_engine_versions +# key: goog_container_engine_versions +# -- + +data "google_container_engine_versions" "${1:name}" {} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_container_registr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_container_registr new file mode 100644 index 0000000..7bb9fec --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_container_registr @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: google_container_registry_repository +# key: goog_container_registry_repository +# -- + +data "google_container_registry_repository" "${1:name}" {} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_dns_managed_zone_ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_dns_managed_zone_ new file mode 100644 index 0000000..7aec248 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_dns_managed_zone_ @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_dns_managed_zone_data +# key: goog_dns_managed_zone_data +# -- + +data "google_dns_managed_zone" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_folder_data b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_folder_data new file mode 100644 index 0000000..588f5bd --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_folder_data @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_folder_data +# key: goog_folder_data +# -- + +data "google_folder" "${1:name}" { + folder = "${2:folder}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_iam_policy b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_iam_policy new file mode 100644 index 0000000..30614dd --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_iam_policy @@ -0,0 +1,14 @@ +# -*- mode: snippet -*- +# name: google_iam_policy +# key: goog_iam_policy +# -- + +data "google_iam_policy" "${1:name}" { + binding { + role = "${2:role}" + members = [ + "user:${3:service_account}", + ] + } +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_iam_role b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_iam_role new file mode 100644 index 0000000..033a4fb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_iam_role @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_iam_role +# key: goog_iam_role +# -- + +data "google_iam_role" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_kms_secret b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_kms_secret new file mode 100644 index 0000000..0ee709d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_kms_secret @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_kms_secret +# key: goog_kms_secret +# -- + +data "google_kms_secret" "${1:name}" { + crypto_key = "${2:crypto_key}" + ciphertext = "${3:ciphertext}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_netblock_ip_range b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_netblock_ip_range new file mode 100644 index 0000000..93822ee --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_netblock_ip_range @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: google_netblock_ip_ranges +# key: goog_netblock_ip_ranges +# -- + +data "google_netblock_ip_ranges" "${1:name}" {} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_organization b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_organization new file mode 100644 index 0000000..7d847c1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_organization @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: google_organization +# key: goog_organization +# -- + +data "google_organization" "${1:name}" { +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_project_data b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_project_data new file mode 100644 index 0000000..acec997 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_project_data @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: google_project_data +# key: goog_project_data +# -- + +data "google_project" "project" {} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_project_services_ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_project_services_ new file mode 100644 index 0000000..b83546a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_project_services_ @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_project_services_data +# key: goog_project_services_data +# -- + +data "google_project_services" "${1:name}" { + project = "${2:project_id}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_service_account_d b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_service_account_d new file mode 100644 index 0000000..7ae6629 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_service_account_d @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_service_account_data +# key: goog_service_account_data +# -- + +data "google_service_account" "${1:name}" { + account_id = "${2:account_id}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_service_account_k b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_service_account_k new file mode 100644 index 0000000..62e4876 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_service_account_k @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_service_account_key_data +# key: goog_service_account_key_data +# -- + +data "google_service_account_key" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_storage_object_si b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_storage_object_si new file mode 100644 index 0000000..292ac51 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_storage_object_si @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_storage_object_signed_url +# key: goog_storage_object_signed_url +# -- + +data "google_storage_object_signed_url" "${1:name}" { + bucket = "${2:bucket}" + path = "${3:path}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_storage_project_s b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_storage_project_s new file mode 100644 index 0000000..63e2306 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/data_sources/google_storage_project_s @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: google_storage_project_service_account +# key: goog_storage_project_service_account +# -- + +data "google_storage_project_service_account" "${1:name}" {} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dataflow_resources/PaxHeaders/google_ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dataflow_resources/PaxHeaders/google_ new file mode 100644 index 0000000..6c9186e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dataflow_resources/PaxHeaders/google_ @@ -0,0 +1 @@ +111 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dataflow_resources/google_dataflow_job diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dataflow_resources/google_dataflow_jo b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dataflow_resources/google_dataflow_jo new file mode 100644 index 0000000..aecc59f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dataflow_resources/google_dataflow_jo @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: google_dataflow_job +# key: goog_dataflow_job +# -- + +resource "google_dataflow_job" "${1:name}" { + name = "${2:name}" + template_gcs_path = "${3:gcs_patch}" + temp_gcs_location = "${4:gcs_location}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dataproc_resources/PaxHeaders/google_ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dataproc_resources/PaxHeaders/google_ new file mode 100644 index 0000000..459d417 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dataproc_resources/PaxHeaders/google_ @@ -0,0 +1 @@ +111 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dataproc_resources/google_dataproc_job diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dataproc_resources/google_dataproc_cl b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dataproc_resources/google_dataproc_cl new file mode 100644 index 0000000..5df9346 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dataproc_resources/google_dataproc_cl @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_dataproc_cluster +# key: goog_dataproc_cluster +# -- + +resource "google_dataproc_cluster" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dataproc_resources/google_dataproc_jo b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dataproc_resources/google_dataproc_jo new file mode 100644 index 0000000..828eae4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dataproc_resources/google_dataproc_jo @@ -0,0 +1,14 @@ +# -*- mode: snippet -*- +# name: google_dataproc_job +# key: goog_dataproc_job +# -- + +resource "google_dataproc_job" "${1:name}" { + placement { + cluster_name = "${2:cluster_name}" + } + ${3:config_type}_config { + ${4:arguments} + } +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dns_resources/google_dns_managed_zone b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dns_resources/google_dns_managed_zone new file mode 100644 index 0000000..3e1a2ec --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dns_resources/google_dns_managed_zone @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_dns_managed_zone +# key: goog_dns_managed_zone +# -- + +resource "google_dns_managed_zone" "${1:name}" { + name = "${2:name}" + dns_name = "${3:dns_name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dns_resources/google_dns_record_set b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dns_resources/google_dns_record_set new file mode 100644 index 0000000..457854e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/dns_resources/google_dns_record_set @@ -0,0 +1,13 @@ +# -*- mode: snippet -*- +# name: google_dns_record_set +# key: goog_dns_record_set +# -- + +resource "google_dns_record_set" "${1:name}" { + name = "${2:name}" + type = "${3:type}" + ttl = ${4:ttl} + managed_zone = "${5:managed_zone}" + rrdatas = ["${6:rrdatas}"] +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/endpoints_resources/PaxHeaders/google b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/endpoints_resources/PaxHeaders/google new file mode 100644 index 0000000..3660c40 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/endpoints_resources/PaxHeaders/google @@ -0,0 +1 @@ +117 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/endpoints_resources/google_endpoints_service diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/endpoints_resources/google_endpoints_ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/endpoints_resources/google_endpoints_ new file mode 100644 index 0000000..f235a27 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/endpoints_resources/google_endpoints_ @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_endpoints_service +# key: goog_endpoints_service +# -- + +resource "google_endpoints_service" "${1:name}" { + service_name = "${2:service_name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/filestore_resources/PaxHeaders/google b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/filestore_resources/PaxHeaders/google new file mode 100644 index 0000000..abf0baf --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/filestore_resources/PaxHeaders/google @@ -0,0 +1 @@ +118 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/filestore_resources/google_filestore_instance diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/filestore_resources/google_filestore_ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/filestore_resources/google_filestore_ new file mode 100644 index 0000000..36fe6db --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/filestore_resources/google_filestore_ @@ -0,0 +1,21 @@ +# -*- mode: snippet -*- +# name: google_filestore_instance +# key: goog_filestore_instance +# -- + +resource "google_filestore_instance" "${1:name}" { + name = "${2:name}" + zone = "${3:zone}" + tier = "${4:tier}" + + file_shares { + capacity_gb = ${5:capacity} + name = "${6:name}" + } + + networks { + network = "${7:network}" + modes = ["${8:mode}"] + } +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_billi b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_billi new file mode 100644 index 0000000..3b8dc54 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_billi @@ -0,0 +1 @@ +120 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_billing_account_iam_policy diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_folde b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_folde new file mode 100644 index 0000000..74e12bd --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_folde @@ -0,0 +1 @@ +120 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_folder_organization_policy diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_organ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_organ new file mode 100644 index 0000000..fb283bd --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_organ @@ -0,0 +1 @@ +113 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_organization_policy diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_proje b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_proje new file mode 100644 index 0000000..818b995 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_proje @@ -0,0 +1 @@ +121 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_usage_export_bucket diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_resou b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_resou new file mode 100644 index 0000000..015c370 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_resou @@ -0,0 +1 @@ +115 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_resource_manager_lien diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_servi b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_servi new file mode 100644 index 0000000..30b5fbe --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/PaxHeaders/google_servi @@ -0,0 +1 @@ +113 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_service_account_key diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_billing_account_ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_billing_account_ new file mode 100644 index 0000000..1b9e2f3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_billing_account_ @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_billing_account_iam_policy +# key: goog_billing_account_iam_policy +# -- + +resource "google_billing_account_iam_policy" "${1:name}" { + billing_account_id = "${2:billing_account_id}" + policy_data = "${3:policy_data}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_folder b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_folder new file mode 100644 index 0000000..a6e5704 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_folder @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_folder +# key: goog_folder +# -- + +resource "google_folder" "${1:name}" { + display_name = "${2:display_name}" + parent = "${3:parent}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_folder_iam_bindi b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_folder_iam_bindi new file mode 100644 index 0000000..f41226e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_folder_iam_bindi @@ -0,0 +1,13 @@ +# -*- mode: snippet -*- +# name: google_folder_iam_binding +# key: goog_folder_iam_binding +# -- + +resource "google_folder_iam_binding" "${1:name}" { + folder = "${2:folder}" + role = "${3:role}" + members = [ + "user:${4:user}", + ] +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_folder_iam_membe b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_folder_iam_membe new file mode 100644 index 0000000..1a07bf9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_folder_iam_membe @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: google_folder_iam_member +# key: goog_folder_iam_member +# -- + +resource "google_folder_iam_member" "${1:name}" { + folder = "${2:folder}" + role = "${3:role}" + member = "user:${4:member}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_folder_iam_polic b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_folder_iam_polic new file mode 100644 index 0000000..aa55c47 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_folder_iam_polic @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_folder_iam_policy +# key: goog_folder_iam_policy +# -- + +resource "google_folder_iam_policy" "${1:name}" { + folder = "${2:folder}" + policy_data = "${3:policy_data}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_folder_organizat b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_folder_organizat new file mode 100644 index 0000000..13c24e1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_folder_organizat @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_folder_organization_policy +# key: goog_folder_organization_policy +# -- + +resource "google_folder_organization_policy" "${1:name}" { + folder = "${2:folder}" + constraint = "${3:constraint}" +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_organization_iam b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_organization_iam new file mode 100644 index 0000000..68b869b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_organization_iam @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_organization_iam_policy +# key: goog_organization_iam_policy +# -- + +resource "google_organization_iam_policy" "${1:name}" { + org_id = "${2:org_id}" + policy_data = "${3:policy_data}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_organization_pol b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_organization_pol new file mode 100644 index 0000000..8af1ec0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_organization_pol @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_organization_policy +# key: goog_organization_policy +# -- + +resource "google_organization_policy" "${1:name}" { + org_id = "${2:org_id}" + constraint = "${3:constraint}" +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project new file mode 100644 index 0000000..49e98aa --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_project +# key: goog_project +# -- + +resource "google_project" "${1:name}" { + name = "${2:name}" + project_id = "${3:project_id}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_iam_bind b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_iam_bind new file mode 100644 index 0000000..e3d1e78 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_iam_bind @@ -0,0 +1,12 @@ +# -*- mode: snippet -*- +# name: google_project_iam_binding +# key: goog_project_iam_binding +# -- + +resource "google_project_iam_binding" "${1:name}" { + role = "${2:role}" + members = [ + "user:${3:user}", + ] +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_iam_cust b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_iam_cust new file mode 100644 index 0000000..e7e94dc --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_iam_cust @@ -0,0 +1,13 @@ +# -*- mode: snippet -*- +# name: google_project_iam_custom_role +# key: goog_project_iam_custom_role +# -- + +resource "google_project_iam_custom_role" "${1:name}" { + role_id = "${2:role}" + title = "${3:title}" + permissions = [ + "${4:permission}", + ] +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_iam_memb b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_iam_memb new file mode 100644 index 0000000..c45deaa --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_iam_memb @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_project_iam_member +# key: goog_project_iam_member +# -- + +resource "google_project_iam_member" "${1:name}" { + role = "${2:role}" + member = "user:${3:user}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_iam_poli b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_iam_poli new file mode 100644 index 0000000..41a2413 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_iam_poli @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_project_iam_policy +# key: goog_project_iam_policy +# -- + +resource "google_project_iam_policy" "${1:name}" { + policy_data = "${2:policy_data}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_organiza b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_organiza new file mode 100644 index 0000000..4916b1b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_organiza @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_project_organization_policy +# key: goog_project_organization_policy +# -- + +resource "google_project_organization_policy" "${1:name}" { + project = "${2:project}" + constraint = "${3:constraint}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_service b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_service new file mode 100644 index 0000000..a0b0ce3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_service @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_project_service +# key: goog_project_service +# -- + +resource "google_project_service" "${1:name}" { + service = "${2:service}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_services b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_services new file mode 100644 index 0000000..fc99d6e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_services @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_project_services +# key: goog_project_services +# -- + +resource "google_project_services" "${1:name}" { + services = ["${2:service}"] +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_usage_ex b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_usage_ex new file mode 100644 index 0000000..6d17d82 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_project_usage_ex @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_project_usage_export_bucket +# key: goog_project_usage_export_bucket +# -- + +resource "google_project_usage_export_bucket" "${1:name}" { + bucket_name = "${2:bucket_name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_resource_manager b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_resource_manager new file mode 100644 index 0000000..6dabe2d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_resource_manager @@ -0,0 +1,12 @@ +# -*- mode: snippet -*- +# name: google_resource_manager_lien +# key: goog_resource_manager_lien +# -- + +resource "google_resource_manager_lien" "${1:name}" { + parent = "${2:parent}" + restrictions = ["${3:restriction}"] + origin = "${4:origin}" + reason = "${5:reason}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_service_account b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_service_account new file mode 100644 index 0000000..6d273f9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_service_account @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_service_account +# key: goog_service_account +# -- + +resource "google_service_account" "${1:name}" { + account_id = "${2:value}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_service_account_ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_service_account_ new file mode 100644 index 0000000..a8af266 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/gcp_resources/google_service_account_ @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_service_account_key +# key: goog_service_account_key +# -- + +resource "google_service_account_key" "${1:name}" { + service_account_id = "${2:service_account_id}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/iot_core/google_cloudiot_registry b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/iot_core/google_cloudiot_registry new file mode 100644 index 0000000..632903b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/iot_core/google_cloudiot_registry @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_cloudiot_registry +# key: goog_cloudiot_registry +# -- + +resource "google_cloudiot_registry" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/key_management_service_resources/PaxH b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/key_management_service_resources/PaxH new file mode 100644 index 0000000..d80124f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/key_management_service_resources/PaxH @@ -0,0 +1 @@ +136 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/key_management_service_resources/google_kms_key_ring_iam_policy diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/key_management_service_resources/goog b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/key_management_service_resources/goog new file mode 100644 index 0000000..5017d76 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/key_management_service_resources/goog @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_kms_key_ring_iam_policy +# key: goog_kms_key_ring_iam_policy +# -- + +resource "google_kms_key_ring_iam_policy" "${1:name}" { + key_ring_id = "${2:key_ring}" + policy_data = "${3:policy_data}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/pubsub_resources/PaxHeaders/google_pu b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/pubsub_resources/PaxHeaders/google_pu new file mode 100644 index 0000000..8dfa545 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/pubsub_resources/PaxHeaders/google_pu @@ -0,0 +1 @@ +120 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/pubsub_resources/google_pubsub_topic_iam_policy diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/pubsub_resources/google_pubsub_subscr b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/pubsub_resources/google_pubsub_subscr new file mode 100644 index 0000000..7856c47 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/pubsub_resources/google_pubsub_subscr @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_pubsub_subscription_iam_policy +# key: goog_pubsub_subscription_iam_policy +# -- + +resource "google_pubsub_subscription_iam_policy" "${1:name}" { + subscription = "${2:subscription}" + policy_data = "${3:policy_data}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/pubsub_resources/google_pubsub_topic b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/pubsub_resources/google_pubsub_topic new file mode 100644 index 0000000..c4bb479 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/pubsub_resources/google_pubsub_topic @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_pubsub_topic +# key: goog_pubsub_topic +# -- + +resource "google_pubsub_topic" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/pubsub_resources/google_pubsub_topic_ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/pubsub_resources/google_pubsub_topic_ new file mode 100644 index 0000000..8c9d0a4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/pubsub_resources/google_pubsub_topic_ @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_pubsub_topic_iam_policy +# key: goog_pubsub_topic_iam_policy +# -- + +resource "google_pubsub_topic_iam_policy" "${1:name}" { + topic = "${2:topic}" + policy_data = "${3:policy_data}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/redis_resources/google_redis_instance b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/redis_resources/google_redis_instance new file mode 100644 index 0000000..a3d9a35 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/redis_resources/google_redis_instance @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_redis_instance +# key: goog_redis_instance +# -- + +resource "google_redis_instance" "${1:name}" { + name = "${2:name}" + memory_size_gb = ${3:size} +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/runtimeconfig_resources/PaxHeaders/go b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/runtimeconfig_resources/PaxHeaders/go new file mode 100644 index 0000000..8bbbe2d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/runtimeconfig_resources/PaxHeaders/go @@ -0,0 +1 @@ +126 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/runtimeconfig_resources/google_runtimeconfig_variable diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/runtimeconfig_resources/google_runtim b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/runtimeconfig_resources/google_runtim new file mode 100644 index 0000000..fafd976 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/runtimeconfig_resources/google_runtim @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: google_runtimeconfig_variable +# key: goog_runtimeconfig_variable +# -- + +resource "google_runtimeconfig_variable" "${1:name}" { + name = "${2:name}" + parent = "${3:parent_config_name}" + text = "${4:text}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/service_networking_resources/PaxHeade b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/service_networking_resources/PaxHeade new file mode 100644 index 0000000..4be448b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/service_networking_resources/PaxHeade @@ -0,0 +1 @@ +138 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/service_networking_resources/google_service_networking_connection diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/service_networking_resources/google_s b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/service_networking_resources/google_s new file mode 100644 index 0000000..76525f4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/service_networking_resources/google_s @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: google_service_networking_connection +# key: goog_service_networking_connection +# -- + +resource "google_service_networking_connection" "${1:name}" { + network = "${2:network}" + service = "${3:service}" + reserved_peering_ranges = ["${4:reserved_peering_ranges}"] +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/source_repositories_resources/PaxHead b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/source_repositories_resources/PaxHead new file mode 100644 index 0000000..77fe12c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/source_repositories_resources/PaxHead @@ -0,0 +1 @@ +131 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/source_repositories_resources/google_sourcerepo_repository diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/source_repositories_resources/google_ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/source_repositories_resources/google_ new file mode 100644 index 0000000..038dd3a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/source_repositories_resources/google_ @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: google_sourcerepo_repository +# key: goog_sourcerepo_repository +# -- + +resource "google_sourcerepo_repository" "${1:name}" { + name = "${2:name}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/spanner_resources/PaxHeaders/google_s b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/spanner_resources/PaxHeaders/google_s new file mode 100644 index 0000000..1f914d8 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/spanner_resources/PaxHeaders/google_s @@ -0,0 +1 @@ +125 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/spanner_resources/google_spanner_instance_iam_policy diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/spanner_resources/google_spanner_data b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/spanner_resources/google_spanner_data new file mode 100644 index 0000000..55e9bb6 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/spanner_resources/google_spanner_data @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: google_spanner_database_iam_policy +# key: goog_spanner_database_iam_policy +# -- + +resource "google_spanner_database_iam_policy" "${1:name}" { + instance = "${2:instance}" + database = "${3:database}" + policy_data = "${4:policy_data}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/spanner_resources/google_spanner_inst b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/spanner_resources/google_spanner_inst new file mode 100644 index 0000000..3cad406 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/spanner_resources/google_spanner_inst @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_spanner_instance_iam_policy +# key: goog_spanner_instance_iam_policy +# -- + +resource "google_spanner_instance_iam_policy" "${1:name}" { + instance = "${2:instance}" + policy_data = "${3:policy_data}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/sql_resources/PaxHeaders/google_sql_d b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/sql_resources/PaxHeaders/google_sql_d new file mode 100644 index 0000000..3a16df2 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/sql_resources/PaxHeaders/google_sql_d @@ -0,0 +1 @@ +115 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/sql_resources/google_sql_database_instance diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/sql_resources/google_sql_database b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/sql_resources/google_sql_database new file mode 100644 index 0000000..c7a1577 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/sql_resources/google_sql_database @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_sql_database +# key: goog_sql_database +# -- + +resource "google_sql_database" "${1:name}" { + name = "${2:name}" + instance = "${3:instance}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/sql_resources/google_sql_database_ins b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/sql_resources/google_sql_database_ins new file mode 100644 index 0000000..1251c5e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/sql_resources/google_sql_database_ins @@ -0,0 +1,12 @@ +# -*- mode: snippet -*- +# name: google_sql_database_instance +# key: goog_sql_database_instance +# -- + +resource "google_sql_database_instance" "${1:name}" { + region = "${2:region}" + settings { + tier = "${3:tier}" + } +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/sql_resources/google_sql_ssl_cert b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/sql_resources/google_sql_ssl_cert new file mode 100644 index 0000000..bc0dc2b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/sql_resources/google_sql_ssl_cert @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_sql_ssl_cert +# key: goog_sql_ssl_cert +# -- + +resource "google_sql_ssl_cert" "${1:name}" { + common_name = "${2:name}" + instance = "${3:instance}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/sql_resources/google_sql_user b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/sql_resources/google_sql_user new file mode 100644 index 0000000..839c3d8 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/sql_resources/google_sql_user @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: google_sql_user +# key: goog_sql_user +# -- + +resource "google_sql_user" "${1:name}" { + name = "${2:name}" + instance = "${3:instance}" + password = "${4:changeme}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/stackdriver_logging_resources/PaxHead b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/stackdriver_logging_resources/PaxHead new file mode 100644 index 0000000..03ed847 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/stackdriver_logging_resources/PaxHead @@ -0,0 +1 @@ +130 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/stackdriver_logging_resources/google_logging_project_sink diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/stackdriver_logging_resources/google_ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/stackdriver_logging_resources/google_ new file mode 100644 index 0000000..81fa486 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/stackdriver_logging_resources/google_ @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_logging_project_sink +# key: goog_logging_project_sink +# -- + +resource "google_logging_project_sink" "${1:name}" { + name = "${2:name}" + destination = "${3:destination}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/stackdriver_monitoring_resources/PaxH b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/stackdriver_monitoring_resources/PaxH new file mode 100644 index 0000000..a7c7cd4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/stackdriver_monitoring_resources/PaxH @@ -0,0 +1 @@ +143 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/stackdriver_monitoring_resources/google_monitoring_uptime_check_config diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/stackdriver_monitoring_resources/goog b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/stackdriver_monitoring_resources/goog new file mode 100644 index 0000000..ed738b3 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/stackdriver_monitoring_resources/goog @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_monitoring_uptime_check_config +# key: goog_monitoring_uptime_check_config +# -- + +resource "google_monitoring_uptime_check_config" "${1:name}" { + display_name = "${2:display_name}" + timeout = "${3:timeout}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/storage_resources/PaxHeaders/google_s b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/storage_resources/PaxHeaders/google_s new file mode 100644 index 0000000..95bc673 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/storage_resources/PaxHeaders/google_s @@ -0,0 +1 @@ +116 path=yasnippet-snippets-20240603.757/snippets/terraform-mode/google/storage_resources/google_storage_object_acl diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/storage_resources/google_storage_buck b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/storage_resources/google_storage_buck new file mode 100644 index 0000000..830d11a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/storage_resources/google_storage_buck @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_storage_bucket_object +# key: goog_storage_bucket_object +# -- + +resource "google_storage_bucket_object" "${1:name}" { + name = "${2:name}" + bucket = "${3:bucket}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/storage_resources/google_storage_defa b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/storage_resources/google_storage_defa new file mode 100644 index 0000000..5f449a4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/storage_resources/google_storage_defa @@ -0,0 +1,12 @@ +# -*- mode: snippet -*- +# name: google_storage_default_object_acl +# key: goog_storage_default_object_acl +# -- + +resource "google_storage_default_object_acl" "${1:name}" { + bucket = "${2:bucket}" + role_entity = [ + "OWNER:${3:owner}", + ] +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/storage_resources/google_storage_noti b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/storage_resources/google_storage_noti new file mode 100644 index 0000000..4a2e9ab --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/storage_resources/google_storage_noti @@ -0,0 +1,11 @@ +# -*- mode: snippet -*- +# name: google_storage_notification +# key: goog_storage_notification +# -- + +resource "google_storage_notification" "${1:name}" { + bucket = "${2:bucket}" + payload_format = "${3:payload}" + topic = "${4:topic}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/storage_resources/google_storage_obje b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/storage_resources/google_storage_obje new file mode 100644 index 0000000..2009127 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/google/storage_resources/google_storage_obje @@ -0,0 +1,10 @@ +# -*- mode: snippet -*- +# name: google_storage_object_acl +# key: goog_storage_object_acl +# -- + +resource "google_storage_object_acl" "${1:name}" { + bucket = "${2:bucket}" + object = "${3:object}" +} + diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/locals b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/locals new file mode 100644 index 0000000..50117d4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/locals @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: locals +# key: locals +# -- +locals { + {$1:name} = ${2:value} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/module b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/module new file mode 100644 index 0000000..51bd183 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/module @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: module +# key: mod +# -- +module "${1:name}" { + source = "${2:location}" + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/output b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/output new file mode 100644 index 0000000..41d5e72 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/output @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: output +# key: output +# -- +output "${1:name}" { + value = ${2:value} +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/provider b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/provider new file mode 100644 index 0000000..c7ce2ff --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/provider @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: provider +# key: prov +# -- +provider "${1:name}" { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/resource b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/resource new file mode 100644 index 0000000..00aa0ec --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/resource @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: resource +# key: res +# -- +resource "${1:type}" "${2:name}" { + $0 +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/terraform b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/terraform new file mode 100644 index 0000000..1fb8029 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/terraform @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: terraform +# key: tf +# -- +terraform { + backend "${1:backend}" { + $0 + } +} diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/variable b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/variable new file mode 100644 index 0000000..84d13f0 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/terraform-mode/variable @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: variable +# key: var +# -- +variable "${1:name}" { + ${2:default = "$3"} +} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/text-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/text-mode/.yas-parents new file mode 100644 index 0000000..c3ca481 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/text-mode/.yas-parents @@ -0,0 +1 @@ +fundamental-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tsx-ts-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tsx-ts-mode/.yas-parents new file mode 100644 index 0000000..a540072 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tsx-ts-mode/.yas-parents @@ -0,0 +1 @@ +typescript-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/assert b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/assert new file mode 100644 index 0000000..574f865 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/assert @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: assert +# key: as +# -- +assert $0;; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/docstring b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/docstring new file mode 100644 index 0000000..6738353 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/docstring @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: docstring +# key: d +# -- +(* $0 *) \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/for b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/for new file mode 100644 index 0000000..f21b345 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/for @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: for +# key: for +# -- +for ${1:cond} do + $0 +done \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/fun b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/fun new file mode 100644 index 0000000..7579a3c --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/fun @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: fun +# key: fun +# -- +fun ${1:args} -> $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/guard b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/guard new file mode 100644 index 0000000..13d43fc --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/guard @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: guard +# key: | +# -- +| ${1:match} -> $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/ifthen b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/ifthen new file mode 100644 index 0000000..dfb1907 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/ifthen @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: ifthen +# key: if +# -- +if ${1:cond} then + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/ifthenelse b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/ifthenelse new file mode 100644 index 0000000..86d409f --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/ifthenelse @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: ifthenelse +# key: if +# -- +if ${1:cond} then + $2 +else + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/let b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/let new file mode 100644 index 0000000..1a0162e --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/let @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: let +# key: let +# -- +let ${1:var} $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/list_comprehension b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/list_comprehension new file mode 100644 index 0000000..86d4a53 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/list_comprehension @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: list_comprehension +# key: l +# -- +[? $1 | $0 ?] \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/main b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/main new file mode 100644 index 0000000..3351548 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/main @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: main +# key: m +# -- +let main = + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/match b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/match new file mode 100644 index 0000000..18d4caa --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/match @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: match +# key: match +# -- +match ${1:to_match} with + | ${2:matching} -> $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/module b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/module new file mode 100644 index 0000000..7e14d14 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/module @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: module +# key: mod +# -- +module ${1:A} = + struct + ${2:type t = { name : string; phone : string }} + $0 +end;; diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/open b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/open new file mode 100644 index 0000000..cfc71f4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/open @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: open +# key: op +# -- +open ${1:Module} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/printf b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/printf new file mode 100644 index 0000000..71a9a59 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/printf @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: printf +# key: pr +# -- +Printf.printf "${1:string}" ${2:vals};; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/rec b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/rec new file mode 100644 index 0000000..e901eb4 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/rec @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: rec +# key: rec +# -- +let rec ${1:fun} ${2:args} = + $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/try b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/try new file mode 100644 index 0000000..9c7faed --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/try @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: try +# key: try +# -- +try + $0 +with + $1 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/type b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/type new file mode 100644 index 0000000..a81b0e1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/type @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: type_record +# key: type +# -- +type ${1:name} = {${2:var}: ${3:int}$0} \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/type_type b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/type_type new file mode 100644 index 0000000..c5b4ac9 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/type_type @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: type_type +# key: type +# -- +type ${1:expr} = + | $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/val b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/val new file mode 100644 index 0000000..6a565ac --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/val @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: val +# key: val +# -- +val ${1:fun} : $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/while b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/while new file mode 100644 index 0000000..e4b1f07 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/tuareg-mode/while @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: while +# key: wh +# -- +while ${1:cond} do + $0 +done \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/typerex-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/typerex-mode/.yas-parents new file mode 100644 index 0000000..f26cfc7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/typerex-mode/.yas-parents @@ -0,0 +1 @@ +tuareg-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/typescript-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/typescript-mode/.yas-parents new file mode 100644 index 0000000..27dab30 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/typescript-mode/.yas-parents @@ -0,0 +1 @@ +js-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/typescript-ts-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/typescript-ts-mode/.yas-parents new file mode 100644 index 0000000..a540072 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/typescript-ts-mode/.yas-parents @@ -0,0 +1 @@ +typescript-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/typescriptreact-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/typescriptreact-mode/.yas-parents new file mode 100644 index 0000000..a540072 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/typescriptreact-mode/.yas-parents @@ -0,0 +1 @@ +typescript-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/ENV b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/ENV new file mode 100644 index 0000000..e25b271 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/ENV @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: ENV +# key: env +# -- +ENV{$1}$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/GOTO b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/GOTO new file mode 100644 index 0000000..2200b5d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/GOTO @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: GOTO +# key: goto +# -- +GOTO="$1" +$0 + +LABEL="$1" \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/KERNEL b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/KERNEL new file mode 100644 index 0000000..c27d937 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/KERNEL @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: KERNEL +# key: ker +# -- +KERNEL!="$0" \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/add b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/add new file mode 100644 index 0000000..8cbd63b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/add @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: add +# key: add +# -- +ACTION=="add", $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/env$ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/env$ new file mode 100644 index 0000000..7c743b1 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/env$ @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: env$ +# key: $ +# -- +$env{$1} $0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/run b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/run new file mode 100644 index 0000000..cc0bb7b --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/udev-mode/run @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: run +# key: run +# -- +RUN+="$0" \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/architecture b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/architecture new file mode 100644 index 0000000..4240890 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/architecture @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: architecture +# key: arch +# -- +architecture ${1:Type} of ${2:Name} is +begin + $0 +end $1; diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/assignation b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/assignation new file mode 100644 index 0000000..f0d3f72 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/assignation @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: assignation +# key: asg +# -- +${1:variable} <= ${2:value}; diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/case b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/case new file mode 100644 index 0000000..b55f46d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/case @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: case +# key: case +# -- +case ${1:cond} is + when ${2:Value} => + $0 + +end case; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/component b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/component new file mode 100644 index 0000000..0b0bb86 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/component @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: component +# key: comp +# -- +component ${1:Name} + $0 +end component; diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/constant b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/constant new file mode 100644 index 0000000..72a7848 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/constant @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: constant +# key: const +# -- +constant ${1:Name}: ${2:Type} := ${3:Value}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/downto b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/downto new file mode 100644 index 0000000..925c884 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/downto @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: downto +# key: dto +# -- +${1:name}(${2:start} downto ${3:end})$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/entity b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/entity new file mode 100644 index 0000000..33282df --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/entity @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: entity +# key: ent +# -- +entity ${1:Name} is + $0 +end $1; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/if b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/if new file mode 100644 index 0000000..5978b78 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/if @@ -0,0 +1,7 @@ +# -*- mode: snippet -*- +# name: if +# key: if +# -- +if ${1:cond} then + $0 +end if; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/ifelif b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/ifelif new file mode 100644 index 0000000..0374c97 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/ifelif @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: ifelif +# key: ifelif +# -- +if ${1:cond1} then + $0 +elsif ${2:cond2} then + +end if; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/ifelse b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/ifelse new file mode 100644 index 0000000..2e73eb7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/ifelse @@ -0,0 +1,9 @@ +# -*- mode: snippet -*- +# name: ifelse +# key: ifel +# -- +if ${1:cond1} then + $0 +else + +end if; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/lib b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/lib new file mode 100644 index 0000000..593f803 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/lib @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: library +# key: lib +# -- +library IEEE; +use IEEE.std_logic_1164.all; diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/port b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/port new file mode 100644 index 0000000..fff1a02 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/port @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: port +# key: port +# -- +port(${1:name}: ${2:IO} ${3:type}); \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/process b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/process new file mode 100644 index 0000000..25b0445 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/process @@ -0,0 +1,8 @@ +# -*- mode: snippet -*- +# name: process +# key: process +# -- +${1:Name}: process(${2:Sensitivity List}) +begin + $0 +end process $1; diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/signal b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/signal new file mode 100644 index 0000000..de16340 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/signal @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: signal +# key: signal +# -- +signal ${1:Names}: ${2:Type}; \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/to b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/to new file mode 100644 index 0000000..cbeedf7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/to @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: to +# key: to +# -- +${1:name}(${2:start} to ${3:end})$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/type b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/type new file mode 100644 index 0000000..84f0f59 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/type @@ -0,0 +1,5 @@ +# -*- mode: snippet -*- +# name: type +# key: type +# -- +type ${1:Name} is (${2:Value list}); diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/when b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/when new file mode 100644 index 0000000..8e13b7a --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/vhdl-mode/when @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: when +# key: when +# -- +when ${1:Value} => + $0 diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/web-mode/.yas-parents b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/web-mode/.yas-parents new file mode 100644 index 0000000..c017b33 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/web-mode/.yas-parents @@ -0,0 +1,2 @@ +html-mode +js-mode diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/yaml-mode/entry b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/yaml-mode/entry new file mode 100644 index 0000000..f9cfbe7 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/yaml-mode/entry @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: entry +# key: entry +# -- +${1:entry}: ${2:value} +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/yaml-mode/list b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/yaml-mode/list new file mode 100644 index 0000000..89d97eb --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/yaml-mode/list @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: list +# key: list +# -- +[$1] +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/yaml-mode/section b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/yaml-mode/section new file mode 100644 index 0000000..5e8782d --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/snippets/yaml-mode/section @@ -0,0 +1,6 @@ +# -*- mode: snippet -*- +# name: section +# key: -- +# -- +--- # ${1:section} +$0 \ No newline at end of file diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/yasnippet-snippets-autoloads.el b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/yasnippet-snippets-autoloads.el new file mode 100644 index 0000000..d66a490 --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/yasnippet-snippets-autoloads.el @@ -0,0 +1,31 @@ +;;; yasnippet-snippets-autoloads.el --- automatically extracted autoloads (do not edit) -*- lexical-binding: t -*- +;; Generated by the `loaddefs-generate' function. + +;; This file is part of GNU Emacs. + +;;; Code: + +(add-to-list 'load-path (or (and load-file-name (directory-file-name (file-name-directory load-file-name))) (car load-path))) + + + +;;; Generated autoloads from yasnippet-snippets.el + +(autoload 'yasnippet-snippets-initialize "yasnippet-snippets" "\ +Load the `yasnippet-snippets' snippets directory.") +(eval-after-load 'yasnippet '(yasnippet-snippets-initialize)) +(register-definition-prefixes "yasnippet-snippets" '("yasnippet-snippets-")) + +;;; End of scraped data + +(provide 'yasnippet-snippets-autoloads) + +;; Local Variables: +;; version-control: never +;; no-byte-compile: t +;; no-update-autoloads: t +;; no-native-compile: t +;; coding: utf-8-emacs-unix +;; End: + +;;; yasnippet-snippets-autoloads.el ends here diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/yasnippet-snippets-pkg.el b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/yasnippet-snippets-pkg.el new file mode 100644 index 0000000..8990edc --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/yasnippet-snippets-pkg.el @@ -0,0 +1,14 @@ +(define-package "yasnippet-snippets" "20240603.757" "Collection of yasnippet snippets" + '((yasnippet "0.8.0")) + :commit "1bf034887c4048c38266842686b7f9c8384f72e7" :authors + '(("Andrea Crotti" . "andrea.crotti.0@gmail.com")) + :maintainers + '(("Andrea Crotti" . "andrea.crotti.0@gmail.com")) + :maintainer + '("Andrea Crotti" . "andrea.crotti.0@gmail.com") + :keywords + '("snippets") + :url "https://github.com/AndreaCrotti/yasnippet-snippets") +;; Local Variables: +;; no-byte-compile: t +;; End: diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/yasnippet-snippets.el b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/yasnippet-snippets.el new file mode 100644 index 0000000..958f6da --- /dev/null +++ b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/yasnippet-snippets.el @@ -0,0 +1,77 @@ +;;; yasnippet-snippets.el --- Collection of yasnippet snippets -*- lexical-binding: t -*- + +;; Copyright (C) 2017 Andrea Crotti + +;; Author: Andrea Crotti +;; Keywords: snippets +;; Version: 1.0 +;; Package-Requires: ((yasnippet "0.8.0")) +;; Keywords: convenience, snippets +;; Homepage: https://github.com/AndreaCrotti/yasnippet-snippets + +;;; Commentary: + +;; Official snippet collection for the yasnippet package. + +;;; License: + +;; This program is free software; you can redistribute it and/or modify +;; it under the terms of the GNU General Public License as published by +;; the Free Software Foundation, either version 3 of the License, or +;; (at your option) any later version. + +;; This program is distributed in the hope that it will be useful, +;; but WITHOUT ANY WARRANTY; without even the implied warranty of +;; MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +;; GNU General Public License for more details. + +;; You should have received a copy of the GNU General Public License +;; along with this program. If not, see . + +;;; Code: + +(require 'yasnippet) + +(defconst yasnippet-snippets-dir + (expand-file-name + "snippets" + (file-name-directory + ;; Copied from ‘f-this-file’ from f.el. + (cond + (load-in-progress load-file-name) + ((and (boundp 'byte-compile-current-file) byte-compile-current-file) + byte-compile-current-file) + (:else (buffer-file-name)))))) + +;;;###autoload +(defun yasnippet-snippets-initialize () + "Load the `yasnippet-snippets' snippets directory." + ;; NOTE: we add the symbol `yasnippet-snippets-dir' rather than its + ;; value, so that yasnippet will automatically find the directory + ;; after this package is updated (i.e., moves directory). + (unless (member 'yasnippet-snippets-dir yas-snippet-dirs) + (add-to-list 'yas-snippet-dirs 'yasnippet-snippets-dir t) + (yas--load-snippet-dirs))) + +(defgroup yasnippet-snippets nil + "Options for yasnippet setups. + +This is useful for customizing options declared in +“.yas-setup.el” files. For example, you could declare a +customizable variable used for a snippet expansion. + +See Info node `(elisp)Customization Types'." + :group 'yasnippet) + +(defun yasnippet-snippets--no-indent () + "Set `yas-indent-line' to nil." + (set (make-local-variable 'yas-indent-line) nil)) + +;;;###autoload +(eval-after-load 'yasnippet + '(yasnippet-snippets-initialize)) + + +(provide 'yasnippet-snippets) + +;;; yasnippet-snippets.el ends here diff --git a/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/yasnippet-snippets.elc b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/yasnippet-snippets.elc new file mode 100644 index 0000000..cafba40 Binary files /dev/null and b/desktop/.emacs.d/elpa/yasnippet-snippets-20240603.757/yasnippet-snippets.elc differ diff --git a/desktop/.emacs.d/init.el b/desktop/.emacs.d/init.el new file mode 100644 index 0000000..cc644e6 --- /dev/null +++ b/desktop/.emacs.d/init.el @@ -0,0 +1,66 @@ +(package-initialize) + +(setq inhibit-splash-screen t) +(menu-bar-mode -1) +(toggle-scroll-bar -1) +(tool-bar-mode -1) + +(setq scroll-step 1 + scroll-conservatively 10000) + +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(package-selected-packages + '(jq-mode markdown-mode json-mode yasnippet-snippets yasnippet dracula-theme go-mode company))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) + +(require 'package) +(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) +;; Comment/uncomment this line to enable MELPA Stable if desired. See `package-archive-priorities` +;; and `package-pinned-packages`. Most users will not need or want to do this. +;;(add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/") t) + + +(add-to-list 'load-path + "~/.emacs.d/plugins/yasnippet") +(require 'yasnippet) +(yas-global-mode 1) + +(add-to-list 'custom-theme-load-path "~/.emacs.d/themes") +(load-theme 'dracula t) + +(add-hook 'go-mode-hook 'eglot-ensure) + +(add-hook 'go-mode-hook #'eglot-ensure) + +;; Define function to call when go-mode loads +(defun my-go-mode-hook () + (if (not (string-match "go" compile-command)) ; set compile command default + (set (make-local-variable 'compile-command) + "go build -v && go test -v && go vet"))) + +;; Connect go-mode-hook with the function we just defined +(add-hook 'go-mode-hook 'my-go-mode-hook) + +(defun own/eglot-organize-imports () + (call-interactively 'eglot-code-action-organize-imports)) + +(defun own/before-saving-go () + ;; you might also like: + (add-hook 'before-save-hook #'eglot-format-buffer -10 t) + (add-hook 'before-save-hook #'own/eglot-organize-imports nil t)) + +(add-hook 'go-mode-hook #'own/before-saving-go) + +(add-hook 'after-init-hook 'global-company-mode) + + +(add-hook 'compilation-filter-hook 'ansi-color-compilation-filter) diff --git a/desktop/.emacs.d/init.el~ b/desktop/.emacs.d/init.el~ new file mode 100644 index 0000000..663c89d --- /dev/null +++ b/desktop/.emacs.d/init.el~ @@ -0,0 +1,66 @@ +(package-initialize) + +(setq inhibit-splash-screen t) +(menu-bar-mode -1) +(toggle-scroll-bar -1) +(tool-bar-mode -1) + +(setq scroll-step 1 + scroll-conservatively 10000) + +(custom-set-variables + ;; custom-set-variables was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + '(package-selected-packages + '(markdown-mode json-mode yasnippet-snippets yasnippet dracula-theme go-mode company))) +(custom-set-faces + ;; custom-set-faces was added by Custom. + ;; If you edit it by hand, you could mess it up, so be careful. + ;; Your init file should contain only one such instance. + ;; If there is more than one, they won't work right. + ) + +(require 'package) +(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) +;; Comment/uncomment this line to enable MELPA Stable if desired. See `package-archive-priorities` +;; and `package-pinned-packages`. Most users will not need or want to do this. +;;(add-to-list 'package-archives '("melpa-stable" . "https://stable.melpa.org/packages/") t) + + +(add-to-list 'load-path + "~/.emacs.d/plugins/yasnippet") +(require 'yasnippet) +(yas-global-mode 1) + +(add-to-list 'custom-theme-load-path "~/.emacs.d/themes") +(load-theme 'dracula t) + +(add-hook 'go-mode-hook 'eglot-ensure) + +(add-hook 'go-mode-hook #'eglot-ensure) + +;; Define function to call when go-mode loads +(defun my-go-mode-hook () + (if (not (string-match "go" compile-command)) ; set compile command default + (set (make-local-variable 'compile-command) + "go build -v && go test -v && go vet"))) + +;; Connect go-mode-hook with the function we just defined +(add-hook 'go-mode-hook 'my-go-mode-hook) + +(defun own/eglot-organize-imports () + (call-interactively 'eglot-code-action-organize-imports)) + +(defun own/before-saving-go () + ;; you might also like: + (add-hook 'before-save-hook #'eglot-format-buffer -10 t) + (add-hook 'before-save-hook #'own/eglot-organize-imports nil t)) + +(add-hook 'go-mode-hook #'own/before-saving-go) + +(add-hook 'after-init-hook 'global-company-mode) + + +(add-hook 'compilation-filter-hook 'ansi-color-compilation-filter) diff --git a/desktop/.zshrc b/desktop/.zshrc new file mode 100644 index 0000000..bbfb001 --- /dev/null +++ b/desktop/.zshrc @@ -0,0 +1,117 @@ +# Enable Powerlevel10k instant prompt. Should stay close to the top of ~/.zshrc. +# Initialization code that may require console input (password prompts, [y/n] +# confirmations, etc.) must go above this block; everything else may go below. +if [[ -r "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" ]]; then + source "${XDG_CACHE_HOME:-$HOME/.cache}/p10k-instant-prompt-${(%):-%n}.zsh" +fi + +# If you come from bash you might have to change your $PATH. +export PATH=$HOME/bin:/usr/local/bin:$HOME/go/bin:$PATH + +# Path to your oh-my-zsh installation. +export ZSH="$HOME/.oh-my-zsh" + +# Set name of the theme to load --- if set to "random", it will +# load a random theme each time oh-my-zsh is loaded, in which case, +# to know which specific one was loaded, run: echo $RANDOM_THEME +# See https://github.com/ohmyzsh/ohmyzsh/wiki/Themes +ZSH_THEME="robbyrussell" + +# Set list of themes to pick from when loading at random +# Setting this variable when ZSH_THEME=random will cause zsh to load +# a theme from this variable instead of looking in $ZSH/themes/ +# If set to an empty array, this variable will have no effect. +# ZSH_THEME_RANDOM_CANDIDATES=( "robbyrussell" "agnoster" ) + +# Uncomment the following line to use case-sensitive completion. +# CASE_SENSITIVE="true" + +# Uncomment the following line to use hyphen-insensitive completion. +# Case-sensitive completion must be off. _ and - will be interchangeable. +# HYPHEN_INSENSITIVE="true" + +# Uncomment one of the following lines to change the auto-update behavior +# zstyle ':omz:update' mode disabled # disable automatic updates +# zstyle ':omz:update' mode auto # update automatically without asking +# zstyle ':omz:update' mode reminder # just remind me to update when it's time + +# Uncomment the following line to change how often to auto-update (in days). +# zstyle ':omz:update' frequency 13 + +# Uncomment the following line if pasting URLs and other text is messed up. +# DISABLE_MAGIC_FUNCTIONS="true" + +# Uncomment the following line to disable colors in ls. +# DISABLE_LS_COLORS="true" + +# Uncomment the following line to disable auto-setting terminal title. +# DISABLE_AUTO_TITLE="true" + +# Uncomment the following line to enable command auto-correction. +# ENABLE_CORRECTION="true" + +# Uncomment the following line to display red dots whilst waiting for completion. +# You can also set it to another string to have that shown instead of the default red dots. +# e.g. COMPLETION_WAITING_DOTS="%F{yellow}waiting...%f" +# Caution: this setting can cause issues with multiline prompts in zsh < 5.7.1 (see #5765) +# COMPLETION_WAITING_DOTS="true" + +# Uncomment the following line if you want to disable marking untracked files +# under VCS as dirty. This makes repository status check for large repositories +# much, much faster. +# DISABLE_UNTRACKED_FILES_DIRTY="true" + +# Uncomment the following line if you want to change the command execution time +# stamp shown in the history command output. +# You can set one of the optional three formats: +# "mm/dd/yyyy"|"dd.mm.yyyy"|"yyyy-mm-dd" +# or set a custom format using the strftime function format specifications, +# see 'man strftime' for details. +# HIST_STAMPS="mm/dd/yyyy" + +# Would you like to use another custom folder than $ZSH/custom? +# ZSH_CUSTOM=/path/to/new-custom-folder + +# Which plugins would you like to load? +# Standard plugins can be found in $ZSH/plugins/ +# Custom plugins may be added to $ZSH_CUSTOM/plugins/ +# Example format: plugins=(rails git textmate ruby lighthouse) +# Add wisely, as too many plugins slow down shell startup. +plugins=(git) + +source $ZSH/oh-my-zsh.sh + +# User configuration + +# export MANPATH="/usr/local/man:$MANPATH" + +# You may need to manually set your language environment +# export LANG=en_US.UTF-8 + +# Preferred editor for local and remote sessions +# if [[ -n $SSH_CONNECTION ]]; then +# export EDITOR='vim' +# else +# export EDITOR='mvim' +# fi + +# Compilation flags +# export ARCHFLAGS="-arch x86_64" + +# Set personal aliases, overriding those provided by oh-my-zsh libs, +# plugins, and themes. Aliases can be placed here, though oh-my-zsh +# users are encouraged to define aliases within the ZSH_CUSTOM folder. +# For a full list of active aliases, run `alias`. +# +# Example aliases +# alias zshconfig="mate ~/.zshrc" +# alias ohmyzsh="mate ~/.oh-my-zsh" +source /home/andrea/dev/powerlevel10k/powerlevel10k.zsh-theme + +# To customize prompt, run `p10k configure` or edit ~/.p10k.zsh. +[[ ! -f ~/.p10k.zsh ]] || source ~/.p10k.zsh + +eval "$(fzf --zsh)" +eval "$(zoxide init zsh)" + +