diff --git a/code/elpa/all-the-icons-20220325.1238/all-the-icons-autoloads.el b/code/elpa/all-the-icons-20220325.1238/all-the-icons-autoloads.el index 121bfa6..911b864 100644 --- a/code/elpa/all-the-icons-20220325.1238/all-the-icons-autoloads.el +++ b/code/elpa/all-the-icons-20220325.1238/all-the-icons-autoloads.el @@ -1,4 +1,4 @@ -;;; all-the-icons-autoloads.el --- automatically extracted autoloads +;;; all-the-icons-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -57,7 +57,7 @@ When FAMILY is non-nil, limit the candidates to the icon set matching it. \(fn &optional ARG FAMILY)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "all-the-icons" '("all-the-icons-"))) +(register-definition-prefixes "all-the-icons" '("all-the-icons-")) ;;;*** diff --git a/code/elpa/all-the-icons-20220325.1238/all-the-icons-faces.elc b/code/elpa/all-the-icons-20220325.1238/all-the-icons-faces.elc index 26c672b..48377d0 100644 Binary files a/code/elpa/all-the-icons-20220325.1238/all-the-icons-faces.elc and b/code/elpa/all-the-icons-20220325.1238/all-the-icons-faces.elc differ diff --git a/code/elpa/all-the-icons-20220325.1238/all-the-icons.elc b/code/elpa/all-the-icons-20220325.1238/all-the-icons.elc index 1990d6b..ff71857 100644 Binary files a/code/elpa/all-the-icons-20220325.1238/all-the-icons.elc and b/code/elpa/all-the-icons-20220325.1238/all-the-icons.elc differ diff --git a/code/elpa/all-the-icons-20220325.1238/data/data-alltheicons.elc b/code/elpa/all-the-icons-20220325.1238/data/data-alltheicons.elc index 76b2125..a1451ce 100644 Binary files a/code/elpa/all-the-icons-20220325.1238/data/data-alltheicons.elc and b/code/elpa/all-the-icons-20220325.1238/data/data-alltheicons.elc differ diff --git a/code/elpa/all-the-icons-20220325.1238/data/data-faicons.elc b/code/elpa/all-the-icons-20220325.1238/data/data-faicons.elc index 3d0970d..a1a8b77 100644 Binary files a/code/elpa/all-the-icons-20220325.1238/data/data-faicons.elc and b/code/elpa/all-the-icons-20220325.1238/data/data-faicons.elc differ diff --git a/code/elpa/all-the-icons-20220325.1238/data/data-fileicons.elc b/code/elpa/all-the-icons-20220325.1238/data/data-fileicons.elc index 7f11538..71f7368 100644 Binary files a/code/elpa/all-the-icons-20220325.1238/data/data-fileicons.elc and b/code/elpa/all-the-icons-20220325.1238/data/data-fileicons.elc differ diff --git a/code/elpa/all-the-icons-20220325.1238/data/data-material.elc b/code/elpa/all-the-icons-20220325.1238/data/data-material.elc index 96cb645..bd13a6f 100644 Binary files a/code/elpa/all-the-icons-20220325.1238/data/data-material.elc and b/code/elpa/all-the-icons-20220325.1238/data/data-material.elc differ diff --git a/code/elpa/all-the-icons-20220325.1238/data/data-octicons.elc b/code/elpa/all-the-icons-20220325.1238/data/data-octicons.elc index 3b3968b..f57ebfd 100644 Binary files a/code/elpa/all-the-icons-20220325.1238/data/data-octicons.elc and b/code/elpa/all-the-icons-20220325.1238/data/data-octicons.elc differ diff --git a/code/elpa/all-the-icons-20220325.1238/data/data-weathericons.elc b/code/elpa/all-the-icons-20220325.1238/data/data-weathericons.elc index 0e10e04..b49abad 100644 Binary files a/code/elpa/all-the-icons-20220325.1238/data/data-weathericons.elc and b/code/elpa/all-the-icons-20220325.1238/data/data-weathericons.elc differ diff --git a/code/elpa/all-the-icons-dired-20220304.1638/all-the-icons-dired-autoloads.el b/code/elpa/all-the-icons-dired-20220304.1638/all-the-icons-dired-autoloads.el index 4694ae2..513daa9 100644 --- a/code/elpa/all-the-icons-dired-20220304.1638/all-the-icons-dired-autoloads.el +++ b/code/elpa/all-the-icons-dired-20220304.1638/all-the-icons-dired-autoloads.el @@ -1,4 +1,4 @@ -;;; all-the-icons-dired-autoloads.el --- automatically extracted autoloads +;;; all-the-icons-dired-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -13,14 +13,24 @@ (autoload 'all-the-icons-dired-mode "all-the-icons-dired" "\ Display all-the-icons icon for each file in a dired buffer. -If called interactively, enable All-The-Icons-Dired mode if ARG -is positive, and disable it if ARG is zero or negative. If -called from Lisp, also enable the mode if ARG is omitted or nil, -and toggle it if ARG is `toggle'; disable the mode otherwise. +This is a minor mode. If called interactively, toggle the +`All-The-Icons-Dired mode' mode. If the prefix argument is +positive, enable the mode, and if it is zero or negative, disable +the mode. + +If called from Lisp, toggle the mode if ARG is `toggle'. Enable +the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. + +To check whether the minor mode is enabled in the current buffer, +evaluate `all-the-icons-dired-mode'. + +The mode's hook is called both when the mode is enabled and when +it is disabled. \(fn &optional ARG)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "all-the-icons-dired" '("all-the-icons-dired-"))) +(register-definition-prefixes "all-the-icons-dired" '("all-the-icons-dired-")) ;;;*** diff --git a/code/elpa/all-the-icons-dired-20220304.1638/all-the-icons-dired.elc b/code/elpa/all-the-icons-dired-20220304.1638/all-the-icons-dired.elc index 2fae02f..d88b34c 100644 Binary files a/code/elpa/all-the-icons-dired-20220304.1638/all-the-icons-dired.elc and b/code/elpa/all-the-icons-dired-20220304.1638/all-the-icons-dired.elc differ diff --git a/code/elpa/archives/melpa/archive-contents b/code/elpa/archives/melpa/archive-contents index f736a7f..b5f0071 100644 --- a/code/elpa/archives/melpa/archive-contents +++ b/code/elpa/archives/melpa/archive-contents @@ -3925,7 +3925,7 @@ (propfont-mixed . [(20150113 2211) ((emacs (24)) (cl-lib (0 5))) "Use proportional fonts with space-based indentation." single ((:commit . "0b461ef4754a469610dba71874a34b6da42176bf") (:authors ("Kirill Ignatiev ")) (:maintainer "Kirill Ignatiev ") (:keywords "faces") (:url . "https://github.com/ikirill/propfont-mixed"))]) (proportional . [(20200309 1556) ((emacs (25 1))) "use a proportional font everywhere" single ((:commit . "0e4537af7ba2bc9dbb449c38350bce012b382f51") (:authors ("Johannes Goslar")) (:maintainer "Johannes Goslar") (:keywords "faces") (:url . "https://github.com/ksjogo/proportional"))]) (prosjekt . [(20151127 1416) ((dash (2 8 0))) "a software project tool for emacs" tar ((:commit . "a864a8be5842223043702395f311e3350c28e9db") (:authors ("Austin Bingham" . "austin.bingham@gmail.com")) (:maintainer "Austin Bingham" . "austin.bingham@gmail.com") (:url . "https://github.com/abingham/prosjekt"))]) - (protobuf-mode . [(20220303 1716) nil "major mode for editing protocol buffers." single ((:commit . "c80808ce1defa4a6f02ceba8e1415b0bcdd068fd") (:authors ("Alexandre Vassalotti" . "alexandre@peadrop.com")) (:maintainer "Alexandre Vassalotti" . "alexandre@peadrop.com") (:keywords "google" "protobuf" "languages"))]) + (protobuf-mode . [(20220303 1716) nil "major mode for editing protocol buffers." single ((:commit . "e81c678e7dfd43f75d4d68ba1df75ce168820f11") (:authors ("Alexandre Vassalotti" . "alexandre@peadrop.com")) (:maintainer "Alexandre Vassalotti" . "alexandre@peadrop.com") (:keywords "google" "protobuf" "languages"))]) (protocols . [(20170802 1132) ((cl-lib (0 5))) "Protocol database access functions." single ((:commit . "d0f7c4acb05465f1a0d4be54363bbd2802647e77") (:authors ("Dave Pearson" . "davep@davep.org")) (:maintainer "Dave Pearson" . "davep@davep.org") (:keywords "convenience" "net" "protocols") (:url . "https://github.com/davep/protocols.el"))]) (proxy-mode . [(20220210 1410) ((emacs (25))) "A minor mode to toggle proxy." single ((:commit . "620e48c6afaf760d0ee9f5bdf583fd91cd9d0ec6") (:keywords "comm" "proxy") (:url . "https://repo.or.cz/proxy-mode.git"))]) (psalm . [(20211002 1552) ((emacs (24 3)) (php-mode (1 22 3))) "Interface to Psalm" single ((:commit . "28d546a79cb865a78b94cd7e929d66d720505faa") (:authors ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainer "USAMI Kenta" . "tadsan@zonu.me") (:keywords "tools" "php") (:url . "https://github.com/emacs-php/psalm.el"))]) @@ -3965,7 +3965,7 @@ (pyenv-mode-auto . [(20180620 1252) ((pyenv-mode (0 1 0)) (s (1 11 0)) (f (0 17 0))) "Automatically activates pyenv version if .python-version file exists." single ((:commit . "347b94cd5ad22e33cc41be661c102d4548767858") (:authors ("Sviatoslav Bulbakha" . "mail@ssbb.me")) (:maintainer "Sviatoslav Bulbakha" . "mail@ssbb.me") (:keywords "python" "pyenv") (:url . "https://github.com/ssbb/pyenv-mode-auto"))]) (pygen . [(20161121 506) ((elpy (1 12 0)) (python-mode (6 2 2)) (dash (2 13 0))) "Python code generation using Elpy and Python-mode." single ((:commit . "9019ff44ba49d7295b1476530feab91fdadb084b") (:authors ("Jack Crawley ")) (:maintainer "Jack Crawley ") (:keywords "python" "code generation") (:url . "https://github.com/JackCrawley/pygen/"))]) (pygn-mode . [(20211021 2325) ((emacs (26 1)) (tree-sitter (0 15 2)) (tree-sitter-langs (0 10 7)) (uci-mode (0 5 4)) (nav-flash (1 0 0)) (ivy (0 10 0))) "Major-mode for chess PGN files, powered by Python" tar ((:commit . "eb1da7e3eb5f5754b60d404b0e341206eebe19ca") (:authors ("Dodge Coates and Roland Walker")) (:maintainer "Dodge Coates and Roland Walker") (:keywords "data" "games" "chess") (:url . "https://github.com/dwcoates/pygn-mode"))]) - (pyim . [(20220420 746) ((emacs (25 1)) (async (1 6)) (xr (1 13))) "A Chinese input method support quanpin, shuangpin, wubi, cangjie and rime." tar ((:commit . "fcd1655ea2c7278c0419707640be4e200f03b8e5") (:authors ("Ye Wenbin" . "wenbinye@163.com") ("Feng Shu" . "tumashu@163.com")) (:maintainer "Feng Shu" . "tumashu@163.com") (:keywords "convenience" "chinese" "pinyin" "input-method") (:url . "https://github.com/tumashu/pyim"))]) + (pyim . [(20220422 208) ((emacs (25 1)) (async (1 6)) (xr (1 13))) "A Chinese input method support quanpin, shuangpin, wubi, cangjie and rime." tar ((:commit . "63de15e13b8c3ad6be50b7cb6a5855a53a6d8739") (:authors ("Ye Wenbin" . "wenbinye@163.com") ("Feng Shu" . "tumashu@163.com")) (:maintainer "Feng Shu" . "tumashu@163.com") (:keywords "convenience" "chinese" "pinyin" "input-method") (:url . "https://github.com/tumashu/pyim"))]) (pyim-basedict . [(20210517 43) nil "The default pinyin dict of pyim" tar ((:commit . "86f6de3e3a1523eb278bd3afe7c4ceba2a0e2972") (:authors ("Feng Shu" . "tumashu@163.com")) (:maintainer "Feng Shu" . "tumashu@163.com") (:keywords "convenience" "chinese" "pinyin" "input-method" "complete") (:url . "https://github.com/tumashu/pyim-basedict"))]) (pyim-cangjiedict . [(20210617 934) ((pyim (3 7))) "Some cangjie dicts for pyim" tar ((:commit . "d17e3d32a6480939b350a91a915ebe8e6efad819") (:authors ("Yuanchen Xie" . "yuanchen.gm@gmail.com")) (:maintainer "Yuanchen Xie" . "yuanchen.gm@gmail.com") (:keywords "convenience" "chinese" "pinyin" "input-method" "complete") (:url . "https://github.com/p1uxtar/pyim-cangjiedict"))]) (pyim-smzmdict . [(20210505 1445) ((pyim (3 7))) "Sanma(triple) Zhengma dict for pyim" tar ((:commit . "fcddbde17a04d174c7353548056524687f7be8d2") (:authors ("Yue Shi (Zhizhi)")) (:maintainer "Yuanchen Xie") (:keywords "convenience" "i18n" "pyim" "chinese" "zhengma") (:url . "https://github.com/p1uxtar/pyim-smzmdict"))]) @@ -4520,7 +4520,7 @@ (stickyfunc-enhance . [(20150429 1814) ((emacs (24 3))) "An enhancement to stock `semantic-stickyfunc-mode'" single ((:commit . "13bdba51fcd83ccbc3267959d23afc94d458dcb0") (:authors ("Tu, Do Hoang" . "tuhdo1710@gmail.com")) (:maintainer "Tu, Do Hoang") (:keywords "c" "languages" "tools") (:url . "https://github.com/tuhdo/semantic-stickyfunc-enhance"))]) (stimmung-themes . [(20220412 1434) ((emacs (25))) "Themes tuned to inner harmonies" tar ((:commit . "77146bd3ad4f275847c965148572bb0ff0b54c1e") (:authors ("Love Lagerkvist")) (:maintainer "Love Lagerkvist") (:keywords "faces") (:url . "https://github.com/motform/stimmung-themes"))]) (stock-ticker . [(20150204 1052) ((s (1 9 0)) (request (0 2 0))) "Show stock prices in mode line" single ((:commit . "f2e564142c9de84232839a5b01979cf95b04d6a9") (:authors ("Gunther Hagleitner")) (:maintainer "Gunther Hagleitner") (:keywords "comms") (:url . "https://github.com/hagleitn/stock-ticker"))]) - (stock-tracker . [(20220421 1537) ((emacs (27 1)) (dash (2 16 0)) (async (1 9 5))) "Track stock price" single ((:commit . "2ecf0a83b749096c5a3988a6cf00c080ae676555") (:authors ("Huming Chen" . "chenhuming@gmail.com")) (:maintainer "Huming Chen" . "chenhuming@gmail.com") (:keywords "convenience" "stock" "finance") (:url . "https://github.com/beacoder/stock-tracker"))]) + (stock-tracker . [(20220422 225) ((emacs (27 1)) (dash (2 16 0)) (async (1 9 5))) "Track stock price" single ((:commit . "ae082b7125b7d64cb262268ac91e42cdcbefb3cc") (:authors ("Huming Chen" . "chenhuming@gmail.com")) (:maintainer "Huming Chen" . "chenhuming@gmail.com") (:keywords "convenience" "stock" "finance") (:url . "https://github.com/beacoder/stock-tracker"))]) (strace-mode . [(20171116 2039) nil "strace output syntax highlighting" single ((:commit . "2901baa968d5180ab985ac40ca22cc20914d01f5") (:authors ("Preston Moore" . "prestonkmoore@gmail.com")) (:maintainer "Preston Moore" . "prestonkmoore@gmail.com") (:keywords "languages"))]) (streak . [(20220311 1929) ((emacs (27 1))) "Track a daily streak in your Mode Line" single ((:commit . "b2206de2fe43f97e754bbcb0abe9b078a419e787") (:authors ("Colin Woodbury ")) (:maintainer "Colin Woodbury" . "colin@fosskers.ca") (:keywords "calendar") (:url . "https://github.com/fosskers/streak"))]) (streamlink . [(20210811 1429) ((s (1 12 0))) "A major mode for streamlink output" single ((:commit . "c265dc61c02ad29ec01dfd8b5cbe3bac60fbf097") (:keywords "multimedia" "streamlink") (:url . "https://github.com/BenediktBroich/streamlink"))]) @@ -4677,7 +4677,7 @@ (thinks . [(20170802 1128) ((cl-lib (0 5))) "Insert text in a think bubble." single ((:commit . "c02f236abc8c2025d9f01460b09b89ebdc96e28d") (:authors ("Dave Pearson" . "davep@davep.org")) (:maintainer "Dave Pearson" . "davep@davep.org") (:keywords "convenience" "quoting") (:url . "https://github.com/davep/thinks.el"))]) (thread-dump . [(20170816 1850) nil "Java thread dump viewer" single ((:commit . "204c9600242756d4b514bb5ff6293e052bf4b49d") (:authors ("Dmitry Neverov")) (:maintainer "Dmitry Neverov") (:url . "http://github.com/nd/thread-dump.el"))]) (threes . [(20160820 1242) ((emacs (24)) (seq (1 11))) "A clone of Threes (a tiny puzzle game)" single ((:commit . "6981acb30b856c77cba6aba63fefbf102cbdfbb2") (:authors ("Chunyang Xu" . "xuchunyang.me@gmail.com")) (:maintainer "Chunyang Xu" . "xuchunyang.me@gmail.com") (:keywords "games") (:url . "https://github.com/xuchunyang/threes.el"))]) - (thrift . [(20200212 1903) ((emacs (24))) "major mode for fbthrift and Apache Thrift files" single ((:commit . "8af93fd7554adcdefa7fda4e2261eed72a7d0e46") (:keywords "languages"))]) + (thrift . [(20200212 1903) ((emacs (24))) "major mode for fbthrift and Apache Thrift files" single ((:commit . "aca8c7d67c72894ca35dca490999a1b165358807") (:keywords "languages"))]) (thumb-through . [(20120119 534) nil "Plain text reader of HTML documents" single ((:commit . "08d8fb720f93c6172653e035191a8fa9c3305e63") (:keywords "html"))]) (tickscript-mode . [(20171219 203) ((emacs (24 1))) "A major mode for Tickscript files" single ((:commit . "f0579f38ff14954df5002ce30ae6d4a2c978d461") (:authors ("Marc Sherry" . "msherry@gmail.com")) (:maintainer "Marc Sherry" . "msherry@gmail.com") (:keywords "languages") (:url . "https://github.com/msherry/tickscript-mode"))]) (tidal . [(20210211 1531) ((haskell-mode (16)) (emacs (24))) "Interact with TidalCycles for live coding patterns" single ((:commit . "9dbd4c9b4dd4adb550323376a25a50917c971b00") (:authors (nil . "alex@slab.org")) (:maintainer nil . "alex@slab.org") (:keywords "tools") (:url . "https://github.com/tidalcycles/Tidal"))]) diff --git a/code/elpa/archives/nongnu/archive-contents b/code/elpa/archives/nongnu/archive-contents new file mode 100644 index 0000000..743e885 --- /dev/null +++ b/code/elpa/archives/nongnu/archive-contents @@ -0,0 +1,1641 @@ +(1 + (afternoon-theme . + [(0 1) + ((emacs + (24 1))) + "Dark color theme with a deep blue background" tar + ((:url . "http://github.com/osener/emacs-afternoon-theme") + (:keywords "themes") + (:maintainer "Ozan Sener" . "ozan@ozansener.com") + (:authors + ("Ozan Sener" . "ozan@ozansener.com")))]) + (alect-themes . + [(0 10) + ((emacs + (24 0))) + "Configurable light, dark and black themes for Emacs 24 or later" tar + ((:url . "https://github.com/alezost/alect-themes") + (:keywords "color" "theme") + (:maintainer "Alex Kost" . "alezost@gmail.com") + (:authors + ("Alex Kost" . "alezost@gmail.com")))]) + (ample-theme . + [(0 3 0) + nil "Calm Dark Theme for Emacs" tar + ((:url . "https://github.com/jordonbiondo/ample-theme") + (:keywords "theme" "dark") + (:maintainer "Jordon Biondo" . "jordonbiondo@gmail.com") + (:authors + ("Jordon Biondo" . "jordonbiondo@gmail.com")))]) + (annotate . + [(1 5 3) + nil "annotate files without changing them" tar + ((:url . "https://github.com/bastibe/annotate.el") + (:maintainer "Bastian Bechtold , cage" . "cage-dev@twistfold.it") + (:authors + ("Bastian Bechtold")) + (:commit . "e694b977cc82887ce722912a2634ae4b0bc4f5ea"))]) + (anti-zenburn-theme . + [(2 5 1) + nil "Low-contrast Zenburn-inverted theme" tar + ((:url . "https://github.com/m00natic/anti-zenburn-theme") + (:maintainer "Andrey Kotlarski" . "m00naticus@gmail.com") + (:authors + ("Andrey Kotlarski" . "m00naticus@gmail.com")))]) + (anzu . + [(0 64) + ((emacs + (25 1))) + "Show number of matches in mode-line while searching" tar + ((:url . "https://github.com/emacsorphanage/anzu") + (:maintainer "Neil Okamoto" . "neil.okamoto+melpa@gmail.com") + (:authors + ("Syohei YOSHIDA" . "syohex@gmail.com")))]) + (apache-mode . + [(2 2 0) + nil "Major mode for editing Apache httpd configuration files" tar + ((:url . "https://github.com/emacs-php/apache-mode") + (:maintainer "USAMI Kenta" . "tadsan@zonu.me") + (:authors + ("Karl Chen" . "quarl@nospam.quarl.org")) + (:keywords "languages" "faces"))]) + (apropospriate-theme . + [(0 1 1) + nil "A light & dark theme set for Emacs." tar + ((:url . "http://github.com/waymondo/apropospriate-theme") + (:maintainer "Justin Talbott" . "justin@waymondo.com") + (:authors + ("Justin Talbott" . "justin@waymondo.com")))]) + (arduino-mode . + [(1 3 0) + ((emacs + (25 1)) + (spinner + (1 7 3))) + "Major mode for editing Arduino code" tar + ((:url . "https://github.com/stardiviner/arduino-mode") + (:maintainer "stardiviner" . "numbchild@gmail.com") + (:keywords "languages" "arduino"))]) + (autothemer . + [(0 2 3) + ((dash + (2 10 0)) + (emacs + (24)) + (cl-lib + (0 5))) + "Conveniently define themes." tar + ((:url . "https://github.com/sebastiansturm/autothemer") + (:maintainer "Sebastian Sturm") + (:authors + ("Sebastian Sturm")))]) + (better-jumper . + [(1 0 1) + ((emacs + (25 1))) + "configurable jump list" tar + ((:url . "https://github.com/gilbertw1/better-jumper") + (:keywords "convenience" "jump" "history" "evil") + (:maintainer "Bryan Gilbert" . "bryan@bryan.sh") + (:authors + ("Bryan Gilbert ")))]) + (bind-map . + [(1 1 2) + ((emacs + (24 3))) + "Bind personal keymaps in multiple locations" tar + ((:url . "https://github.com/justbur/emacs-bind-map") + (:maintainer "Justin Burkett" . "justin@burkett.cc") + (:authors + ("Justin Burkett" . "justin@burkett.cc")) + (:commit . "6977e0fec5c4a3c62a10503798c2a15194167046"))]) + (bison-mode . + [(0 4) + nil "Major mode for editing bison, yacc and lex files." tar + ((:maintainer "Eric Beuscher" . "beuscher@eecs.tulane.edu") + (:authors + ("Eric Beuscher" . "beuscher@eecs.tulane.edu")) + (:keywords "bison-mode" "yacc-mode") + (:url . "https://elpa.nongnu.org/nongnu/bison-mode.html"))]) + (boxquote . + [(2 2) + ((cl-lib + (0 5))) + "Quote text with a semi-box." tar + ((:url . "https://github.com/davep/boxquote.el") + (:keywords "quoting") + (:maintainer "Dave Pearson" . "davep@davep.org") + (:authors + ("Dave Pearson" . "davep@davep.org")))]) + (buttercup . + [(1 25) + ((emacs + (24 3))) + "Behavior-Driven Emacs Lisp Testing" tar + ((:url . "https://github.com/jorgenschaefer/emacs-buttercup") + (:maintainer "Ola Nilsson" . "ola.nilsson@gmail.com") + (:authors + ("Jorgen Schaefer" . "contact@jorgenschaefer.de")) + (:commit . "ba62f80555d46faf49dc451c0ad20f39f6a170ab"))]) + (caml . + [(4 9) + ((emacs + (24 3))) + "Caml mode for GNU Emacs" tar + ((:url . "https://github.com/ocaml/caml-mode") + (:maintainer "Christophe Troestler" . "Christophe.Troestler@umons.ac.be") + (:authors + ("Jacques Garrigue" . "garrigue@kurims.kyoto-u.ac.jp") + ("Ian T Zimmerman" . "itz@rahul.net") + ("Damien Doligez" . "damien.doligez@inria.fr")) + (:keywords "ocaml"))]) + (cider . + [(1 3 0) + ((emacs + (26)) + (clojure-mode + (5 12)) + (parseedn + (1 0 6)) + (queue + (0 2)) + (spinner + (1 7)) + (seq + (2 22)) + (sesman + (0 3 2))) + "Clojure Interactive Development Environment that Rocks" tar + ((:url . "http://www.github.com/clojure-emacs/cider") + (:keywords "languages" "clojure" "cider") + (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.dev") + (: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")) + (:commit . "6ddccef1d8cf48515b1cfa0addc1dd41e57e840a"))]) + (clojure-mode . + [(5 14 0) + ((emacs + (25 1))) + "Major mode for Clojure code" tar + ((:url . "http://github.com/clojure-emacs/clojure-mode") + (:keywords "languages" "clojure" "clojurescript" "lisp") + (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.dev") + (:commit . "b7d08b87f6a116ff47b33ee857926b60c66c3ab7"))]) + (coffee-mode . + [(0 6 3) + ((emacs + (24 3))) + "Major mode for CoffeeScript code" tar + ((:url . "http://github.com/defunkt/coffee-mode") + (:keywords "coffeescript" "major" "mode") + (:maintainer "Chris Wanstrath" . "chris@ozmm.org") + (:authors + ("Chris Wanstrath" . "chris@ozmm.org")) + (:commit . "adfb7ae73d6ee2ef790c780dd3c967e62930e94a"))]) + (color-theme-tangotango . + [(0 0 6) + ((color-theme + (6 6 1))) + "Tango Palette color theme for Emacs." tar + ((:url . "https://github.com/juba/color-theme-tangotango") + (:keywords "tango" "palette" "color" "theme" "emacs") + (:maintainer "Julien Barnier") + (:authors + ("Julien Barnier")))]) + (crux . + [(0 4 0) + ((seq + (1 11))) + "A Collection of Ridiculously Useful eXtensions" tar + ((:url . "https://github.com/bbatsov/crux") + (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.dev") + (:authors + ("Bozhidar Batsov" . "bozhidar@batsov.dev")) + (:keywords "convenience"))]) + (cyberpunk-theme . + [(1 22) + nil "Cyberpunk Color Theme" tar + ((:url . "https://github.com/n3mo/cyberpunk-theme.el") + (:keywords "color" "theme" "cyberpunk") + (:maintainer "Nicholas M. Van Horn" . "nvanhorn@protonmail.com") + (:authors + ("Nicholas M. Van Horn" . "nvanhorn@protonmail.com")))]) + (d-mode . + [(202003130913) + ((emacs + (25 1))) + "D Programming Language major mode for (X)Emacs" tar + ((:maintainer "Russel Winder" . "russel@winder.org.uk") + (:authors + ("William Baxter")) + (:keywords "d" "programming" "language" "emacs" "cc-mode") + (:url . "https://elpa.nongnu.org/nongnu/d-mode.html"))]) + (dart-mode . + [(1 0 7) + ((emacs + (24 3))) + "Major mode for editing Dart files" tar + ((:url . "https://github.com/bradyt/dart-mode") + (:maintainer "https://github.com/bradyt/dart-mode/issues") + (:authors + ("https://github.com/bradyt/dart-mode/issues")) + (:keywords "languages"))]) + (dockerfile-mode . + [(1 5) + ((emacs + (24))) + "Major mode for editing Docker's Dockerfiles" tar + ((:url . "https://github.com/spotify/dockerfile-mode") + (:keywords "docker") + (:commit . "628315e2e4ab2f269548126444234caa057b2c75"))]) + (dracula-theme . + [(1 7 0) + ((emacs + (24 3))) + "Dracula Theme" tar + ((:url . "https://github.com/dracula/emacs") + (:maintainer "Étienne Deparis" . "etienne@depar.is") + (:authors + ("film42")))]) + (drupal-mode . + [(0 7 4) + ((php-mode + (1 5 0))) + "Advanced minor mode for Drupal development" tar + ((:url . "https://github.com/arnested/drupal-mode") + (:keywords "programming" "php" "drupal") + (:maintainer "Arne Jørgensen" . "arne@arnested.dk") + (:authors + ("Arne Jørgensen" . "arne@arnested.dk")) + (:commit . "ed90b0c4d808365e9ae9f16cc8a96eff17815621"))]) + (editorconfig . + [(0 8 2) + ((cl-lib + (0 5)) + (nadvice + (0 3)) + (emacs + (24))) + "EditorConfig Emacs Plugin" tar + ((:url . "https://github.com/editorconfig/editorconfig-emacs#readme") + (:maintainer "EditorConfig Team" . "editorconfig@googlegroups.com") + (:authors + ("EditorConfig Team" . "editorconfig@googlegroups.com")))]) + (elixir-mode . + [(2 4 0) + ((emacs + (25))) + "Major mode for editing Elixir files" tar + ((:url . "https://github.com/elixir-editors/emacs-elixir") + (:keywords "languages" "elixir") + (:commit . "1d94b525ddcc995b5a979de7b050c2309648ca6f"))]) + (elpher . + [(3 3 3) + ((emacs + (27 1))) + "A friendly gopher and gemini client" tar + ((:url . "https://thelambdalab.xyz/elpher") + (:keywords "comm" "gopher") + (:maintainer "Tim Vaughan" . "plugd@thelambdalab.xyz") + (:authors + ("Tim Vaughan" . "plugd@thelambdalab.xyz")) + (:commit . "ab75cffa4572115c3d6b17348b6bfa2f746f4798"))]) + (evil . + [(1 14 0) + nil "extensible vi layer" tar + ((:url . "https://github.com/emacs-evil/evil") + (:keywords "emulation" "vim"))]) + (evil-anzu . + [(0 2) + ((evil + (1 0 0)) + (anzu + (0 46))) + "anzu for evil-mode" tar + ((:url . "https://github.com/syohex/emacs-evil-anzu") + (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") + (:authors + ("Syohei YOSHIDA" . "syohex@gmail.com") + ("Fredrik Bergroth" . "fbergroth@gmail.com")))]) + (evil-args . + [(1 1) + ((evil + (1 0 8))) + "Motions and text objects for delimited arguments in Evil." tar + ((:url . "http://github.com/wcsmith/evil-args") + (:keywords "evil" "vim-emulation") + (:maintainer "Connor Smith" . "wconnorsmith@gmail.com") + (:authors + ("Connor Smith" . "wconnorsmith@gmail.com")) + (:commit . "2671071a4a57eaee7cc8c27b9e4b6fc60fd2ccd3"))]) + (evil-exchange . + [(0 41) + ((evil + (1 2 8)) + (cl-lib + (0 3))) + "Exchange text more easily within Evil" tar + ((:url . "http://github.com/Dewdrops/evil-exchange") + (:keywords "evil" "plugin") + (:maintainer "Dewdrops" . "v_v_4474@126.com") + (:authors + ("Dewdrops" . "v_v_4474@126.com")))]) + (evil-goggles . + [(0 0 2) + ((emacs + (24 4)) + (evil + (1 0 0))) + "Add a visual hint to evil operations" tar + ((:url . "http://github.com/edkolev/evil-goggles") + (:keywords "emulations" "evil" "vim" "visual") + (:maintainer "edkolev" . "evgenysw@gmail.com") + (:authors + ("edkolev" . "evgenysw@gmail.com")) + (:commit . "7801d9204cd57d5aec11ef43b15357a431cf025c"))]) + (evil-indent-plus . + [(1 0 1) + ((evil + (0)) + (cl-lib + (0 5))) + "Evil textobjects based on indentation" tar + ((:url . "http://github.com/TheBB/evil-indent-plus") + (:keywords "convenience" "evil") + (:maintainer "Eivind Fonn" . "evfonn@gmail.com") + (:authors + ("Eivind Fonn" . "evfonn@gmail.com")))]) + (evil-lisp-state . + [(8 2) + ((evil + (1 0 9)) + (bind-map + (0)) + (smartparens + (1 6 1))) + "An evil state to edit Lisp code" tar + ((:url . "https://github.com/syl20bnr/evil-lisp-state") + (:keywords "convenience" "editing" "evil" "smartparens" "lisp" "mnemonic") + (:maintainer "Sylvain Benner" . "sylvain.benner@gmail.com") + (:authors + ("Sylvain Benner" . "sylvain.benner@gmail.com")))]) + (evil-matchit . + [(2 4 4) + ((evil + (1 14 0)) + (emacs + (25 1))) + "Vim matchit ported to Evil" tar + ((:url . "http://github.com/redguardtoo/evil-matchit") + (:keywords "matchit" "vim" "evil") + (:maintainer "Chen Bin" . "chenbin.sh@gmail.com") + (:authors + ("Chen Bin" . "chenbin.sh@gmail.com")) + (:commit . "b314e816bacfc01bb7df9b19a06b18638af5cdbe"))]) + (evil-nerd-commenter . + [(3 5 7) + ((emacs + (25 1))) + "Comment/uncomment lines efficiently. Like Nerd Commenter in Vim" tar + ((:url . "http://github.com/redguardtoo/evil-nerd-commenter") + (:keywords "convenience" "evil") + (:maintainer "Chen Bin" . "chenbin.sh@gmail.com") + (:authors + ("Chen Bin" . "chenbin.sh@gmail.com")) + (:commit . "29ced6fda6a76771a8a054ef55c13a1330793d4d"))]) + (evil-numbers . + [(0 6) + ((emacs + (24 1)) + (evil + (1 2 0))) + "Increment/decrement numbers like in VIM" tar + ((:url . "http://github.com/juliapath/evil-numbers") + (:keywords "convenience" "tools") + (:maintainer "Julia Path" . "julia@jpath.de") + (:authors + ("Michael Markert" . "markert.michael@googlemail.com")))]) + (evil-visualstar . + [(0 2 0) + ((evil + (0))) + "Starts a * or # search from the visual selection" tar + ((:url . "https://github.com/bling/evil-visualstar") + (:keywords "evil" "vim" "visualstar") + (:maintainer "Bailey Ling") + (:authors + ("Bailey Ling")))]) + (flymake-kondor . + [(0 1 3) + ((emacs + (26 1))) + "Linter with clj-kondo" tar + ((:url . "https://github.com/turbo-cafe/flymake-kondor") + (:maintainer "https://turbocafe.keybase.pub") + (:authors + ("https://turbocafe.keybase.pub")))]) + (forth-mode . + [(0 2) + nil "Programming language mode for Forth" tar + ((:url . "http://github.com/larsbrinkhoff/forth-mode") + (:keywords "languages" "forth") + (:maintainer "Lars Brinkhoff" . "lars@nocrew.org") + (:authors + ("Lars Brinkhoff" . "lars@nocrew.org")) + (:commit . "38d5152011ee67e0cff9d4a5ddfb1f908e5be013"))]) + (free-keys . + [(1 0) + ((cl-lib + (0 3))) + "Show free keybindings for modkeys or prefixes" tar + ((:url . "https://github.com/Fuco1/free-keys") + (:keywords "convenience") + (:maintainer "Matus Goljer" . "matus.goljer@gmail.com") + (:authors + ("Matus Goljer" . "matus.goljer@gmail.com")) + (:commit . "6f9172376af4d399c7853cbdfdd7425348a878f9"))]) + (geiser . + [(0 23 2) + ((emacs + (25 1)) + (transient + (0 3)) + (project + (0 8 1))) + "GNU Emacs and Scheme talk to each other" tar + ((:url . "https://gitlab.com/emacs-geiser/") + (:keywords "languages" "scheme" "geiser") + (:maintainer "Jose Antonio Ortega Ruiz" . "jao@gnu.org") + (:authors + ("Jose Antonio Ortega Ruiz" . "jao@gnu.org")) + (:commit . "bc0dde310492de733f9ec528d7aeddd57093d05e"))]) + (geiser-chez . + [(0 17) + ((emacs + (26 1)) + (geiser + (0 19))) + "Chez Scheme's implementation of the geiser protocols" tar + ((:url . "https://gitlab.com/emacs-geiser/chez") + (:keywords "languages" "chez" "scheme" "geiser") + (:maintainer "Jose A Ortega Ruiz" . "jao@gnu.org") + (:authors + ("Peter" . "craven@gmx.net")))]) + (geiser-chibi . + [(0 17) + ((emacs + (24 4)) + (geiser + (0 18))) + "Chibi Scheme's implementation of the geiser protocols" tar + ((:url . "https://gitlab.com/emacs-geiser/chibi") + (:keywords "languages" "chibi" "scheme" "geiser") + (:maintainer "Jose A Ortega Ruiz" . "jao@gnu.org") + (:authors + ("Peter" . "craven@gmx.net")))]) + (geiser-chicken . + [(0 17) + ((emacs + (24 4)) + (geiser + (0 19))) + "Chicken's implementation of the geiser protocols" tar + ((:url . "https://gitlab.com/emacs-geiser/chicken") + (:keywords "languages" "chicken" "scheme" "geiser") + (:maintainer "Daniel Leslie") + (:authors + ("Daniel Leslie")))]) + (geiser-gambit . + [(0 18 1) + ((emacs + (26 1)) + (geiser + (0 18))) + "Gambit's implementation of the geiser protocols" tar + ((:url . "https://gitlab.com/emacs-geiser/gambit") + (:keywords "languages" "gambit" "scheme" "geiser") + (:maintainer "Jose A Ortega Ruiz" . "jao@gnu.org") + (:authors + ("Daniel Leslie")) + (:commit . "381d74ca5059b44fe3d8b5daf42214019c6d1a88"))]) + (geiser-gauche . + [(0 0 2) + ((emacs + (26 1)) + (geiser + (0 11 2))) + "Gauche scheme support for Geiser" tar + ((:url . "https://gitlab.com/emacs-geiser/gauche") + (:maintainer "András Simonyi" . "andras.simonyi@gmail.com") + (:authors + ("András Simonyi" . "andras.simonyi@gmail.com")) + (:keywords "languages" "gauche" "scheme" "geiser"))]) + (geiser-guile . + [(0 23 2) + ((emacs + (25 1)) + (geiser + (0 23 2))) + "Guile's implementation of the geiser protocols" tar + ((:url . "https://gitlab.com/emacs-geiser/guile") + (:keywords "languages" "guile" "scheme" "geiser") + (:maintainer "Jose Antonio Ortega Ruiz" . "jao@gnu.org") + (:authors + ("Jose Antonio Ortega Ruiz" . "jao@gnu.org")) + (:commit . "c641fcc50b6b86ca95743122b5206cdcd475f96e"))]) + (geiser-kawa . + [(0 0 1) + ((emacs + (26 1)) + (geiser + (0 16))) + "Kawa scheme support for Geiser" tar + ((:url . "https://gitlab.com/emacs-geiser/kawa") + (:maintainer "spellcard199" . "spellcard199@protonmail.com") + (:authors + ("spellcard199" . "spellcard199@protonmail.com")) + (:keywords "languages" "kawa" "scheme" "geiser"))]) + (geiser-mit . + [(0 15) + ((emacs + (24 4)) + (geiser + (0 18))) + "MIT/GNU Scheme's implementation of the geiser protocols" tar + ((:url . "https://gitlab.com/emacs-geiser/mit") + (:keywords "languages" "mit" "scheme" "geiser") + (:maintainer "Jose A Ortega Ruiz" . "jao@gnu.org") + (:authors + ("Peter" . "craven@gmx.net")))]) + (geiser-racket . + [(0 16) + ((emacs + (26 1)) + (geiser + (0 16))) + "Support for Racket in Geiser" tar + ((:url . "https://gitlab.com/emacs-geiser/racket") + (:maintainer "Jose Antonio Ortega Ruiz" . "jao@gnu.org") + (:authors + ("Jose Antonio Ortega Ruiz" . "jao@gnu.org")) + (:keywords "languages" "racket" "scheme" "geiser"))]) + (geiser-stklos . + [(1 4) + ((emacs + (24 4)) + (geiser + (0 16))) + "STklos Scheme implementation of the geiser protocols" tar + ((:url . "https://gitlab.com/emacs-geiser/stklos") + (:keywords "languages" "stklos" "scheme" "geiser") + (:maintainer "Jeronimo Pellegrini" . "j_p@aleph0.info") + (:authors + ("Jeronimo Pellegrini" . "j_p@aleph0.info")))]) + (git-commit . + [(3 3 0) + ((emacs + (25 1)) + (dash + (2 19 1)) + (transient + (0 3 6)) + (with-editor + (3 0 5))) + "Edit Git commit messages" tar + ((:url . "https://github.com/magit/magit") + (:keywords "git" "tools" "vc") + (:maintainer "Jonas Bernoulli" . "jonas@bernoul.li") + (:authors + ("Jonas Bernoulli" . "jonas@bernoul.li") + ("Sebastian Wiesner" . "lunaryorn@gmail.com") + ("Florian Ragwitz" . "rafl@debian.org") + ("Marius Vollmer" . "marius.vollmer@gmail.com")))]) + (git-modes . + [(1 4 0) + ((emacs + (24 3))) + "Major modes for editing Git configuration files" tar + ((:url . "https://github.com/magit/git-modes") + (:keywords "convenience" "vc" "git") + (:maintainer "Jonas Bernoulli" . "jonas@bernoul.li") + (:authors + ("Sebastian Wiesner" . "lunaryorn@gmail.com") + ("Rüdiger Sonderfeld" . "ruediger@c-plusplus.net") + ("Jonas Bernoulli" . "jonas@bernoul.li")))]) + (gnu-apl-mode . + [(1 5 1) + nil "Emacs mode for GNU APL" tar + ((:url . "http://www.gnu.org/software/apl/") + (:keywords "languages") + (:maintainer "Elias Mårtenson" . "lokedhs@gmail.com") + (:authors + ("Elias Mårtenson" . "lokedhs@gmail.com")) + (:commit . "deabf59d2375d4662221f8222e28caeb1be96428"))]) + (gnuplot . + [(0 8 0) + ((emacs + (24 3))) + "Major-mode and interactive frontend for gnuplot" tar + ((:url . "https://github.com/emacsorphanage/gnuplot") + (:maintainer "Bruce Ravel" . "bruceravel1@gmail.com") + (:authors + ("Jon Oddie") + ("Bruce Ravel") + ("Phil Type")) + (:keywords "data" "gnuplot" "plotting"))]) + (go-mode . + [(1 6 0) + ((emacs + (26 1))) + "Major mode for the Go programming language" tar + ((:url . "https://github.com/dominikh/go-mode.el") + (:keywords "languages" "go") + (:maintainer "The go-mode Authors") + (:authors + ("The go-mode Authors")) + (:commit . "3273fcece5d9ab7edd4f15b2d6bce61f4e5a0666"))]) + (gotham-theme . + [(1 1 9) + ((emacs + (24 1))) + "A very dark Emacs color theme" tar + ((:url . "https://depp.brause.cc/gotham-theme") + (:maintainer "Vasilij Schneidermann" . "mail@vasilij.de") + (:authors + ("Vasilij Schneidermann" . "mail@vasilij.de")))]) + (goto-chg . + [(1 7 5) + ((emacs + (24 1))) + "Go to last change" tar + ((:url . "https://github.com/emacs-evil/goto-chg") + (:keywords "convenience" "matching") + (:maintainer "Vasilij Schneidermann" . "mail@vasilij.de") + (:authors + ("David Andersson ")))]) + (graphql-mode . + [(1 0 0) + ((emacs + (24 3))) + "Major mode for editing GraphQL schemas" tar + ((:url . "https://github.com/davazp/graphql-mode") + (:keywords "languages") + (:maintainer "David Vazquez Pua" . "davazp@gmail.com") + (:authors + ("David Vazquez Pua" . "davazp@gmail.com")) + (:commit . "fe8d7e2db5581cd0cb7a69563bc44f0669f76322"))]) + (gruvbox-theme . + [(1 26 0) + ((autothemer + (0 2))) + "A retro-groove colour theme for Emacs" tar + ((:url . "http://github.com/greduan/emacs-theme-gruvbox") + (:maintainer "Jason Milkins" . "jasonm23@gmail.com") + (:authors + ("Jason Milkins" . "jasonm23@gmail.com")))]) + (guru-mode . + [(1 0) + nil "Become an Emacs guru" tar + ((:url . "https://github.com/bbatsov/guru-mode") + (:maintainer "Bozhidar Batsov") + (:authors + ("Bozhidar Batsov")) + (:keywords "convenience"))]) + (haml-mode . + [(3 1 10) + ((emacs + (24)) + (cl-lib + (0 5))) + "Major mode for editing Haml files" tar + ((:url . "https://github.com/nex3/haml-mode") + (:keywords "markup" "languages" "html") + (:maintainer "Natalie Weizenbaum") + (:authors + ("Natalie Weizenbaum")))]) + (haskell-mode . + [(4 7 1) + nil "A Haskell editing mode" tar + ((:url . "https://github.com/haskell/haskell-mode") + (:maintainer "1992 Simon Marlow") + (:authors + ("1992 Simon Marlow") + ("1997-1998 Graeme E Moss" . "gem@cs.york.ac.uk") + ("Tommy Thorn" . "thorn@irisa.fr") + ("2001-2002 Reuben Thomas (>=v1.4)") + ("2003 Dave Love" . "fx@gnu.org") + ("2016 Arthur Fayzrakhmanov")) + (:keywords "faces" "files" "haskell"))]) + (haskell-tng-mode . + [(0 0 1) + ((emacs + (27 1)) + (popup + (0 5 3))) + "Major mode for editing Haskell" tar + ((:url . "https://gitlab.com/tseenshe/haskell-tng-mode") + (:keywords "languages"))]) + (helm . + [(3 8 5) + ((helm-core + (3 8 4)) + (popup + (0 5 3))) + "Helm is an Emacs incremental and narrowing framework" tar + ((:url . "https://emacs-helm.github.io/helm/") + (:maintainer "Thierry Volpiatto" . "thierry.volpiatto@gmail.com") + (:authors + ("Thierry Volpiatto" . "thierry.volpiatto@gmail.com")) + (:commit . "5e035c9193bf1e1d4bb709794a154957544dcfc7"))]) + (helm-core . + [(3 8 5) + ((emacs + (25 1)) + (async + (1 9 4))) + "Development files for Helm" tar + ((:url . "https://emacs-helm.github.io/helm/") + (:maintainer "Thierry Volpiatto" . "thierry.volpiatto@gmail.com") + (:authors + ("Thierry Volpiatto" . "thierry.volpiatto@gmail.com")) + (:commit . "5e035c9193bf1e1d4bb709794a154957544dcfc7"))]) + (highlight-parentheses . + [(2 1 1) + ((emacs + (24 3))) + "Highlight surrounding parentheses" tar + ((:url . "https://sr.ht/~tsdh/highlight-parentheses.el/") + (:keywords "faces" "matching") + (:maintainer "Tassilo Horn" . "tsdh@gnu.org") + (:authors + ("Nikolaj Schumacher ")) + (:commit . "438a1cb2563e2a2496be4678cc0df8d5b22caf5d"))]) + (htmlize . + [(1 57) + nil "Convert buffer text and decorations to HTML." tar + ((:url . "https://github.com/hniksic/emacs-htmlize") + (:maintainer "Hrvoje Niksic" . "hniksic@gmail.com") + (:authors + ("Hrvoje Niksic" . "hniksic@gmail.com")) + (:keywords "hypermedia" "extensions"))]) + (idris-mode . + [(1 1 0) + ((emacs + (24)) + (prop-menu + (0 1)) + (cl-lib + (0 5))) + "Major mode for editing Idris code" tar + ((:url . "https://github.com/idris-hackers/idris-mode") + (:keywords "languages"))]) + (iedit . + [(0 9 9 9 9) + nil "Edit multiple regions in the same way simultaneously." tar + ((:url . "https://github.com/victorhge/iedit") + (:keywords "occurrence" "region" "simultaneous" "refactoring") + (:maintainer "Victor Ren" . "victorhge@gmail.com") + (:authors + ("Victor Ren" . "victorhge@gmail.com")) + (:commit . "699e179dac18c78698cba1a2052bee6f0bbc6bf7"))]) + (inf-clojure . + [(3 1 0) + ((emacs + (25 1)) + (clojure-mode + (5 11))) + "Run an external Clojure process in an Emacs buffer" tar + ((:url . "http://github.com/clojure-emacs/inf-clojure") + (:keywords "processes" "clojure"))]) + (j-mode . + [(1 1 1) + nil "Major mode for editing J programs" tar + ((:url . "http://github.com/zellio/j-mode") + (:keywords "j" "languages"))]) + (jade-mode . + [(1 0 1) + nil "Major mode for editing .jade files" tar + ((:url . "https://github.com/brianc/jade-mode") + (:keywords "languages") + (:maintainer "Brian M. Carlson and other contributors") + (:authors + ("Brian M. Carlson and other contributors")) + (:commit . "dad17dc86c93401646802a639a98dd2ec875db6f"))]) + (jinja2-mode . + [(0 3) + nil "A major mode for jinja2" tar + ((:maintainer "Florian Mounier aka paradoxxxzero") + (:authors + ("Florian Mounier aka paradoxxxzero")) + (:url . "https://elpa.nongnu.org/nongnu/jinja2-mode.html") + (:commit . "a598357069a68b0ac2bf128c19edd8e899084cdc"))]) + (julia-mode . + [(0 4) + ((emacs + (24 3))) + "Major mode for editing Julia source code" tar + ((:url . "https://github.com/JuliaEditorSupport/julia-emacs") + (:keywords "languages"))]) + (keycast . + [(1 2 0) + ((emacs + (25 3))) + "Show current command and its key in the mode line" tar + ((:url . "https://github.com/tarsius/keycast") + (:maintainer "Jonas Bernoulli" . "jonas@bernoul.li") + (:authors + ("Jonas Bernoulli" . "jonas@bernoul.li")) + (:commit . "98c2dda1a2ca0fc95f7425847a36abad5b31a4c7"))]) + (kotlin-mode . + [(1 0 0) + ((emacs + (24 3))) + "Major mode for kotlin" tar + ((:keywords "languages") + (:maintainer "Shodai Yokoyama" . "quantumcars@gmail.com") + (:authors + ("Shodai Yokoyama" . "quantumcars@gmail.com")) + (:url . "https://elpa.nongnu.org/nongnu/kotlin-mode.html") + (:commit . "b9d03a769b91c6b15e99a9cadb8b1618e5205595"))]) + (lua-mode . + [(20210802) + ((emacs + (24 3))) + "a major-mode for editing Lua scripts" tar + ((:url . "http://immerrr.github.com/lua-mode") + (:maintainer "2011-2013 immerrr" . "immerrr+lua@gmail.com") + (:authors + ("2011-2013 immerrr" . "immerrr+lua@gmail.com") + ("2010-2011 Reuben Thomas" . "rrt@sc3d.org") + ("2006 Juergen Hoetzel" . "juergen@hoetzel.info") + ("2004 various (support for Lua 5 and byte compilation)") + ("2001 Christian Vogler" . "cvogler@gradient.cis.upenn.edu") + ("1997 Bret Mogilefsky" . "mogul-lua@gelatinous.com") + ("tcl-mode by Gregor Schmid" . "schmid@fb3-s7.math.tu-berlin.de") + ("with tons of assistance from") + ("Paul Du Bois" . "pld-lua@gelatinous.com") + ("Aaron Smith" . "aaron-lua@gelatinous.com")) + (:keywords "languages" "processes" "tools"))]) + (macrostep . + [(0 9) + ((cl-lib + (0 5))) + "interactive macro expander" tar + ((:url . "https://github.com/joddie/macrostep") + (:maintainer "joddie" . "j.j.oddie@gmail.com") + (:authors + ("joddie" . "j.j.oddie@gmail.com")) + (:keywords "lisp" "languages" "macro" "debugging"))]) + (magit . + [(3 3 0) + ((emacs + (25 1)) + (dash + (2 19 1)) + (git-commit + (3 3 0)) + (magit-section + (3 3 0)) + (transient + (0 3 6)) + (with-editor + (3 0 5))) + "A Git porcelain inside Emacs" tar + ((:url . "https://github.com/magit/magit") + (:keywords "git" "tools" "vc") + (:maintainer "Jonas Bernoulli" . "jonas@bernoul.li") + (:authors + ("Marius Vollmer" . "marius.vollmer@gmail.com") + ("Jonas Bernoulli" . "jonas@bernoul.li")))]) + (magit-section . + [(3 3 0) + ((emacs + (25 1)) + (dash + (2 19 1))) + "Sections for read-only buffers" tar + ((:url . "https://github.com/magit/magit") + (:keywords "tools") + (:maintainer "Jonas Bernoulli" . "jonas@bernoul.li") + (:authors + ("Jonas Bernoulli" . "jonas@bernoul.li")))]) + (markdown-mode . + [(2 5) + ((emacs + (25 1))) + "Major mode for Markdown-formatted text" tar + ((:url . "https://jblevins.org/projects/markdown-mode/") + (:keywords "markdown" "github flavored markdown" "itex") + (:maintainer "Jason R. Blevins" . "jblevins@xbeta.org") + (:authors + ("Jason R. Blevins" . "jblevins@xbeta.org")) + (:commit . "eecf2f20b097f9e6a0eaf938af967122fbec35dd"))]) + (material-theme . + [(2015) + ((emacs + (24 1))) + "A Theme based on the colors of the Google Material Design" tar + ((:url . "http://github.com/cpaulik/emacs-material-theme") + (:keywords "themes") + (:maintainer "Christoph Paulik" . "cpaulik@gmail.com") + (:authors + ("Christoph Paulik" . "cpaulik@gmail.com")))]) + (mentor . + [(0 3 5) + ((emacs + (25 1)) + (xml-rpc + (1 6 15)) + (seq + (1 11)) + (cl-lib + (0 5)) + (async + (1 9 3))) + "Frontend for the rTorrent bittorrent client" tar + ((:keywords "comm" "processes" "bittorrent") + (:maintainer "Stefan Kangas" . "stefankangas@gmail.com") + (:authors + ("Stefan Kangas" . "stefankangas@gmail.com")) + (:url . "https://elpa.nongnu.org/nongnu/mentor.html"))]) + (moe-theme . + [(1 0 2) + nil "A colorful eye-candy theme. Moe, moe, kyun!" tar + ((:url . "https://github.com/kuanyui/moe-theme.el") + (:keywords "themes") + (:maintainer "kuanyui" . "azazabc123@gmail.com") + (:authors + ("kuanyui" . "azazabc123@gmail.com")))]) + (monokai-theme . + [(3 5 3) + nil "A fruity color theme for Emacs." tar + ((:url . "http://github.com/oneKelvinSmith/monokai-emacs") + (:maintainer "Kelvin Smith" . "oneKelvinSmith@gmail.com") + (:authors + ("Kelvin Smith" . "oneKelvinSmith@gmail.com")))]) + (mpv . + [(0 2 0) + ((cl-lib + (0 5)) + (emacs + (25 1)) + (json + (1 3)) + (org + (8 0))) + "control mpv for easy note-taking" tar + ((:url . "https://github.com/kljohann/mpv.el") + (:keywords "tools" "multimedia") + (:maintainer "Johann Klähn" . "johann@jklaehn.de") + (:authors + ("Johann Klähn" . "johann@jklaehn.de")))]) + (multiple-cursors . + [(1 4 0) + nil "Multiple cursors for emacs." tar + ((:url . "https://github.com/magnars/multiple-cursors.el") + (:maintainer "Magnar Sveen" . "magnars@gmail.com") + (:authors + ("Magnar Sveen" . "magnars@gmail.com")) + (:keywords "editing" "cursors"))]) + (nasm-mode . + [(1 1 1) + ((emacs + (24 3))) + "NASM x86 assembly major mode" tar + ((:url . "https://github.com/skeeto/nasm-mode") + (:maintainer "Christopher Wellons" . "wellons@nullprogram.com") + (:authors + ("Christopher Wellons" . "wellons@nullprogram.com")))]) + (nginx-mode . + [(1 1 9) + nil "major mode for editing nginx config files" tar + ((:maintainer "Andrew J Cosgriff" . "andrew@cosgriff.name") + (:authors + ("Andrew J Cosgriff" . "andrew@cosgriff.name")) + (:keywords "languages" "nginx") + (:url . "https://elpa.nongnu.org/nongnu/nginx-mode.html"))]) + (nix-mode . + [(1 4 4) + ((emacs + (25 1)) + (magit-section + (0)) + (transient + (0 3))) + "Major mode for editing .nix files" tar + ((:url . "https://github.com/NixOS/nix-mode") + (:keywords "nix" "languages" "tools" "unix") + (:maintainer "Matthew Bauer" . "mjbauer95@gmail.com") + (:commit . "e4e604ae3ac91748c4e7d51a591cb9ee60961b7c"))]) + (org-contrib . + [(0 3) + ((emacs + (25 1)) + (org + (9 4 6))) + "Unmaintained add-ons for Org-mode" tar + ((:url . "https://git.sr.ht/~bzg/org-contrib") + (:keywords "org") + (:maintainer "Bastien Guerry" . "bzg@gnu.org") + (:authors + ("Bastien Guerry" . "bzg@gnu.org")))]) + (org-drill . + [(2 7 0) + ((emacs + (25 3)) + (seq + (2 14)) + (org + (9 3)) + (persist + (0 3))) + "Self-testing using spaced repetition" tar + ((:url . "https://gitlab.com/phillord/org-drill/issues") + (:keywords "games" "outlines" "multimedia") + (:maintainer "Phillip Lord" . "phillip.lord@russet.org.uk") + (:authors + ("Paul Sexton" . "eeeickythump@gmail.com")) + (:commit . "4c114489e682e514e79701045d541ab6f3dc3fb4"))]) + (org-journal . + [(2 1 2) + ((emacs + (25 1)) + (org + (9 1))) + "a simple org-mode based journaling mode" tar + ((:url . "http://github.com/bastibe/org-journal") + (:maintainer "Bastian Bechtold") + (:authors + ("Bastian Bechtold") + ("Christian Schwarzgruber")))]) + (org-mime . + [(0 2 6) + ((emacs + (25 1))) + "org html export for text/html MIME emails" tar + ((:url . "http://github.com/org-mime/org-mime") + (:keywords "mime" "mail" "email" "html") + (:maintainer "Chen Bin (redguardtoo)") + (:authors + ("Eric Schulte")) + (:commit . "3f1f3a38429da17811f61a7a5685224d79de9594"))]) + (org-present . + [(0 1) + ((org + (7))) + "Minimalist presentation minor-mode for Emacs org-mode." tar + ((:url . "https://github.com/rlister/org-present") + (:maintainer "Ric Lister") + (:authors + ("Ric Lister")))]) + (org-superstar . + [(1 5 1) + ((org + (9 1 9)) + (emacs + (26 1))) + "Prettify headings and plain lists in Org mode" tar + ((:url . "https://github.com/integral-dw/org-superstar-mode") + (:keywords "faces" "outlines") + (:maintainer "D. Williams" . "d.williams@posteo.net") + (:authors + ("D. Williams" . "d.williams@posteo.net")))]) + (org-tree-slide . + [(2 8 18) + ((emacs + (24 4))) + "A presentation tool for org-mode" tar + ((:url . "https://github.com/takaxp/org-tree-slide") + (:keywords "convenience" "org-mode" "presentation" "narrowing") + (:maintainer "Takaaki ISHIKAWA ") + (:authors + ("Takaaki ISHIKAWA ")) + (:commit . "1fb3ecb637d0baff40dff7965dcac63b9674377b"))]) + (orgit . + [(1 8 0) + ((emacs + (25 1)) + (magit + (3 0)) + (org + (9 4))) + "support for Org links to Magit buffers" tar + ((:url . "https://github.com/magit/orgit") + (:maintainer "Jonas Bernoulli" . "jonas@bernoul.li") + (:authors + ("Jonas Bernoulli" . "jonas@bernoul.li")) + (:commit . "0b49d7a869b8fef3537a75df4db693ca3e3935a3"))]) + (pacmacs . + [(0 1 1) + ((emacs + (24 4)) + (dash + (2 18 0))) + "Pacman for Emacs" tar + ((:url . "http://github.com/codingteam/pacmacs.el") + (:maintainer "Alexey Kutepov" . "reximkut@gmail.com") + (:authors + ("Codingteam" . "codingteam@conference.jabber.ru")) + (:commit . "071d008ebd734f469b87597cbdd34139a92e5308"))]) + (parseclj . + [(1 1 0) + ((emacs + (25))) + "Clojure/EDN parser" tar + ((:keywords "lisp" "clojure" "edn" "parser") + (:maintainer "Arne Brasseur" . "arne@arnebrasseur.net") + (:authors + ("Arne Brasseur" . "arne@arnebrasseur.net")) + (:url . "https://elpa.nongnu.org/nongnu/parseclj.html") + (:commit . "90595049634549e6d8872f719b13e9555897d17b"))]) + (parseedn . + [(1 1 0) + ((emacs + (26)) + (parseclj + (1 1 0)) + (map + (2))) + "Clojure/EDN parser" tar + ((:keywords "lisp" "clojure" "edn" "parser") + (:maintainer "Arne Brasseur" . "arne@arnebrasseur.net") + (:authors + ("Arne Brasseur" . "arne@arnebrasseur.net")) + (:url . "https://elpa.nongnu.org/nongnu/parseedn.html") + (:commit . "ea7b5281ec80aca0bd1cc93a348aebb302497339"))]) + (pcmpl-args . + [(0 1 3) + ((emacs + (25 1))) + "Enhanced shell command completion" tar + ((:url . "https://github.com/JonWaltman/pcmpl-args.el") + (:keywords "abbrev" "completion" "convenience" "processes" "terminals" "unix") + (:maintainer "Jonathan Waltman" . "jonathan.waltman@gmail.com") + (:authors + ("Jonathan Waltman" . "jonathan.waltman@gmail.com")) + (:commit . "5f2943fd70d94065496c52d21f05eb89028637cc"))]) + (pdf-tools . + [(1 0) + ((emacs + (24 3)) + (tablist + (1 0)) + (let-alist + (1 0 4))) + "Support library for PDF documents" tar + ((:url . "http://github.com/vedang/pdf-tools/") + (:keywords "files" "multimedia") + (:maintainer "Andreas Politz" . "politza@fh-trier.de") + (:authors + ("Andreas Politz" . "politza@fh-trier.de")))]) + (php-mode . + [(1 24 0) + ((emacs + (25 2))) + "Major mode for editing PHP code" tar + ((:url . "https://github.com/emacs-php/php-mode") + (:maintainer "USAMI Kenta" . "tadsan@zonu.me") + (:authors + ("Eric James Michael Ritz")) + (:keywords "languages" "php"))]) + (popup . + [(0 5 9) + ((emacs + (24 3))) + "Visual Popup User Interface" tar + ((:url . "https://github.com/auto-complete/popup-el") + (:keywords "lisp") + (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") + (:authors + ("Tomohiro Matsuyama" . "m2ym.pub@gmail.com")))]) + (projectile . + [(2 5 0) + ((emacs + (25 1))) + "Manage and navigate projects in Emacs easily" tar + ((:url . "https://github.com/bbatsov/projectile") + (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.dev") + (:authors + ("Bozhidar Batsov" . "bozhidar@batsov.dev")) + (:keywords "project" "convenience"))]) + (prop-menu . + [(0 1 2) + ((emacs + (24 3)) + (cl-lib + (0 5))) + "Create and display a context menu based on text and overlay properties" tar + ((:url . "https://github.com/david-christiansen/prop-menu-el") + (:maintainer "David Christiansen" . "david@davidchristiansen.dk") + (:authors + ("David Christiansen" . "david@davidchristiansen.dk")) + (:keywords "convenience"))]) + (rainbow-delimiters . + [(2 1 5) + nil "Highlight brackets according to their depth" tar + ((:url . "https://github.com/Fanael/rainbow-delimiters") + (:keywords "faces" "convenience" "lisp" "tools") + (:maintainer "Fanael Linithien" . "fanael4@gmail.com") + (:authors + ("Jeremy Rayman" . "opensource@jeremyrayman.com") + ("Fanael Linithien" . "fanael4@gmail.com")))]) + (raku-mode . + [(0 2 1) + ((emacs + (24 4))) + "Major mode for editing Raku code" tar + ((:url . "https://github.com/hinrik/perl6-mode") + (:keywords "languages") + (:maintainer "Hinrik Örn Sigurðsson" . "hinrik.sig@gmail.com") + (:authors + ("Hinrik Örn Sigurðsson" . "hinrik.sig@gmail.com")) + (:commit . "4ee9045eeb90f7831d7c0ee2e4adfcd957f712be"))]) + (request . + [(0 3 3) + ((emacs + (24 4))) + "Compatible layer for URL request in Emacs" tar + ((:url . "https://github.com/tkf/emacs-request") + (:maintainer "Takafumi Arakaki ") + (:authors + ("Takafumi Arakaki ")))]) + (rubocop . + [(0 6 0) + ((emacs + (24))) + "An Emacs interface for RuboCop" tar + ((:url . "https://github.com/rubocop/rubocop-emacs") + (:maintainer "Bozhidar Batsov") + (:authors + ("Bozhidar Batsov")) + (:keywords "project" "convenience"))]) + (rust-mode . + [(1 0 4) + ((emacs + (25 1))) + "A major-mode for editing Rust source code" tar + ((:url . "https://github.com/rust-lang/rust-mode") + (:keywords "languages") + (:maintainer "Mozilla") + (:authors + ("Mozilla")) + (:commit . "e35a1800fc0f9ed178539d6fb82ed885c1014fb5"))]) + (sass-mode . + [(3 0 16) + ((haml-mode + (3 0 15)) + (cl-lib + (0 5))) + "Major mode for editing Sass files" tar + ((:url . "http://github.com/nex3/haml/tree/master") + (:maintainer "Natalie Weizenbaum") + (:authors + ("Natalie Weizenbaum")) + (:keywords "markup" "language" "css"))]) + (scala-mode . + [(0 23) + nil "Major mode for editing Scala" tar + ((:url . "https://github.com/hvesalai/emacs-scala-mode") + (:keywords "languages"))]) + (sesman . + [(0 3 2) + ((emacs + (25))) + "Generic Session Manager" tar + ((:url . "https://github.com/vspinu/sesman") + (:keywords "process") + (:maintainer "Vitalie Spinu") + (:authors + ("Vitalie Spinu")))]) + (shellcop . + [(0 0 9) + ((emacs + (25 1))) + "Analyze info&error in shell-mode" tar + ((:url . "https://github.com/redguardtoo/shellcop") + (:keywords "unix" "tools") + (:maintainer "Chen Bin" . "chenbin.sh@gmail.com") + (:authors + ("Chen Bin" . "chenbin.sh@gmail.com")) + (:commit . "327f5ac43e5d543149a772aef06cdb616477eb43"))]) + (slime . + [(2 26 1) + ((cl-lib + (0 5)) + (macrostep + (0 9))) + "Superior Lisp Interaction Mode for Emacs" tar + ((:url . "https://github.com/slime/slime") + (:keywords "languages" "lisp" "slime"))]) + (sly . + [(1 0 43) + ((emacs + (24 3))) + "Sylvester the Cat's Common Lisp IDE" tar + ((:url . "https://github.com/joaotavora/sly") + (:keywords "languages" "lisp" "sly"))]) + (smartparens . + [(4 7 1) + nil "Automatic insertion, wrapping and paredit-like navigation with user defined pairs." tar + ((:url . "https://github.com/Fuco1/smartparens") + (:maintainer "Matus Goljer" . "matus.goljer@gmail.com") + (:authors + ("Matus Goljer" . "matus.goljer@gmail.com")) + (:keywords "abbrev" "convenience" "editing"))]) + (solarized-theme . + [(1 3 0) + ((emacs + (24 1))) + "The Solarized color theme" tar + ((:url . "http://github.com/bbatsov/solarized-emacs") + (:keywords "convenience" "themes" "solarized") + (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.dev") + (:authors + ("Bozhidar Batsov" . "bozhidar@batsov.dev")))]) + (spacemacs-theme . + [(0 2) + ((emacs + (24))) + "Color theme with a dark and light versions." tar + ((:url . "https://github.com/nashamri/spacemacs-theme") + (:keywords "color" "theme") + (:maintainer "Nasser Alshammari") + (:authors + ("Nasser Alshammari")) + (:commit . "4857e6eb7ea20be3a2631beee42d0644dff7eb1b"))]) + (stylus-mode . + [(1 0 1) + nil "Major mode for editing .styl files" tar + ((:url . "https://github.com/brianc/jade-mode") + (:keywords "languages") + (:maintainer "Brian M. Carlson and other contributors") + (:authors + ("Brian M. Carlson and other contributors")) + (:commit . "dad17dc86c93401646802a639a98dd2ec875db6f"))]) + (subatomic-theme . + [(1 8 2) + nil "Low contrast bluish color theme" tar + ((:url . "https://github.com/cryon/subatomic") + (:keywords "color-theme" "blue" "low contrast") + (:maintainer "John Olsson" . "john@cryon.se") + (:authors + ("John Olsson" . "john@cryon.se")) + (:commit . "2d5acd143a153e16372d59000e57d76291ab81dd"))]) + (subed . + [(1 0 5) + ((emacs + (25 1))) + "A major mode for editing subtitles" tar + ((:url . "https://github.com/sachac/subed") + (:keywords "convenience" "files" "hypermedia" "multimedia") + (:maintainer "Sacha Chua" . "sacha@sachachua.com") + (:authors + ("Random User")) + (:commit . "7a0c36c808e107b5851ba48ec3825dfa3c1a902e"))]) + (swift-mode . + [(8 4 2) + ((emacs + (24 4)) + (seq + (2 3))) + "Major-mode for Apple's Swift programming language" tar + ((:url . "https://github.com/swift-emacs/swift-mode") + (:keywords "languages" "swift") + (:maintainer "taku0 (http://github.com/taku0)") + (:authors + ("taku0 (http://github.com/taku0)") + ("Chris Barrett" . "chris.d.barrett@me.com") + ("Bozhidar Batsov" . "bozhidar@batsov.com") + ("Arthur Evstifeev" . "lod@pisem.net")))]) + (systemd . + [(1 6) + ((emacs + (24 4))) + "Major mode for editing systemd units" tar + ((:maintainer "Mark Oteiza" . "mvoteiza@udel.edu") + (:authors + ("Mark Oteiza" . "mvoteiza@udel.edu")) + (:keywords "tools" "unix") + (:url . "https://elpa.nongnu.org/nongnu/systemd.html"))]) + (tablist . + [(1 0) + ((emacs + (24 3))) + "Extended tabulated-list-mode" tar + ((:keywords "extensions" "lisp") + (:maintainer "Andreas Politz" . "politza@fh-trier.de") + (:authors + ("Andreas Politz" . "politza@fh-trier.de")) + (:url . "https://elpa.nongnu.org/nongnu/tablist.html"))]) + (tangotango-theme . + [(0 0 7) + nil "Tango Palette color theme for Emacs 24." tar + ((:url . "https://github.com/juba/color-theme-tangotango") + (:keywords "tango" "palette" "color" "theme" "emacs") + (:maintainer "Julien Barnier") + (:authors + ("Julien Barnier")))]) + (telephone-line . + [(0 5) + ((emacs + (24 4)) + (cl-lib + (0 5)) + (cl-generic + (0 2)) + (seq + (1 8))) + "Rewrite of Powerline" tar + ((:url . "https://github.com/dbordak/telephone-line") + (:keywords "mode-line") + (:maintainer "Daniel Bordak" . "dbordak@fastmail.fm") + (:authors + ("Daniel Bordak" . "dbordak@fastmail.fm")))]) + (textile-mode . + [(1 0 0) + nil "Textile markup editing major mode" tar + ((:url . "https://github.com/juba/textile-mode") + (:keywords "wp" "languages") + (:maintainer "Julien Barnier" . "julien@nozav.org") + (:authors + ("Julien Barnier" . "julien@nozav.org")) + (:commit . "16ac26b5b4c9bb5c7a3c7aed6c6b3a6c5fb8c62c"))]) + (toc-org . + [(1 1) + nil "add table of contents to org-mode files (formerly, org-toc)" tar + ((:url . "https://github.com/snosov1/toc-org") + (:keywords "org-mode" "org-toc" "toc-org" "org" "toc" "table" "of" "contents") + (:maintainer "Sergei Nosov ") + (:authors + ("Sergei Nosov ")))]) + (tuareg . + [(2 3 0) + ((caml + (3 12 0 1)) + (emacs + (24 4))) + "OCaml mode for Emacs." tar + ((:url . "https://github.com/ocaml/tuareg") + (:maintainer "Albert Cohen" . "Albert.Cohen@inria.fr") + (:authors + ("Albert Cohen" . "Albert.Cohen@inria.fr") + ("Sam Steingold" . "sds@gnu.org") + ("Christophe Troestler" . "Christophe.Troestler@umons.ac.be") + ("Till Varoquaux" . "till@pps.jussieu.fr") + ("Sean McLaughlin" . "seanmcl@gmail.com") + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:keywords "ocaml" "languages"))]) + (typescript-mode . + [(0 4) + ((emacs + (24 3))) + "Major mode for editing typescript" tar + ((:url . "http://github.com/ananthakumaran/typescript.el") + (:keywords "typescript" "languages") + (:commit . "2a58631230fe2d176352af262a0efdecc21f90ac"))]) + (ujelly-theme . + [(1 2 9) + nil "Ujelly theme for GNU Emacs 24 (deftheme)" tar + ((:url . "http://github.com/marktran/color-theme-ujelly") + (:maintainer "Mark Tran" . "mark.tran@gmail.com") + (:authors + ("Mark Tran" . "mark.tran@gmail.com")))]) + (vc-fossil . + [(20210928) + nil "VC backend for the fossil sofware configuraiton management system" tar + ((:maintainer "Alfred M. Szmidt" . "ams@gnu.org") + (:authors + ("Venkat Iyer" . "venkat@comit.com")) + (:url . "https://elpa.nongnu.org/nongnu/vc-fossil.html"))]) + (visual-fill-column . + [(2 4) + ((emacs + (25 1))) + "fill-column for visual-line-mode" tar + ((:url . "https://codeberg.org/joostkremers/visual-fill-column") + (:maintainer "Joost Kremers" . "joostkremers@fastmail.fm") + (:authors + ("Joost Kremers" . "joostkremers@fastmail.fm")))]) + (web-mode . + [(17 2 0) + ((emacs + (23 1))) + "major mode for editing web templates" tar + ((:url . "https://web-mode.org") + (:keywords "languages") + (:maintainer "François-Xavier Bois" . "fxbois@gmail.com") + (:authors + ("François-Xavier Bois")) + (:commit . "f70277774a725e177774cc81ecbd228792cd6656"))]) + (webpaste . + [(3 2 2) + ((emacs + (24 4)) + (request + (0 2 0)) + (cl-lib + (0 5))) + "Paste to pastebin-like services" tar + ((:url . "https://github.com/etu/webpaste.el") + (:keywords "convenience" "comm" "paste") + (:maintainer "Elis \"etu\" Hirwing" . "elis@hirwing.se") + (:authors + ("Elis \"etu\" Hirwing" . "elis@hirwing.se")))]) + (wgrep . + [(2 3 3) + nil "Writable grep buffer and apply the changes to files" tar + ((:url . "http://github.com/mhayashi1120/Emacs-wgrep/raw/master/wgrep.el") + (:maintainer "Masahiro Hayashi" . "mhayashi1120@gmail.com") + (:authors + ("Masahiro Hayashi" . "mhayashi1120@gmail.com")) + (:keywords "grep" "edit" "extensions"))]) + (with-editor . + [(3 2 0) + ((emacs + (24 4))) + "Use the Emacsclient as $EDITOR" tar + ((:url . "https://github.com/magit/with-editor") + (:keywords "tools") + (:maintainer "Jonas Bernoulli" . "jonas@bernoul.li") + (:authors + ("Jonas Bernoulli" . "jonas@bernoul.li")) + (:commit . "a762199d9bb8ee60311eaabf791b3dd64140effd"))]) + (with-simulated-input . + [(3 0) + ((emacs + (24 4))) + "A macro to simulate user input non-interactively" tar + ((:url . "https://github.com/DarwinAwardWinner/with-simulated-input") + (:keywords "lisp" "tools" "extensions") + (:maintainer "Ryan C Thompson" . "rct@thompsonclan.org") + (:authors + ("Ryan C. Thompson" . "rct@thompsonclan.org") + ("Nikita Bloshchanevich" . "nikblos@outlook.com")) + (:commit . "07bdfbe9ab9eab4a04ad02e98b011649a4f4e6a2"))]) + (ws-butler . + [(0 6) + nil "Unobtrusively remove trailing whitespace." tar + ((:url . "https://github.com/lewang/ws-butler") + (:maintainer "Le Wang") + (:authors + ("Le Wang")))]) + (xah-fly-keys . + [(17 5 20220416101054) + ((emacs + (24 1))) + "ergonomic modal keybinding minor mode." tar + ((:url . "http://xahlee.info/emacs/misc/ergoemacs_vi_mode.html") + (:keywords "convenience" "emulations" "vim" "ergoemacs") + (:maintainer "Xah Lee ( http://xahlee.info/ )") + (:authors + ("Xah Lee ( http://xahlee.info/ )")) + (:commit . "cb2b27ed7566b7863ad3e9adf67d75945d4118b0"))]) + (xml-rpc . + [(1 6 15) + nil "An elisp implementation of clientside XML-RPC" tar + ((:url . "http://github.com/xml-rpc-el/xml-rpc-el") + (:keywords "xml" "rpc" "network") + (:maintainer "Mark A. Hershberger" . "mah@everybody.org"))]) + (yaml-mode . + [(0 0 15) + ((emacs + (24 1))) + "Major mode for editing YAML files" tar + ((:url . "https://github.com/yoshiki/yaml-mode") + (:maintainer "Vasilij Schneidermann" . "mail@vasilij.de") + (:authors + ("Yoshiki Kurihara" . "clouder@gmail.com") + ("Marshall T. Vandegrift" . "llasram@gmail.com")) + (:keywords "data" "yaml"))]) + (yasnippet-snippets . + [(1 0) + ((yasnippet + (0 8 0))) + "Collection of yasnippet snippets" tar + ((:url . "https://github.com/AndreaCrotti/yasnippet-snippets") + (:maintainer "Andrea Crotti" . "andrea.crotti.0@gmail.com") + (:authors + ("Andrea Crotti" . "andrea.crotti.0@gmail.com")) + (:keywords "snippets"))]) + (zenburn-theme . + [(2 7 0) + nil "A low contrast color theme for Emacs." tar + ((:url . "http://github.com/bbatsov/zenburn-emacs") + (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.com") + (:authors + ("Bozhidar Batsov" . "bozhidar@batsov.com")))]) + (zig-mode . + [(0 0 8) + ((emacs + (24 3))) + "A major mode for the Zig programming language" tar + ((:url . "https://github.com/zig-lang/zig-mode") + (:maintainer "Andrea Orru , Andrew Kelley" . "superjoe30@gmail.com") + (:authors + ("Andrea Orru , Andrew Kelley" . "superjoe30@gmail.com")) + (:keywords "zig" "languages"))])) diff --git a/code/elpa/archives/nongnu/archive-contents.signed b/code/elpa/archives/nongnu/archive-contents.signed new file mode 100644 index 0000000..140030c --- /dev/null +++ b/code/elpa/archives/nongnu/archive-contents.signed @@ -0,0 +1 @@ +Good signature from 066DAFCB81E42C40 GNU ELPA Signing Agent (2019) (trust undefined) created at 2022-04-17T05:05:05-0400 using RSA \ No newline at end of file diff --git a/code/elpa/bind-key-20210210.1609/bind-key-autoloads.el b/code/elpa/bind-key-20210210.1609/bind-key-autoloads.el index 18ae5b7..843664d 100644 --- a/code/elpa/bind-key-20210210.1609/bind-key-autoloads.el +++ b/code/elpa/bind-key-20210210.1609/bind-key-autoloads.el @@ -1,4 +1,4 @@ -;;; bind-key-autoloads.el --- automatically extracted autoloads +;;; bind-key-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -71,7 +71,7 @@ function symbol (unquoted). (autoload 'describe-personal-keybindings "bind-key" "\ Display all the personal keybindings defined by `bind-key'." t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "bind-key" '("bind-key" "compare-keybindings" "get-binding-description" "override-global-m" "personal-keybindings"))) +(register-definition-prefixes "bind-key" '("bind-key" "compare-keybindings" "get-binding-description" "override-global-m" "personal-keybindings")) ;;;*** diff --git a/code/elpa/bind-key-20210210.1609/bind-key.elc b/code/elpa/bind-key-20210210.1609/bind-key.elc index 0b536ff..4e0ac1e 100644 Binary files a/code/elpa/bind-key-20210210.1609/bind-key.elc and b/code/elpa/bind-key-20210210.1609/bind-key.elc differ diff --git a/code/elpa/dash-20220417.2250/dash-autoloads.el b/code/elpa/dash-20220417.2250/dash-autoloads.el index 3a96693..6783a8d 100644 --- a/code/elpa/dash-20220417.2250/dash-autoloads.el +++ b/code/elpa/dash-20220417.2250/dash-autoloads.el @@ -1,4 +1,4 @@ -;;; dash-autoloads.el --- automatically extracted autoloads +;;; dash-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -12,10 +12,19 @@ (autoload 'dash-fontify-mode "dash" "\ Toggle fontification of Dash special variables. -If called interactively, enable Dash-Fontify mode if ARG is -positive, and disable it if ARG is zero or negative. If called -from Lisp, also enable the mode if ARG is omitted or nil, and -toggle it if ARG is `toggle'; disable the mode otherwise. +This is a minor mode. If called interactively, toggle the +`Dash-Fontify mode' mode. If the prefix argument is positive, +enable the mode, and if it is zero or negative, disable the mode. + +If called from Lisp, toggle the mode if ARG is `toggle'. Enable +the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. + +To check whether the minor mode is enabled in the current buffer, +evaluate `dash-fontify-mode'. + +The mode's hook is called both when the mode is enabled and when +it is disabled. Dash-Fontify mode is a buffer-local minor mode intended for Emacs Lisp buffers. Enabling it causes the special variables bound in @@ -44,11 +53,15 @@ or call the function `global-dash-fontify-mode'.") (autoload 'global-dash-fontify-mode "dash" "\ Toggle Dash-Fontify mode in all buffers. With prefix ARG, enable Global Dash-Fontify mode if ARG is positive; -otherwise, disable it. If called from Lisp, enable the mode if -ARG is omitted or nil. +otherwise, disable it. + +If called from Lisp, toggle the mode if ARG is `toggle'. +Enable the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. Dash-Fontify mode is enabled in all buffers where `dash--turn-on-fontify-mode' would do it. + See `dash-fontify-mode' for more information on Dash-Fontify mode. \(fn &optional ARG)" t nil) @@ -57,7 +70,7 @@ See `dash-fontify-mode' for more information on Dash-Fontify mode. Register the Dash Info manual with `info-lookup-symbol'. This allows Dash symbols to be looked up with \\[info-lookup-symbol]." t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dash" '("!cdr" "!cons" "--" "->" "-a" "-butlast" "-c" "-d" "-e" "-f" "-gr" "-i" "-juxt" "-keep" "-l" "-m" "-no" "-o" "-p" "-r" "-s" "-t" "-u" "-value-to-list" "-when-let" "-zip" "dash-"))) +(register-definition-prefixes "dash" '("!cdr" "!cons" "--" "->" "-a" "-butlast" "-c" "-d" "-e" "-f" "-gr" "-i" "-juxt" "-keep" "-l" "-m" "-no" "-o" "-p" "-r" "-s" "-t" "-u" "-value-to-list" "-when-let" "-zip" "dash-")) ;;;*** diff --git a/code/elpa/dash-20220417.2250/dash.elc b/code/elpa/dash-20220417.2250/dash.elc index 7e2188c..261710e 100644 Binary files a/code/elpa/dash-20220417.2250/dash.elc and b/code/elpa/dash-20220417.2250/dash.elc differ diff --git a/code/elpa/diminish-20220104.1539/diminish-autoloads.el b/code/elpa/diminish-20220104.1539/diminish-autoloads.el index 3decb9f..382eb38 100644 --- a/code/elpa/diminish-20220104.1539/diminish-autoloads.el +++ b/code/elpa/diminish-20220104.1539/diminish-autoloads.el @@ -1,4 +1,4 @@ -;;; diminish-autoloads.el --- automatically extracted autoloads +;;; diminish-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -47,7 +47,7 @@ you can see the whole thing in the *Messages* buffer. This doesn't change the status of any modes; it just lets you see what diminished modes would be on the mode-line if they were still minor." t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "diminish" '("diminish"))) +(register-definition-prefixes "diminish" '("diminish")) ;;;*** diff --git a/code/elpa/diminish-20220104.1539/diminish.elc b/code/elpa/diminish-20220104.1539/diminish.elc index 2d4a90a..31a4215 100644 Binary files a/code/elpa/diminish-20220104.1539/diminish.elc and b/code/elpa/diminish-20220104.1539/diminish.elc differ diff --git a/code/elpa/dired-collapse-20210403.1230/dired-collapse-autoloads.el b/code/elpa/dired-collapse-20210403.1230/dired-collapse-autoloads.el index 8ddafbf..e441fc8 100644 --- a/code/elpa/dired-collapse-20210403.1230/dired-collapse-autoloads.el +++ b/code/elpa/dired-collapse-20210403.1230/dired-collapse-autoloads.el @@ -1,4 +1,4 @@ -;;; dired-collapse-autoloads.el --- automatically extracted autoloads +;;; dired-collapse-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -13,14 +13,23 @@ (autoload 'dired-collapse-mode "dired-collapse" "\ Toggle collapsing of unique nested paths in Dired. -If called interactively, enable Dired-Collapse mode if ARG is -positive, and disable it if ARG is zero or negative. If called -from Lisp, also enable the mode if ARG is omitted or nil, and -toggle it if ARG is `toggle'; disable the mode otherwise. +This is a minor mode. If called interactively, toggle the +`Dired-Collapse mode' mode. If the prefix argument is positive, +enable the mode, and if it is zero or negative, disable the mode. + +If called from Lisp, toggle the mode if ARG is `toggle'. Enable +the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. + +To check whether the minor mode is enabled in the current buffer, +evaluate `dired-collapse-mode'. + +The mode's hook is called both when the mode is enabled and when +it is disabled. \(fn &optional ARG)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dired-collapse" '("dired-collapse"))) +(register-definition-prefixes "dired-collapse" '("dired-collapse")) ;;;*** diff --git a/code/elpa/dired-collapse-20210403.1230/dired-collapse.elc b/code/elpa/dired-collapse-20210403.1230/dired-collapse.elc index d17d6b6..f6bd537 100644 Binary files a/code/elpa/dired-collapse-20210403.1230/dired-collapse.elc and b/code/elpa/dired-collapse-20210403.1230/dired-collapse.elc differ diff --git a/code/elpa/dired-hacks-utils-20201005.2318/dired-hacks-utils-autoloads.el b/code/elpa/dired-hacks-utils-20201005.2318/dired-hacks-utils-autoloads.el index 6392dd5..120f7f6 100644 --- a/code/elpa/dired-hacks-utils-20201005.2318/dired-hacks-utils-autoloads.el +++ b/code/elpa/dired-hacks-utils-20201005.2318/dired-hacks-utils-autoloads.el @@ -1,4 +1,4 @@ -;;; dired-hacks-utils-autoloads.el --- automatically extracted autoloads +;;; dired-hacks-utils-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -10,7 +10,7 @@ ;;;;;; (0 0 0 0)) ;;; Generated autoloads from dired-hacks-utils.el -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dired-hacks-utils" '("dired-"))) +(register-definition-prefixes "dired-hacks-utils" '("dired-")) ;;;*** diff --git a/code/elpa/dired-hacks-utils-20201005.2318/dired-hacks-utils.elc b/code/elpa/dired-hacks-utils-20201005.2318/dired-hacks-utils.elc index 27b02bf..f3b92d1 100644 Binary files a/code/elpa/dired-hacks-utils-20201005.2318/dired-hacks-utils.elc and b/code/elpa/dired-hacks-utils-20201005.2318/dired-hacks-utils.elc differ diff --git a/code/elpa/dired-rainbow-20190722.1109/dired-rainbow-autoloads.el b/code/elpa/dired-rainbow-20190722.1109/dired-rainbow-autoloads.el index e7c0229..3c63913 100644 --- a/code/elpa/dired-rainbow-20190722.1109/dired-rainbow-autoloads.el +++ b/code/elpa/dired-rainbow-20190722.1109/dired-rainbow-autoloads.el @@ -1,4 +1,4 @@ -;;; dired-rainbow-autoloads.el --- automatically extracted autoloads +;;; dired-rainbow-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -9,7 +9,7 @@ ;;;### (autoloads nil "dired-rainbow" "dired-rainbow.el" (0 0 0 0)) ;;; Generated autoloads from dired-rainbow.el -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dired-rainbow" '("dired-rainbow-"))) +(register-definition-prefixes "dired-rainbow" '("dired-rainbow-")) ;;;*** diff --git a/code/elpa/dired-rainbow-20190722.1109/dired-rainbow.elc b/code/elpa/dired-rainbow-20190722.1109/dired-rainbow.elc index fd01c84..9b92400 100644 Binary files a/code/elpa/dired-rainbow-20190722.1109/dired-rainbow.elc and b/code/elpa/dired-rainbow-20190722.1109/dired-rainbow.elc differ diff --git a/code/elpa/dired-ranger-20180401.2206/dired-ranger-autoloads.el b/code/elpa/dired-ranger-20180401.2206/dired-ranger-autoloads.el index b86c605..f128edd 100644 --- a/code/elpa/dired-ranger-20180401.2206/dired-ranger-autoloads.el +++ b/code/elpa/dired-ranger-20180401.2206/dired-ranger-autoloads.el @@ -1,4 +1,4 @@ -;;; dired-ranger-autoloads.el --- automatically extracted autoloads +;;; dired-ranger-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -60,7 +60,7 @@ See also `dired-ranger-bookmark'. \(fn CHAR)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dired-ranger" '("dired-ranger-"))) +(register-definition-prefixes "dired-ranger" '("dired-ranger-")) ;;;*** diff --git a/code/elpa/dired-ranger-20180401.2206/dired-ranger.elc b/code/elpa/dired-ranger-20180401.2206/dired-ranger.elc index b2567e4..11385ac 100644 Binary files a/code/elpa/dired-ranger-20180401.2206/dired-ranger.elc and b/code/elpa/dired-ranger-20180401.2206/dired-ranger.elc differ diff --git a/code/elpa/dired-single-20211101.2319/dired-single-autoloads.el b/code/elpa/dired-single-20211101.2319/dired-single-autoloads.el index 6ee2169..b89f7ff 100644 --- a/code/elpa/dired-single-20211101.2319/dired-single-autoloads.el +++ b/code/elpa/dired-single-20211101.2319/dired-single-autoloads.el @@ -1,4 +1,4 @@ -;;; dired-single-autoloads.el --- automatically extracted autoloads +;;; dired-single-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -60,7 +60,7 @@ Like `dired-up-directory' but with `dired-single-buffer'. \(fn &optional OTHER-WINDOW)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dired-single" '("dired-single-"))) +(register-definition-prefixes "dired-single" '("dired-single-")) ;;;*** diff --git a/code/elpa/dired-single-20211101.2319/dired-single.elc b/code/elpa/dired-single-20211101.2319/dired-single.elc index 4851e28..b7d7428 100644 Binary files a/code/elpa/dired-single-20211101.2319/dired-single.elc and b/code/elpa/dired-single-20211101.2319/dired-single.elc differ diff --git a/code/elpa/dockerfile-mode-20220220.1439/dockerfile-mode-autoloads.el b/code/elpa/dockerfile-mode-20220220.1439/dockerfile-mode-autoloads.el index ec32bae..2d32333 100644 --- a/code/elpa/dockerfile-mode-20220220.1439/dockerfile-mode-autoloads.el +++ b/code/elpa/dockerfile-mode-20220220.1439/dockerfile-mode-autoloads.el @@ -1,4 +1,4 @@ -;;; dockerfile-mode-autoloads.el --- automatically extracted autoloads +;;; dockerfile-mode-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -34,7 +34,7 @@ A major mode to edit Dockerfiles. (add-to-list 'auto-mode-alist '("\\.dockerfile\\'" . dockerfile-mode)) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dockerfile-mode" '("dockerfile-"))) +(register-definition-prefixes "dockerfile-mode" '("dockerfile-")) ;;;*** diff --git a/code/elpa/dockerfile-mode-20220220.1439/dockerfile-mode.elc b/code/elpa/dockerfile-mode-20220220.1439/dockerfile-mode.elc index 24b7b2b..894c152 100644 Binary files a/code/elpa/dockerfile-mode-20220220.1439/dockerfile-mode.elc and b/code/elpa/dockerfile-mode-20220220.1439/dockerfile-mode.elc differ diff --git a/code/elpa/elisp-refs-20220220.2305/elisp-refs-autoloads.el b/code/elpa/elisp-refs-20220220.2305/elisp-refs-autoloads.el index 8d857ee..ec5a7b9 100644 --- a/code/elpa/elisp-refs-20220220.2305/elisp-refs-autoloads.el +++ b/code/elpa/elisp-refs-20220220.2305/elisp-refs-autoloads.el @@ -1,4 +1,4 @@ -;;; elisp-refs-autoloads.el --- automatically extracted autoloads +;;; elisp-refs-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -55,7 +55,7 @@ search. \(fn SYMBOL &optional PATH-PREFIX)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elisp-refs" '("elisp-refs-"))) +(register-definition-prefixes "elisp-refs" '("elisp-refs-")) ;;;*** diff --git a/code/elpa/elisp-refs-20220220.2305/elisp-refs.elc b/code/elpa/elisp-refs-20220220.2305/elisp-refs.elc index 1ed8c55..2e25fed 100644 Binary files a/code/elpa/elisp-refs-20220220.2305/elisp-refs.elc and b/code/elpa/elisp-refs-20220220.2305/elisp-refs.elc differ diff --git a/code/elpa/f-20220405.1534/f-autoloads.el b/code/elpa/f-20220405.1534/f-autoloads.el index 366a50c..2f24ece 100644 --- a/code/elpa/f-20220405.1534/f-autoloads.el +++ b/code/elpa/f-20220405.1534/f-autoloads.el @@ -1,4 +1,4 @@ -;;; f-autoloads.el --- automatically extracted autoloads +;;; f-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -9,7 +9,7 @@ ;;;### (autoloads nil "f" "f.el" (0 0 0 0)) ;;; Generated autoloads from f.el -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "f" '("f-"))) +(register-definition-prefixes "f" '("f-")) ;;;*** diff --git a/code/elpa/f-20220405.1534/f.elc b/code/elpa/f-20220405.1534/f.elc index 6a03772..abde638 100644 Binary files a/code/elpa/f-20220405.1534/f.elc and b/code/elpa/f-20220405.1534/f.elc differ diff --git a/code/elpa/gnupg/S.gpg-agent b/code/elpa/gnupg/S.gpg-agent index a812e2a..5fb4648 100644 --- a/code/elpa/gnupg/S.gpg-agent +++ b/code/elpa/gnupg/S.gpg-agent @@ -1,2 +1,2 @@ -53960 -d6Nzp9Pξw. \ No newline at end of file +51401 +DGeyNIli}O- \ No newline at end of file diff --git a/code/elpa/gnupg/S.gpg-agent.browser b/code/elpa/gnupg/S.gpg-agent.browser index edddaa1..7f92945 100644 Binary files a/code/elpa/gnupg/S.gpg-agent.browser and b/code/elpa/gnupg/S.gpg-agent.browser differ diff --git a/code/elpa/gnupg/S.gpg-agent.extra b/code/elpa/gnupg/S.gpg-agent.extra index f32b20a..9b7b490 100644 --- a/code/elpa/gnupg/S.gpg-agent.extra +++ b/code/elpa/gnupg/S.gpg-agent.extra @@ -1,3 +1,2 @@ -53961 - -0icld+-B \ No newline at end of file +51402 +a|{ǀ \ No newline at end of file diff --git a/code/elpa/gnupg/S.gpg-agent.ssh b/code/elpa/gnupg/S.gpg-agent.ssh index 6a4a092..660bbf1 100644 --- a/code/elpa/gnupg/S.gpg-agent.ssh +++ b/code/elpa/gnupg/S.gpg-agent.ssh @@ -1,2 +1,2 @@ -53964 -()[^9y \ No newline at end of file +51405 +_ëmY]V \ No newline at end of file diff --git a/code/elpa/gnupg/pubring.kb_ b/code/elpa/gnupg/pubring.kb_ index a3f364f..40af0de 100644 Binary files a/code/elpa/gnupg/pubring.kb_ and b/code/elpa/gnupg/pubring.kb_ differ diff --git a/code/elpa/gnupg/pubring.kbx b/code/elpa/gnupg/pubring.kbx index 3dd513f..fc986bc 100644 Binary files a/code/elpa/gnupg/pubring.kbx and b/code/elpa/gnupg/pubring.kbx differ diff --git a/code/elpa/gnupg/trustdb.gpg b/code/elpa/gnupg/trustdb.gpg index 2986225..5e96508 100644 Binary files a/code/elpa/gnupg/trustdb.gpg and b/code/elpa/gnupg/trustdb.gpg differ diff --git a/code/elpa/go-mode-20220114.2239/go-mode-autoloads.el b/code/elpa/go-mode-20220114.2239/go-mode-autoloads.el index 12d755d..9930f9b 100644 --- a/code/elpa/go-mode-20220114.2239/go-mode-autoloads.el +++ b/code/elpa/go-mode-20220114.2239/go-mode-autoloads.el @@ -1,4 +1,4 @@ -;;; go-mode-autoloads.el --- automatically extracted autoloads +;;; go-mode-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -101,7 +101,7 @@ A major mode for editing go.mod files. (add-to-list 'auto-mode-alist '("go\\.mod\\'" . go-dot-mod-mode)) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "go-mode" '("go-" "god" "gofmt"))) +(register-definition-prefixes "go-mode" '("go-" "god" "gofmt")) ;;;*** diff --git a/code/elpa/go-mode-20220114.2239/go-mode.elc b/code/elpa/go-mode-20220114.2239/go-mode.elc index 5f8c1d4..0988e40 100644 Binary files a/code/elpa/go-mode-20220114.2239/go-mode.elc and b/code/elpa/go-mode-20220114.2239/go-mode.elc differ diff --git a/code/elpa/helpful-20220412.421/helpful-autoloads.el b/code/elpa/helpful-20220412.421/helpful-autoloads.el index 13fad10..6af04f1 100644 --- a/code/elpa/helpful-20220412.421/helpful-autoloads.el +++ b/code/elpa/helpful-20220412.421/helpful-autoloads.el @@ -1,4 +1,4 @@ -;;; helpful-autoloads.el --- automatically extracted autoloads +;;; helpful-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -55,7 +55,7 @@ Show help for variable named SYMBOL. (autoload 'helpful-at-point "helpful" "\ Show help for the symbol at point." t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helpful" '("helpful-"))) +(register-definition-prefixes "helpful" '("helpful-")) ;;;*** diff --git a/code/elpa/helpful-20220412.421/helpful.elc b/code/elpa/helpful-20220412.421/helpful.elc index 9e2b6d4..eb8f6d3 100644 Binary files a/code/elpa/helpful-20220412.421/helpful.elc and b/code/elpa/helpful-20220412.421/helpful.elc differ diff --git a/code/elpa/ido-completing-read+-20210529.1318/ido-completing-read+-autoloads.el b/code/elpa/ido-completing-read+-20210529.1318/ido-completing-read+-autoloads.el index 86d6da1..847e444 100644 --- a/code/elpa/ido-completing-read+-20210529.1318/ido-completing-read+-autoloads.el +++ b/code/elpa/ido-completing-read+-20210529.1318/ido-completing-read+-autoloads.el @@ -1,4 +1,4 @@ -;;; ido-completing-read+-autoloads.el --- automatically extracted autoloads +;;; ido-completing-read+-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -80,10 +80,19 @@ or call the function `ido-ubiquitous-mode'.") (autoload 'ido-ubiquitous-mode "ido-completing-read+" "\ Use ido completion instead of standard completion almost everywhere. -If called interactively, enable Ido-Ubiquitous mode if ARG is -positive, and disable it if ARG is zero or negative. If called -from Lisp, also enable the mode if ARG is omitted or nil, and -toggle it if ARG is `toggle'; disable the mode otherwise. +This is a minor mode. If called interactively, toggle the +`Ido-Ubiquitous mode' mode. If the prefix argument is positive, +enable the mode, and if it is zero or negative, disable the mode. + +If called from Lisp, toggle the mode if ARG is `toggle'. Enable +the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. + +To check whether the minor mode is enabled in the current buffer, +evaluate `(default-value \\='ido-ubiquitous-mode)'. + +The mode's hook is called both when the mode is enabled and when +it is disabled. If this mode causes problems for a function, you can customize when ido completion is or is not used by customizing @@ -91,7 +100,7 @@ when ido completion is or is not used by customizing \(fn &optional ARG)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ido-completing-read+" '("ido-" "minibuf-eldef-update-minibuffer@ido-cr+-compat"))) +(register-definition-prefixes "ido-completing-read+" '("ido-" "minibuf-eldef-update-minibuffer@ido-cr+-compat")) ;;;*** diff --git a/code/elpa/ido-completing-read+-20210529.1318/ido-completing-read+.elc b/code/elpa/ido-completing-read+-20210529.1318/ido-completing-read+.elc index bd48552..eb858c8 100644 Binary files a/code/elpa/ido-completing-read+-20210529.1318/ido-completing-read+.elc and b/code/elpa/ido-completing-read+-20210529.1318/ido-completing-read+.elc differ diff --git a/code/elpa/json-mode-20211011.630/json-mode-autoloads.el b/code/elpa/json-mode-20211011.630/json-mode-autoloads.el index d26a1d0..092845c 100644 --- a/code/elpa/json-mode-20211011.630/json-mode-autoloads.el +++ b/code/elpa/json-mode-20211011.630/json-mode-autoloads.el @@ -1,4 +1,4 @@ -;;; json-mode-autoloads.el --- automatically extracted autoloads +;;; json-mode-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -52,7 +52,7 @@ Beautify / pretty-print the active region (or the entire buffer if no active reg \(fn BEGIN END)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "json-mode" '("json"))) +(register-definition-prefixes "json-mode" '("json")) ;;;*** diff --git a/code/elpa/json-mode-20211011.630/json-mode.elc b/code/elpa/json-mode-20211011.630/json-mode.elc index 2fd5032..2bd9fc2 100644 Binary files a/code/elpa/json-mode-20211011.630/json-mode.elc and b/code/elpa/json-mode-20211011.630/json-mode.elc differ diff --git a/code/elpa/json-snatcher-20200916.1717/json-snatcher-autoloads.el b/code/elpa/json-snatcher-20200916.1717/json-snatcher-autoloads.el index 39e5ff6..3ae9b29 100644 --- a/code/elpa/json-snatcher-20200916.1717/json-snatcher-autoloads.el +++ b/code/elpa/json-snatcher-20200916.1717/json-snatcher-autoloads.el @@ -1,4 +1,4 @@ -;;; json-snatcher-autoloads.el --- automatically extracted autoloads +;;; json-snatcher-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -12,7 +12,7 @@ (autoload 'jsons-print-path "json-snatcher" "\ Print the path to the JSON value under point, and save it in the kill ring." t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "json-snatcher" '("jsons-"))) +(register-definition-prefixes "json-snatcher" '("jsons-")) ;;;*** diff --git a/code/elpa/json-snatcher-20200916.1717/json-snatcher.elc b/code/elpa/json-snatcher-20200916.1717/json-snatcher.elc index cd2cd6f..58846f4 100644 Binary files a/code/elpa/json-snatcher-20200916.1717/json-snatcher.elc and b/code/elpa/json-snatcher-20200916.1717/json-snatcher.elc differ diff --git a/code/elpa/lua-mode-20210809.1320/lua-mode-autoloads.el b/code/elpa/lua-mode-20210809.1320/lua-mode-autoloads.el index 5aea2af..45f9556 100644 --- a/code/elpa/lua-mode-20210809.1320/lua-mode-autoloads.el +++ b/code/elpa/lua-mode-20210809.1320/lua-mode-autoloads.el @@ -1,4 +1,4 @@ -;;; lua-mode-autoloads.el --- automatically extracted autoloads +;;; lua-mode-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -27,7 +27,7 @@ When called interactively, switch to the process buffer. \(fn &optional NAME PROGRAM STARTFILE &rest SWITCHES)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "lua-mode" '("lua-"))) +(register-definition-prefixes "lua-mode" '("lua-")) ;;;*** diff --git a/code/elpa/lua-mode-20210809.1320/lua-mode.elc b/code/elpa/lua-mode-20210809.1320/lua-mode.elc index a8ece47..422763c 100644 Binary files a/code/elpa/lua-mode-20210809.1320/lua-mode.elc and b/code/elpa/lua-mode-20210809.1320/lua-mode.elc differ diff --git a/code/elpa/markdown-mode-20220406.410/markdown-mode-autoloads.el b/code/elpa/markdown-mode-20220406.410/markdown-mode-autoloads.el index 5fd53cf..9e93ad2 100644 --- a/code/elpa/markdown-mode-20220406.410/markdown-mode-autoloads.el +++ b/code/elpa/markdown-mode-20220406.410/markdown-mode-autoloads.el @@ -1,4 +1,4 @@ -;;; markdown-mode-autoloads.el --- automatically extracted autoloads +;;; markdown-mode-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -34,14 +34,24 @@ Major mode for viewing GitHub Flavored Markdown content. (autoload 'markdown-live-preview-mode "markdown-mode" "\ Toggle native previewing on save for a specific markdown file. -If called interactively, enable Markdown-Live-Preview mode if ARG -is positive, and disable it if ARG is zero or negative. If -called from Lisp, also enable the mode if ARG is omitted or nil, -and toggle it if ARG is `toggle'; disable the mode otherwise. +This is a minor mode. If called interactively, toggle the +`Markdown-Live-Preview mode' mode. If the prefix argument is +positive, enable the mode, and if it is zero or negative, disable +the mode. + +If called from Lisp, toggle the mode if ARG is `toggle'. Enable +the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. + +To check whether the minor mode is enabled in the current buffer, +evaluate `markdown-live-preview-mode'. + +The mode's hook is called both when the mode is enabled and when +it is disabled. \(fn &optional ARG)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "markdown-mode" '("defun-markdown-" "gfm-" "markdown"))) +(register-definition-prefixes "markdown-mode" '("defun-markdown-" "gfm-" "markdown")) ;;;*** diff --git a/code/elpa/markdown-mode-20220406.410/markdown-mode.elc b/code/elpa/markdown-mode-20220406.410/markdown-mode.elc index 9a4218f..6e105f6 100644 Binary files a/code/elpa/markdown-mode-20220406.410/markdown-mode.elc and b/code/elpa/markdown-mode-20220406.410/markdown-mode.elc differ diff --git a/code/elpa/memoize-20200103.2036/memoize-autoloads.el b/code/elpa/memoize-20200103.2036/memoize-autoloads.el index 2431db0..a260fb8 100644 --- a/code/elpa/memoize-20200103.2036/memoize-autoloads.el +++ b/code/elpa/memoize-20200103.2036/memoize-autoloads.el @@ -1,4 +1,4 @@ -;;; memoize-autoloads.el --- automatically extracted autoloads +;;; memoize-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -9,7 +9,7 @@ ;;;### (autoloads nil "memoize" "memoize.el" (0 0 0 0)) ;;; Generated autoloads from memoize.el -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "memoize" '("defmemoize" "memoize"))) +(register-definition-prefixes "memoize" '("defmemoize" "memoize")) ;;;*** diff --git a/code/elpa/memoize-20200103.2036/memoize.elc b/code/elpa/memoize-20200103.2036/memoize.elc index 028ba52..b1c0b66 100644 Binary files a/code/elpa/memoize-20200103.2036/memoize.elc and b/code/elpa/memoize-20200103.2036/memoize.elc differ diff --git a/code/elpa/modus-themes-20220421.1021/modus-operandi-theme.elc b/code/elpa/modus-themes-20220421.1021/modus-operandi-theme.elc index b9faa40..7a2110c 100644 Binary files a/code/elpa/modus-themes-20220421.1021/modus-operandi-theme.elc and b/code/elpa/modus-themes-20220421.1021/modus-operandi-theme.elc differ diff --git a/code/elpa/modus-themes-20220421.1021/modus-themes-autoloads.el b/code/elpa/modus-themes-20220421.1021/modus-themes-autoloads.el index e04014e..5a4c839 100644 --- a/code/elpa/modus-themes-20220421.1021/modus-themes-autoloads.el +++ b/code/elpa/modus-themes-20220421.1021/modus-themes-autoloads.el @@ -1,4 +1,4 @@ -;;; modus-themes-autoloads.el --- automatically extracted autoloads +;;; modus-themes-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -68,7 +68,7 @@ by virtue of calling either of `modus-themes-load-operandi' and (when load-file-name (let ((dir (file-name-directory load-file-name))) (unless (equal dir (expand-file-name "themes/" data-directory)) (add-to-list 'custom-theme-load-path dir)))) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "modus-themes" '("modus-themes-"))) +(register-definition-prefixes "modus-themes" '("modus-themes-")) ;;;*** diff --git a/code/elpa/modus-themes-20220421.1021/modus-themes.elc b/code/elpa/modus-themes-20220421.1021/modus-themes.elc index fe43b4d..452e04a 100644 Binary files a/code/elpa/modus-themes-20220421.1021/modus-themes.elc and b/code/elpa/modus-themes-20220421.1021/modus-themes.elc differ diff --git a/code/elpa/modus-themes-20220421.1021/modus-vivendi-theme.elc b/code/elpa/modus-themes-20220421.1021/modus-vivendi-theme.elc index c685b7c..f212812 100644 Binary files a/code/elpa/modus-themes-20220421.1021/modus-vivendi-theme.elc and b/code/elpa/modus-themes-20220421.1021/modus-vivendi-theme.elc differ diff --git a/code/elpa/origami-20200331.1019/origami-autoloads.el b/code/elpa/origami-20200331.1019/origami-autoloads.el index 7f37a6c..60a3561 100644 --- a/code/elpa/origami-20200331.1019/origami-autoloads.el +++ b/code/elpa/origami-20200331.1019/origami-autoloads.el @@ -1,4 +1,4 @@ -;;; origami-autoloads.el --- automatically extracted autoloads +;;; origami-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -38,16 +38,20 @@ or call the function `global-origami-mode'.") (autoload 'global-origami-mode "origami" "\ Toggle Origami mode in all buffers. With prefix ARG, enable Global Origami mode if ARG is positive; -otherwise, disable it. If called from Lisp, enable the mode if -ARG is omitted or nil. +otherwise, disable it. + +If called from Lisp, toggle the mode if ARG is `toggle'. +Enable the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. + +Origami mode is enabled in all buffers where `(lambda nil +\(origami-mode 1))' would do it. -Origami mode is enabled in all buffers where -`(lambda nil (origami-mode 1))' would do it. See `origami-mode' for more information on Origami mode. \(fn &optional ARG)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "origami" '("origami-"))) +(register-definition-prefixes "origami" '("origami-")) ;;;*** @@ -55,7 +59,7 @@ See `origami-mode' for more information on Origami mode. ;;;;;; 0 0)) ;;; Generated autoloads from origami-parsers.el -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "origami-parsers" '("origami-"))) +(register-definition-prefixes "origami-parsers" '("origami-")) ;;;*** diff --git a/code/elpa/origami-20200331.1019/origami-parsers.elc b/code/elpa/origami-20200331.1019/origami-parsers.elc index 057ad1c..4ddbb6d 100644 Binary files a/code/elpa/origami-20200331.1019/origami-parsers.elc and b/code/elpa/origami-20200331.1019/origami-parsers.elc differ diff --git a/code/elpa/origami-20200331.1019/origami.elc b/code/elpa/origami-20200331.1019/origami.elc index 7627dee..69e9332 100644 Binary files a/code/elpa/origami-20200331.1019/origami.elc and b/code/elpa/origami-20200331.1019/origami.elc differ diff --git a/code/elpa/persp-mode-20220206.1742/persp-mode-autoloads.el b/code/elpa/persp-mode-20220206.1742/persp-mode-autoloads.el index 57cacf3..b375c0c 100644 --- a/code/elpa/persp-mode-20220206.1742/persp-mode-autoloads.el +++ b/code/elpa/persp-mode-20220206.1742/persp-mode-autoloads.el @@ -1,4 +1,4 @@ -;;; persp-mode-autoloads.el --- automatically extracted autoloads +;;; persp-mode-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -40,14 +40,23 @@ named collections of buffers and window configurations. Here is a keymap of this minor mode: \\{persp-mode-map} -If called interactively, enable Persp mode if ARG is positive, -and disable it if ARG is zero or negative. If called from Lisp, -also enable the mode if ARG is omitted or nil, and toggle it if -ARG is `toggle'; disable the mode otherwise. +This is a minor mode. If called interactively, toggle the `Persp +mode' mode. If the prefix argument is positive, enable the mode, +and if it is zero or negative, disable the mode. + +If called from Lisp, toggle the mode if ARG is `toggle'. Enable +the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. + +To check whether the minor mode is enabled in the current buffer, +evaluate `(default-value \\='persp-mode)'. + +The mode's hook is called both when the mode is enabled and when +it is disabled. \(fn &optional ARG)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "persp-mode" '("*persp-" "clear-window-persp" "def-" "get-" "ido-toggle-persp-filter" "persp" "safe-persp-" "set-" "window-persp-set-p" "with-persp-ido-hooks"))) +(register-definition-prefixes "persp-mode" '("*persp-" "clear-window-persp" "def-" "get-" "ido-toggle-persp-filter" "persp" "safe-persp-" "set-" "window-persp-set-p" "with-persp-ido-hooks")) ;;;*** diff --git a/code/elpa/persp-mode-20220206.1742/persp-mode.elc b/code/elpa/persp-mode-20220206.1742/persp-mode.elc index f649f27..ad9b443 100644 Binary files a/code/elpa/persp-mode-20220206.1742/persp-mode.elc and b/code/elpa/persp-mode-20220206.1742/persp-mode.elc differ diff --git a/code/elpa/powershell-20220402.643/powershell-autoloads.el b/code/elpa/powershell-20220402.643/powershell-autoloads.el index fa09dbe..e455176 100644 --- a/code/elpa/powershell-20220402.643/powershell-autoloads.el +++ b/code/elpa/powershell-20220402.643/powershell-autoloads.el @@ -1,4 +1,4 @@ -;;; powershell-autoloads.el --- automatically extracted autoloads +;;; powershell-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -40,7 +40,7 @@ See the help for `shell' for more details. (Type \(fn &optional BUFFER PROMPT-STRING)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "powershell" '("explicit-powershell.exe-args" "powershell-"))) +(register-definition-prefixes "powershell" '("explicit-powershell.exe-args" "powershell-")) ;;;*** diff --git a/code/elpa/powershell-20220402.643/powershell.elc b/code/elpa/powershell-20220402.643/powershell.elc index f81e6ea..a3f6a3b 100644 Binary files a/code/elpa/powershell-20220402.643/powershell.elc and b/code/elpa/powershell-20220402.643/powershell.elc differ diff --git a/code/elpa/python-mode-20220408.1906/completion/pycomplete.elc b/code/elpa/python-mode-20220408.1906/completion/pycomplete.elc index 7ebc432..b16f02f 100644 Binary files a/code/elpa/python-mode-20220408.1906/completion/pycomplete.elc and b/code/elpa/python-mode-20220408.1906/completion/pycomplete.elc differ diff --git a/code/elpa/python-mode-20220408.1906/python-mode-autoloads.el b/code/elpa/python-mode-20220408.1906/python-mode-autoloads.el index 3715db1..f107048 100644 --- a/code/elpa/python-mode-20220408.1906/python-mode-autoloads.el +++ b/code/elpa/python-mode-20220408.1906/python-mode-autoloads.el @@ -1,4 +1,4 @@ -;;; python-mode-autoloads.el --- automatically extracted autoloads +;;; python-mode-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -90,7 +90,7 @@ VARIABLES \(fn)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "python-mode" '("all-mode-setting" "autopair-mode" "flake8" "force-py-shell-name-p-o" "highlight-indent-active" "hs-hide-comments-when-hiding-all" "info-lookup-mode" "ipython" "iypthon" "jython" "pdb-track-stack-from-shell-p" "pep8" "pst-here" "stri" "toggle-force-py-shell-name-p" "turn-o" "virtualenv-"))) +(register-definition-prefixes "python-mode" '("all-mode-setting" "autopair-mode" "flake8" "force-py-shell-name-p-o" "highlight-indent-active" "hs-hide-comments-when-hiding-all" "info-lookup-mode" "ipython" "iypthon" "jython" "pdb-track-stack-from-shell-p" "pep8" "pst-here" "stri" "toggle-force-py-shell-name-p" "turn-o" "virtualenv-")) ;;;*** diff --git a/code/elpa/python-mode-20220408.1906/python-mode.elc b/code/elpa/python-mode-20220408.1906/python-mode.elc index 10b5280..7bb3803 100644 Binary files a/code/elpa/python-mode-20220408.1906/python-mode.elc and b/code/elpa/python-mode-20220408.1906/python-mode.elc differ diff --git a/code/elpa/rainbow-delimiters-20210515.1254/rainbow-delimiters-autoloads.el b/code/elpa/rainbow-delimiters-20210515.1254/rainbow-delimiters-autoloads.el index a3fcca8..9876f5d 100644 --- a/code/elpa/rainbow-delimiters-20210515.1254/rainbow-delimiters-autoloads.el +++ b/code/elpa/rainbow-delimiters-20210515.1254/rainbow-delimiters-autoloads.el @@ -1,4 +1,4 @@ -;;; rainbow-delimiters-autoloads.el --- automatically extracted autoloads +;;; rainbow-delimiters-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -13,10 +13,20 @@ (autoload 'rainbow-delimiters-mode "rainbow-delimiters" "\ Highlight nested parentheses, brackets, and braces according to their depth. -If called interactively, enable Rainbow-Delimiters mode if ARG is -positive, and disable it if ARG is zero or negative. If called -from Lisp, also enable the mode if ARG is omitted or nil, and -toggle it if ARG is `toggle'; disable the mode otherwise. +This is a minor mode. If called interactively, toggle the +`Rainbow-Delimiters mode' mode. If the prefix argument is +positive, enable the mode, and if it is zero or negative, disable +the mode. + +If called from Lisp, toggle the mode if ARG is `toggle'. Enable +the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. + +To check whether the minor mode is enabled in the current buffer, +evaluate `rainbow-delimiters-mode'. + +The mode's hook is called both when the mode is enabled and when +it is disabled. \(fn &optional ARG)" t nil) @@ -26,7 +36,7 @@ Enable `rainbow-delimiters-mode'." nil nil) (autoload 'rainbow-delimiters-mode-disable "rainbow-delimiters" "\ Disable `rainbow-delimiters-mode'." nil nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rainbow-delimiters" '("rainbow-delimiters-"))) +(register-definition-prefixes "rainbow-delimiters" '("rainbow-delimiters-")) ;;;*** diff --git a/code/elpa/rainbow-delimiters-20210515.1254/rainbow-delimiters-pkg.el b/code/elpa/rainbow-delimiters-20210515.1254/rainbow-delimiters-pkg.el index 453fb38..f67c4aa 100644 --- a/code/elpa/rainbow-delimiters-20210515.1254/rainbow-delimiters-pkg.el +++ b/code/elpa/rainbow-delimiters-20210515.1254/rainbow-delimiters-pkg.el @@ -1,2 +1,2 @@ -;;; Generated package description from rainbow-delimiters.el -*- no-byte-compile: t -*- -(define-package "rainbow-delimiters" "20210515.1254" "Highlight brackets according to their depth" 'nil :commit "a32b39bdfe6c61c322c37226d66e1b6d4f107ed0" :authors '(("Jeremy Rayman" . "opensource@jeremyrayman.com") ("Fanael Linithien" . "fanael4@gmail.com")) :maintainer '("Fanael Linithien" . "fanael4@gmail.com") :keywords '("faces" "convenience" "lisp" "tools") :url "https://github.com/Fanael/rainbow-delimiters") +;;; Generated package description from rainbow-delimiters.el -*- no-byte-compile: t -*- +(define-package "rainbow-delimiters" "20210515.1254" "Highlight brackets according to their depth" 'nil :commit "a32b39bdfe6c61c322c37226d66e1b6d4f107ed0" :authors '(("Jeremy Rayman" . "opensource@jeremyrayman.com") ("Fanael Linithien" . "fanael4@gmail.com")) :maintainer '("Fanael Linithien" . "fanael4@gmail.com") :keywords '("faces" "convenience" "lisp" "tools") :url "https://github.com/Fanael/rainbow-delimiters") diff --git a/code/elpa/rainbow-delimiters-20210515.1254/rainbow-delimiters.elc b/code/elpa/rainbow-delimiters-20210515.1254/rainbow-delimiters.elc index 04854f2..dc64b57 100644 Binary files a/code/elpa/rainbow-delimiters-20210515.1254/rainbow-delimiters.elc and b/code/elpa/rainbow-delimiters-20210515.1254/rainbow-delimiters.elc differ diff --git a/code/elpa/rainbow-mode-1.0.5/rainbow-mode-autoloads.el b/code/elpa/rainbow-mode-1.0.5/rainbow-mode-autoloads.el index 266b07d..48718d9 100644 --- a/code/elpa/rainbow-mode-1.0.5/rainbow-mode-autoloads.el +++ b/code/elpa/rainbow-mode-1.0.5/rainbow-mode-autoloads.el @@ -1,4 +1,4 @@ -;;; rainbow-mode-autoloads.el --- automatically extracted autoloads +;;; rainbow-mode-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -13,14 +13,23 @@ Colorize strings that represent colors. This will fontify with colors the string like \"#aabbcc\" or \"blue\". -If called interactively, enable Rainbow mode if ARG is positive, -and disable it if ARG is zero or negative. If called from Lisp, -also enable the mode if ARG is omitted or nil, and toggle it if -ARG is `toggle'; disable the mode otherwise. +This is a minor mode. If called interactively, toggle the +`Rainbow mode' mode. If the prefix argument is positive, enable +the mode, and if it is zero or negative, disable the mode. + +If called from Lisp, toggle the mode if ARG is `toggle'. Enable +the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. + +To check whether the minor mode is enabled in the current buffer, +evaluate `rainbow-mode'. + +The mode's hook is called both when the mode is enabled and when +it is disabled. \(fn &optional ARG)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rainbow-mode" '("rainbow-"))) +(register-definition-prefixes "rainbow-mode" '("rainbow-")) ;;;*** diff --git a/code/elpa/rainbow-mode-1.0.5/rainbow-mode.elc b/code/elpa/rainbow-mode-1.0.5/rainbow-mode.elc index d01580c..347e767 100644 Binary files a/code/elpa/rainbow-mode-1.0.5/rainbow-mode.elc and b/code/elpa/rainbow-mode-1.0.5/rainbow-mode.elc differ diff --git a/code/elpa/rust-mode-20220217.2009/rust-cargo.elc b/code/elpa/rust-mode-20220217.2009/rust-cargo.elc index 79e0b5d..43b4c37 100644 Binary files a/code/elpa/rust-mode-20220217.2009/rust-cargo.elc and b/code/elpa/rust-mode-20220217.2009/rust-cargo.elc differ diff --git a/code/elpa/rust-mode-20220217.2009/rust-compile.elc b/code/elpa/rust-mode-20220217.2009/rust-compile.elc index 86ba015..0e5d5db 100644 Binary files a/code/elpa/rust-mode-20220217.2009/rust-compile.elc and b/code/elpa/rust-mode-20220217.2009/rust-compile.elc differ diff --git a/code/elpa/rust-mode-20220217.2009/rust-mode-autoloads.el b/code/elpa/rust-mode-20220217.2009/rust-mode-autoloads.el index 3bfde80..8ccb5f8 100644 --- a/code/elpa/rust-mode-20220217.2009/rust-mode-autoloads.el +++ b/code/elpa/rust-mode-20220217.2009/rust-mode-autoloads.el @@ -1,4 +1,4 @@ -;;; rust-mode-autoloads.el --- automatically extracted autoloads +;;; rust-mode-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -9,14 +9,14 @@ ;;;### (autoloads nil "rust-cargo" "rust-cargo.el" (0 0 0 0)) ;;; Generated autoloads from rust-cargo.el -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rust-cargo" '("rust-"))) +(register-definition-prefixes "rust-cargo" '("rust-")) ;;;*** ;;;### (autoloads nil "rust-compile" "rust-compile.el" (0 0 0 0)) ;;; Generated autoloads from rust-compile.el -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rust-compile" '("cargo-compilation-regexps" "rustc-"))) +(register-definition-prefixes "rust-compile" '("cargo-compilation-regexps" "rustc-")) ;;;*** @@ -32,21 +32,21 @@ Major mode for Rust code. (add-to-list 'auto-mode-alist '("\\.rs\\'" . rust-mode)) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rust-mode" '("rust-"))) +(register-definition-prefixes "rust-mode" '("rust-")) ;;;*** ;;;### (autoloads nil "rust-playpen" "rust-playpen.el" (0 0 0 0)) ;;; Generated autoloads from rust-playpen.el -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rust-playpen" '("rust-"))) +(register-definition-prefixes "rust-playpen" '("rust-")) ;;;*** ;;;### (autoloads nil "rust-rustfmt" "rust-rustfmt.el" (0 0 0 0)) ;;; Generated autoloads from rust-rustfmt.el -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rust-rustfmt" '("rust-"))) +(register-definition-prefixes "rust-rustfmt" '("rust-")) ;;;*** @@ -56,7 +56,7 @@ Major mode for Rust code. (autoload 'rust-dbg-wrap-or-unwrap "rust-utils" "\ Either remove or add the dbg! macro." t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "rust-utils" '("rust-"))) +(register-definition-prefixes "rust-utils" '("rust-")) ;;;*** diff --git a/code/elpa/rust-mode-20220217.2009/rust-mode.elc b/code/elpa/rust-mode-20220217.2009/rust-mode.elc index b0b4eb5..811e779 100644 Binary files a/code/elpa/rust-mode-20220217.2009/rust-mode.elc and b/code/elpa/rust-mode-20220217.2009/rust-mode.elc differ diff --git a/code/elpa/rust-mode-20220217.2009/rust-playpen.elc b/code/elpa/rust-mode-20220217.2009/rust-playpen.elc index 8df4159..535236e 100644 Binary files a/code/elpa/rust-mode-20220217.2009/rust-playpen.elc and b/code/elpa/rust-mode-20220217.2009/rust-playpen.elc differ diff --git a/code/elpa/rust-mode-20220217.2009/rust-rustfmt.elc b/code/elpa/rust-mode-20220217.2009/rust-rustfmt.elc index 40dd6bc..1210695 100644 Binary files a/code/elpa/rust-mode-20220217.2009/rust-rustfmt.elc and b/code/elpa/rust-mode-20220217.2009/rust-rustfmt.elc differ diff --git a/code/elpa/rust-mode-20220217.2009/rust-utils.elc b/code/elpa/rust-mode-20220217.2009/rust-utils.elc index 6952757..158819c 100644 Binary files a/code/elpa/rust-mode-20220217.2009/rust-utils.elc and b/code/elpa/rust-mode-20220217.2009/rust-utils.elc differ diff --git a/code/elpa/s-20210616.619/s-autoloads.el b/code/elpa/s-20210616.619/s-autoloads.el index a232497..187f6d1 100644 --- a/code/elpa/s-20210616.619/s-autoloads.el +++ b/code/elpa/s-20210616.619/s-autoloads.el @@ -1,4 +1,4 @@ -;;; s-autoloads.el --- automatically extracted autoloads +;;; s-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -9,7 +9,7 @@ ;;;### (autoloads nil "s" "s.el" (0 0 0 0)) ;;; Generated autoloads from s.el -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "s" '("s-"))) +(register-definition-prefixes "s" '("s-")) ;;;*** diff --git a/code/elpa/s-20210616.619/s.elc b/code/elpa/s-20210616.619/s.elc index 619eb49..ed8fa9d 100644 Binary files a/code/elpa/s-20210616.619/s.elc and b/code/elpa/s-20210616.619/s.elc differ diff --git a/code/elpa/transpose-frame-20200307.2119/transpose-frame-autoloads.el b/code/elpa/transpose-frame-20200307.2119/transpose-frame-autoloads.el deleted file mode 100644 index c36d108..0000000 --- a/code/elpa/transpose-frame-20200307.2119/transpose-frame-autoloads.el +++ /dev/null @@ -1,59 +0,0 @@ -;;; transpose-frame-autoloads.el --- automatically extracted autoloads -;; -;;; Code: - -(add-to-list 'load-path (directory-file-name - (or (file-name-directory #$) (car load-path)))) - - -;;;### (autoloads nil "transpose-frame" "transpose-frame.el" (0 0 -;;;;;; 0 0)) -;;; Generated autoloads from transpose-frame.el - -(autoload 'transpose-frame "transpose-frame" "\ -Transpose windows arrangement at FRAME. -Omitting FRAME means currently selected frame. - -\(fn &optional FRAME)" t nil) - -(autoload 'flip-frame "transpose-frame" "\ -Flip windows arrangement vertically at FRAME. -Omitting FRAME means currently selected frame. - -\(fn &optional FRAME)" t nil) - -(autoload 'flop-frame "transpose-frame" "\ -Flop windows arrangement horizontally at FRAME. -Omitting FRAME means currently selected frame. - -\(fn &optional FRAME)" t nil) - -(autoload 'rotate-frame "transpose-frame" "\ -Rotate windows arrangement 180 degrees at FRAME. -Omitting FRAME means currently selected frame. - -\(fn &optional FRAME)" t nil) - -(autoload 'rotate-frame-clockwise "transpose-frame" "\ -Rotate windows arrangement 90 degrees clockwise at FRAME. -Omitting FRAME means currently selected frame. - -\(fn &optional FRAME)" t nil) - -(autoload 'rotate-frame-anticlockwise "transpose-frame" "\ -Rotate windows arrangement 90 degrees anti-clockwise at FRAME. -Omitting FRAME means currently selected frame. - -\(fn &optional FRAME)" t nil) - -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "transpose-frame" '("transpose-frame-"))) - -;;;*** - -;; Local Variables: -;; version-control: never -;; no-byte-compile: t -;; no-update-autoloads: t -;; coding: utf-8 -;; End: -;;; transpose-frame-autoloads.el ends here diff --git a/code/elpa/transpose-frame-20200307.2119/transpose-frame-pkg.el b/code/elpa/transpose-frame-20200307.2119/transpose-frame-pkg.el deleted file mode 100644 index fef0f96..0000000 --- a/code/elpa/transpose-frame-20200307.2119/transpose-frame-pkg.el +++ /dev/null @@ -1,2 +0,0 @@ -;;; Generated package description from transpose-frame.el -*- no-byte-compile: t -*- -(define-package "transpose-frame" "20200307.2119" "Transpose windows arrangement in a frame" 'nil :commit "12e523d70ff78cc8868097b56120848befab5dbc" :authors '(("S. Irie")) :maintainer '("S. Irie") :keywords '("window")) diff --git a/code/elpa/transpose-frame-20200307.2119/transpose-frame.el b/code/elpa/transpose-frame-20200307.2119/transpose-frame.el deleted file mode 100644 index e847cce..0000000 --- a/code/elpa/transpose-frame-20200307.2119/transpose-frame.el +++ /dev/null @@ -1,237 +0,0 @@ -;;; transpose-frame.el --- Transpose windows arrangement in a frame - -;; Copyright (c) 2011 S. Irie - -;; Author: S. Irie -;; Keywords: window -;; Package-Version: 20200307.2119 -;; Package-Commit: 12e523d70ff78cc8868097b56120848befab5dbc - -;; This program is free software. - -;; Redistribution and use in source and binary forms, with or without -;; modification, are permitted provided that the following conditions -;; are met: - -;; 1. Redistributions of source code must retain the above copyright -;; notice, this list of conditions and the following disclaimer. -;; 2. Redistributions in binary form must reproduce the above copyright -;; notice, this list of conditions and the following disclaimer in the -;; documentation and/or other materials provided with the distribution. - -;; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -;; "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -;; LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -;; A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -;; OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -;; SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -;; TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -;; PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -;; LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -;; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -;; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -;;; Commentary: - -;; This program provides some interactive functions which allows users -;; to transpose windows arrangement in currently selected frame: -;; -;; `transpose-frame' ... Swap x-direction and y-direction -;; -;; +------------+------------+ +----------------+--------+ -;; | | B | | A | | -;; | A +------------+ | | | -;; | | C | => +--------+-------+ D | -;; +------------+------------+ | B | C | | -;; | D | | | | | -;; +-------------------------+ +--------+-------+--------+ -;; -;; `flip-frame' ... Flip vertically -;; -;; +------------+------------+ +------------+------------+ -;; | | B | | D | -;; | A +------------+ +------------+------------+ -;; | | C | => | | C | -;; +------------+------------+ | A +------------+ -;; | D | | | B | -;; +-------------------------+ +------------+------------+ -;; -;; `flop-frame' ... Flop horizontally -;; -;; +------------+------------+ +------------+------------+ -;; | | B | | B | | -;; | A +------------+ +------------+ A | -;; | | C | => | C | | -;; +------------+------------+ +------------+------------+ -;; | D | | D | -;; +-------------------------+ +-------------------------+ -;; -;; `rotate-frame' ... Rotate 180 degrees -;; -;; +------------+------------+ +-------------------------+ -;; | | B | | D | -;; | A +------------+ +------------+------------+ -;; | | C | => | C | | -;; +------------+------------+ +------------+ A | -;; | D | | B | | -;; +-------------------------+ +------------+------------+ -;; -;; `rotate-frame-clockwise' ... Rotate 90 degrees clockwise -;; -;; +------------+------------+ +-------+-----------------+ -;; | | B | | | A | -;; | A +------------+ | | | -;; | | C | => | D +--------+--------+ -;; +------------+------------+ | | B | C | -;; | D | | | | | -;; +-------------------------+ +-------+--------+--------+ -;; -;; `rotate-frame-anticlockwise' ... Rotate 90 degrees anti-clockwise -;; -;; +------------+------------+ +--------+--------+-------+ -;; | | B | | B | C | | -;; | A +------------+ | | | | -;; | | C | => +--------+--------+ D | -;; +------------+------------+ | A | | -;; | D | | | | -;; +-------------------------+ +-----------------+-------+ -;; -;; This program is tested on GNU Emacs 22, 23. - -;;; Code: -;;; Internal functions - -(defun transpose-frame-get-arrangement (&optional frame subtree) - (let ((tree (or subtree - (car (window-tree frame))))) - (if (windowp tree) - (list (window-buffer tree) - (window-start tree) - (window-point tree) - (window-hscroll tree) - (window-margins tree) - (window-fringes tree) - (window-dedicated-p tree) - (window-redisplay-end-trigger tree) - tree - (eq tree (frame-selected-window frame))) - (let* ((vertical (car tree)) - (edges (cadr tree)) - (length (float (if vertical - (- (nth 3 edges) (cadr edges)) - (- (nth 2 edges) (car edges)))))) - (cons vertical - (mapcar (lambda (subtree) - (cons (transpose-frame-get-arrangement frame subtree) - (/ (let ((edges (if (windowp subtree) - (window-edges subtree) - (cadr subtree)))) - (if vertical - (- (nth 3 edges) (cadr edges)) - (- (nth 2 edges) (car edges)))) - length))) - (cddr tree))))))) - -(defun transpose-frame-set-arrangement (config &optional window-or-frame &rest how) - (let ((window (if (windowp window-or-frame) - window-or-frame - (frame-selected-window window-or-frame)))) - (unless (windowp window-or-frame) - (delete-other-windows window)) - (if (bufferp (car config)) - (let ((buffer (pop config))) - (set-window-buffer window buffer) - (set-window-start window (pop config)) - (set-window-point window (pop config)) - (set-window-hscroll window (pop config)) - (set-window-margins window (caar config) (cdr (pop config))) - (apply 'set-window-fringes window (pop config)) - (set-window-dedicated-p window (pop config)) - (set-window-redisplay-end-trigger window (pop config)) - (let* ((orig-window (pop config)) - (ol-func (lambda (ol) - (when (eq (overlay-get ol 'window) orig-window) - (overlay-put ol 'window window)))) - (ol-lists (with-current-buffer buffer - (overlay-lists)))) - (mapc ol-func (car ol-lists)) - (mapc ol-func (cdr ol-lists))) - (if (car config) (select-window window))) - (let* ((horizontal (if (memq 'transpose how) - (pop config) - (not (pop config)))) - (edges (window-edges window)) - (length (if horizontal - (- (nth 2 edges) (car edges)) - (- (nth 3 edges) (cadr edges))))) - (if (memq (if horizontal 'flop 'flip) how) - (setq config (reverse config))) - (while (cdr config) - (setq window (prog1 - (split-window window (round (* length (cdar config))) - horizontal) - (apply 'transpose-frame-set-arrangement - (caar config) window how)) - config (cdr config))) - (apply 'transpose-frame-set-arrangement - (caar config) window how))))) - -;;; User commands - -;;;###autoload -(defun transpose-frame (&optional frame) - "Transpose windows arrangement at FRAME. -Omitting FRAME means currently selected frame." - (interactive) - (transpose-frame-set-arrangement (transpose-frame-get-arrangement frame) frame - 'transpose) - (when (called-interactively-p 'any) (recenter))) - -;;;###autoload -(defun flip-frame (&optional frame) - "Flip windows arrangement vertically at FRAME. -Omitting FRAME means currently selected frame." - (interactive) - (transpose-frame-set-arrangement (transpose-frame-get-arrangement frame) frame - 'flip)) - -;;;###autoload -(defun flop-frame (&optional frame) - "Flop windows arrangement horizontally at FRAME. -Omitting FRAME means currently selected frame." - (interactive) - (transpose-frame-set-arrangement (transpose-frame-get-arrangement frame) frame - 'flop)) - -;;;###autoload -(defun rotate-frame (&optional frame) - "Rotate windows arrangement 180 degrees at FRAME. -Omitting FRAME means currently selected frame." - (interactive) - (transpose-frame-set-arrangement (transpose-frame-get-arrangement frame) frame - 'flip 'flop)) - -;;;###autoload -(defun rotate-frame-clockwise (&optional frame) - "Rotate windows arrangement 90 degrees clockwise at FRAME. -Omitting FRAME means currently selected frame." - (interactive) - (transpose-frame-set-arrangement (transpose-frame-get-arrangement frame) frame - 'transpose 'flop) - (when (called-interactively-p 'any) (recenter))) - -;;;###autoload -(defun rotate-frame-anticlockwise (&optional frame) - "Rotate windows arrangement 90 degrees anti-clockwise at FRAME. -Omitting FRAME means currently selected frame." - (interactive) - (transpose-frame-set-arrangement (transpose-frame-get-arrangement frame) frame - 'transpose 'flip) - (when (called-interactively-p 'any) (recenter))) - -;;; _ -;; Local Variables: -;; indent-tabs-mode: nil -;; End: -(provide 'transpose-frame) -;;; transpose-frame.el ends here diff --git a/code/elpa/transpose-frame-20200307.2119/transpose-frame.elc b/code/elpa/transpose-frame-20200307.2119/transpose-frame.elc deleted file mode 100644 index 6e062f4..0000000 Binary files a/code/elpa/transpose-frame-20200307.2119/transpose-frame.elc and /dev/null differ diff --git a/code/elpa/use-package-20210207.1926/use-package-autoloads.el b/code/elpa/use-package-20210207.1926/use-package-autoloads.el index d5afb09..d59e129 100644 --- a/code/elpa/use-package-20210207.1926/use-package-autoloads.el +++ b/code/elpa/use-package-20210207.1926/use-package-autoloads.el @@ -1,4 +1,4 @@ -;;; use-package-autoloads.el --- automatically extracted autoloads +;;; use-package-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -56,7 +56,7 @@ deferred until the prefix key sequence is pressed. \(fn NAME KEYWORD ARG REST STATE)" nil nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-bind-key" '("use-package-handler/:bind*"))) +(register-definition-prefixes "use-package-bind-key" '("use-package-handler/:bind*")) ;;;*** @@ -128,7 +128,7 @@ this file. Usage: (function-put 'use-package 'lisp-indent-function '1) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-core" '("use-package-"))) +(register-definition-prefixes "use-package-core" '("use-package-")) ;;;*** @@ -146,7 +146,7 @@ Normalize arguments to delight. \(fn NAME KEYWORD ARGS REST STATE)" nil nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-delight" '("use-package-normalize-delight"))) +(register-definition-prefixes "use-package-delight" '("use-package-normalize-delight")) ;;;*** @@ -164,7 +164,7 @@ Normalize arguments to delight. \(fn NAME KEYWORD ARG REST STATE)" nil nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-diminish" '("use-package-normalize-diminish"))) +(register-definition-prefixes "use-package-diminish" '("use-package-normalize-diminish")) ;;;*** @@ -182,7 +182,7 @@ Normalize arguments to delight. \(fn NAME KEYWORD ENSURE REST STATE)" nil nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-ensure" '("use-package-"))) +(register-definition-prefixes "use-package-ensure" '("use-package-")) ;;;*** @@ -199,7 +199,7 @@ instead. \(fn PACKAGE)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-jump" '("use-package-find-require"))) +(register-definition-prefixes "use-package-jump" '("use-package-find-require")) ;;;*** @@ -212,7 +212,7 @@ Check for errors in use-package declarations. For example, if the module's `:if' condition is met, but even with the specified `:load-path' the module cannot be found." t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-lint" '("use-package-lint-declaration"))) +(register-definition-prefixes "use-package-lint" '("use-package-lint-declaration")) ;;;*** diff --git a/code/elpa/use-package-20210207.1926/use-package-bind-key.elc b/code/elpa/use-package-20210207.1926/use-package-bind-key.elc index d70c79d..f0e0208 100644 Binary files a/code/elpa/use-package-20210207.1926/use-package-bind-key.elc and b/code/elpa/use-package-20210207.1926/use-package-bind-key.elc differ diff --git a/code/elpa/use-package-20210207.1926/use-package-core.elc b/code/elpa/use-package-20210207.1926/use-package-core.elc index 53b4146..4342290 100644 Binary files a/code/elpa/use-package-20210207.1926/use-package-core.elc and b/code/elpa/use-package-20210207.1926/use-package-core.elc differ diff --git a/code/elpa/use-package-20210207.1926/use-package-delight.elc b/code/elpa/use-package-20210207.1926/use-package-delight.elc index 4beefd5..0c9c5bb 100644 Binary files a/code/elpa/use-package-20210207.1926/use-package-delight.elc and b/code/elpa/use-package-20210207.1926/use-package-delight.elc differ diff --git a/code/elpa/use-package-20210207.1926/use-package-diminish.elc b/code/elpa/use-package-20210207.1926/use-package-diminish.elc index 27c5e1a..f90e875 100644 Binary files a/code/elpa/use-package-20210207.1926/use-package-diminish.elc and b/code/elpa/use-package-20210207.1926/use-package-diminish.elc differ diff --git a/code/elpa/use-package-20210207.1926/use-package-ensure.elc b/code/elpa/use-package-20210207.1926/use-package-ensure.elc index 0db6d4b..54005c6 100644 Binary files a/code/elpa/use-package-20210207.1926/use-package-ensure.elc and b/code/elpa/use-package-20210207.1926/use-package-ensure.elc differ diff --git a/code/elpa/use-package-20210207.1926/use-package-jump.elc b/code/elpa/use-package-20210207.1926/use-package-jump.elc index d45e0e9..a2d8ede 100644 Binary files a/code/elpa/use-package-20210207.1926/use-package-jump.elc and b/code/elpa/use-package-20210207.1926/use-package-jump.elc differ diff --git a/code/elpa/use-package-20210207.1926/use-package-lint.elc b/code/elpa/use-package-20210207.1926/use-package-lint.elc index d0134bf..edcdb5d 100644 Binary files a/code/elpa/use-package-20210207.1926/use-package-lint.elc and b/code/elpa/use-package-20210207.1926/use-package-lint.elc differ diff --git a/code/elpa/use-package-20210207.1926/use-package.elc b/code/elpa/use-package-20210207.1926/use-package.elc index a231943..3e80e25 100644 Binary files a/code/elpa/use-package-20210207.1926/use-package.elc and b/code/elpa/use-package-20210207.1926/use-package.elc differ diff --git a/code/elpa/yaml-mode-20220104.1503/yaml-mode-autoloads.el b/code/elpa/yaml-mode-20220104.1503/yaml-mode-autoloads.el index 6830672..cf06616 100644 --- a/code/elpa/yaml-mode-20220104.1503/yaml-mode-autoloads.el +++ b/code/elpa/yaml-mode-20220104.1503/yaml-mode-autoloads.el @@ -1,4 +1,4 @@ -;;; yaml-mode-autoloads.el --- automatically extracted autoloads +;;; yaml-mode-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -22,7 +22,7 @@ Simple mode to edit YAML. (add-to-list 'magic-mode-alist '("^%YAML\\s-+[0-9]+\\.[0-9]+\\(\\s-+#\\|\\s-*$\\)" . yaml-mode)) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "yaml-mode" '("yaml-"))) +(register-definition-prefixes "yaml-mode" '("yaml-")) ;;;*** diff --git a/code/elpa/yaml-mode-20220104.1503/yaml-mode.elc b/code/elpa/yaml-mode-20220104.1503/yaml-mode.elc index ea51627..7d9690e 100644 Binary files a/code/elpa/yaml-mode-20220104.1503/yaml-mode.elc and b/code/elpa/yaml-mode-20220104.1503/yaml-mode.elc differ diff --git a/code/network-security.data b/code/network-security.data deleted file mode 100644 index 7cd816e..0000000 --- a/code/network-security.data +++ /dev/null @@ -1,4 +0,0 @@ -( - (:id "sha1:85b31c268009209a8d3c5387033b219264f7e62b" :fingerprints ("sha1:e1:ca:67:6d:b8:5a:eb:b0:c3:80:6f:c9:80:af:4e:d1:ab:73:57:13") :host "melpa.org:443" :conditions (:expired :invalid :verify-cert)) - (:id "sha1:6d4eb958390599243ba9f5035cb671fa8dd6a93a" :fingerprints ("sha1:20:5d:a0:22:12:af:6f:9e:24:12:6c:3c:88:b4:97:b1:f0:19:9c:65") :host "elpa.gnu.org:443" :conditions (:expired :invalid :verify-cert)) -) diff --git a/code/persp-confs/persp-auto-save b/code/persp-confs/persp-auto-save index e93a879..f24c13a 100644 --- a/code/persp-confs/persp-auto-save +++ b/code/persp-confs/persp-auto-save @@ -1,7 +1,7 @@ ;; -*- mode: emacs-lisp; eval: (progn (pp-buffer) (indent-buffer)) -*- ((def-persp nil - ((def-buffer "CONTRIBUTING.md" "c:/Users/mcros/src/zmk-docs/CONTRIBUTING.md" markdown-mode) - (def-buffer "slideshow.go" "c:/Users/mcros/src/piframe-go/ui/slideshow.go" go-mode) + ((def-buffer "slideshow.go" "c:/Users/mcros/src/piframe-go/ui/slideshow.go" go-mode) + (def-buffer "CONTRIBUTING.md" "c:/Users/mcros/src/zmk-docs/CONTRIBUTING.md" markdown-mode) (def-buffer "config.go" "c:/Users/mcros/src/piframe-go/ui/config.go" go-mode) (def-buffer "layer-3---other.json" "c:/Users/mcros/Nextcloud/org/keyboards/pockettype/layer-3---other.json" json-mode) (def-buffer "watchdog.go" "c:/Users/mcros/src/piframe-go/watchdog/watchdog.go" go-mode) @@ -23,13 +23,13 @@ (min-pixel-height-safe . 20) (min-pixel-width-safe . 20)) leaf - (pixel-width . 1262) - (pixel-height . 1262) - (total-width . 126) - (total-height . 63) + (pixel-width . 837) + (pixel-height . 698) + (total-width . 84) + (total-height . 35) (normal-height . 1.0) (normal-width . 1.0) - (buffer "CONTRIBUTING.md" + (buffer "slideshow.go" (selected . t) (hscroll . 0) (fringes 8 8 nil nil) @@ -37,12 +37,13 @@ (scroll-bars nil 3 t nil 0 t nil) (vscroll . 0) (dedicated) - (point . 757) + (point . 853) (start . 1)) (prev-buffers + ("CONTRIBUTING.md" 1 825) ("slideshow.go" 6407 7490) ("config.go" 2780 2780) - ("layer-3---other.json" 469 838) + ("layer-3---other.json" 469 820) ("*scratch*" 1 1)))) (def-params nil) t nil nil)) diff --git a/code/persp-confs/persp-auto-save1 b/code/persp-confs/persp-auto-save1 index 3980de1..e2c6dfa 100644 --- a/code/persp-confs/persp-auto-save1 +++ b/code/persp-confs/persp-auto-save1 @@ -1,8 +1,10 @@ ;; -*- mode: emacs-lisp; eval: (progn (pp-buffer) (indent-buffer)) -*- ((def-persp nil - ((def-buffer "config.go" "c:/Users/mcros/src/piframe-go/ui/config.go" go-mode) - (def-buffer "watchdog.go" "c:/Users/mcros/src/piframe-go/watchdog/watchdog.go" go-mode) + ((def-buffer "CONTRIBUTING.md" "c:/Users/mcros/src/zmk-docs/CONTRIBUTING.md" markdown-mode) + (def-buffer "slideshow.go" "c:/Users/mcros/src/piframe-go/ui/slideshow.go" go-mode) + (def-buffer "config.go" "c:/Users/mcros/src/piframe-go/ui/config.go" go-mode) (def-buffer "layer-3---other.json" "c:/Users/mcros/Nextcloud/org/keyboards/pockettype/layer-3---other.json" json-mode) + (def-buffer "watchdog.go" "c:/Users/mcros/src/piframe-go/watchdog/watchdog.go" go-mode) (def-buffer "Readme.md" "c:/Users/mcros/Nextcloud/org/Readme.md" markdown-mode) (def-buffer "blog_posts.org" "c:/Users/mcros/Nextcloud/org/blog_posts.org" org-mode) (def-buffer ".owncloudsync.log" "c:/Users/mcros/Nextcloud/.owncloudsync.log" fundamental-mode) @@ -23,11 +25,11 @@ leaf (pixel-width . 837) (pixel-height . 700) - (total-width . 83) + (total-width . 84) (total-height . 35) (normal-height . 1.0) (normal-width . 1.0) - (buffer "*scratch*" + (buffer "CONTRIBUTING.md" (selected . t) (hscroll . 0) (fringes 8 8 nil nil) @@ -35,7 +37,12 @@ (scroll-bars nil 3 t nil 0 t nil) (vscroll . 0) (dedicated) - (point . 1) - (start . 1)))) + (point . 757) + (start . 1)) + (prev-buffers + ("slideshow.go" 6407 7490) + ("config.go" 2780 2780) + ("layer-3---other.json" 469 820) + ("*scratch*" 1 1)))) (def-params nil) t nil nil)) diff --git a/code/persp-confs/persp-auto-save2 b/code/persp-confs/persp-auto-save2 index 61630d6..e93a879 100644 --- a/code/persp-confs/persp-auto-save2 +++ b/code/persp-confs/persp-auto-save2 @@ -1,8 +1,10 @@ ;; -*- mode: emacs-lisp; eval: (progn (pp-buffer) (indent-buffer)) -*- ((def-persp nil - ((def-buffer "config.go" "c:/Users/mcros/src/piframe-go/ui/config.go" go-mode) - (def-buffer "watchdog.go" "c:/Users/mcros/src/piframe-go/watchdog/watchdog.go" go-mode) + ((def-buffer "CONTRIBUTING.md" "c:/Users/mcros/src/zmk-docs/CONTRIBUTING.md" markdown-mode) + (def-buffer "slideshow.go" "c:/Users/mcros/src/piframe-go/ui/slideshow.go" go-mode) + (def-buffer "config.go" "c:/Users/mcros/src/piframe-go/ui/config.go" go-mode) (def-buffer "layer-3---other.json" "c:/Users/mcros/Nextcloud/org/keyboards/pockettype/layer-3---other.json" json-mode) + (def-buffer "watchdog.go" "c:/Users/mcros/src/piframe-go/watchdog/watchdog.go" go-mode) (def-buffer "Readme.md" "c:/Users/mcros/Nextcloud/org/Readme.md" markdown-mode) (def-buffer "blog_posts.org" "c:/Users/mcros/Nextcloud/org/blog_posts.org" org-mode) (def-buffer ".owncloudsync.log" "c:/Users/mcros/Nextcloud/.owncloudsync.log" fundamental-mode) @@ -21,13 +23,13 @@ (min-pixel-height-safe . 20) (min-pixel-width-safe . 20)) leaf - (pixel-width . 837) - (pixel-height . 700) - (total-width . 83) - (total-height . 35) + (pixel-width . 1262) + (pixel-height . 1262) + (total-width . 126) + (total-height . 63) (normal-height . 1.0) (normal-width . 1.0) - (buffer "*Messages*" + (buffer "CONTRIBUTING.md" (selected . t) (hscroll . 0) (fringes 8 8 nil nil) @@ -35,16 +37,12 @@ (scroll-bars nil 3 t nil 0 t nil) (vscroll . 0) (dedicated) - (point . 172) + (point . 757) (start . 1)) (prev-buffers - ("config.go" 432 568) - ("watchdog.go" 1 587) - ("layer-3---other.json" 1 528) - ("Readme.md" 1 1) - ("blog_posts.org" 8764 8764) - (".owncloudsync.log" 1 1) - ("links.md" 1 3418) + ("slideshow.go" 6407 7490) + ("config.go" 2780 2780) + ("layer-3---other.json" 469 838) ("*scratch*" 1 1)))) (def-params nil) t nil nil)) diff --git a/code/persp-confs/persp-auto-save3 b/code/persp-confs/persp-auto-save3 index 076f25f..3980de1 100644 --- a/code/persp-confs/persp-auto-save3 +++ b/code/persp-confs/persp-auto-save3 @@ -27,7 +27,7 @@ (total-height . 35) (normal-height . 1.0) (normal-width . 1.0) - (buffer "config.go" + (buffer "*scratch*" (selected . t) (hscroll . 0) (fringes 8 8 nil nil) @@ -35,15 +35,7 @@ (scroll-bars nil 3 t nil 0 t nil) (vscroll . 0) (dedicated) - (point . 568) - (start . 432)) - (prev-buffers - ("watchdog.go" 1 587) - ("layer-3---other.json" 1 528) - ("Readme.md" 1 1) - ("blog_posts.org" 8764 8764) - (".owncloudsync.log" 1 1) - ("links.md" 1 3418) - ("*scratch*" 1 1)))) + (point . 1) + (start . 1)))) (def-params nil) t nil nil)) diff --git a/common/_global.el b/common/_global.el index 20d37c8..28d553a 100644 --- a/common/_global.el +++ b/common/_global.el @@ -1,8 +1,8 @@ ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; Packages related -(require 'package) -(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) -;(package-initialize) ; this goes in chemacs2 init -- DO NOT UNCOMMENT +(require 'package) ; this goes in chemacs2 init -- DO NOT UNCOMMENT +(add-to-list 'package-archives '("melpa" . "https://melpa.org/packages/") t) ; this goes in chemacs2 init -- DO NOT UNCOMMENT +(package-initialize) ; this goes in chemacs2 init -- DO NOT UNCOMMENT (add-to-list 'package-selected-packages '(helpful dired-rainbow dired-collapse dired-ranger dired-single all-the-icons-dired ido-completing-read+ diminish persp-mode modus-themes transpose-frame use-package) ) diff --git a/org/elpa/all-the-icons-20220325.1238/all-the-icons-autoloads.el b/org/elpa/all-the-icons-20220325.1238/all-the-icons-autoloads.el index 121bfa6..911b864 100644 --- a/org/elpa/all-the-icons-20220325.1238/all-the-icons-autoloads.el +++ b/org/elpa/all-the-icons-20220325.1238/all-the-icons-autoloads.el @@ -1,4 +1,4 @@ -;;; all-the-icons-autoloads.el --- automatically extracted autoloads +;;; all-the-icons-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -57,7 +57,7 @@ When FAMILY is non-nil, limit the candidates to the icon set matching it. \(fn &optional ARG FAMILY)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "all-the-icons" '("all-the-icons-"))) +(register-definition-prefixes "all-the-icons" '("all-the-icons-")) ;;;*** diff --git a/org/elpa/all-the-icons-20220325.1238/all-the-icons-faces.elc b/org/elpa/all-the-icons-20220325.1238/all-the-icons-faces.elc index 26c672b..48377d0 100644 Binary files a/org/elpa/all-the-icons-20220325.1238/all-the-icons-faces.elc and b/org/elpa/all-the-icons-20220325.1238/all-the-icons-faces.elc differ diff --git a/org/elpa/all-the-icons-20220325.1238/all-the-icons.elc b/org/elpa/all-the-icons-20220325.1238/all-the-icons.elc index 1990d6b..ff71857 100644 Binary files a/org/elpa/all-the-icons-20220325.1238/all-the-icons.elc and b/org/elpa/all-the-icons-20220325.1238/all-the-icons.elc differ diff --git a/org/elpa/all-the-icons-20220325.1238/data/data-alltheicons.elc b/org/elpa/all-the-icons-20220325.1238/data/data-alltheicons.elc index 76b2125..a1451ce 100644 Binary files a/org/elpa/all-the-icons-20220325.1238/data/data-alltheicons.elc and b/org/elpa/all-the-icons-20220325.1238/data/data-alltheicons.elc differ diff --git a/org/elpa/all-the-icons-20220325.1238/data/data-faicons.elc b/org/elpa/all-the-icons-20220325.1238/data/data-faicons.elc index 3d0970d..a1a8b77 100644 Binary files a/org/elpa/all-the-icons-20220325.1238/data/data-faicons.elc and b/org/elpa/all-the-icons-20220325.1238/data/data-faicons.elc differ diff --git a/org/elpa/all-the-icons-20220325.1238/data/data-fileicons.elc b/org/elpa/all-the-icons-20220325.1238/data/data-fileicons.elc index 7f11538..71f7368 100644 Binary files a/org/elpa/all-the-icons-20220325.1238/data/data-fileicons.elc and b/org/elpa/all-the-icons-20220325.1238/data/data-fileicons.elc differ diff --git a/org/elpa/all-the-icons-20220325.1238/data/data-material.elc b/org/elpa/all-the-icons-20220325.1238/data/data-material.elc index 96cb645..bd13a6f 100644 Binary files a/org/elpa/all-the-icons-20220325.1238/data/data-material.elc and b/org/elpa/all-the-icons-20220325.1238/data/data-material.elc differ diff --git a/org/elpa/all-the-icons-20220325.1238/data/data-octicons.elc b/org/elpa/all-the-icons-20220325.1238/data/data-octicons.elc index 3b3968b..f57ebfd 100644 Binary files a/org/elpa/all-the-icons-20220325.1238/data/data-octicons.elc and b/org/elpa/all-the-icons-20220325.1238/data/data-octicons.elc differ diff --git a/org/elpa/all-the-icons-20220325.1238/data/data-weathericons.elc b/org/elpa/all-the-icons-20220325.1238/data/data-weathericons.elc index 0e10e04..b49abad 100644 Binary files a/org/elpa/all-the-icons-20220325.1238/data/data-weathericons.elc and b/org/elpa/all-the-icons-20220325.1238/data/data-weathericons.elc differ diff --git a/org/elpa/all-the-icons-dired-20220304.1638/all-the-icons-dired-autoloads.el b/org/elpa/all-the-icons-dired-20220304.1638/all-the-icons-dired-autoloads.el index 4694ae2..513daa9 100644 --- a/org/elpa/all-the-icons-dired-20220304.1638/all-the-icons-dired-autoloads.el +++ b/org/elpa/all-the-icons-dired-20220304.1638/all-the-icons-dired-autoloads.el @@ -1,4 +1,4 @@ -;;; all-the-icons-dired-autoloads.el --- automatically extracted autoloads +;;; all-the-icons-dired-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -13,14 +13,24 @@ (autoload 'all-the-icons-dired-mode "all-the-icons-dired" "\ Display all-the-icons icon for each file in a dired buffer. -If called interactively, enable All-The-Icons-Dired mode if ARG -is positive, and disable it if ARG is zero or negative. If -called from Lisp, also enable the mode if ARG is omitted or nil, -and toggle it if ARG is `toggle'; disable the mode otherwise. +This is a minor mode. If called interactively, toggle the +`All-The-Icons-Dired mode' mode. If the prefix argument is +positive, enable the mode, and if it is zero or negative, disable +the mode. + +If called from Lisp, toggle the mode if ARG is `toggle'. Enable +the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. + +To check whether the minor mode is enabled in the current buffer, +evaluate `all-the-icons-dired-mode'. + +The mode's hook is called both when the mode is enabled and when +it is disabled. \(fn &optional ARG)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "all-the-icons-dired" '("all-the-icons-dired-"))) +(register-definition-prefixes "all-the-icons-dired" '("all-the-icons-dired-")) ;;;*** diff --git a/org/elpa/all-the-icons-dired-20220304.1638/all-the-icons-dired.elc b/org/elpa/all-the-icons-dired-20220304.1638/all-the-icons-dired.elc index 2fae02f..d88b34c 100644 Binary files a/org/elpa/all-the-icons-dired-20220304.1638/all-the-icons-dired.elc and b/org/elpa/all-the-icons-dired-20220304.1638/all-the-icons-dired.elc differ diff --git a/org/elpa/archives/melpa/archive-contents b/org/elpa/archives/melpa/archive-contents index a26cedd..b5f0071 100644 --- a/org/elpa/archives/melpa/archive-contents +++ b/org/elpa/archives/melpa/archive-contents @@ -1003,7 +1003,7 @@ (doom . [(20180301 2308) ((cl-lib (0 5))) "DOM implementation and manipulation library" single ((: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")) (:maintainer "Alex Schroeder") (:keywords "xml" "dom") (:url . "http://www.github.com/kensanata/doom.el/"))]) (doom-modeline . [(20220412 853) ((emacs (25 1)) (all-the-icons (2 2 0)) (shrink-path (0 2 0)) (dash (2 11 0))) "A minimal and modern mode-line" tar ((:commit . "7d8eb7c44087a62d8dd6e8ba1afc26facd914fbc") (:authors ("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 . [(20210831 1442) ((emacs (24 4)) (doom-modeline (3 0 0)) (async (1 9 3))) "Segment for Doom Modeline to show playerctl information" single ((:commit . "ef9158dfdf32e8eb789b69e7394d0bddaa68f42c") (:authors ("Ellis Kenyő" . "me@elken.dev")) (:maintainer "Ellis Kenyő" . "me@elken.dev") (:url . "https://github.com/elken/doom-modeline-now-playing"))]) - (doom-themes . [(20220222 2326) ((emacs (25 1)) (cl-lib (0 5))) "an opinionated pack of modern color-themes" tar ((:commit . "24bf5070783efe12bbfcb2bdcf4ff5a7a8374cef") (:authors ("Henrik Lissner ")) (:maintainer "Henrik Lissner" . "contact@henrik.io") (:keywords "custom themes" "faces") (:url . "https://github.com/hlissner/emacs-doom-themes"))]) + (doom-themes . [(20220421 2236) ((emacs (25 1)) (cl-lib (0 5))) "an opinionated pack of modern color-themes" tar ((:commit . "872ea5a7c7b2d9cc9e1370f397488e8f92149b67") (:authors ("Henrik Lissner ")) (:maintainer "Henrik Lissner" . "contact@henrik.io") (:keywords "custom themes" "faces") (:url . "https://github.com/hlissner/emacs-doom-themes"))]) (dot-mode . [(20180312 2300) ((emacs (24 3))) "minor mode to repeat typing or commands" single ((:commit . "6ca22b73bcdae2363ee9641b822a60685df16a3e") (:authors ("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" single ((:commit . "e3701bf739bde44f6484eb7753deadaf691b73fb") (:authors ("Preetpal S. Sohal")) (:maintainer "Preetpal S. Sohal") (:url . "https://github.com/preetpalS/emacs-dotenv-mode"))]) (dotnet . [(20200803 1032) nil "Interact with dotnet CLI tool" single ((:commit . "83ba1305d7895b03f3dffb2d3458b7ec75e6909f") (:authors ("Julien BLANCHARD" . "julien@sideburns.eu")) (:maintainer "Julien BLANCHARD" . "julien@sideburns.eu") (:keywords ".net" "tools") (:url . "https://github.com/julienXX/dotnet.el"))]) @@ -1979,7 +1979,7 @@ (goto-last-change . [(20150109 1823) nil "Move point through buffer-undo-list positions" single ((:commit . "58b0928bc255b47aad318cd183a5dce8f62199cc") (:authors ("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 . [(20190525 1855) ((emacs (24 3))) "Record and jump to the last point in the buffer." single ((:commit . "7ea191df18ff4774cf1dc568e1726143dd54ea02") (:authors ("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 . [(20210323 422) ((emacs (25))) "Preview line when executing `goto-line` command" single ((:commit . "a6446bc11f8d72b0f0b06df927e2c3ebb7cdb5f8") (:authors ("Shen, Jen-Chieh" . "jcs090218@gmail.com")) (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") (:url . "https://github.com/jcs-elpa/goto-line-preview"))]) - (govc . [(20191213 2131) ((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" single ((:commit . "4c01572cebc3521b70caf208755045e756642caf") (:authors ("The govc developers")) (:maintainer "The govc developers") (:keywords "convenience") (:url . "https://github.com/vmware/govmomi/tree/master/govc/emacs"))]) + (govc . [(20191213 2131) ((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" single ((:commit . "327fe7b7d776c9b3f6c1b3399dbf932dca1ded1d") (:authors ("The govc developers")) (:maintainer "The govc developers") (:keywords "convenience") (:url . "https://github.com/vmware/govmomi/tree/master/govc/emacs"))]) (govet . [(20170808 1724) nil "linter/problem finder for the Go source code" single ((:commit . "1c05817cf8b96589076c7ac4e52ee58a860a0cbf") (:url . "https://godoc.org/golang.org/x/tools/cmd/vet"))]) (gpastel . [(20181229 1404) ((emacs (25 1))) "Integrates GPaste with the kill-ring" single ((:commit . "d5fc55bc825203f998537c5834718e665bb87c29") (:authors ("Damien Cassou" . "damien@cassou.me")) (:maintainer "Damien Cassou" . "damien@cassou.me") (:keywords "tools") (:url . "https://gitlab.petton.fr/DamienCassou/desktop-environment"))]) (grab-mac-link . [(20210511 1303) ((emacs (24))) "Grab link from Mac Apps and insert it into Emacs" single ((:commit . "2c722016ca01bd4265d57c4a7d55712c94cf4ea5") (:authors ("Xu Chunyang")) (:maintainer "Xu Chunyang") (:keywords "mac" "hyperlink") (:url . "https://github.com/xuchunyang/grab-mac-link.el"))]) @@ -2896,7 +2896,7 @@ (magit . [(20220412 2029) ((emacs (25 1)) (dash (20210826)) (git-commit (20220222)) (magit-section (20220325)) (transient (20220325)) (with-editor (20220318))) "A Git porcelain inside Emacs." tar ((:commit . "3cfc8458e14c705afdfbeb7dcd3d3f43d7479344") (:authors ("Marius Vollmer" . "marius.vollmer@gmail.com") ("Jonas Bernoulli" . "jonas@bernoul.li")) (:maintainer "Jonas Bernoulli" . "jonas@bernoul.li") (:keywords "git" "tools" "vc") (:url . "https://github.com/magit/magit"))]) (magit-annex . [(20220302 1725) ((cl-lib (0 3)) (magit (3 0 0))) "Control git-annex from Magit" single ((:commit . "efe484644666c6b7c544b0fb7b87e30703fa9425") (:authors ("Kyle Meyer" . "kyle@kyleam.com") ("Rémi Vanicat" . "vanicat@debian.org")) (:maintainer "Kyle Meyer" . "kyle@kyleam.com") (:keywords "vc" "tools") (:url . "https://github.com/magit/magit-annex"))]) (magit-circleci . [(20191209 2113) ((dash (2 16 0)) (transient (0 1 0)) (magit (2 90 0)) (emacs (25 3))) "CircleCI integration for Magit" single ((:commit . "2d4bdacf498ed3ff7d2c3574d346b2d24cbb12da") (:authors ("Adrien Brochard")) (:maintainer "Adrien Brochard") (:keywords "circleci" "continuous" "integration" "magit" "vc" "tools") (:url . "https://github.com/abrochard/magit-circleci"))]) - (magit-commit-mark . [(20220406 2314) ((emacs (28 1)) (magit (3 3 0))) "Support marking commits as read" single ((:commit . "18d03e38f2825dfcf9d121720ee550294e5611a0") (:authors ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainer "Campbell Barton" . "ideasman42@gmail.com") (:url . "https://gitlab.com/ideasman42/emacs-magit-commit-mark"))]) + (magit-commit-mark . [(20220422 10) ((emacs (28 1)) (magit (3 3 0))) "Support marking commits as read" single ((:commit . "f794b45efcbbaab28d968b3616900dd4370ea030") (:authors ("Campbell Barton" . "ideasman42@gmail.com")) (:maintainer "Campbell Barton" . "ideasman42@gmail.com") (:url . "https://gitlab.com/ideasman42/emacs-magit-commit-mark"))]) (magit-delta . [(20220125 50) ((emacs (25 1)) (magit (20200426)) (xterm-color (2 0))) "Use Delta when displaying diffs in Magit" single ((:commit . "5fc7dbddcfacfe46d3fd876172ad02a9ab6ac616") (:authors ("Dan Davison" . "dandavison7@gmail.com")) (:maintainer "Dan Davison" . "dandavison7@gmail.com") (:url . "https://github.com/dandavison/magit-delta"))]) (magit-diff-flycheck . [(20190524 551) ((magit (2)) (flycheck (31)) (seq (2)) (emacs (25 1))) "Report errors in diffs" single ((:commit . "28acf74f59e385865746cccf4b1e4c4025ae9433") (:authors ("Alex Ragone" . "ragonedk@gmail.com")) (:maintainer "Alex Ragone" . "ragonedk@gmail.com") (:keywords "convenience" "matching") (:url . "https://github.com/ragone/magit-diff-flycheck"))]) (magit-filenotify . [(20151116 2340) ((magit (1 3 0)) (emacs (24 4))) "Refresh status buffer when git tree changes" single ((:commit . "c0865b3c41af20b6cd89de23d3b0beb54c8401a4") (:authors ("Rüdiger Sonderfeld" . "ruediger@c-plusplus.de")) (:maintainer "Rüdiger Sonderfeld" . "ruediger@c-plusplus.de") (:keywords "tools"))]) @@ -3925,7 +3925,7 @@ (propfont-mixed . [(20150113 2211) ((emacs (24)) (cl-lib (0 5))) "Use proportional fonts with space-based indentation." single ((:commit . "0b461ef4754a469610dba71874a34b6da42176bf") (:authors ("Kirill Ignatiev ")) (:maintainer "Kirill Ignatiev ") (:keywords "faces") (:url . "https://github.com/ikirill/propfont-mixed"))]) (proportional . [(20200309 1556) ((emacs (25 1))) "use a proportional font everywhere" single ((:commit . "0e4537af7ba2bc9dbb449c38350bce012b382f51") (:authors ("Johannes Goslar")) (:maintainer "Johannes Goslar") (:keywords "faces") (:url . "https://github.com/ksjogo/proportional"))]) (prosjekt . [(20151127 1416) ((dash (2 8 0))) "a software project tool for emacs" tar ((:commit . "a864a8be5842223043702395f311e3350c28e9db") (:authors ("Austin Bingham" . "austin.bingham@gmail.com")) (:maintainer "Austin Bingham" . "austin.bingham@gmail.com") (:url . "https://github.com/abingham/prosjekt"))]) - (protobuf-mode . [(20220303 1716) nil "major mode for editing protocol buffers." single ((:commit . "c80808ce1defa4a6f02ceba8e1415b0bcdd068fd") (:authors ("Alexandre Vassalotti" . "alexandre@peadrop.com")) (:maintainer "Alexandre Vassalotti" . "alexandre@peadrop.com") (:keywords "google" "protobuf" "languages"))]) + (protobuf-mode . [(20220303 1716) nil "major mode for editing protocol buffers." single ((:commit . "e81c678e7dfd43f75d4d68ba1df75ce168820f11") (:authors ("Alexandre Vassalotti" . "alexandre@peadrop.com")) (:maintainer "Alexandre Vassalotti" . "alexandre@peadrop.com") (:keywords "google" "protobuf" "languages"))]) (protocols . [(20170802 1132) ((cl-lib (0 5))) "Protocol database access functions." single ((:commit . "d0f7c4acb05465f1a0d4be54363bbd2802647e77") (:authors ("Dave Pearson" . "davep@davep.org")) (:maintainer "Dave Pearson" . "davep@davep.org") (:keywords "convenience" "net" "protocols") (:url . "https://github.com/davep/protocols.el"))]) (proxy-mode . [(20220210 1410) ((emacs (25))) "A minor mode to toggle proxy." single ((:commit . "620e48c6afaf760d0ee9f5bdf583fd91cd9d0ec6") (:keywords "comm" "proxy") (:url . "https://repo.or.cz/proxy-mode.git"))]) (psalm . [(20211002 1552) ((emacs (24 3)) (php-mode (1 22 3))) "Interface to Psalm" single ((:commit . "28d546a79cb865a78b94cd7e929d66d720505faa") (:authors ("USAMI Kenta" . "tadsan@zonu.me")) (:maintainer "USAMI Kenta" . "tadsan@zonu.me") (:keywords "tools" "php") (:url . "https://github.com/emacs-php/psalm.el"))]) @@ -3965,7 +3965,7 @@ (pyenv-mode-auto . [(20180620 1252) ((pyenv-mode (0 1 0)) (s (1 11 0)) (f (0 17 0))) "Automatically activates pyenv version if .python-version file exists." single ((:commit . "347b94cd5ad22e33cc41be661c102d4548767858") (:authors ("Sviatoslav Bulbakha" . "mail@ssbb.me")) (:maintainer "Sviatoslav Bulbakha" . "mail@ssbb.me") (:keywords "python" "pyenv") (:url . "https://github.com/ssbb/pyenv-mode-auto"))]) (pygen . [(20161121 506) ((elpy (1 12 0)) (python-mode (6 2 2)) (dash (2 13 0))) "Python code generation using Elpy and Python-mode." single ((:commit . "9019ff44ba49d7295b1476530feab91fdadb084b") (:authors ("Jack Crawley ")) (:maintainer "Jack Crawley ") (:keywords "python" "code generation") (:url . "https://github.com/JackCrawley/pygen/"))]) (pygn-mode . [(20211021 2325) ((emacs (26 1)) (tree-sitter (0 15 2)) (tree-sitter-langs (0 10 7)) (uci-mode (0 5 4)) (nav-flash (1 0 0)) (ivy (0 10 0))) "Major-mode for chess PGN files, powered by Python" tar ((:commit . "eb1da7e3eb5f5754b60d404b0e341206eebe19ca") (:authors ("Dodge Coates and Roland Walker")) (:maintainer "Dodge Coates and Roland Walker") (:keywords "data" "games" "chess") (:url . "https://github.com/dwcoates/pygn-mode"))]) - (pyim . [(20220420 746) ((emacs (25 1)) (async (1 6)) (xr (1 13))) "A Chinese input method support quanpin, shuangpin, wubi, cangjie and rime." tar ((:commit . "fcd1655ea2c7278c0419707640be4e200f03b8e5") (:authors ("Ye Wenbin" . "wenbinye@163.com") ("Feng Shu" . "tumashu@163.com")) (:maintainer "Feng Shu" . "tumashu@163.com") (:keywords "convenience" "chinese" "pinyin" "input-method") (:url . "https://github.com/tumashu/pyim"))]) + (pyim . [(20220422 208) ((emacs (25 1)) (async (1 6)) (xr (1 13))) "A Chinese input method support quanpin, shuangpin, wubi, cangjie and rime." tar ((:commit . "63de15e13b8c3ad6be50b7cb6a5855a53a6d8739") (:authors ("Ye Wenbin" . "wenbinye@163.com") ("Feng Shu" . "tumashu@163.com")) (:maintainer "Feng Shu" . "tumashu@163.com") (:keywords "convenience" "chinese" "pinyin" "input-method") (:url . "https://github.com/tumashu/pyim"))]) (pyim-basedict . [(20210517 43) nil "The default pinyin dict of pyim" tar ((:commit . "86f6de3e3a1523eb278bd3afe7c4ceba2a0e2972") (:authors ("Feng Shu" . "tumashu@163.com")) (:maintainer "Feng Shu" . "tumashu@163.com") (:keywords "convenience" "chinese" "pinyin" "input-method" "complete") (:url . "https://github.com/tumashu/pyim-basedict"))]) (pyim-cangjiedict . [(20210617 934) ((pyim (3 7))) "Some cangjie dicts for pyim" tar ((:commit . "d17e3d32a6480939b350a91a915ebe8e6efad819") (:authors ("Yuanchen Xie" . "yuanchen.gm@gmail.com")) (:maintainer "Yuanchen Xie" . "yuanchen.gm@gmail.com") (:keywords "convenience" "chinese" "pinyin" "input-method" "complete") (:url . "https://github.com/p1uxtar/pyim-cangjiedict"))]) (pyim-smzmdict . [(20210505 1445) ((pyim (3 7))) "Sanma(triple) Zhengma dict for pyim" tar ((:commit . "fcddbde17a04d174c7353548056524687f7be8d2") (:authors ("Yue Shi (Zhizhi)")) (:maintainer "Yuanchen Xie") (:keywords "convenience" "i18n" "pyim" "chinese" "zhengma") (:url . "https://github.com/p1uxtar/pyim-smzmdict"))]) @@ -4520,7 +4520,7 @@ (stickyfunc-enhance . [(20150429 1814) ((emacs (24 3))) "An enhancement to stock `semantic-stickyfunc-mode'" single ((:commit . "13bdba51fcd83ccbc3267959d23afc94d458dcb0") (:authors ("Tu, Do Hoang" . "tuhdo1710@gmail.com")) (:maintainer "Tu, Do Hoang") (:keywords "c" "languages" "tools") (:url . "https://github.com/tuhdo/semantic-stickyfunc-enhance"))]) (stimmung-themes . [(20220412 1434) ((emacs (25))) "Themes tuned to inner harmonies" tar ((:commit . "77146bd3ad4f275847c965148572bb0ff0b54c1e") (:authors ("Love Lagerkvist")) (:maintainer "Love Lagerkvist") (:keywords "faces") (:url . "https://github.com/motform/stimmung-themes"))]) (stock-ticker . [(20150204 1052) ((s (1 9 0)) (request (0 2 0))) "Show stock prices in mode line" single ((:commit . "f2e564142c9de84232839a5b01979cf95b04d6a9") (:authors ("Gunther Hagleitner")) (:maintainer "Gunther Hagleitner") (:keywords "comms") (:url . "https://github.com/hagleitn/stock-ticker"))]) - (stock-tracker . [(20220421 1537) ((emacs (27 1)) (dash (2 16 0)) (async (1 9 5))) "Track stock price" single ((:commit . "2ecf0a83b749096c5a3988a6cf00c080ae676555") (:authors ("Huming Chen" . "chenhuming@gmail.com")) (:maintainer "Huming Chen" . "chenhuming@gmail.com") (:keywords "convenience" "stock" "finance") (:url . "https://github.com/beacoder/stock-tracker"))]) + (stock-tracker . [(20220422 225) ((emacs (27 1)) (dash (2 16 0)) (async (1 9 5))) "Track stock price" single ((:commit . "ae082b7125b7d64cb262268ac91e42cdcbefb3cc") (:authors ("Huming Chen" . "chenhuming@gmail.com")) (:maintainer "Huming Chen" . "chenhuming@gmail.com") (:keywords "convenience" "stock" "finance") (:url . "https://github.com/beacoder/stock-tracker"))]) (strace-mode . [(20171116 2039) nil "strace output syntax highlighting" single ((:commit . "2901baa968d5180ab985ac40ca22cc20914d01f5") (:authors ("Preston Moore" . "prestonkmoore@gmail.com")) (:maintainer "Preston Moore" . "prestonkmoore@gmail.com") (:keywords "languages"))]) (streak . [(20220311 1929) ((emacs (27 1))) "Track a daily streak in your Mode Line" single ((:commit . "b2206de2fe43f97e754bbcb0abe9b078a419e787") (:authors ("Colin Woodbury ")) (:maintainer "Colin Woodbury" . "colin@fosskers.ca") (:keywords "calendar") (:url . "https://github.com/fosskers/streak"))]) (streamlink . [(20210811 1429) ((s (1 12 0))) "A major mode for streamlink output" single ((:commit . "c265dc61c02ad29ec01dfd8b5cbe3bac60fbf097") (:keywords "multimedia" "streamlink") (:url . "https://github.com/BenediktBroich/streamlink"))]) @@ -4677,7 +4677,7 @@ (thinks . [(20170802 1128) ((cl-lib (0 5))) "Insert text in a think bubble." single ((:commit . "c02f236abc8c2025d9f01460b09b89ebdc96e28d") (:authors ("Dave Pearson" . "davep@davep.org")) (:maintainer "Dave Pearson" . "davep@davep.org") (:keywords "convenience" "quoting") (:url . "https://github.com/davep/thinks.el"))]) (thread-dump . [(20170816 1850) nil "Java thread dump viewer" single ((:commit . "204c9600242756d4b514bb5ff6293e052bf4b49d") (:authors ("Dmitry Neverov")) (:maintainer "Dmitry Neverov") (:url . "http://github.com/nd/thread-dump.el"))]) (threes . [(20160820 1242) ((emacs (24)) (seq (1 11))) "A clone of Threes (a tiny puzzle game)" single ((:commit . "6981acb30b856c77cba6aba63fefbf102cbdfbb2") (:authors ("Chunyang Xu" . "xuchunyang.me@gmail.com")) (:maintainer "Chunyang Xu" . "xuchunyang.me@gmail.com") (:keywords "games") (:url . "https://github.com/xuchunyang/threes.el"))]) - (thrift . [(20200212 1903) ((emacs (24))) "major mode for fbthrift and Apache Thrift files" single ((:commit . "8af93fd7554adcdefa7fda4e2261eed72a7d0e46") (:keywords "languages"))]) + (thrift . [(20200212 1903) ((emacs (24))) "major mode for fbthrift and Apache Thrift files" single ((:commit . "aca8c7d67c72894ca35dca490999a1b165358807") (:keywords "languages"))]) (thumb-through . [(20120119 534) nil "Plain text reader of HTML documents" single ((:commit . "08d8fb720f93c6172653e035191a8fa9c3305e63") (:keywords "html"))]) (tickscript-mode . [(20171219 203) ((emacs (24 1))) "A major mode for Tickscript files" single ((:commit . "f0579f38ff14954df5002ce30ae6d4a2c978d461") (:authors ("Marc Sherry" . "msherry@gmail.com")) (:maintainer "Marc Sherry" . "msherry@gmail.com") (:keywords "languages") (:url . "https://github.com/msherry/tickscript-mode"))]) (tidal . [(20210211 1531) ((haskell-mode (16)) (emacs (24))) "Interact with TidalCycles for live coding patterns" single ((:commit . "9dbd4c9b4dd4adb550323376a25a50917c971b00") (:authors (nil . "alex@slab.org")) (:maintainer nil . "alex@slab.org") (:keywords "tools") (:url . "https://github.com/tidalcycles/Tidal"))]) diff --git a/org/elpa/archives/nongnu/archive-contents b/org/elpa/archives/nongnu/archive-contents new file mode 100644 index 0000000..743e885 --- /dev/null +++ b/org/elpa/archives/nongnu/archive-contents @@ -0,0 +1,1641 @@ +(1 + (afternoon-theme . + [(0 1) + ((emacs + (24 1))) + "Dark color theme with a deep blue background" tar + ((:url . "http://github.com/osener/emacs-afternoon-theme") + (:keywords "themes") + (:maintainer "Ozan Sener" . "ozan@ozansener.com") + (:authors + ("Ozan Sener" . "ozan@ozansener.com")))]) + (alect-themes . + [(0 10) + ((emacs + (24 0))) + "Configurable light, dark and black themes for Emacs 24 or later" tar + ((:url . "https://github.com/alezost/alect-themes") + (:keywords "color" "theme") + (:maintainer "Alex Kost" . "alezost@gmail.com") + (:authors + ("Alex Kost" . "alezost@gmail.com")))]) + (ample-theme . + [(0 3 0) + nil "Calm Dark Theme for Emacs" tar + ((:url . "https://github.com/jordonbiondo/ample-theme") + (:keywords "theme" "dark") + (:maintainer "Jordon Biondo" . "jordonbiondo@gmail.com") + (:authors + ("Jordon Biondo" . "jordonbiondo@gmail.com")))]) + (annotate . + [(1 5 3) + nil "annotate files without changing them" tar + ((:url . "https://github.com/bastibe/annotate.el") + (:maintainer "Bastian Bechtold , cage" . "cage-dev@twistfold.it") + (:authors + ("Bastian Bechtold")) + (:commit . "e694b977cc82887ce722912a2634ae4b0bc4f5ea"))]) + (anti-zenburn-theme . + [(2 5 1) + nil "Low-contrast Zenburn-inverted theme" tar + ((:url . "https://github.com/m00natic/anti-zenburn-theme") + (:maintainer "Andrey Kotlarski" . "m00naticus@gmail.com") + (:authors + ("Andrey Kotlarski" . "m00naticus@gmail.com")))]) + (anzu . + [(0 64) + ((emacs + (25 1))) + "Show number of matches in mode-line while searching" tar + ((:url . "https://github.com/emacsorphanage/anzu") + (:maintainer "Neil Okamoto" . "neil.okamoto+melpa@gmail.com") + (:authors + ("Syohei YOSHIDA" . "syohex@gmail.com")))]) + (apache-mode . + [(2 2 0) + nil "Major mode for editing Apache httpd configuration files" tar + ((:url . "https://github.com/emacs-php/apache-mode") + (:maintainer "USAMI Kenta" . "tadsan@zonu.me") + (:authors + ("Karl Chen" . "quarl@nospam.quarl.org")) + (:keywords "languages" "faces"))]) + (apropospriate-theme . + [(0 1 1) + nil "A light & dark theme set for Emacs." tar + ((:url . "http://github.com/waymondo/apropospriate-theme") + (:maintainer "Justin Talbott" . "justin@waymondo.com") + (:authors + ("Justin Talbott" . "justin@waymondo.com")))]) + (arduino-mode . + [(1 3 0) + ((emacs + (25 1)) + (spinner + (1 7 3))) + "Major mode for editing Arduino code" tar + ((:url . "https://github.com/stardiviner/arduino-mode") + (:maintainer "stardiviner" . "numbchild@gmail.com") + (:keywords "languages" "arduino"))]) + (autothemer . + [(0 2 3) + ((dash + (2 10 0)) + (emacs + (24)) + (cl-lib + (0 5))) + "Conveniently define themes." tar + ((:url . "https://github.com/sebastiansturm/autothemer") + (:maintainer "Sebastian Sturm") + (:authors + ("Sebastian Sturm")))]) + (better-jumper . + [(1 0 1) + ((emacs + (25 1))) + "configurable jump list" tar + ((:url . "https://github.com/gilbertw1/better-jumper") + (:keywords "convenience" "jump" "history" "evil") + (:maintainer "Bryan Gilbert" . "bryan@bryan.sh") + (:authors + ("Bryan Gilbert ")))]) + (bind-map . + [(1 1 2) + ((emacs + (24 3))) + "Bind personal keymaps in multiple locations" tar + ((:url . "https://github.com/justbur/emacs-bind-map") + (:maintainer "Justin Burkett" . "justin@burkett.cc") + (:authors + ("Justin Burkett" . "justin@burkett.cc")) + (:commit . "6977e0fec5c4a3c62a10503798c2a15194167046"))]) + (bison-mode . + [(0 4) + nil "Major mode for editing bison, yacc and lex files." tar + ((:maintainer "Eric Beuscher" . "beuscher@eecs.tulane.edu") + (:authors + ("Eric Beuscher" . "beuscher@eecs.tulane.edu")) + (:keywords "bison-mode" "yacc-mode") + (:url . "https://elpa.nongnu.org/nongnu/bison-mode.html"))]) + (boxquote . + [(2 2) + ((cl-lib + (0 5))) + "Quote text with a semi-box." tar + ((:url . "https://github.com/davep/boxquote.el") + (:keywords "quoting") + (:maintainer "Dave Pearson" . "davep@davep.org") + (:authors + ("Dave Pearson" . "davep@davep.org")))]) + (buttercup . + [(1 25) + ((emacs + (24 3))) + "Behavior-Driven Emacs Lisp Testing" tar + ((:url . "https://github.com/jorgenschaefer/emacs-buttercup") + (:maintainer "Ola Nilsson" . "ola.nilsson@gmail.com") + (:authors + ("Jorgen Schaefer" . "contact@jorgenschaefer.de")) + (:commit . "ba62f80555d46faf49dc451c0ad20f39f6a170ab"))]) + (caml . + [(4 9) + ((emacs + (24 3))) + "Caml mode for GNU Emacs" tar + ((:url . "https://github.com/ocaml/caml-mode") + (:maintainer "Christophe Troestler" . "Christophe.Troestler@umons.ac.be") + (:authors + ("Jacques Garrigue" . "garrigue@kurims.kyoto-u.ac.jp") + ("Ian T Zimmerman" . "itz@rahul.net") + ("Damien Doligez" . "damien.doligez@inria.fr")) + (:keywords "ocaml"))]) + (cider . + [(1 3 0) + ((emacs + (26)) + (clojure-mode + (5 12)) + (parseedn + (1 0 6)) + (queue + (0 2)) + (spinner + (1 7)) + (seq + (2 22)) + (sesman + (0 3 2))) + "Clojure Interactive Development Environment that Rocks" tar + ((:url . "http://www.github.com/clojure-emacs/cider") + (:keywords "languages" "clojure" "cider") + (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.dev") + (: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")) + (:commit . "6ddccef1d8cf48515b1cfa0addc1dd41e57e840a"))]) + (clojure-mode . + [(5 14 0) + ((emacs + (25 1))) + "Major mode for Clojure code" tar + ((:url . "http://github.com/clojure-emacs/clojure-mode") + (:keywords "languages" "clojure" "clojurescript" "lisp") + (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.dev") + (:commit . "b7d08b87f6a116ff47b33ee857926b60c66c3ab7"))]) + (coffee-mode . + [(0 6 3) + ((emacs + (24 3))) + "Major mode for CoffeeScript code" tar + ((:url . "http://github.com/defunkt/coffee-mode") + (:keywords "coffeescript" "major" "mode") + (:maintainer "Chris Wanstrath" . "chris@ozmm.org") + (:authors + ("Chris Wanstrath" . "chris@ozmm.org")) + (:commit . "adfb7ae73d6ee2ef790c780dd3c967e62930e94a"))]) + (color-theme-tangotango . + [(0 0 6) + ((color-theme + (6 6 1))) + "Tango Palette color theme for Emacs." tar + ((:url . "https://github.com/juba/color-theme-tangotango") + (:keywords "tango" "palette" "color" "theme" "emacs") + (:maintainer "Julien Barnier") + (:authors + ("Julien Barnier")))]) + (crux . + [(0 4 0) + ((seq + (1 11))) + "A Collection of Ridiculously Useful eXtensions" tar + ((:url . "https://github.com/bbatsov/crux") + (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.dev") + (:authors + ("Bozhidar Batsov" . "bozhidar@batsov.dev")) + (:keywords "convenience"))]) + (cyberpunk-theme . + [(1 22) + nil "Cyberpunk Color Theme" tar + ((:url . "https://github.com/n3mo/cyberpunk-theme.el") + (:keywords "color" "theme" "cyberpunk") + (:maintainer "Nicholas M. Van Horn" . "nvanhorn@protonmail.com") + (:authors + ("Nicholas M. Van Horn" . "nvanhorn@protonmail.com")))]) + (d-mode . + [(202003130913) + ((emacs + (25 1))) + "D Programming Language major mode for (X)Emacs" tar + ((:maintainer "Russel Winder" . "russel@winder.org.uk") + (:authors + ("William Baxter")) + (:keywords "d" "programming" "language" "emacs" "cc-mode") + (:url . "https://elpa.nongnu.org/nongnu/d-mode.html"))]) + (dart-mode . + [(1 0 7) + ((emacs + (24 3))) + "Major mode for editing Dart files" tar + ((:url . "https://github.com/bradyt/dart-mode") + (:maintainer "https://github.com/bradyt/dart-mode/issues") + (:authors + ("https://github.com/bradyt/dart-mode/issues")) + (:keywords "languages"))]) + (dockerfile-mode . + [(1 5) + ((emacs + (24))) + "Major mode for editing Docker's Dockerfiles" tar + ((:url . "https://github.com/spotify/dockerfile-mode") + (:keywords "docker") + (:commit . "628315e2e4ab2f269548126444234caa057b2c75"))]) + (dracula-theme . + [(1 7 0) + ((emacs + (24 3))) + "Dracula Theme" tar + ((:url . "https://github.com/dracula/emacs") + (:maintainer "Étienne Deparis" . "etienne@depar.is") + (:authors + ("film42")))]) + (drupal-mode . + [(0 7 4) + ((php-mode + (1 5 0))) + "Advanced minor mode for Drupal development" tar + ((:url . "https://github.com/arnested/drupal-mode") + (:keywords "programming" "php" "drupal") + (:maintainer "Arne Jørgensen" . "arne@arnested.dk") + (:authors + ("Arne Jørgensen" . "arne@arnested.dk")) + (:commit . "ed90b0c4d808365e9ae9f16cc8a96eff17815621"))]) + (editorconfig . + [(0 8 2) + ((cl-lib + (0 5)) + (nadvice + (0 3)) + (emacs + (24))) + "EditorConfig Emacs Plugin" tar + ((:url . "https://github.com/editorconfig/editorconfig-emacs#readme") + (:maintainer "EditorConfig Team" . "editorconfig@googlegroups.com") + (:authors + ("EditorConfig Team" . "editorconfig@googlegroups.com")))]) + (elixir-mode . + [(2 4 0) + ((emacs + (25))) + "Major mode for editing Elixir files" tar + ((:url . "https://github.com/elixir-editors/emacs-elixir") + (:keywords "languages" "elixir") + (:commit . "1d94b525ddcc995b5a979de7b050c2309648ca6f"))]) + (elpher . + [(3 3 3) + ((emacs + (27 1))) + "A friendly gopher and gemini client" tar + ((:url . "https://thelambdalab.xyz/elpher") + (:keywords "comm" "gopher") + (:maintainer "Tim Vaughan" . "plugd@thelambdalab.xyz") + (:authors + ("Tim Vaughan" . "plugd@thelambdalab.xyz")) + (:commit . "ab75cffa4572115c3d6b17348b6bfa2f746f4798"))]) + (evil . + [(1 14 0) + nil "extensible vi layer" tar + ((:url . "https://github.com/emacs-evil/evil") + (:keywords "emulation" "vim"))]) + (evil-anzu . + [(0 2) + ((evil + (1 0 0)) + (anzu + (0 46))) + "anzu for evil-mode" tar + ((:url . "https://github.com/syohex/emacs-evil-anzu") + (:maintainer "Syohei YOSHIDA" . "syohex@gmail.com") + (:authors + ("Syohei YOSHIDA" . "syohex@gmail.com") + ("Fredrik Bergroth" . "fbergroth@gmail.com")))]) + (evil-args . + [(1 1) + ((evil + (1 0 8))) + "Motions and text objects for delimited arguments in Evil." tar + ((:url . "http://github.com/wcsmith/evil-args") + (:keywords "evil" "vim-emulation") + (:maintainer "Connor Smith" . "wconnorsmith@gmail.com") + (:authors + ("Connor Smith" . "wconnorsmith@gmail.com")) + (:commit . "2671071a4a57eaee7cc8c27b9e4b6fc60fd2ccd3"))]) + (evil-exchange . + [(0 41) + ((evil + (1 2 8)) + (cl-lib + (0 3))) + "Exchange text more easily within Evil" tar + ((:url . "http://github.com/Dewdrops/evil-exchange") + (:keywords "evil" "plugin") + (:maintainer "Dewdrops" . "v_v_4474@126.com") + (:authors + ("Dewdrops" . "v_v_4474@126.com")))]) + (evil-goggles . + [(0 0 2) + ((emacs + (24 4)) + (evil + (1 0 0))) + "Add a visual hint to evil operations" tar + ((:url . "http://github.com/edkolev/evil-goggles") + (:keywords "emulations" "evil" "vim" "visual") + (:maintainer "edkolev" . "evgenysw@gmail.com") + (:authors + ("edkolev" . "evgenysw@gmail.com")) + (:commit . "7801d9204cd57d5aec11ef43b15357a431cf025c"))]) + (evil-indent-plus . + [(1 0 1) + ((evil + (0)) + (cl-lib + (0 5))) + "Evil textobjects based on indentation" tar + ((:url . "http://github.com/TheBB/evil-indent-plus") + (:keywords "convenience" "evil") + (:maintainer "Eivind Fonn" . "evfonn@gmail.com") + (:authors + ("Eivind Fonn" . "evfonn@gmail.com")))]) + (evil-lisp-state . + [(8 2) + ((evil + (1 0 9)) + (bind-map + (0)) + (smartparens + (1 6 1))) + "An evil state to edit Lisp code" tar + ((:url . "https://github.com/syl20bnr/evil-lisp-state") + (:keywords "convenience" "editing" "evil" "smartparens" "lisp" "mnemonic") + (:maintainer "Sylvain Benner" . "sylvain.benner@gmail.com") + (:authors + ("Sylvain Benner" . "sylvain.benner@gmail.com")))]) + (evil-matchit . + [(2 4 4) + ((evil + (1 14 0)) + (emacs + (25 1))) + "Vim matchit ported to Evil" tar + ((:url . "http://github.com/redguardtoo/evil-matchit") + (:keywords "matchit" "vim" "evil") + (:maintainer "Chen Bin" . "chenbin.sh@gmail.com") + (:authors + ("Chen Bin" . "chenbin.sh@gmail.com")) + (:commit . "b314e816bacfc01bb7df9b19a06b18638af5cdbe"))]) + (evil-nerd-commenter . + [(3 5 7) + ((emacs + (25 1))) + "Comment/uncomment lines efficiently. Like Nerd Commenter in Vim" tar + ((:url . "http://github.com/redguardtoo/evil-nerd-commenter") + (:keywords "convenience" "evil") + (:maintainer "Chen Bin" . "chenbin.sh@gmail.com") + (:authors + ("Chen Bin" . "chenbin.sh@gmail.com")) + (:commit . "29ced6fda6a76771a8a054ef55c13a1330793d4d"))]) + (evil-numbers . + [(0 6) + ((emacs + (24 1)) + (evil + (1 2 0))) + "Increment/decrement numbers like in VIM" tar + ((:url . "http://github.com/juliapath/evil-numbers") + (:keywords "convenience" "tools") + (:maintainer "Julia Path" . "julia@jpath.de") + (:authors + ("Michael Markert" . "markert.michael@googlemail.com")))]) + (evil-visualstar . + [(0 2 0) + ((evil + (0))) + "Starts a * or # search from the visual selection" tar + ((:url . "https://github.com/bling/evil-visualstar") + (:keywords "evil" "vim" "visualstar") + (:maintainer "Bailey Ling") + (:authors + ("Bailey Ling")))]) + (flymake-kondor . + [(0 1 3) + ((emacs + (26 1))) + "Linter with clj-kondo" tar + ((:url . "https://github.com/turbo-cafe/flymake-kondor") + (:maintainer "https://turbocafe.keybase.pub") + (:authors + ("https://turbocafe.keybase.pub")))]) + (forth-mode . + [(0 2) + nil "Programming language mode for Forth" tar + ((:url . "http://github.com/larsbrinkhoff/forth-mode") + (:keywords "languages" "forth") + (:maintainer "Lars Brinkhoff" . "lars@nocrew.org") + (:authors + ("Lars Brinkhoff" . "lars@nocrew.org")) + (:commit . "38d5152011ee67e0cff9d4a5ddfb1f908e5be013"))]) + (free-keys . + [(1 0) + ((cl-lib + (0 3))) + "Show free keybindings for modkeys or prefixes" tar + ((:url . "https://github.com/Fuco1/free-keys") + (:keywords "convenience") + (:maintainer "Matus Goljer" . "matus.goljer@gmail.com") + (:authors + ("Matus Goljer" . "matus.goljer@gmail.com")) + (:commit . "6f9172376af4d399c7853cbdfdd7425348a878f9"))]) + (geiser . + [(0 23 2) + ((emacs + (25 1)) + (transient + (0 3)) + (project + (0 8 1))) + "GNU Emacs and Scheme talk to each other" tar + ((:url . "https://gitlab.com/emacs-geiser/") + (:keywords "languages" "scheme" "geiser") + (:maintainer "Jose Antonio Ortega Ruiz" . "jao@gnu.org") + (:authors + ("Jose Antonio Ortega Ruiz" . "jao@gnu.org")) + (:commit . "bc0dde310492de733f9ec528d7aeddd57093d05e"))]) + (geiser-chez . + [(0 17) + ((emacs + (26 1)) + (geiser + (0 19))) + "Chez Scheme's implementation of the geiser protocols" tar + ((:url . "https://gitlab.com/emacs-geiser/chez") + (:keywords "languages" "chez" "scheme" "geiser") + (:maintainer "Jose A Ortega Ruiz" . "jao@gnu.org") + (:authors + ("Peter" . "craven@gmx.net")))]) + (geiser-chibi . + [(0 17) + ((emacs + (24 4)) + (geiser + (0 18))) + "Chibi Scheme's implementation of the geiser protocols" tar + ((:url . "https://gitlab.com/emacs-geiser/chibi") + (:keywords "languages" "chibi" "scheme" "geiser") + (:maintainer "Jose A Ortega Ruiz" . "jao@gnu.org") + (:authors + ("Peter" . "craven@gmx.net")))]) + (geiser-chicken . + [(0 17) + ((emacs + (24 4)) + (geiser + (0 19))) + "Chicken's implementation of the geiser protocols" tar + ((:url . "https://gitlab.com/emacs-geiser/chicken") + (:keywords "languages" "chicken" "scheme" "geiser") + (:maintainer "Daniel Leslie") + (:authors + ("Daniel Leslie")))]) + (geiser-gambit . + [(0 18 1) + ((emacs + (26 1)) + (geiser + (0 18))) + "Gambit's implementation of the geiser protocols" tar + ((:url . "https://gitlab.com/emacs-geiser/gambit") + (:keywords "languages" "gambit" "scheme" "geiser") + (:maintainer "Jose A Ortega Ruiz" . "jao@gnu.org") + (:authors + ("Daniel Leslie")) + (:commit . "381d74ca5059b44fe3d8b5daf42214019c6d1a88"))]) + (geiser-gauche . + [(0 0 2) + ((emacs + (26 1)) + (geiser + (0 11 2))) + "Gauche scheme support for Geiser" tar + ((:url . "https://gitlab.com/emacs-geiser/gauche") + (:maintainer "András Simonyi" . "andras.simonyi@gmail.com") + (:authors + ("András Simonyi" . "andras.simonyi@gmail.com")) + (:keywords "languages" "gauche" "scheme" "geiser"))]) + (geiser-guile . + [(0 23 2) + ((emacs + (25 1)) + (geiser + (0 23 2))) + "Guile's implementation of the geiser protocols" tar + ((:url . "https://gitlab.com/emacs-geiser/guile") + (:keywords "languages" "guile" "scheme" "geiser") + (:maintainer "Jose Antonio Ortega Ruiz" . "jao@gnu.org") + (:authors + ("Jose Antonio Ortega Ruiz" . "jao@gnu.org")) + (:commit . "c641fcc50b6b86ca95743122b5206cdcd475f96e"))]) + (geiser-kawa . + [(0 0 1) + ((emacs + (26 1)) + (geiser + (0 16))) + "Kawa scheme support for Geiser" tar + ((:url . "https://gitlab.com/emacs-geiser/kawa") + (:maintainer "spellcard199" . "spellcard199@protonmail.com") + (:authors + ("spellcard199" . "spellcard199@protonmail.com")) + (:keywords "languages" "kawa" "scheme" "geiser"))]) + (geiser-mit . + [(0 15) + ((emacs + (24 4)) + (geiser + (0 18))) + "MIT/GNU Scheme's implementation of the geiser protocols" tar + ((:url . "https://gitlab.com/emacs-geiser/mit") + (:keywords "languages" "mit" "scheme" "geiser") + (:maintainer "Jose A Ortega Ruiz" . "jao@gnu.org") + (:authors + ("Peter" . "craven@gmx.net")))]) + (geiser-racket . + [(0 16) + ((emacs + (26 1)) + (geiser + (0 16))) + "Support for Racket in Geiser" tar + ((:url . "https://gitlab.com/emacs-geiser/racket") + (:maintainer "Jose Antonio Ortega Ruiz" . "jao@gnu.org") + (:authors + ("Jose Antonio Ortega Ruiz" . "jao@gnu.org")) + (:keywords "languages" "racket" "scheme" "geiser"))]) + (geiser-stklos . + [(1 4) + ((emacs + (24 4)) + (geiser + (0 16))) + "STklos Scheme implementation of the geiser protocols" tar + ((:url . "https://gitlab.com/emacs-geiser/stklos") + (:keywords "languages" "stklos" "scheme" "geiser") + (:maintainer "Jeronimo Pellegrini" . "j_p@aleph0.info") + (:authors + ("Jeronimo Pellegrini" . "j_p@aleph0.info")))]) + (git-commit . + [(3 3 0) + ((emacs + (25 1)) + (dash + (2 19 1)) + (transient + (0 3 6)) + (with-editor + (3 0 5))) + "Edit Git commit messages" tar + ((:url . "https://github.com/magit/magit") + (:keywords "git" "tools" "vc") + (:maintainer "Jonas Bernoulli" . "jonas@bernoul.li") + (:authors + ("Jonas Bernoulli" . "jonas@bernoul.li") + ("Sebastian Wiesner" . "lunaryorn@gmail.com") + ("Florian Ragwitz" . "rafl@debian.org") + ("Marius Vollmer" . "marius.vollmer@gmail.com")))]) + (git-modes . + [(1 4 0) + ((emacs + (24 3))) + "Major modes for editing Git configuration files" tar + ((:url . "https://github.com/magit/git-modes") + (:keywords "convenience" "vc" "git") + (:maintainer "Jonas Bernoulli" . "jonas@bernoul.li") + (:authors + ("Sebastian Wiesner" . "lunaryorn@gmail.com") + ("Rüdiger Sonderfeld" . "ruediger@c-plusplus.net") + ("Jonas Bernoulli" . "jonas@bernoul.li")))]) + (gnu-apl-mode . + [(1 5 1) + nil "Emacs mode for GNU APL" tar + ((:url . "http://www.gnu.org/software/apl/") + (:keywords "languages") + (:maintainer "Elias Mårtenson" . "lokedhs@gmail.com") + (:authors + ("Elias Mårtenson" . "lokedhs@gmail.com")) + (:commit . "deabf59d2375d4662221f8222e28caeb1be96428"))]) + (gnuplot . + [(0 8 0) + ((emacs + (24 3))) + "Major-mode and interactive frontend for gnuplot" tar + ((:url . "https://github.com/emacsorphanage/gnuplot") + (:maintainer "Bruce Ravel" . "bruceravel1@gmail.com") + (:authors + ("Jon Oddie") + ("Bruce Ravel") + ("Phil Type")) + (:keywords "data" "gnuplot" "plotting"))]) + (go-mode . + [(1 6 0) + ((emacs + (26 1))) + "Major mode for the Go programming language" tar + ((:url . "https://github.com/dominikh/go-mode.el") + (:keywords "languages" "go") + (:maintainer "The go-mode Authors") + (:authors + ("The go-mode Authors")) + (:commit . "3273fcece5d9ab7edd4f15b2d6bce61f4e5a0666"))]) + (gotham-theme . + [(1 1 9) + ((emacs + (24 1))) + "A very dark Emacs color theme" tar + ((:url . "https://depp.brause.cc/gotham-theme") + (:maintainer "Vasilij Schneidermann" . "mail@vasilij.de") + (:authors + ("Vasilij Schneidermann" . "mail@vasilij.de")))]) + (goto-chg . + [(1 7 5) + ((emacs + (24 1))) + "Go to last change" tar + ((:url . "https://github.com/emacs-evil/goto-chg") + (:keywords "convenience" "matching") + (:maintainer "Vasilij Schneidermann" . "mail@vasilij.de") + (:authors + ("David Andersson ")))]) + (graphql-mode . + [(1 0 0) + ((emacs + (24 3))) + "Major mode for editing GraphQL schemas" tar + ((:url . "https://github.com/davazp/graphql-mode") + (:keywords "languages") + (:maintainer "David Vazquez Pua" . "davazp@gmail.com") + (:authors + ("David Vazquez Pua" . "davazp@gmail.com")) + (:commit . "fe8d7e2db5581cd0cb7a69563bc44f0669f76322"))]) + (gruvbox-theme . + [(1 26 0) + ((autothemer + (0 2))) + "A retro-groove colour theme for Emacs" tar + ((:url . "http://github.com/greduan/emacs-theme-gruvbox") + (:maintainer "Jason Milkins" . "jasonm23@gmail.com") + (:authors + ("Jason Milkins" . "jasonm23@gmail.com")))]) + (guru-mode . + [(1 0) + nil "Become an Emacs guru" tar + ((:url . "https://github.com/bbatsov/guru-mode") + (:maintainer "Bozhidar Batsov") + (:authors + ("Bozhidar Batsov")) + (:keywords "convenience"))]) + (haml-mode . + [(3 1 10) + ((emacs + (24)) + (cl-lib + (0 5))) + "Major mode for editing Haml files" tar + ((:url . "https://github.com/nex3/haml-mode") + (:keywords "markup" "languages" "html") + (:maintainer "Natalie Weizenbaum") + (:authors + ("Natalie Weizenbaum")))]) + (haskell-mode . + [(4 7 1) + nil "A Haskell editing mode" tar + ((:url . "https://github.com/haskell/haskell-mode") + (:maintainer "1992 Simon Marlow") + (:authors + ("1992 Simon Marlow") + ("1997-1998 Graeme E Moss" . "gem@cs.york.ac.uk") + ("Tommy Thorn" . "thorn@irisa.fr") + ("2001-2002 Reuben Thomas (>=v1.4)") + ("2003 Dave Love" . "fx@gnu.org") + ("2016 Arthur Fayzrakhmanov")) + (:keywords "faces" "files" "haskell"))]) + (haskell-tng-mode . + [(0 0 1) + ((emacs + (27 1)) + (popup + (0 5 3))) + "Major mode for editing Haskell" tar + ((:url . "https://gitlab.com/tseenshe/haskell-tng-mode") + (:keywords "languages"))]) + (helm . + [(3 8 5) + ((helm-core + (3 8 4)) + (popup + (0 5 3))) + "Helm is an Emacs incremental and narrowing framework" tar + ((:url . "https://emacs-helm.github.io/helm/") + (:maintainer "Thierry Volpiatto" . "thierry.volpiatto@gmail.com") + (:authors + ("Thierry Volpiatto" . "thierry.volpiatto@gmail.com")) + (:commit . "5e035c9193bf1e1d4bb709794a154957544dcfc7"))]) + (helm-core . + [(3 8 5) + ((emacs + (25 1)) + (async + (1 9 4))) + "Development files for Helm" tar + ((:url . "https://emacs-helm.github.io/helm/") + (:maintainer "Thierry Volpiatto" . "thierry.volpiatto@gmail.com") + (:authors + ("Thierry Volpiatto" . "thierry.volpiatto@gmail.com")) + (:commit . "5e035c9193bf1e1d4bb709794a154957544dcfc7"))]) + (highlight-parentheses . + [(2 1 1) + ((emacs + (24 3))) + "Highlight surrounding parentheses" tar + ((:url . "https://sr.ht/~tsdh/highlight-parentheses.el/") + (:keywords "faces" "matching") + (:maintainer "Tassilo Horn" . "tsdh@gnu.org") + (:authors + ("Nikolaj Schumacher ")) + (:commit . "438a1cb2563e2a2496be4678cc0df8d5b22caf5d"))]) + (htmlize . + [(1 57) + nil "Convert buffer text and decorations to HTML." tar + ((:url . "https://github.com/hniksic/emacs-htmlize") + (:maintainer "Hrvoje Niksic" . "hniksic@gmail.com") + (:authors + ("Hrvoje Niksic" . "hniksic@gmail.com")) + (:keywords "hypermedia" "extensions"))]) + (idris-mode . + [(1 1 0) + ((emacs + (24)) + (prop-menu + (0 1)) + (cl-lib + (0 5))) + "Major mode for editing Idris code" tar + ((:url . "https://github.com/idris-hackers/idris-mode") + (:keywords "languages"))]) + (iedit . + [(0 9 9 9 9) + nil "Edit multiple regions in the same way simultaneously." tar + ((:url . "https://github.com/victorhge/iedit") + (:keywords "occurrence" "region" "simultaneous" "refactoring") + (:maintainer "Victor Ren" . "victorhge@gmail.com") + (:authors + ("Victor Ren" . "victorhge@gmail.com")) + (:commit . "699e179dac18c78698cba1a2052bee6f0bbc6bf7"))]) + (inf-clojure . + [(3 1 0) + ((emacs + (25 1)) + (clojure-mode + (5 11))) + "Run an external Clojure process in an Emacs buffer" tar + ((:url . "http://github.com/clojure-emacs/inf-clojure") + (:keywords "processes" "clojure"))]) + (j-mode . + [(1 1 1) + nil "Major mode for editing J programs" tar + ((:url . "http://github.com/zellio/j-mode") + (:keywords "j" "languages"))]) + (jade-mode . + [(1 0 1) + nil "Major mode for editing .jade files" tar + ((:url . "https://github.com/brianc/jade-mode") + (:keywords "languages") + (:maintainer "Brian M. Carlson and other contributors") + (:authors + ("Brian M. Carlson and other contributors")) + (:commit . "dad17dc86c93401646802a639a98dd2ec875db6f"))]) + (jinja2-mode . + [(0 3) + nil "A major mode for jinja2" tar + ((:maintainer "Florian Mounier aka paradoxxxzero") + (:authors + ("Florian Mounier aka paradoxxxzero")) + (:url . "https://elpa.nongnu.org/nongnu/jinja2-mode.html") + (:commit . "a598357069a68b0ac2bf128c19edd8e899084cdc"))]) + (julia-mode . + [(0 4) + ((emacs + (24 3))) + "Major mode for editing Julia source code" tar + ((:url . "https://github.com/JuliaEditorSupport/julia-emacs") + (:keywords "languages"))]) + (keycast . + [(1 2 0) + ((emacs + (25 3))) + "Show current command and its key in the mode line" tar + ((:url . "https://github.com/tarsius/keycast") + (:maintainer "Jonas Bernoulli" . "jonas@bernoul.li") + (:authors + ("Jonas Bernoulli" . "jonas@bernoul.li")) + (:commit . "98c2dda1a2ca0fc95f7425847a36abad5b31a4c7"))]) + (kotlin-mode . + [(1 0 0) + ((emacs + (24 3))) + "Major mode for kotlin" tar + ((:keywords "languages") + (:maintainer "Shodai Yokoyama" . "quantumcars@gmail.com") + (:authors + ("Shodai Yokoyama" . "quantumcars@gmail.com")) + (:url . "https://elpa.nongnu.org/nongnu/kotlin-mode.html") + (:commit . "b9d03a769b91c6b15e99a9cadb8b1618e5205595"))]) + (lua-mode . + [(20210802) + ((emacs + (24 3))) + "a major-mode for editing Lua scripts" tar + ((:url . "http://immerrr.github.com/lua-mode") + (:maintainer "2011-2013 immerrr" . "immerrr+lua@gmail.com") + (:authors + ("2011-2013 immerrr" . "immerrr+lua@gmail.com") + ("2010-2011 Reuben Thomas" . "rrt@sc3d.org") + ("2006 Juergen Hoetzel" . "juergen@hoetzel.info") + ("2004 various (support for Lua 5 and byte compilation)") + ("2001 Christian Vogler" . "cvogler@gradient.cis.upenn.edu") + ("1997 Bret Mogilefsky" . "mogul-lua@gelatinous.com") + ("tcl-mode by Gregor Schmid" . "schmid@fb3-s7.math.tu-berlin.de") + ("with tons of assistance from") + ("Paul Du Bois" . "pld-lua@gelatinous.com") + ("Aaron Smith" . "aaron-lua@gelatinous.com")) + (:keywords "languages" "processes" "tools"))]) + (macrostep . + [(0 9) + ((cl-lib + (0 5))) + "interactive macro expander" tar + ((:url . "https://github.com/joddie/macrostep") + (:maintainer "joddie" . "j.j.oddie@gmail.com") + (:authors + ("joddie" . "j.j.oddie@gmail.com")) + (:keywords "lisp" "languages" "macro" "debugging"))]) + (magit . + [(3 3 0) + ((emacs + (25 1)) + (dash + (2 19 1)) + (git-commit + (3 3 0)) + (magit-section + (3 3 0)) + (transient + (0 3 6)) + (with-editor + (3 0 5))) + "A Git porcelain inside Emacs" tar + ((:url . "https://github.com/magit/magit") + (:keywords "git" "tools" "vc") + (:maintainer "Jonas Bernoulli" . "jonas@bernoul.li") + (:authors + ("Marius Vollmer" . "marius.vollmer@gmail.com") + ("Jonas Bernoulli" . "jonas@bernoul.li")))]) + (magit-section . + [(3 3 0) + ((emacs + (25 1)) + (dash + (2 19 1))) + "Sections for read-only buffers" tar + ((:url . "https://github.com/magit/magit") + (:keywords "tools") + (:maintainer "Jonas Bernoulli" . "jonas@bernoul.li") + (:authors + ("Jonas Bernoulli" . "jonas@bernoul.li")))]) + (markdown-mode . + [(2 5) + ((emacs + (25 1))) + "Major mode for Markdown-formatted text" tar + ((:url . "https://jblevins.org/projects/markdown-mode/") + (:keywords "markdown" "github flavored markdown" "itex") + (:maintainer "Jason R. Blevins" . "jblevins@xbeta.org") + (:authors + ("Jason R. Blevins" . "jblevins@xbeta.org")) + (:commit . "eecf2f20b097f9e6a0eaf938af967122fbec35dd"))]) + (material-theme . + [(2015) + ((emacs + (24 1))) + "A Theme based on the colors of the Google Material Design" tar + ((:url . "http://github.com/cpaulik/emacs-material-theme") + (:keywords "themes") + (:maintainer "Christoph Paulik" . "cpaulik@gmail.com") + (:authors + ("Christoph Paulik" . "cpaulik@gmail.com")))]) + (mentor . + [(0 3 5) + ((emacs + (25 1)) + (xml-rpc + (1 6 15)) + (seq + (1 11)) + (cl-lib + (0 5)) + (async + (1 9 3))) + "Frontend for the rTorrent bittorrent client" tar + ((:keywords "comm" "processes" "bittorrent") + (:maintainer "Stefan Kangas" . "stefankangas@gmail.com") + (:authors + ("Stefan Kangas" . "stefankangas@gmail.com")) + (:url . "https://elpa.nongnu.org/nongnu/mentor.html"))]) + (moe-theme . + [(1 0 2) + nil "A colorful eye-candy theme. Moe, moe, kyun!" tar + ((:url . "https://github.com/kuanyui/moe-theme.el") + (:keywords "themes") + (:maintainer "kuanyui" . "azazabc123@gmail.com") + (:authors + ("kuanyui" . "azazabc123@gmail.com")))]) + (monokai-theme . + [(3 5 3) + nil "A fruity color theme for Emacs." tar + ((:url . "http://github.com/oneKelvinSmith/monokai-emacs") + (:maintainer "Kelvin Smith" . "oneKelvinSmith@gmail.com") + (:authors + ("Kelvin Smith" . "oneKelvinSmith@gmail.com")))]) + (mpv . + [(0 2 0) + ((cl-lib + (0 5)) + (emacs + (25 1)) + (json + (1 3)) + (org + (8 0))) + "control mpv for easy note-taking" tar + ((:url . "https://github.com/kljohann/mpv.el") + (:keywords "tools" "multimedia") + (:maintainer "Johann Klähn" . "johann@jklaehn.de") + (:authors + ("Johann Klähn" . "johann@jklaehn.de")))]) + (multiple-cursors . + [(1 4 0) + nil "Multiple cursors for emacs." tar + ((:url . "https://github.com/magnars/multiple-cursors.el") + (:maintainer "Magnar Sveen" . "magnars@gmail.com") + (:authors + ("Magnar Sveen" . "magnars@gmail.com")) + (:keywords "editing" "cursors"))]) + (nasm-mode . + [(1 1 1) + ((emacs + (24 3))) + "NASM x86 assembly major mode" tar + ((:url . "https://github.com/skeeto/nasm-mode") + (:maintainer "Christopher Wellons" . "wellons@nullprogram.com") + (:authors + ("Christopher Wellons" . "wellons@nullprogram.com")))]) + (nginx-mode . + [(1 1 9) + nil "major mode for editing nginx config files" tar + ((:maintainer "Andrew J Cosgriff" . "andrew@cosgriff.name") + (:authors + ("Andrew J Cosgriff" . "andrew@cosgriff.name")) + (:keywords "languages" "nginx") + (:url . "https://elpa.nongnu.org/nongnu/nginx-mode.html"))]) + (nix-mode . + [(1 4 4) + ((emacs + (25 1)) + (magit-section + (0)) + (transient + (0 3))) + "Major mode for editing .nix files" tar + ((:url . "https://github.com/NixOS/nix-mode") + (:keywords "nix" "languages" "tools" "unix") + (:maintainer "Matthew Bauer" . "mjbauer95@gmail.com") + (:commit . "e4e604ae3ac91748c4e7d51a591cb9ee60961b7c"))]) + (org-contrib . + [(0 3) + ((emacs + (25 1)) + (org + (9 4 6))) + "Unmaintained add-ons for Org-mode" tar + ((:url . "https://git.sr.ht/~bzg/org-contrib") + (:keywords "org") + (:maintainer "Bastien Guerry" . "bzg@gnu.org") + (:authors + ("Bastien Guerry" . "bzg@gnu.org")))]) + (org-drill . + [(2 7 0) + ((emacs + (25 3)) + (seq + (2 14)) + (org + (9 3)) + (persist + (0 3))) + "Self-testing using spaced repetition" tar + ((:url . "https://gitlab.com/phillord/org-drill/issues") + (:keywords "games" "outlines" "multimedia") + (:maintainer "Phillip Lord" . "phillip.lord@russet.org.uk") + (:authors + ("Paul Sexton" . "eeeickythump@gmail.com")) + (:commit . "4c114489e682e514e79701045d541ab6f3dc3fb4"))]) + (org-journal . + [(2 1 2) + ((emacs + (25 1)) + (org + (9 1))) + "a simple org-mode based journaling mode" tar + ((:url . "http://github.com/bastibe/org-journal") + (:maintainer "Bastian Bechtold") + (:authors + ("Bastian Bechtold") + ("Christian Schwarzgruber")))]) + (org-mime . + [(0 2 6) + ((emacs + (25 1))) + "org html export for text/html MIME emails" tar + ((:url . "http://github.com/org-mime/org-mime") + (:keywords "mime" "mail" "email" "html") + (:maintainer "Chen Bin (redguardtoo)") + (:authors + ("Eric Schulte")) + (:commit . "3f1f3a38429da17811f61a7a5685224d79de9594"))]) + (org-present . + [(0 1) + ((org + (7))) + "Minimalist presentation minor-mode for Emacs org-mode." tar + ((:url . "https://github.com/rlister/org-present") + (:maintainer "Ric Lister") + (:authors + ("Ric Lister")))]) + (org-superstar . + [(1 5 1) + ((org + (9 1 9)) + (emacs + (26 1))) + "Prettify headings and plain lists in Org mode" tar + ((:url . "https://github.com/integral-dw/org-superstar-mode") + (:keywords "faces" "outlines") + (:maintainer "D. Williams" . "d.williams@posteo.net") + (:authors + ("D. Williams" . "d.williams@posteo.net")))]) + (org-tree-slide . + [(2 8 18) + ((emacs + (24 4))) + "A presentation tool for org-mode" tar + ((:url . "https://github.com/takaxp/org-tree-slide") + (:keywords "convenience" "org-mode" "presentation" "narrowing") + (:maintainer "Takaaki ISHIKAWA ") + (:authors + ("Takaaki ISHIKAWA ")) + (:commit . "1fb3ecb637d0baff40dff7965dcac63b9674377b"))]) + (orgit . + [(1 8 0) + ((emacs + (25 1)) + (magit + (3 0)) + (org + (9 4))) + "support for Org links to Magit buffers" tar + ((:url . "https://github.com/magit/orgit") + (:maintainer "Jonas Bernoulli" . "jonas@bernoul.li") + (:authors + ("Jonas Bernoulli" . "jonas@bernoul.li")) + (:commit . "0b49d7a869b8fef3537a75df4db693ca3e3935a3"))]) + (pacmacs . + [(0 1 1) + ((emacs + (24 4)) + (dash + (2 18 0))) + "Pacman for Emacs" tar + ((:url . "http://github.com/codingteam/pacmacs.el") + (:maintainer "Alexey Kutepov" . "reximkut@gmail.com") + (:authors + ("Codingteam" . "codingteam@conference.jabber.ru")) + (:commit . "071d008ebd734f469b87597cbdd34139a92e5308"))]) + (parseclj . + [(1 1 0) + ((emacs + (25))) + "Clojure/EDN parser" tar + ((:keywords "lisp" "clojure" "edn" "parser") + (:maintainer "Arne Brasseur" . "arne@arnebrasseur.net") + (:authors + ("Arne Brasseur" . "arne@arnebrasseur.net")) + (:url . "https://elpa.nongnu.org/nongnu/parseclj.html") + (:commit . "90595049634549e6d8872f719b13e9555897d17b"))]) + (parseedn . + [(1 1 0) + ((emacs + (26)) + (parseclj + (1 1 0)) + (map + (2))) + "Clojure/EDN parser" tar + ((:keywords "lisp" "clojure" "edn" "parser") + (:maintainer "Arne Brasseur" . "arne@arnebrasseur.net") + (:authors + ("Arne Brasseur" . "arne@arnebrasseur.net")) + (:url . "https://elpa.nongnu.org/nongnu/parseedn.html") + (:commit . "ea7b5281ec80aca0bd1cc93a348aebb302497339"))]) + (pcmpl-args . + [(0 1 3) + ((emacs + (25 1))) + "Enhanced shell command completion" tar + ((:url . "https://github.com/JonWaltman/pcmpl-args.el") + (:keywords "abbrev" "completion" "convenience" "processes" "terminals" "unix") + (:maintainer "Jonathan Waltman" . "jonathan.waltman@gmail.com") + (:authors + ("Jonathan Waltman" . "jonathan.waltman@gmail.com")) + (:commit . "5f2943fd70d94065496c52d21f05eb89028637cc"))]) + (pdf-tools . + [(1 0) + ((emacs + (24 3)) + (tablist + (1 0)) + (let-alist + (1 0 4))) + "Support library for PDF documents" tar + ((:url . "http://github.com/vedang/pdf-tools/") + (:keywords "files" "multimedia") + (:maintainer "Andreas Politz" . "politza@fh-trier.de") + (:authors + ("Andreas Politz" . "politza@fh-trier.de")))]) + (php-mode . + [(1 24 0) + ((emacs + (25 2))) + "Major mode for editing PHP code" tar + ((:url . "https://github.com/emacs-php/php-mode") + (:maintainer "USAMI Kenta" . "tadsan@zonu.me") + (:authors + ("Eric James Michael Ritz")) + (:keywords "languages" "php"))]) + (popup . + [(0 5 9) + ((emacs + (24 3))) + "Visual Popup User Interface" tar + ((:url . "https://github.com/auto-complete/popup-el") + (:keywords "lisp") + (:maintainer "Shen, Jen-Chieh" . "jcs090218@gmail.com") + (:authors + ("Tomohiro Matsuyama" . "m2ym.pub@gmail.com")))]) + (projectile . + [(2 5 0) + ((emacs + (25 1))) + "Manage and navigate projects in Emacs easily" tar + ((:url . "https://github.com/bbatsov/projectile") + (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.dev") + (:authors + ("Bozhidar Batsov" . "bozhidar@batsov.dev")) + (:keywords "project" "convenience"))]) + (prop-menu . + [(0 1 2) + ((emacs + (24 3)) + (cl-lib + (0 5))) + "Create and display a context menu based on text and overlay properties" tar + ((:url . "https://github.com/david-christiansen/prop-menu-el") + (:maintainer "David Christiansen" . "david@davidchristiansen.dk") + (:authors + ("David Christiansen" . "david@davidchristiansen.dk")) + (:keywords "convenience"))]) + (rainbow-delimiters . + [(2 1 5) + nil "Highlight brackets according to their depth" tar + ((:url . "https://github.com/Fanael/rainbow-delimiters") + (:keywords "faces" "convenience" "lisp" "tools") + (:maintainer "Fanael Linithien" . "fanael4@gmail.com") + (:authors + ("Jeremy Rayman" . "opensource@jeremyrayman.com") + ("Fanael Linithien" . "fanael4@gmail.com")))]) + (raku-mode . + [(0 2 1) + ((emacs + (24 4))) + "Major mode for editing Raku code" tar + ((:url . "https://github.com/hinrik/perl6-mode") + (:keywords "languages") + (:maintainer "Hinrik Örn Sigurðsson" . "hinrik.sig@gmail.com") + (:authors + ("Hinrik Örn Sigurðsson" . "hinrik.sig@gmail.com")) + (:commit . "4ee9045eeb90f7831d7c0ee2e4adfcd957f712be"))]) + (request . + [(0 3 3) + ((emacs + (24 4))) + "Compatible layer for URL request in Emacs" tar + ((:url . "https://github.com/tkf/emacs-request") + (:maintainer "Takafumi Arakaki ") + (:authors + ("Takafumi Arakaki ")))]) + (rubocop . + [(0 6 0) + ((emacs + (24))) + "An Emacs interface for RuboCop" tar + ((:url . "https://github.com/rubocop/rubocop-emacs") + (:maintainer "Bozhidar Batsov") + (:authors + ("Bozhidar Batsov")) + (:keywords "project" "convenience"))]) + (rust-mode . + [(1 0 4) + ((emacs + (25 1))) + "A major-mode for editing Rust source code" tar + ((:url . "https://github.com/rust-lang/rust-mode") + (:keywords "languages") + (:maintainer "Mozilla") + (:authors + ("Mozilla")) + (:commit . "e35a1800fc0f9ed178539d6fb82ed885c1014fb5"))]) + (sass-mode . + [(3 0 16) + ((haml-mode + (3 0 15)) + (cl-lib + (0 5))) + "Major mode for editing Sass files" tar + ((:url . "http://github.com/nex3/haml/tree/master") + (:maintainer "Natalie Weizenbaum") + (:authors + ("Natalie Weizenbaum")) + (:keywords "markup" "language" "css"))]) + (scala-mode . + [(0 23) + nil "Major mode for editing Scala" tar + ((:url . "https://github.com/hvesalai/emacs-scala-mode") + (:keywords "languages"))]) + (sesman . + [(0 3 2) + ((emacs + (25))) + "Generic Session Manager" tar + ((:url . "https://github.com/vspinu/sesman") + (:keywords "process") + (:maintainer "Vitalie Spinu") + (:authors + ("Vitalie Spinu")))]) + (shellcop . + [(0 0 9) + ((emacs + (25 1))) + "Analyze info&error in shell-mode" tar + ((:url . "https://github.com/redguardtoo/shellcop") + (:keywords "unix" "tools") + (:maintainer "Chen Bin" . "chenbin.sh@gmail.com") + (:authors + ("Chen Bin" . "chenbin.sh@gmail.com")) + (:commit . "327f5ac43e5d543149a772aef06cdb616477eb43"))]) + (slime . + [(2 26 1) + ((cl-lib + (0 5)) + (macrostep + (0 9))) + "Superior Lisp Interaction Mode for Emacs" tar + ((:url . "https://github.com/slime/slime") + (:keywords "languages" "lisp" "slime"))]) + (sly . + [(1 0 43) + ((emacs + (24 3))) + "Sylvester the Cat's Common Lisp IDE" tar + ((:url . "https://github.com/joaotavora/sly") + (:keywords "languages" "lisp" "sly"))]) + (smartparens . + [(4 7 1) + nil "Automatic insertion, wrapping and paredit-like navigation with user defined pairs." tar + ((:url . "https://github.com/Fuco1/smartparens") + (:maintainer "Matus Goljer" . "matus.goljer@gmail.com") + (:authors + ("Matus Goljer" . "matus.goljer@gmail.com")) + (:keywords "abbrev" "convenience" "editing"))]) + (solarized-theme . + [(1 3 0) + ((emacs + (24 1))) + "The Solarized color theme" tar + ((:url . "http://github.com/bbatsov/solarized-emacs") + (:keywords "convenience" "themes" "solarized") + (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.dev") + (:authors + ("Bozhidar Batsov" . "bozhidar@batsov.dev")))]) + (spacemacs-theme . + [(0 2) + ((emacs + (24))) + "Color theme with a dark and light versions." tar + ((:url . "https://github.com/nashamri/spacemacs-theme") + (:keywords "color" "theme") + (:maintainer "Nasser Alshammari") + (:authors + ("Nasser Alshammari")) + (:commit . "4857e6eb7ea20be3a2631beee42d0644dff7eb1b"))]) + (stylus-mode . + [(1 0 1) + nil "Major mode for editing .styl files" tar + ((:url . "https://github.com/brianc/jade-mode") + (:keywords "languages") + (:maintainer "Brian M. Carlson and other contributors") + (:authors + ("Brian M. Carlson and other contributors")) + (:commit . "dad17dc86c93401646802a639a98dd2ec875db6f"))]) + (subatomic-theme . + [(1 8 2) + nil "Low contrast bluish color theme" tar + ((:url . "https://github.com/cryon/subatomic") + (:keywords "color-theme" "blue" "low contrast") + (:maintainer "John Olsson" . "john@cryon.se") + (:authors + ("John Olsson" . "john@cryon.se")) + (:commit . "2d5acd143a153e16372d59000e57d76291ab81dd"))]) + (subed . + [(1 0 5) + ((emacs + (25 1))) + "A major mode for editing subtitles" tar + ((:url . "https://github.com/sachac/subed") + (:keywords "convenience" "files" "hypermedia" "multimedia") + (:maintainer "Sacha Chua" . "sacha@sachachua.com") + (:authors + ("Random User")) + (:commit . "7a0c36c808e107b5851ba48ec3825dfa3c1a902e"))]) + (swift-mode . + [(8 4 2) + ((emacs + (24 4)) + (seq + (2 3))) + "Major-mode for Apple's Swift programming language" tar + ((:url . "https://github.com/swift-emacs/swift-mode") + (:keywords "languages" "swift") + (:maintainer "taku0 (http://github.com/taku0)") + (:authors + ("taku0 (http://github.com/taku0)") + ("Chris Barrett" . "chris.d.barrett@me.com") + ("Bozhidar Batsov" . "bozhidar@batsov.com") + ("Arthur Evstifeev" . "lod@pisem.net")))]) + (systemd . + [(1 6) + ((emacs + (24 4))) + "Major mode for editing systemd units" tar + ((:maintainer "Mark Oteiza" . "mvoteiza@udel.edu") + (:authors + ("Mark Oteiza" . "mvoteiza@udel.edu")) + (:keywords "tools" "unix") + (:url . "https://elpa.nongnu.org/nongnu/systemd.html"))]) + (tablist . + [(1 0) + ((emacs + (24 3))) + "Extended tabulated-list-mode" tar + ((:keywords "extensions" "lisp") + (:maintainer "Andreas Politz" . "politza@fh-trier.de") + (:authors + ("Andreas Politz" . "politza@fh-trier.de")) + (:url . "https://elpa.nongnu.org/nongnu/tablist.html"))]) + (tangotango-theme . + [(0 0 7) + nil "Tango Palette color theme for Emacs 24." tar + ((:url . "https://github.com/juba/color-theme-tangotango") + (:keywords "tango" "palette" "color" "theme" "emacs") + (:maintainer "Julien Barnier") + (:authors + ("Julien Barnier")))]) + (telephone-line . + [(0 5) + ((emacs + (24 4)) + (cl-lib + (0 5)) + (cl-generic + (0 2)) + (seq + (1 8))) + "Rewrite of Powerline" tar + ((:url . "https://github.com/dbordak/telephone-line") + (:keywords "mode-line") + (:maintainer "Daniel Bordak" . "dbordak@fastmail.fm") + (:authors + ("Daniel Bordak" . "dbordak@fastmail.fm")))]) + (textile-mode . + [(1 0 0) + nil "Textile markup editing major mode" tar + ((:url . "https://github.com/juba/textile-mode") + (:keywords "wp" "languages") + (:maintainer "Julien Barnier" . "julien@nozav.org") + (:authors + ("Julien Barnier" . "julien@nozav.org")) + (:commit . "16ac26b5b4c9bb5c7a3c7aed6c6b3a6c5fb8c62c"))]) + (toc-org . + [(1 1) + nil "add table of contents to org-mode files (formerly, org-toc)" tar + ((:url . "https://github.com/snosov1/toc-org") + (:keywords "org-mode" "org-toc" "toc-org" "org" "toc" "table" "of" "contents") + (:maintainer "Sergei Nosov ") + (:authors + ("Sergei Nosov ")))]) + (tuareg . + [(2 3 0) + ((caml + (3 12 0 1)) + (emacs + (24 4))) + "OCaml mode for Emacs." tar + ((:url . "https://github.com/ocaml/tuareg") + (:maintainer "Albert Cohen" . "Albert.Cohen@inria.fr") + (:authors + ("Albert Cohen" . "Albert.Cohen@inria.fr") + ("Sam Steingold" . "sds@gnu.org") + ("Christophe Troestler" . "Christophe.Troestler@umons.ac.be") + ("Till Varoquaux" . "till@pps.jussieu.fr") + ("Sean McLaughlin" . "seanmcl@gmail.com") + ("Stefan Monnier" . "monnier@iro.umontreal.ca")) + (:keywords "ocaml" "languages"))]) + (typescript-mode . + [(0 4) + ((emacs + (24 3))) + "Major mode for editing typescript" tar + ((:url . "http://github.com/ananthakumaran/typescript.el") + (:keywords "typescript" "languages") + (:commit . "2a58631230fe2d176352af262a0efdecc21f90ac"))]) + (ujelly-theme . + [(1 2 9) + nil "Ujelly theme for GNU Emacs 24 (deftheme)" tar + ((:url . "http://github.com/marktran/color-theme-ujelly") + (:maintainer "Mark Tran" . "mark.tran@gmail.com") + (:authors + ("Mark Tran" . "mark.tran@gmail.com")))]) + (vc-fossil . + [(20210928) + nil "VC backend for the fossil sofware configuraiton management system" tar + ((:maintainer "Alfred M. Szmidt" . "ams@gnu.org") + (:authors + ("Venkat Iyer" . "venkat@comit.com")) + (:url . "https://elpa.nongnu.org/nongnu/vc-fossil.html"))]) + (visual-fill-column . + [(2 4) + ((emacs + (25 1))) + "fill-column for visual-line-mode" tar + ((:url . "https://codeberg.org/joostkremers/visual-fill-column") + (:maintainer "Joost Kremers" . "joostkremers@fastmail.fm") + (:authors + ("Joost Kremers" . "joostkremers@fastmail.fm")))]) + (web-mode . + [(17 2 0) + ((emacs + (23 1))) + "major mode for editing web templates" tar + ((:url . "https://web-mode.org") + (:keywords "languages") + (:maintainer "François-Xavier Bois" . "fxbois@gmail.com") + (:authors + ("François-Xavier Bois")) + (:commit . "f70277774a725e177774cc81ecbd228792cd6656"))]) + (webpaste . + [(3 2 2) + ((emacs + (24 4)) + (request + (0 2 0)) + (cl-lib + (0 5))) + "Paste to pastebin-like services" tar + ((:url . "https://github.com/etu/webpaste.el") + (:keywords "convenience" "comm" "paste") + (:maintainer "Elis \"etu\" Hirwing" . "elis@hirwing.se") + (:authors + ("Elis \"etu\" Hirwing" . "elis@hirwing.se")))]) + (wgrep . + [(2 3 3) + nil "Writable grep buffer and apply the changes to files" tar + ((:url . "http://github.com/mhayashi1120/Emacs-wgrep/raw/master/wgrep.el") + (:maintainer "Masahiro Hayashi" . "mhayashi1120@gmail.com") + (:authors + ("Masahiro Hayashi" . "mhayashi1120@gmail.com")) + (:keywords "grep" "edit" "extensions"))]) + (with-editor . + [(3 2 0) + ((emacs + (24 4))) + "Use the Emacsclient as $EDITOR" tar + ((:url . "https://github.com/magit/with-editor") + (:keywords "tools") + (:maintainer "Jonas Bernoulli" . "jonas@bernoul.li") + (:authors + ("Jonas Bernoulli" . "jonas@bernoul.li")) + (:commit . "a762199d9bb8ee60311eaabf791b3dd64140effd"))]) + (with-simulated-input . + [(3 0) + ((emacs + (24 4))) + "A macro to simulate user input non-interactively" tar + ((:url . "https://github.com/DarwinAwardWinner/with-simulated-input") + (:keywords "lisp" "tools" "extensions") + (:maintainer "Ryan C Thompson" . "rct@thompsonclan.org") + (:authors + ("Ryan C. Thompson" . "rct@thompsonclan.org") + ("Nikita Bloshchanevich" . "nikblos@outlook.com")) + (:commit . "07bdfbe9ab9eab4a04ad02e98b011649a4f4e6a2"))]) + (ws-butler . + [(0 6) + nil "Unobtrusively remove trailing whitespace." tar + ((:url . "https://github.com/lewang/ws-butler") + (:maintainer "Le Wang") + (:authors + ("Le Wang")))]) + (xah-fly-keys . + [(17 5 20220416101054) + ((emacs + (24 1))) + "ergonomic modal keybinding minor mode." tar + ((:url . "http://xahlee.info/emacs/misc/ergoemacs_vi_mode.html") + (:keywords "convenience" "emulations" "vim" "ergoemacs") + (:maintainer "Xah Lee ( http://xahlee.info/ )") + (:authors + ("Xah Lee ( http://xahlee.info/ )")) + (:commit . "cb2b27ed7566b7863ad3e9adf67d75945d4118b0"))]) + (xml-rpc . + [(1 6 15) + nil "An elisp implementation of clientside XML-RPC" tar + ((:url . "http://github.com/xml-rpc-el/xml-rpc-el") + (:keywords "xml" "rpc" "network") + (:maintainer "Mark A. Hershberger" . "mah@everybody.org"))]) + (yaml-mode . + [(0 0 15) + ((emacs + (24 1))) + "Major mode for editing YAML files" tar + ((:url . "https://github.com/yoshiki/yaml-mode") + (:maintainer "Vasilij Schneidermann" . "mail@vasilij.de") + (:authors + ("Yoshiki Kurihara" . "clouder@gmail.com") + ("Marshall T. Vandegrift" . "llasram@gmail.com")) + (:keywords "data" "yaml"))]) + (yasnippet-snippets . + [(1 0) + ((yasnippet + (0 8 0))) + "Collection of yasnippet snippets" tar + ((:url . "https://github.com/AndreaCrotti/yasnippet-snippets") + (:maintainer "Andrea Crotti" . "andrea.crotti.0@gmail.com") + (:authors + ("Andrea Crotti" . "andrea.crotti.0@gmail.com")) + (:keywords "snippets"))]) + (zenburn-theme . + [(2 7 0) + nil "A low contrast color theme for Emacs." tar + ((:url . "http://github.com/bbatsov/zenburn-emacs") + (:maintainer "Bozhidar Batsov" . "bozhidar@batsov.com") + (:authors + ("Bozhidar Batsov" . "bozhidar@batsov.com")))]) + (zig-mode . + [(0 0 8) + ((emacs + (24 3))) + "A major mode for the Zig programming language" tar + ((:url . "https://github.com/zig-lang/zig-mode") + (:maintainer "Andrea Orru , Andrew Kelley" . "superjoe30@gmail.com") + (:authors + ("Andrea Orru , Andrew Kelley" . "superjoe30@gmail.com")) + (:keywords "zig" "languages"))])) diff --git a/org/elpa/archives/nongnu/archive-contents.signed b/org/elpa/archives/nongnu/archive-contents.signed new file mode 100644 index 0000000..140030c --- /dev/null +++ b/org/elpa/archives/nongnu/archive-contents.signed @@ -0,0 +1 @@ +Good signature from 066DAFCB81E42C40 GNU ELPA Signing Agent (2019) (trust undefined) created at 2022-04-17T05:05:05-0400 using RSA \ No newline at end of file diff --git a/org/elpa/bind-key-20210210.1609/bind-key-autoloads.el b/org/elpa/bind-key-20210210.1609/bind-key-autoloads.el index 18ae5b7..843664d 100644 --- a/org/elpa/bind-key-20210210.1609/bind-key-autoloads.el +++ b/org/elpa/bind-key-20210210.1609/bind-key-autoloads.el @@ -1,4 +1,4 @@ -;;; bind-key-autoloads.el --- automatically extracted autoloads +;;; bind-key-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -71,7 +71,7 @@ function symbol (unquoted). (autoload 'describe-personal-keybindings "bind-key" "\ Display all the personal keybindings defined by `bind-key'." t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "bind-key" '("bind-key" "compare-keybindings" "get-binding-description" "override-global-m" "personal-keybindings"))) +(register-definition-prefixes "bind-key" '("bind-key" "compare-keybindings" "get-binding-description" "override-global-m" "personal-keybindings")) ;;;*** diff --git a/org/elpa/bind-key-20210210.1609/bind-key.elc b/org/elpa/bind-key-20210210.1609/bind-key.elc index 0b536ff..4e0ac1e 100644 Binary files a/org/elpa/bind-key-20210210.1609/bind-key.elc and b/org/elpa/bind-key-20210210.1609/bind-key.elc differ diff --git a/org/elpa/dash-20220417.2250/dash-autoloads.el b/org/elpa/dash-20220417.2250/dash-autoloads.el index 3a96693..6783a8d 100644 --- a/org/elpa/dash-20220417.2250/dash-autoloads.el +++ b/org/elpa/dash-20220417.2250/dash-autoloads.el @@ -1,4 +1,4 @@ -;;; dash-autoloads.el --- automatically extracted autoloads +;;; dash-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -12,10 +12,19 @@ (autoload 'dash-fontify-mode "dash" "\ Toggle fontification of Dash special variables. -If called interactively, enable Dash-Fontify mode if ARG is -positive, and disable it if ARG is zero or negative. If called -from Lisp, also enable the mode if ARG is omitted or nil, and -toggle it if ARG is `toggle'; disable the mode otherwise. +This is a minor mode. If called interactively, toggle the +`Dash-Fontify mode' mode. If the prefix argument is positive, +enable the mode, and if it is zero or negative, disable the mode. + +If called from Lisp, toggle the mode if ARG is `toggle'. Enable +the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. + +To check whether the minor mode is enabled in the current buffer, +evaluate `dash-fontify-mode'. + +The mode's hook is called both when the mode is enabled and when +it is disabled. Dash-Fontify mode is a buffer-local minor mode intended for Emacs Lisp buffers. Enabling it causes the special variables bound in @@ -44,11 +53,15 @@ or call the function `global-dash-fontify-mode'.") (autoload 'global-dash-fontify-mode "dash" "\ Toggle Dash-Fontify mode in all buffers. With prefix ARG, enable Global Dash-Fontify mode if ARG is positive; -otherwise, disable it. If called from Lisp, enable the mode if -ARG is omitted or nil. +otherwise, disable it. + +If called from Lisp, toggle the mode if ARG is `toggle'. +Enable the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. Dash-Fontify mode is enabled in all buffers where `dash--turn-on-fontify-mode' would do it. + See `dash-fontify-mode' for more information on Dash-Fontify mode. \(fn &optional ARG)" t nil) @@ -57,7 +70,7 @@ See `dash-fontify-mode' for more information on Dash-Fontify mode. Register the Dash Info manual with `info-lookup-symbol'. This allows Dash symbols to be looked up with \\[info-lookup-symbol]." t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dash" '("!cdr" "!cons" "--" "->" "-a" "-butlast" "-c" "-d" "-e" "-f" "-gr" "-i" "-juxt" "-keep" "-l" "-m" "-no" "-o" "-p" "-r" "-s" "-t" "-u" "-value-to-list" "-when-let" "-zip" "dash-"))) +(register-definition-prefixes "dash" '("!cdr" "!cons" "--" "->" "-a" "-butlast" "-c" "-d" "-e" "-f" "-gr" "-i" "-juxt" "-keep" "-l" "-m" "-no" "-o" "-p" "-r" "-s" "-t" "-u" "-value-to-list" "-when-let" "-zip" "dash-")) ;;;*** diff --git a/org/elpa/dash-20220417.2250/dash.elc b/org/elpa/dash-20220417.2250/dash.elc index 7e2188c..261710e 100644 Binary files a/org/elpa/dash-20220417.2250/dash.elc and b/org/elpa/dash-20220417.2250/dash.elc differ diff --git a/org/elpa/diminish-20220104.1539/diminish-autoloads.el b/org/elpa/diminish-20220104.1539/diminish-autoloads.el index 3decb9f..382eb38 100644 --- a/org/elpa/diminish-20220104.1539/diminish-autoloads.el +++ b/org/elpa/diminish-20220104.1539/diminish-autoloads.el @@ -1,4 +1,4 @@ -;;; diminish-autoloads.el --- automatically extracted autoloads +;;; diminish-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -47,7 +47,7 @@ you can see the whole thing in the *Messages* buffer. This doesn't change the status of any modes; it just lets you see what diminished modes would be on the mode-line if they were still minor." t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "diminish" '("diminish"))) +(register-definition-prefixes "diminish" '("diminish")) ;;;*** diff --git a/org/elpa/diminish-20220104.1539/diminish.elc b/org/elpa/diminish-20220104.1539/diminish.elc index 2d4a90a..31a4215 100644 Binary files a/org/elpa/diminish-20220104.1539/diminish.elc and b/org/elpa/diminish-20220104.1539/diminish.elc differ diff --git a/org/elpa/dired-collapse-20210403.1230/dired-collapse-autoloads.el b/org/elpa/dired-collapse-20210403.1230/dired-collapse-autoloads.el index 8ddafbf..e441fc8 100644 --- a/org/elpa/dired-collapse-20210403.1230/dired-collapse-autoloads.el +++ b/org/elpa/dired-collapse-20210403.1230/dired-collapse-autoloads.el @@ -1,4 +1,4 @@ -;;; dired-collapse-autoloads.el --- automatically extracted autoloads +;;; dired-collapse-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -13,14 +13,23 @@ (autoload 'dired-collapse-mode "dired-collapse" "\ Toggle collapsing of unique nested paths in Dired. -If called interactively, enable Dired-Collapse mode if ARG is -positive, and disable it if ARG is zero or negative. If called -from Lisp, also enable the mode if ARG is omitted or nil, and -toggle it if ARG is `toggle'; disable the mode otherwise. +This is a minor mode. If called interactively, toggle the +`Dired-Collapse mode' mode. If the prefix argument is positive, +enable the mode, and if it is zero or negative, disable the mode. + +If called from Lisp, toggle the mode if ARG is `toggle'. Enable +the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. + +To check whether the minor mode is enabled in the current buffer, +evaluate `dired-collapse-mode'. + +The mode's hook is called both when the mode is enabled and when +it is disabled. \(fn &optional ARG)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dired-collapse" '("dired-collapse"))) +(register-definition-prefixes "dired-collapse" '("dired-collapse")) ;;;*** diff --git a/org/elpa/dired-collapse-20210403.1230/dired-collapse.elc b/org/elpa/dired-collapse-20210403.1230/dired-collapse.elc index d17d6b6..f6bd537 100644 Binary files a/org/elpa/dired-collapse-20210403.1230/dired-collapse.elc and b/org/elpa/dired-collapse-20210403.1230/dired-collapse.elc differ diff --git a/org/elpa/dired-hacks-utils-20201005.2318/dired-hacks-utils-autoloads.el b/org/elpa/dired-hacks-utils-20201005.2318/dired-hacks-utils-autoloads.el index 6392dd5..120f7f6 100644 --- a/org/elpa/dired-hacks-utils-20201005.2318/dired-hacks-utils-autoloads.el +++ b/org/elpa/dired-hacks-utils-20201005.2318/dired-hacks-utils-autoloads.el @@ -1,4 +1,4 @@ -;;; dired-hacks-utils-autoloads.el --- automatically extracted autoloads +;;; dired-hacks-utils-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -10,7 +10,7 @@ ;;;;;; (0 0 0 0)) ;;; Generated autoloads from dired-hacks-utils.el -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dired-hacks-utils" '("dired-"))) +(register-definition-prefixes "dired-hacks-utils" '("dired-")) ;;;*** diff --git a/org/elpa/dired-hacks-utils-20201005.2318/dired-hacks-utils.elc b/org/elpa/dired-hacks-utils-20201005.2318/dired-hacks-utils.elc index 27b02bf..f3b92d1 100644 Binary files a/org/elpa/dired-hacks-utils-20201005.2318/dired-hacks-utils.elc and b/org/elpa/dired-hacks-utils-20201005.2318/dired-hacks-utils.elc differ diff --git a/org/elpa/dired-rainbow-20190722.1109/dired-rainbow-autoloads.el b/org/elpa/dired-rainbow-20190722.1109/dired-rainbow-autoloads.el index e7c0229..3c63913 100644 --- a/org/elpa/dired-rainbow-20190722.1109/dired-rainbow-autoloads.el +++ b/org/elpa/dired-rainbow-20190722.1109/dired-rainbow-autoloads.el @@ -1,4 +1,4 @@ -;;; dired-rainbow-autoloads.el --- automatically extracted autoloads +;;; dired-rainbow-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -9,7 +9,7 @@ ;;;### (autoloads nil "dired-rainbow" "dired-rainbow.el" (0 0 0 0)) ;;; Generated autoloads from dired-rainbow.el -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dired-rainbow" '("dired-rainbow-"))) +(register-definition-prefixes "dired-rainbow" '("dired-rainbow-")) ;;;*** diff --git a/org/elpa/dired-rainbow-20190722.1109/dired-rainbow.elc b/org/elpa/dired-rainbow-20190722.1109/dired-rainbow.elc index fd01c84..9b92400 100644 Binary files a/org/elpa/dired-rainbow-20190722.1109/dired-rainbow.elc and b/org/elpa/dired-rainbow-20190722.1109/dired-rainbow.elc differ diff --git a/org/elpa/dired-ranger-20180401.2206/dired-ranger-autoloads.el b/org/elpa/dired-ranger-20180401.2206/dired-ranger-autoloads.el index b86c605..f128edd 100644 --- a/org/elpa/dired-ranger-20180401.2206/dired-ranger-autoloads.el +++ b/org/elpa/dired-ranger-20180401.2206/dired-ranger-autoloads.el @@ -1,4 +1,4 @@ -;;; dired-ranger-autoloads.el --- automatically extracted autoloads +;;; dired-ranger-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -60,7 +60,7 @@ See also `dired-ranger-bookmark'. \(fn CHAR)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dired-ranger" '("dired-ranger-"))) +(register-definition-prefixes "dired-ranger" '("dired-ranger-")) ;;;*** diff --git a/org/elpa/dired-ranger-20180401.2206/dired-ranger.elc b/org/elpa/dired-ranger-20180401.2206/dired-ranger.elc index b2567e4..11385ac 100644 Binary files a/org/elpa/dired-ranger-20180401.2206/dired-ranger.elc and b/org/elpa/dired-ranger-20180401.2206/dired-ranger.elc differ diff --git a/org/elpa/dired-single-20211101.2319/dired-single-autoloads.el b/org/elpa/dired-single-20211101.2319/dired-single-autoloads.el index 6ee2169..b89f7ff 100644 --- a/org/elpa/dired-single-20211101.2319/dired-single-autoloads.el +++ b/org/elpa/dired-single-20211101.2319/dired-single-autoloads.el @@ -1,4 +1,4 @@ -;;; dired-single-autoloads.el --- automatically extracted autoloads +;;; dired-single-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -60,7 +60,7 @@ Like `dired-up-directory' but with `dired-single-buffer'. \(fn &optional OTHER-WINDOW)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "dired-single" '("dired-single-"))) +(register-definition-prefixes "dired-single" '("dired-single-")) ;;;*** diff --git a/org/elpa/dired-single-20211101.2319/dired-single.elc b/org/elpa/dired-single-20211101.2319/dired-single.elc index 4851e28..b7d7428 100644 Binary files a/org/elpa/dired-single-20211101.2319/dired-single.elc and b/org/elpa/dired-single-20211101.2319/dired-single.elc differ diff --git a/org/elpa/elisp-refs-20220220.2305/elisp-refs-autoloads.el b/org/elpa/elisp-refs-20220220.2305/elisp-refs-autoloads.el index 8d857ee..ec5a7b9 100644 --- a/org/elpa/elisp-refs-20220220.2305/elisp-refs-autoloads.el +++ b/org/elpa/elisp-refs-20220220.2305/elisp-refs-autoloads.el @@ -1,4 +1,4 @@ -;;; elisp-refs-autoloads.el --- automatically extracted autoloads +;;; elisp-refs-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -55,7 +55,7 @@ search. \(fn SYMBOL &optional PATH-PREFIX)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "elisp-refs" '("elisp-refs-"))) +(register-definition-prefixes "elisp-refs" '("elisp-refs-")) ;;;*** diff --git a/org/elpa/elisp-refs-20220220.2305/elisp-refs.elc b/org/elpa/elisp-refs-20220220.2305/elisp-refs.elc index 1ed8c55..2e25fed 100644 Binary files a/org/elpa/elisp-refs-20220220.2305/elisp-refs.elc and b/org/elpa/elisp-refs-20220220.2305/elisp-refs.elc differ diff --git a/org/elpa/f-20220405.1534/f-autoloads.el b/org/elpa/f-20220405.1534/f-autoloads.el index 366a50c..2f24ece 100644 --- a/org/elpa/f-20220405.1534/f-autoloads.el +++ b/org/elpa/f-20220405.1534/f-autoloads.el @@ -1,4 +1,4 @@ -;;; f-autoloads.el --- automatically extracted autoloads +;;; f-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -9,7 +9,7 @@ ;;;### (autoloads nil "f" "f.el" (0 0 0 0)) ;;; Generated autoloads from f.el -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "f" '("f-"))) +(register-definition-prefixes "f" '("f-")) ;;;*** diff --git a/org/elpa/f-20220405.1534/f.elc b/org/elpa/f-20220405.1534/f.elc index 6a03772..abde638 100644 Binary files a/org/elpa/f-20220405.1534/f.elc and b/org/elpa/f-20220405.1534/f.elc differ diff --git a/org/elpa/gnupg/S.gpg-agent b/org/elpa/gnupg/S.gpg-agent index fe918b2..c3e2751 100644 --- a/org/elpa/gnupg/S.gpg-agent +++ b/org/elpa/gnupg/S.gpg-agent @@ -1,2 +1,2 @@ -62958 -$&+^c+=' \ No newline at end of file +51728 +z?QHwǟ \ No newline at end of file diff --git a/org/elpa/gnupg/S.gpg-agent.browser b/org/elpa/gnupg/S.gpg-agent.browser index 13f1347..e9afdbd 100644 --- a/org/elpa/gnupg/S.gpg-agent.browser +++ b/org/elpa/gnupg/S.gpg-agent.browser @@ -1,3 +1,2 @@ -62960 -@Ĕx7i7 -l \ No newline at end of file +51730 +j)ʛ5nKɌ \ No newline at end of file diff --git a/org/elpa/gnupg/S.gpg-agent.extra b/org/elpa/gnupg/S.gpg-agent.extra index 2d324bc..49c0083 100644 --- a/org/elpa/gnupg/S.gpg-agent.extra +++ b/org/elpa/gnupg/S.gpg-agent.extra @@ -1,2 +1,2 @@ -62959 -E{Лm> \ No newline at end of file +51729 +,kBxf \ No newline at end of file diff --git a/org/elpa/gnupg/S.gpg-agent.ssh b/org/elpa/gnupg/S.gpg-agent.ssh index af28d92..42cfaff 100644 --- a/org/elpa/gnupg/S.gpg-agent.ssh +++ b/org/elpa/gnupg/S.gpg-agent.ssh @@ -1,2 +1,2 @@ -62961 -F]o#TY~2vL \ No newline at end of file +51731 +EU_ s \ No newline at end of file diff --git a/org/elpa/gnupg/pubring.kb_ b/org/elpa/gnupg/pubring.kb_ index ae1b5e3..dab6b5e 100644 Binary files a/org/elpa/gnupg/pubring.kb_ and b/org/elpa/gnupg/pubring.kb_ differ diff --git a/org/elpa/gnupg/pubring.kbx b/org/elpa/gnupg/pubring.kbx index cbe122f..0f9044a 100644 Binary files a/org/elpa/gnupg/pubring.kbx and b/org/elpa/gnupg/pubring.kbx differ diff --git a/org/elpa/gnupg/trustdb.gpg b/org/elpa/gnupg/trustdb.gpg index d080449..678e67b 100644 Binary files a/org/elpa/gnupg/trustdb.gpg and b/org/elpa/gnupg/trustdb.gpg differ diff --git a/org/elpa/helpful-20220412.421/helpful-autoloads.el b/org/elpa/helpful-20220412.421/helpful-autoloads.el index 13fad10..6af04f1 100644 --- a/org/elpa/helpful-20220412.421/helpful-autoloads.el +++ b/org/elpa/helpful-20220412.421/helpful-autoloads.el @@ -1,4 +1,4 @@ -;;; helpful-autoloads.el --- automatically extracted autoloads +;;; helpful-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -55,7 +55,7 @@ Show help for variable named SYMBOL. (autoload 'helpful-at-point "helpful" "\ Show help for the symbol at point." t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "helpful" '("helpful-"))) +(register-definition-prefixes "helpful" '("helpful-")) ;;;*** diff --git a/org/elpa/helpful-20220412.421/helpful.elc b/org/elpa/helpful-20220412.421/helpful.elc index 9e2b6d4..eb8f6d3 100644 Binary files a/org/elpa/helpful-20220412.421/helpful.elc and b/org/elpa/helpful-20220412.421/helpful.elc differ diff --git a/org/elpa/ido-completing-read+-20210529.1318/ido-completing-read+-autoloads.el b/org/elpa/ido-completing-read+-20210529.1318/ido-completing-read+-autoloads.el index 86d6da1..847e444 100644 --- a/org/elpa/ido-completing-read+-20210529.1318/ido-completing-read+-autoloads.el +++ b/org/elpa/ido-completing-read+-20210529.1318/ido-completing-read+-autoloads.el @@ -1,4 +1,4 @@ -;;; ido-completing-read+-autoloads.el --- automatically extracted autoloads +;;; ido-completing-read+-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -80,10 +80,19 @@ or call the function `ido-ubiquitous-mode'.") (autoload 'ido-ubiquitous-mode "ido-completing-read+" "\ Use ido completion instead of standard completion almost everywhere. -If called interactively, enable Ido-Ubiquitous mode if ARG is -positive, and disable it if ARG is zero or negative. If called -from Lisp, also enable the mode if ARG is omitted or nil, and -toggle it if ARG is `toggle'; disable the mode otherwise. +This is a minor mode. If called interactively, toggle the +`Ido-Ubiquitous mode' mode. If the prefix argument is positive, +enable the mode, and if it is zero or negative, disable the mode. + +If called from Lisp, toggle the mode if ARG is `toggle'. Enable +the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. + +To check whether the minor mode is enabled in the current buffer, +evaluate `(default-value \\='ido-ubiquitous-mode)'. + +The mode's hook is called both when the mode is enabled and when +it is disabled. If this mode causes problems for a function, you can customize when ido completion is or is not used by customizing @@ -91,7 +100,7 @@ when ido completion is or is not used by customizing \(fn &optional ARG)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "ido-completing-read+" '("ido-" "minibuf-eldef-update-minibuffer@ido-cr+-compat"))) +(register-definition-prefixes "ido-completing-read+" '("ido-" "minibuf-eldef-update-minibuffer@ido-cr+-compat")) ;;;*** diff --git a/org/elpa/ido-completing-read+-20210529.1318/ido-completing-read+.elc b/org/elpa/ido-completing-read+-20210529.1318/ido-completing-read+.elc index bd48552..eb858c8 100644 Binary files a/org/elpa/ido-completing-read+-20210529.1318/ido-completing-read+.elc and b/org/elpa/ido-completing-read+-20210529.1318/ido-completing-read+.elc differ diff --git a/org/elpa/memoize-20200103.2036/memoize-autoloads.el b/org/elpa/memoize-20200103.2036/memoize-autoloads.el index 2431db0..a260fb8 100644 --- a/org/elpa/memoize-20200103.2036/memoize-autoloads.el +++ b/org/elpa/memoize-20200103.2036/memoize-autoloads.el @@ -1,4 +1,4 @@ -;;; memoize-autoloads.el --- automatically extracted autoloads +;;; memoize-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -9,7 +9,7 @@ ;;;### (autoloads nil "memoize" "memoize.el" (0 0 0 0)) ;;; Generated autoloads from memoize.el -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "memoize" '("defmemoize" "memoize"))) +(register-definition-prefixes "memoize" '("defmemoize" "memoize")) ;;;*** diff --git a/org/elpa/memoize-20200103.2036/memoize.elc b/org/elpa/memoize-20200103.2036/memoize.elc index 028ba52..b1c0b66 100644 Binary files a/org/elpa/memoize-20200103.2036/memoize.elc and b/org/elpa/memoize-20200103.2036/memoize.elc differ diff --git a/org/elpa/modus-themes-20220421.1021/modus-operandi-theme.elc b/org/elpa/modus-themes-20220421.1021/modus-operandi-theme.elc index b9faa40..7a2110c 100644 Binary files a/org/elpa/modus-themes-20220421.1021/modus-operandi-theme.elc and b/org/elpa/modus-themes-20220421.1021/modus-operandi-theme.elc differ diff --git a/org/elpa/modus-themes-20220421.1021/modus-themes-autoloads.el b/org/elpa/modus-themes-20220421.1021/modus-themes-autoloads.el index e04014e..5a4c839 100644 --- a/org/elpa/modus-themes-20220421.1021/modus-themes-autoloads.el +++ b/org/elpa/modus-themes-20220421.1021/modus-themes-autoloads.el @@ -1,4 +1,4 @@ -;;; modus-themes-autoloads.el --- automatically extracted autoloads +;;; modus-themes-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -68,7 +68,7 @@ by virtue of calling either of `modus-themes-load-operandi' and (when load-file-name (let ((dir (file-name-directory load-file-name))) (unless (equal dir (expand-file-name "themes/" data-directory)) (add-to-list 'custom-theme-load-path dir)))) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "modus-themes" '("modus-themes-"))) +(register-definition-prefixes "modus-themes" '("modus-themes-")) ;;;*** diff --git a/org/elpa/modus-themes-20220421.1021/modus-themes.elc b/org/elpa/modus-themes-20220421.1021/modus-themes.elc index fe43b4d..452e04a 100644 Binary files a/org/elpa/modus-themes-20220421.1021/modus-themes.elc and b/org/elpa/modus-themes-20220421.1021/modus-themes.elc differ diff --git a/org/elpa/modus-themes-20220421.1021/modus-vivendi-theme.elc b/org/elpa/modus-themes-20220421.1021/modus-vivendi-theme.elc index c685b7c..f212812 100644 Binary files a/org/elpa/modus-themes-20220421.1021/modus-vivendi-theme.elc and b/org/elpa/modus-themes-20220421.1021/modus-vivendi-theme.elc differ diff --git a/org/elpa/persp-mode-20220206.1742/persp-mode-autoloads.el b/org/elpa/persp-mode-20220206.1742/persp-mode-autoloads.el index 57cacf3..b375c0c 100644 --- a/org/elpa/persp-mode-20220206.1742/persp-mode-autoloads.el +++ b/org/elpa/persp-mode-20220206.1742/persp-mode-autoloads.el @@ -1,4 +1,4 @@ -;;; persp-mode-autoloads.el --- automatically extracted autoloads +;;; persp-mode-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -40,14 +40,23 @@ named collections of buffers and window configurations. Here is a keymap of this minor mode: \\{persp-mode-map} -If called interactively, enable Persp mode if ARG is positive, -and disable it if ARG is zero or negative. If called from Lisp, -also enable the mode if ARG is omitted or nil, and toggle it if -ARG is `toggle'; disable the mode otherwise. +This is a minor mode. If called interactively, toggle the `Persp +mode' mode. If the prefix argument is positive, enable the mode, +and if it is zero or negative, disable the mode. + +If called from Lisp, toggle the mode if ARG is `toggle'. Enable +the mode if ARG is nil, omitted, or is a positive number. +Disable the mode if ARG is a negative number. + +To check whether the minor mode is enabled in the current buffer, +evaluate `(default-value \\='persp-mode)'. + +The mode's hook is called both when the mode is enabled and when +it is disabled. \(fn &optional ARG)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "persp-mode" '("*persp-" "clear-window-persp" "def-" "get-" "ido-toggle-persp-filter" "persp" "safe-persp-" "set-" "window-persp-set-p" "with-persp-ido-hooks"))) +(register-definition-prefixes "persp-mode" '("*persp-" "clear-window-persp" "def-" "get-" "ido-toggle-persp-filter" "persp" "safe-persp-" "set-" "window-persp-set-p" "with-persp-ido-hooks")) ;;;*** diff --git a/org/elpa/persp-mode-20220206.1742/persp-mode.elc b/org/elpa/persp-mode-20220206.1742/persp-mode.elc index f649f27..ad9b443 100644 Binary files a/org/elpa/persp-mode-20220206.1742/persp-mode.elc and b/org/elpa/persp-mode-20220206.1742/persp-mode.elc differ diff --git a/org/elpa/s-20210616.619/s-autoloads.el b/org/elpa/s-20210616.619/s-autoloads.el index a232497..187f6d1 100644 --- a/org/elpa/s-20210616.619/s-autoloads.el +++ b/org/elpa/s-20210616.619/s-autoloads.el @@ -1,4 +1,4 @@ -;;; s-autoloads.el --- automatically extracted autoloads +;;; s-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -9,7 +9,7 @@ ;;;### (autoloads nil "s" "s.el" (0 0 0 0)) ;;; Generated autoloads from s.el -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "s" '("s-"))) +(register-definition-prefixes "s" '("s-")) ;;;*** diff --git a/org/elpa/s-20210616.619/s.elc b/org/elpa/s-20210616.619/s.elc index 619eb49..ed8fa9d 100644 Binary files a/org/elpa/s-20210616.619/s.elc and b/org/elpa/s-20210616.619/s.elc differ diff --git a/org/elpa/transpose-frame-20200307.2119/transpose-frame-autoloads.el b/org/elpa/transpose-frame-20200307.2119/transpose-frame-autoloads.el deleted file mode 100644 index c36d108..0000000 --- a/org/elpa/transpose-frame-20200307.2119/transpose-frame-autoloads.el +++ /dev/null @@ -1,59 +0,0 @@ -;;; transpose-frame-autoloads.el --- automatically extracted autoloads -;; -;;; Code: - -(add-to-list 'load-path (directory-file-name - (or (file-name-directory #$) (car load-path)))) - - -;;;### (autoloads nil "transpose-frame" "transpose-frame.el" (0 0 -;;;;;; 0 0)) -;;; Generated autoloads from transpose-frame.el - -(autoload 'transpose-frame "transpose-frame" "\ -Transpose windows arrangement at FRAME. -Omitting FRAME means currently selected frame. - -\(fn &optional FRAME)" t nil) - -(autoload 'flip-frame "transpose-frame" "\ -Flip windows arrangement vertically at FRAME. -Omitting FRAME means currently selected frame. - -\(fn &optional FRAME)" t nil) - -(autoload 'flop-frame "transpose-frame" "\ -Flop windows arrangement horizontally at FRAME. -Omitting FRAME means currently selected frame. - -\(fn &optional FRAME)" t nil) - -(autoload 'rotate-frame "transpose-frame" "\ -Rotate windows arrangement 180 degrees at FRAME. -Omitting FRAME means currently selected frame. - -\(fn &optional FRAME)" t nil) - -(autoload 'rotate-frame-clockwise "transpose-frame" "\ -Rotate windows arrangement 90 degrees clockwise at FRAME. -Omitting FRAME means currently selected frame. - -\(fn &optional FRAME)" t nil) - -(autoload 'rotate-frame-anticlockwise "transpose-frame" "\ -Rotate windows arrangement 90 degrees anti-clockwise at FRAME. -Omitting FRAME means currently selected frame. - -\(fn &optional FRAME)" t nil) - -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "transpose-frame" '("transpose-frame-"))) - -;;;*** - -;; Local Variables: -;; version-control: never -;; no-byte-compile: t -;; no-update-autoloads: t -;; coding: utf-8 -;; End: -;;; transpose-frame-autoloads.el ends here diff --git a/org/elpa/transpose-frame-20200307.2119/transpose-frame-pkg.el b/org/elpa/transpose-frame-20200307.2119/transpose-frame-pkg.el deleted file mode 100644 index fef0f96..0000000 --- a/org/elpa/transpose-frame-20200307.2119/transpose-frame-pkg.el +++ /dev/null @@ -1,2 +0,0 @@ -;;; Generated package description from transpose-frame.el -*- no-byte-compile: t -*- -(define-package "transpose-frame" "20200307.2119" "Transpose windows arrangement in a frame" 'nil :commit "12e523d70ff78cc8868097b56120848befab5dbc" :authors '(("S. Irie")) :maintainer '("S. Irie") :keywords '("window")) diff --git a/org/elpa/transpose-frame-20200307.2119/transpose-frame.el b/org/elpa/transpose-frame-20200307.2119/transpose-frame.el deleted file mode 100644 index e847cce..0000000 --- a/org/elpa/transpose-frame-20200307.2119/transpose-frame.el +++ /dev/null @@ -1,237 +0,0 @@ -;;; transpose-frame.el --- Transpose windows arrangement in a frame - -;; Copyright (c) 2011 S. Irie - -;; Author: S. Irie -;; Keywords: window -;; Package-Version: 20200307.2119 -;; Package-Commit: 12e523d70ff78cc8868097b56120848befab5dbc - -;; This program is free software. - -;; Redistribution and use in source and binary forms, with or without -;; modification, are permitted provided that the following conditions -;; are met: - -;; 1. Redistributions of source code must retain the above copyright -;; notice, this list of conditions and the following disclaimer. -;; 2. Redistributions in binary form must reproduce the above copyright -;; notice, this list of conditions and the following disclaimer in the -;; documentation and/or other materials provided with the distribution. - -;; THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS -;; "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT -;; LIMITED TO, THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR -;; A PARTICULAR PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT -;; OWNER OR CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, -;; SPECIAL, EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED -;; TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR -;; PROFITS; OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF -;; LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING -;; NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS -;; SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. - -;;; Commentary: - -;; This program provides some interactive functions which allows users -;; to transpose windows arrangement in currently selected frame: -;; -;; `transpose-frame' ... Swap x-direction and y-direction -;; -;; +------------+------------+ +----------------+--------+ -;; | | B | | A | | -;; | A +------------+ | | | -;; | | C | => +--------+-------+ D | -;; +------------+------------+ | B | C | | -;; | D | | | | | -;; +-------------------------+ +--------+-------+--------+ -;; -;; `flip-frame' ... Flip vertically -;; -;; +------------+------------+ +------------+------------+ -;; | | B | | D | -;; | A +------------+ +------------+------------+ -;; | | C | => | | C | -;; +------------+------------+ | A +------------+ -;; | D | | | B | -;; +-------------------------+ +------------+------------+ -;; -;; `flop-frame' ... Flop horizontally -;; -;; +------------+------------+ +------------+------------+ -;; | | B | | B | | -;; | A +------------+ +------------+ A | -;; | | C | => | C | | -;; +------------+------------+ +------------+------------+ -;; | D | | D | -;; +-------------------------+ +-------------------------+ -;; -;; `rotate-frame' ... Rotate 180 degrees -;; -;; +------------+------------+ +-------------------------+ -;; | | B | | D | -;; | A +------------+ +------------+------------+ -;; | | C | => | C | | -;; +------------+------------+ +------------+ A | -;; | D | | B | | -;; +-------------------------+ +------------+------------+ -;; -;; `rotate-frame-clockwise' ... Rotate 90 degrees clockwise -;; -;; +------------+------------+ +-------+-----------------+ -;; | | B | | | A | -;; | A +------------+ | | | -;; | | C | => | D +--------+--------+ -;; +------------+------------+ | | B | C | -;; | D | | | | | -;; +-------------------------+ +-------+--------+--------+ -;; -;; `rotate-frame-anticlockwise' ... Rotate 90 degrees anti-clockwise -;; -;; +------------+------------+ +--------+--------+-------+ -;; | | B | | B | C | | -;; | A +------------+ | | | | -;; | | C | => +--------+--------+ D | -;; +------------+------------+ | A | | -;; | D | | | | -;; +-------------------------+ +-----------------+-------+ -;; -;; This program is tested on GNU Emacs 22, 23. - -;;; Code: -;;; Internal functions - -(defun transpose-frame-get-arrangement (&optional frame subtree) - (let ((tree (or subtree - (car (window-tree frame))))) - (if (windowp tree) - (list (window-buffer tree) - (window-start tree) - (window-point tree) - (window-hscroll tree) - (window-margins tree) - (window-fringes tree) - (window-dedicated-p tree) - (window-redisplay-end-trigger tree) - tree - (eq tree (frame-selected-window frame))) - (let* ((vertical (car tree)) - (edges (cadr tree)) - (length (float (if vertical - (- (nth 3 edges) (cadr edges)) - (- (nth 2 edges) (car edges)))))) - (cons vertical - (mapcar (lambda (subtree) - (cons (transpose-frame-get-arrangement frame subtree) - (/ (let ((edges (if (windowp subtree) - (window-edges subtree) - (cadr subtree)))) - (if vertical - (- (nth 3 edges) (cadr edges)) - (- (nth 2 edges) (car edges)))) - length))) - (cddr tree))))))) - -(defun transpose-frame-set-arrangement (config &optional window-or-frame &rest how) - (let ((window (if (windowp window-or-frame) - window-or-frame - (frame-selected-window window-or-frame)))) - (unless (windowp window-or-frame) - (delete-other-windows window)) - (if (bufferp (car config)) - (let ((buffer (pop config))) - (set-window-buffer window buffer) - (set-window-start window (pop config)) - (set-window-point window (pop config)) - (set-window-hscroll window (pop config)) - (set-window-margins window (caar config) (cdr (pop config))) - (apply 'set-window-fringes window (pop config)) - (set-window-dedicated-p window (pop config)) - (set-window-redisplay-end-trigger window (pop config)) - (let* ((orig-window (pop config)) - (ol-func (lambda (ol) - (when (eq (overlay-get ol 'window) orig-window) - (overlay-put ol 'window window)))) - (ol-lists (with-current-buffer buffer - (overlay-lists)))) - (mapc ol-func (car ol-lists)) - (mapc ol-func (cdr ol-lists))) - (if (car config) (select-window window))) - (let* ((horizontal (if (memq 'transpose how) - (pop config) - (not (pop config)))) - (edges (window-edges window)) - (length (if horizontal - (- (nth 2 edges) (car edges)) - (- (nth 3 edges) (cadr edges))))) - (if (memq (if horizontal 'flop 'flip) how) - (setq config (reverse config))) - (while (cdr config) - (setq window (prog1 - (split-window window (round (* length (cdar config))) - horizontal) - (apply 'transpose-frame-set-arrangement - (caar config) window how)) - config (cdr config))) - (apply 'transpose-frame-set-arrangement - (caar config) window how))))) - -;;; User commands - -;;;###autoload -(defun transpose-frame (&optional frame) - "Transpose windows arrangement at FRAME. -Omitting FRAME means currently selected frame." - (interactive) - (transpose-frame-set-arrangement (transpose-frame-get-arrangement frame) frame - 'transpose) - (when (called-interactively-p 'any) (recenter))) - -;;;###autoload -(defun flip-frame (&optional frame) - "Flip windows arrangement vertically at FRAME. -Omitting FRAME means currently selected frame." - (interactive) - (transpose-frame-set-arrangement (transpose-frame-get-arrangement frame) frame - 'flip)) - -;;;###autoload -(defun flop-frame (&optional frame) - "Flop windows arrangement horizontally at FRAME. -Omitting FRAME means currently selected frame." - (interactive) - (transpose-frame-set-arrangement (transpose-frame-get-arrangement frame) frame - 'flop)) - -;;;###autoload -(defun rotate-frame (&optional frame) - "Rotate windows arrangement 180 degrees at FRAME. -Omitting FRAME means currently selected frame." - (interactive) - (transpose-frame-set-arrangement (transpose-frame-get-arrangement frame) frame - 'flip 'flop)) - -;;;###autoload -(defun rotate-frame-clockwise (&optional frame) - "Rotate windows arrangement 90 degrees clockwise at FRAME. -Omitting FRAME means currently selected frame." - (interactive) - (transpose-frame-set-arrangement (transpose-frame-get-arrangement frame) frame - 'transpose 'flop) - (when (called-interactively-p 'any) (recenter))) - -;;;###autoload -(defun rotate-frame-anticlockwise (&optional frame) - "Rotate windows arrangement 90 degrees anti-clockwise at FRAME. -Omitting FRAME means currently selected frame." - (interactive) - (transpose-frame-set-arrangement (transpose-frame-get-arrangement frame) frame - 'transpose 'flip) - (when (called-interactively-p 'any) (recenter))) - -;;; _ -;; Local Variables: -;; indent-tabs-mode: nil -;; End: -(provide 'transpose-frame) -;;; transpose-frame.el ends here diff --git a/org/elpa/transpose-frame-20200307.2119/transpose-frame.elc b/org/elpa/transpose-frame-20200307.2119/transpose-frame.elc deleted file mode 100644 index 6e062f4..0000000 Binary files a/org/elpa/transpose-frame-20200307.2119/transpose-frame.elc and /dev/null differ diff --git a/org/elpa/use-package-20210207.1926/use-package-autoloads.el b/org/elpa/use-package-20210207.1926/use-package-autoloads.el index d5afb09..d59e129 100644 --- a/org/elpa/use-package-20210207.1926/use-package-autoloads.el +++ b/org/elpa/use-package-20210207.1926/use-package-autoloads.el @@ -1,4 +1,4 @@ -;;; use-package-autoloads.el --- automatically extracted autoloads +;;; use-package-autoloads.el --- automatically extracted autoloads -*- lexical-binding: t -*- ;; ;;; Code: @@ -56,7 +56,7 @@ deferred until the prefix key sequence is pressed. \(fn NAME KEYWORD ARG REST STATE)" nil nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-bind-key" '("use-package-handler/:bind*"))) +(register-definition-prefixes "use-package-bind-key" '("use-package-handler/:bind*")) ;;;*** @@ -128,7 +128,7 @@ this file. Usage: (function-put 'use-package 'lisp-indent-function '1) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-core" '("use-package-"))) +(register-definition-prefixes "use-package-core" '("use-package-")) ;;;*** @@ -146,7 +146,7 @@ Normalize arguments to delight. \(fn NAME KEYWORD ARGS REST STATE)" nil nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-delight" '("use-package-normalize-delight"))) +(register-definition-prefixes "use-package-delight" '("use-package-normalize-delight")) ;;;*** @@ -164,7 +164,7 @@ Normalize arguments to delight. \(fn NAME KEYWORD ARG REST STATE)" nil nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-diminish" '("use-package-normalize-diminish"))) +(register-definition-prefixes "use-package-diminish" '("use-package-normalize-diminish")) ;;;*** @@ -182,7 +182,7 @@ Normalize arguments to delight. \(fn NAME KEYWORD ENSURE REST STATE)" nil nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-ensure" '("use-package-"))) +(register-definition-prefixes "use-package-ensure" '("use-package-")) ;;;*** @@ -199,7 +199,7 @@ instead. \(fn PACKAGE)" t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-jump" '("use-package-find-require"))) +(register-definition-prefixes "use-package-jump" '("use-package-find-require")) ;;;*** @@ -212,7 +212,7 @@ Check for errors in use-package declarations. For example, if the module's `:if' condition is met, but even with the specified `:load-path' the module cannot be found." t nil) -(if (fboundp 'register-definition-prefixes) (register-definition-prefixes "use-package-lint" '("use-package-lint-declaration"))) +(register-definition-prefixes "use-package-lint" '("use-package-lint-declaration")) ;;;*** diff --git a/org/elpa/use-package-20210207.1926/use-package-bind-key.elc b/org/elpa/use-package-20210207.1926/use-package-bind-key.elc index d70c79d..f0e0208 100644 Binary files a/org/elpa/use-package-20210207.1926/use-package-bind-key.elc and b/org/elpa/use-package-20210207.1926/use-package-bind-key.elc differ diff --git a/org/elpa/use-package-20210207.1926/use-package-core.elc b/org/elpa/use-package-20210207.1926/use-package-core.elc index 53b4146..4342290 100644 Binary files a/org/elpa/use-package-20210207.1926/use-package-core.elc and b/org/elpa/use-package-20210207.1926/use-package-core.elc differ diff --git a/org/elpa/use-package-20210207.1926/use-package-delight.elc b/org/elpa/use-package-20210207.1926/use-package-delight.elc index 4beefd5..0c9c5bb 100644 Binary files a/org/elpa/use-package-20210207.1926/use-package-delight.elc and b/org/elpa/use-package-20210207.1926/use-package-delight.elc differ diff --git a/org/elpa/use-package-20210207.1926/use-package-diminish.elc b/org/elpa/use-package-20210207.1926/use-package-diminish.elc index 27c5e1a..f90e875 100644 Binary files a/org/elpa/use-package-20210207.1926/use-package-diminish.elc and b/org/elpa/use-package-20210207.1926/use-package-diminish.elc differ diff --git a/org/elpa/use-package-20210207.1926/use-package-ensure.elc b/org/elpa/use-package-20210207.1926/use-package-ensure.elc index 0db6d4b..54005c6 100644 Binary files a/org/elpa/use-package-20210207.1926/use-package-ensure.elc and b/org/elpa/use-package-20210207.1926/use-package-ensure.elc differ diff --git a/org/elpa/use-package-20210207.1926/use-package-jump.elc b/org/elpa/use-package-20210207.1926/use-package-jump.elc index d45e0e9..a2d8ede 100644 Binary files a/org/elpa/use-package-20210207.1926/use-package-jump.elc and b/org/elpa/use-package-20210207.1926/use-package-jump.elc differ diff --git a/org/elpa/use-package-20210207.1926/use-package-lint.elc b/org/elpa/use-package-20210207.1926/use-package-lint.elc index d0134bf..edcdb5d 100644 Binary files a/org/elpa/use-package-20210207.1926/use-package-lint.elc and b/org/elpa/use-package-20210207.1926/use-package-lint.elc differ diff --git a/org/elpa/use-package-20210207.1926/use-package.elc b/org/elpa/use-package-20210207.1926/use-package.elc index a231943..3e80e25 100644 Binary files a/org/elpa/use-package-20210207.1926/use-package.elc and b/org/elpa/use-package-20210207.1926/use-package.elc differ diff --git a/org/network-security.data b/org/network-security.data deleted file mode 100644 index 7cd816e..0000000 --- a/org/network-security.data +++ /dev/null @@ -1,4 +0,0 @@ -( - (:id "sha1:85b31c268009209a8d3c5387033b219264f7e62b" :fingerprints ("sha1:e1:ca:67:6d:b8:5a:eb:b0:c3:80:6f:c9:80:af:4e:d1:ab:73:57:13") :host "melpa.org:443" :conditions (:expired :invalid :verify-cert)) - (:id "sha1:6d4eb958390599243ba9f5035cb671fa8dd6a93a" :fingerprints ("sha1:20:5d:a0:22:12:af:6f:9e:24:12:6c:3c:88:b4:97:b1:f0:19:9c:65") :host "elpa.gnu.org:443" :conditions (:expired :invalid :verify-cert)) -) diff --git a/org/persp-confs/persp-auto-save b/org/persp-confs/persp-auto-save index 172d962..bc33bab 100644 --- a/org/persp-confs/persp-auto-save +++ b/org/persp-confs/persp-auto-save @@ -22,17 +22,17 @@ vc (pixel-width . 837) (pixel-height . 700) - (total-width . 83) + (total-width . 84) (total-height . 35) (normal-height . 1.0) (normal-width . 1.0) (combination-limit) (leaf (pixel-width . 837) - (pixel-height . 300) - (total-width . 83) + (pixel-height . 309) + (total-width . 84) (total-height . 15) - (normal-height . 0.4411764705882353) + (normal-height . 0.4414285714285714) (normal-width . 1.0) (buffer "*Org Agenda*" (selected) @@ -49,10 +49,10 @@ (leaf (last . t) (pixel-width . 837) - (pixel-height . 400) - (total-width . 83) + (pixel-height . 391) + (total-width . 84) (total-height . 20) - (normal-height . 0.5588235294117647) + (normal-height . 0.5585714285714286) (normal-width . 1.0) (buffer "_index.org" (selected . t) @@ -62,7 +62,7 @@ (scroll-bars nil 3 t nil 0 t nil) (vscroll . 0) (dedicated) - (point . 1) + (point . 13749) (start . 1)) (prev-buffers ("_todo.org" 1 1) diff --git a/org/persp-confs/persp-auto-save1 b/org/persp-confs/persp-auto-save1 index 960db1e..f383561 100644 --- a/org/persp-confs/persp-auto-save1 +++ b/org/persp-confs/persp-auto-save1 @@ -1,43 +1,72 @@ ;; -*- mode: emacs-lisp; eval: (progn (pp-buffer) (indent-buffer)) -*- ((def-persp nil - ((def-buffer "_todo.org" "c:/Users/mcros/Nextcloud/org/_todo.org" org-mode) - (def-buffer "_index.org" "c:/Users/mcros/Nextcloud/org/_index.org" org-mode) + ((def-buffer "_index.org" "c:/Users/mcros/Nextcloud/org/_index.org" org-mode) + (def-buffer "_todo.org" "c:/Users/mcros/Nextcloud/org/_todo.org" org-mode) (def-buffer "_index_phone.org" "c:/Users/mcros/Nextcloud/org/_index_phone.org" org-mode) (def-buffer "_health.org" "c:/Users/mcros/Nextcloud/org/health/_health.org" org-mode) (def-buffer "health_houdini.org" "c:/Users/mcros/Nextcloud/org/health/health_houdini.org" org-mode) (def-buffer "health_mike.org" "c:/Users/mcros/Nextcloud/org/health/health_mike.org" org-mode)) (def-wconf - (((min-height . 4) + (((min-height . 8) (min-width . 10) - (min-height-ignore . 3) + (min-height-ignore . 6) (min-width-ignore . 6) - (min-height-safe . 1) + (min-height-safe . 2) (min-width-safe . 2) - (min-pixel-height . 80) + (min-pixel-height . 160) (min-pixel-width . 100) - (min-pixel-height-ignore . 60) + (min-pixel-height-ignore . 120) (min-pixel-width-ignore . 60) - (min-pixel-height-safe . 20) + (min-pixel-height-safe . 40) (min-pixel-width-safe . 20)) - leaf - (pixel-width . 837) - (pixel-height . 700) - (total-width . 83) - (total-height . 35) + vc + (pixel-width . 1262) + (pixel-height . 1262) + (total-width . 126) + (total-height . 63) (normal-height . 1.0) (normal-width . 1.0) - (buffer "_todo.org" - (selected . t) - (hscroll . 0) - (fringes 8 8 nil nil) - (margins nil) - (scroll-bars nil 3 t nil 0 t nil) - (vscroll . 0) - (dedicated) - (point . 1) - (start . 1)) - (prev-buffers - ("*Org Agenda*" 1 1142) - ("*scratch*" 1 1)))) + (combination-limit) + (leaf + (pixel-width . 1262) + (pixel-height . 557) + (total-width . 126) + (total-height . 28) + (normal-height . 0.44136291600633915) + (normal-width . 1.0) + (buffer "*Org Agenda*" + (selected) + (hscroll . 0) + (fringes 8 8 nil nil) + (margins nil) + (scroll-bars nil 3 t nil 0 t nil) + (vscroll . 0) + (dedicated . "t") + (point . 1) + (start . 1)) + (prev-buffers + ("*scratch*" 1 1))) + (leaf + (last . t) + (pixel-width . 1262) + (pixel-height . 705) + (total-width . 126) + (total-height . 35) + (normal-height . 0.5586370839936609) + (normal-width . 1.0) + (buffer "_index.org" + (selected . t) + (hscroll . 0) + (fringes 8 8 nil nil) + (margins nil) + (scroll-bars nil 3 t nil 0 t nil) + (vscroll . 0) + (dedicated) + (point . 5580) + (start . 5305)) + (prev-buffers + ("_todo.org" 1 1) + ("_index_phone.org" 1 1) + ("*Org Agenda*" 1 1))))) (def-params nil) t nil nil)) diff --git a/org/persp-confs/persp-auto-save2 b/org/persp-confs/persp-auto-save2 index b2946b6..172d962 100644 --- a/org/persp-confs/persp-auto-save2 +++ b/org/persp-confs/persp-auto-save2 @@ -7,37 +7,66 @@ (def-buffer "health_houdini.org" "c:/Users/mcros/Nextcloud/org/health/health_houdini.org" org-mode) (def-buffer "health_mike.org" "c:/Users/mcros/Nextcloud/org/health/health_mike.org" org-mode)) (def-wconf - (((min-height . 4) + (((min-height . 8) (min-width . 10) - (min-height-ignore . 3) + (min-height-ignore . 6) (min-width-ignore . 6) - (min-height-safe . 1) + (min-height-safe . 2) (min-width-safe . 2) - (min-pixel-height . 80) + (min-pixel-height . 160) (min-pixel-width . 100) - (min-pixel-height-ignore . 60) + (min-pixel-height-ignore . 120) (min-pixel-width-ignore . 60) - (min-pixel-height-safe . 20) + (min-pixel-height-safe . 40) (min-pixel-width-safe . 20)) - leaf - (pixel-width . 1262) - (pixel-height . 1262) - (total-width . 126) - (total-height . 63) + vc + (pixel-width . 837) + (pixel-height . 700) + (total-width . 83) + (total-height . 35) (normal-height . 1.0) (normal-width . 1.0) - (buffer "*Org Agenda*" - (selected . t) - (hscroll . 0) - (fringes 8 8 nil nil) - (margins nil) - (scroll-bars nil 3 t nil 0 t nil) - (vscroll . 0) - (dedicated) - (point . 1142) - (start . 1)) - (prev-buffers - ("*Org Agenda*" 1 1142) - ("*scratch*" 1 1)))) + (combination-limit) + (leaf + (pixel-width . 837) + (pixel-height . 300) + (total-width . 83) + (total-height . 15) + (normal-height . 0.4411764705882353) + (normal-width . 1.0) + (buffer "*Org Agenda*" + (selected) + (hscroll . 0) + (fringes 8 8 nil nil) + (margins nil) + (scroll-bars nil 3 t nil 0 t nil) + (vscroll . 0) + (dedicated . "t") + (point . 1) + (start . 1)) + (prev-buffers + ("*scratch*" 1 1))) + (leaf + (last . t) + (pixel-width . 837) + (pixel-height . 400) + (total-width . 83) + (total-height . 20) + (normal-height . 0.5588235294117647) + (normal-width . 1.0) + (buffer "_index.org" + (selected . t) + (hscroll . 0) + (fringes 8 8 nil nil) + (margins nil) + (scroll-bars nil 3 t nil 0 t nil) + (vscroll . 0) + (dedicated) + (point . 1) + (start . 1)) + (prev-buffers + ("_todo.org" 1 1) + ("_index_phone.org" 1 1) + ("*Org Agenda*" 1 1))))) (def-params nil) t nil nil)) diff --git a/org/persp-confs/persp-auto-save3 b/org/persp-confs/persp-auto-save3 index 45f292f..960db1e 100644 --- a/org/persp-confs/persp-auto-save3 +++ b/org/persp-confs/persp-auto-save3 @@ -1,7 +1,7 @@ ;; -*- mode: emacs-lisp; eval: (progn (pp-buffer) (indent-buffer)) -*- ((def-persp nil - ((def-buffer "_index.org" "c:/Users/mcros/Nextcloud/org/_index.org" org-mode) - (def-buffer "_todo.org" "c:/Users/mcros/Nextcloud/org/_todo.org" org-mode) + ((def-buffer "_todo.org" "c:/Users/mcros/Nextcloud/org/_todo.org" org-mode) + (def-buffer "_index.org" "c:/Users/mcros/Nextcloud/org/_index.org" org-mode) (def-buffer "_index_phone.org" "c:/Users/mcros/Nextcloud/org/_index_phone.org" org-mode) (def-buffer "_health.org" "c:/Users/mcros/Nextcloud/org/health/_health.org" org-mode) (def-buffer "health_houdini.org" "c:/Users/mcros/Nextcloud/org/health/health_houdini.org" org-mode) @@ -20,13 +20,13 @@ (min-pixel-height-safe . 20) (min-pixel-width-safe . 20)) leaf - (pixel-width . 1262) - (pixel-height . 1262) - (total-width . 126) - (total-height . 63) + (pixel-width . 837) + (pixel-height . 700) + (total-width . 83) + (total-height . 35) (normal-height . 1.0) (normal-width . 1.0) - (buffer "*Messages*" + (buffer "_todo.org" (selected . t) (hscroll . 0) (fringes 8 8 nil nil) @@ -34,7 +34,7 @@ (scroll-bars nil 3 t nil 0 t nil) (vscroll . 0) (dedicated) - (point . 521) + (point . 1) (start . 1)) (prev-buffers ("*Org Agenda*" 1 1142)