diff options
| author | Craig Jennings <c@cjennings.net> | 2024-05-05 09:23:58 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2024-05-05 09:34:19 -0500 |
| commit | 4566ec69d269ecba8d9386a131b932ee5244aa8e (patch) | |
| tree | fa00edae4ba8c93eee7861fa795052511d4e0f29 /.localrepo | |
| parent | 5f19638abc20eb24511a4129df2be09e1554591c (diff) | |
| download | dotemacs-4566ec69d269ecba8d9386a131b932ee5244aa8e.tar.gz dotemacs-4566ec69d269ecba8d9386a131b932ee5244aa8e.zip | |
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
Diffstat (limited to '.localrepo')
| -rw-r--r-- | .localrepo/archive-contents | 3 | ||||
| -rw-r--r-- | .localrepo/libmpdel-20230816.839.tar | bin | 0 -> 61440 bytes | |||
| -rw-r--r-- | .localrepo/mpdel-20230903.915.tar | bin | 0 -> 51200 bytes | |||
| -rw-r--r-- | .localrepo/navigel-20230903.835.tar | bin | 0 -> 30720 bytes |
4 files changed, 3 insertions, 0 deletions
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 Binary files differnew file mode 100644 index 00000000..7c6f93cb --- /dev/null +++ b/.localrepo/libmpdel-20230816.839.tar diff --git a/.localrepo/mpdel-20230903.915.tar b/.localrepo/mpdel-20230903.915.tar Binary files differnew file mode 100644 index 00000000..061c5758 --- /dev/null +++ b/.localrepo/mpdel-20230903.915.tar diff --git a/.localrepo/navigel-20230903.835.tar b/.localrepo/navigel-20230903.835.tar Binary files differnew file mode 100644 index 00000000..2c986485 --- /dev/null +++ b/.localrepo/navigel-20230903.835.tar |
