Misaka
Misaka
What I want to mention is that an end user is unlikely to use multiple telegram clients in one computer at one same time. So when using clients like telega.el,...
For 1 and 2, I tested and just works well. BTW, `variable-pitch-mode` is kind of `buffer-face-mode`. For 3, it does have some problem. When `text-scale-mode` is increasing, the space calculating...
~~It seemed that only if I change the `sideline--str-len` to this:~~ ```elisp (defun sideline--str-len (str) "Calculate STR length." (length str)) ``` ~~Then all things works for me?~~ Sorry, I forget...
I finally fixed the space calculation by using `(window-font-width)` instead of `(frame-char-width)` in `sideline--str-len` Test Result: @jcs090218 Could can have a check with my new commit?
Sorry I find out that the left align fix is done by your https://github.com/emacs-sideline/sideline/commit/c1729b2b9d2ca6b37bf605ca2271e570f30316f0 Simply replace the `sideline--str-len` with `length` is enough. Test Result: Works better than `(window-font-width)`solution. @jcs090218 Should...
> Does the latest commit works for you? See [a462618](https://github.com/emacs-sideline/sideline/commit/a4626181434534385fbb199fa17d606f89e86e7c). 🤔 Yes, as long as we respect the `face-remapping-alist` then it should works! Thanks for the quick fix, I will...
If turn on `org-indent-mode` after `valign-mode` is on, this error shows up: ```elisp Debugger entered--Lisp error: (valign-parse-error "Missing the right bar (|)") signal(valign-parse-error ("Missing the right bar (|)")) valign-table-1() valign-table-maybe(nil...
After turning off line numbers via `doom/toggle-line-numbers`, this error disappeared. Everything looks nice, thanks!
With emacs 29+, it easy to get it by starting emacs with `emacs --init-directory=/path/to/meomacs`
定期巡检你的 meow 的配置 怕错过什么新功能(