From 4566ec69d269ecba8d9386a131b932ee5244aa8e Mon Sep 17 00:00:00 2001 From: Craig Jennings Date: Sun, 5 May 2024 09:23:58 -0500 Subject: enhancements, functions, tests, and misc enhancements - move accent-company to C-` and ensure it's on for org mode - re-enable narrow-to-region - turn on network repos by default - remove setq in company's use-package custom clause - increase company delay to .7 secs - recipe templates should have visibility show all - move video recordings code to separate module - move geiser-guile to prog-lisp functions - improve cj/reformat-region-or-buffer via restriction - improvements to test-format-region - adding tests for clear-blank-lines - Add prepend-lines and replace-fraction-glyphs functions - add cj/clear-blank-lines function - create cj/load-all-tests utility function tests - add keybinding for ert-run-tests-interactively - ensure ert libraries are available to load-all-tests - remove running the tests when evaluating the buffer - fix clear-blank-lines and adding better tests misc - updated packages - adding the luddite blog to elfeed - more abbrevs --- .localrepo/archive-contents | 3 +++ .localrepo/libmpdel-20230816.839.tar | Bin 0 -> 61440 bytes .localrepo/mpdel-20230903.915.tar | Bin 0 -> 51200 bytes .localrepo/navigel-20230903.835.tar | Bin 0 -> 30720 bytes 4 files changed, 3 insertions(+) create mode 100644 .localrepo/libmpdel-20230816.839.tar create mode 100644 .localrepo/mpdel-20230903.915.tar create mode 100644 .localrepo/navigel-20230903.835.tar (limited to '.localrepo') diff --git a/.localrepo/archive-contents b/.localrepo/archive-contents index 9dfce7e3..114f54ee 100644 --- a/.localrepo/archive-contents +++ b/.localrepo/archive-contents @@ -87,6 +87,7 @@ (kv . [(20140108 1534) nil "key/value data structure functions" tar]) (ledger-mode . [(20240423 445) ((emacs (25 1))) "Helper code for use with the ledger command-line tool" tar]) (leetcode . [(20230524 1851) ((emacs (26 1)) (dash (2 16 0)) (graphql (0 1 1)) (spinner (1 7 3)) (aio (1 0)) (log4e (0 3 3))) "An leetcode client" tar]) + (libmpdel . [(20230816 839) ((emacs (25 1))) "Communication with an MPD server" tar]) (ligature . [(20220808 1225) ((emacs (28))) "Display typographical ligatures in major modes" tar]) (log4e . [(20240123 1313) nil "provide logging framework for elisp" tar]) (lsp-mode . [(20240422 334) ((emacs (27 1)) (dash (2 18 0)) (f (0 20 0)) (ht (2 3)) (spinner (1 7 3)) (markdown-mode (2 3)) (lv (0)) (eldoc (1 11))) "LSP mode" tar]) @@ -100,6 +101,8 @@ (markdown-mode . [(2 6) ((emacs (27 1))) "Major mode for Markdown-formatted text" tar]) (mood-line . [(20231210 1309) ((emacs (26 1))) "A minimal mode line inspired by doom-modeline" tar]) (move-text . [(20231204 1514) nil "Move current line or region with Mdown." tar]) + (mpdel . [(20230903 915) ((emacs (25 1)) (libmpdel (1 2 0)) (navigel (0 7 0))) "Play and control your MPD music" tar]) + (navigel . [(20230903 835) ((emacs (25 1)) (tablist (1 0))) "Facilitate the creation of tabulated-list based UIs" tar]) (nerd-icons . [(20240412 1831) ((emacs (24 3))) "Emacs Nerd Font Icons Library" tar]) (nerd-icons-ibuffer . [(20230417 1549) ((emacs (24 3)) (nerd-icons (0 0 1))) "Display nerd icons in ibuffer" tar]) (nov . [(20240407 1219) ((esxml (0 3 6)) (emacs (25 1))) "Featureful EPUB reader mode" tar]) diff --git a/.localrepo/libmpdel-20230816.839.tar b/.localrepo/libmpdel-20230816.839.tar new file mode 100644 index 00000000..7c6f93cb Binary files /dev/null and b/.localrepo/libmpdel-20230816.839.tar differ diff --git a/.localrepo/mpdel-20230903.915.tar b/.localrepo/mpdel-20230903.915.tar new file mode 100644 index 00000000..061c5758 Binary files /dev/null and b/.localrepo/mpdel-20230903.915.tar differ diff --git a/.localrepo/navigel-20230903.835.tar b/.localrepo/navigel-20230903.835.tar new file mode 100644 index 00000000..2c986485 Binary files /dev/null and b/.localrepo/navigel-20230903.835.tar differ -- cgit v1.2.3