~northyear/dotemacs

v0.9 a month ago .tar.gz browse log

chore(straight): update lockfile.

v0.8.6 4 months ago .tar.gz browse log

config(aichat): don't wrap the config by `use-package.

v0.8.5 5 months ago .tar.gz browse log

doc(README): update welcome screen showcase.

v0.8.4 5 months ago .tar.gz browse log

config(company): update nerd icons.

v0.8.3 5 months ago .tar.gz browse log

config(citre): dont't use `M-]` and `M-]` in keybindings.

See commit d76ce35 for the same rationale.

v0.8.2 5 months ago .tar.gz browse log

feat(evil): Improve folding support for `evil`.

The `evil-vimish-mode` function will take precedence over
`hs-minor-mode` from `hideshow` as the primary interface for
`evil-fold-list`. Since `hideshow` is an excellent built-in package
with good default folding options for many modes, this commit has
disabled `evil-vimish-mode` by default and instead prioritizes the
folding method from `hs-minor-mode`.

v0.8.1 5 months ago .tar.gz browse log

chore(straight): update lockfile.

v0.8 6 months ago .tar.gz browse log

doc(README): update project TODOs.

v0.7.4 6 months ago .tar.gz browse log

fix(copilot): use `M->` instead of `M-]` for next suggestion.

In tty emacs, bind `M-]` and `M-[` to a command may cause weird
behavior such that when scrolling the screen with touchpad, the buffer
will be filled with weird control sequence characters.  This is
because the key sequence of special keys like `<f5>` to `<f12>` are
prefixed with `ESC [` which is exactly the key sequence of `M-[`. Thus
bind `M->` and `M-<` instead of `M-]` and `M-]`. Vanilla emacs user
may highly rely on `M-<` and `M->` to nagivate between the beginning
and end of the buffer. But I use evil, so I am a `gg` and `G` man.

See discussion here:
https://emacs.stackexchange.com/questions/68703/m-causes-emacs-to-print-weird-possibly-escape-sequences.

v0.7.3 6 months ago .tar.gz browse log

chore(straight): update lockfile.
1 / 3