doomemacs/lisp
Henrik Lissner 5852b2ecf5
fix(cli): properly overwrite last line of output
Before this, text that extended past the new line's length would
persist, causing garbled output like this:

  > Ensuring packages are installed and built...
    > Updating recipe repos...
    > Cloning org-appear...r emacsmirror-mirror...
    - No packages need attention

Which might lead you to believe org-appear is being cloned from
emacsmirror-mirror, but the full output is actually:

  > Ensuring packages are installed and built...
    > Updating recipe repos...
      > Updating recipes for melpa...
      > Updating recipes for nongnu-elpa...
      > Updating recipes for gnu-elpa-mirror...
      > Updating recipes for el-get...
      > Updating recipes for emacsmirror-mirror...
    > Cloning org-appear...
    - No packages need attention
2024-07-26 04:46:54 -04:00
..
cli fix(cli): properly overwrite last line of output 2024-07-26 04:46:54 -04:00
lib fix(cli): properly overwrite last line of output 2024-07-26 04:46:54 -04:00
demos.org refactor!(vc-gutter): drop git-gutter for diff-hl 2024-06-22 18:14:04 -04:00
doom-cli.el nit: revise site-lisp comments 2024-07-13 19:38:16 -04:00
doom-editor.el refactor(lib): don't use smartparens' API 2024-07-09 20:55:29 -04:00
doom-keybinds.el refactor!(vc-gutter): drop git-gutter for diff-hl 2024-06-22 18:14:04 -04:00
doom-lib.el refactor!(vc-gutter): drop git-gutter for diff-hl 2024-06-22 18:14:04 -04:00
doom-modules.el fix: 'doom sync' generates autoload files for symbolic link files 2024-06-21 17:52:45 -04:00
doom-packages.el docs: minor docstring revisions 2024-07-18 22:38:59 -04:00
doom-profiles.el fix: ensure load-path et co are set on doom/reload 2024-03-26 22:25:29 -04:00
doom-projects.el tweak: move project-list-file to profile data dir 2024-03-24 18:03:13 -04:00
doom-start.el perf: suppress local-vars hooks in temp buffers 2024-07-09 20:56:35 -04:00
doom-ui.el fix: kill-current-buffer: respect kill-buffer-query-functions 2024-07-11 15:22:12 -04:00
doom.el nit: revise site-lisp comments 2024-07-13 19:38:16 -04:00
init.el fix: add :depth field to modules 2022-09-24 18:46:21 +02:00
packages.el bump: :core 2024-07-11 14:19:54 -04:00