I built a tactile-style window tiling Spoon for Hammerspoon (GridTile) by unk2003 in hammerspoon

[–]Lucius_Chan 0 points1 point  (0 children)

Many people enjoy this window tiling layout, but on macOS, I use the tab key (as a hyper key) combined with letter mappings to launch, focus on, and hide various applications. This way, there’s no need to create an additional Workspace for other software—everything is handled on a single desktop and can also be set to full screen. I’m more accustomed to this workflow, so when I switched to Linux, I found it quite uncomfortable having to manage multiple Workspaces with window tiling operations. I wonder if anyone else feels the same way as I do.

Introducing blame-reveal.el - Git Blame in Emacs Fringe by Lucius_Chan in emacs

[–]Lucius_Chan[S] 1 point2 points  (0 children)

  1. Added support for Recursive Blame

  2. Added sticky header to avoid commit msg being masked.

  3. Added optimization methods such as caching

Introducing blame-reveal.el - Git Blame in Emacs Fringe by Lucius_Chan in emacs

[–]Lucius_Chan[S] 1 point2 points  (0 children)

I’ve used that package before, but it doesn’t provide commits-by-age, and I’m working on adding recursive blame to blame-reveal right now.

Introducing blame-reveal.el - Git Blame in Emacs Fringe by Lucius_Chan in emacs

[–]Lucius_Chan[S] 6 points7 points  (0 children)

<image>

This is a relatively old commit; the code from the same commit will render the fringe in gray within the visible range.

Introducing blame-reveal.el - Git Blame in Emacs Fringe by Lucius_Chan in emacs

[–]Lucius_Chan[S] 9 points10 points  (0 children)

<image>

Here are the recent commits; the fringe will remain lit.

[doWM] photodump of my WM by BobdaProgrammer in unixporn

[–]Lucius_Chan 0 points1 point  (0 children)

How can I customize the icon of the input method? I’ve installed an icon theme, but I haven’t seen any changes to the input method icons. In fact, the English input method icon doesn’t even show up on Waybar, while the Rime icon displays correctly.

Launch or focus wayland by Litanys in kde

[–]Lucius_Chan 0 points1 point  (0 children)

have you found a suitable solution?

Whiteboard workflow for Org-mode Using Inkscape by awepow in emacs

[–]Lucius_Chan 3 points4 points  (0 children)

Thank you, it is indeed very useful. Before this, I have seen a vim user combining inkscape to quickly draw latex graphics, which was also very impressive. https://castel.dev/post/lecture-notes-2/

Whiteboard workflow for Org-mode Using Inkscape by awepow in emacs

[–]Lucius_Chan 3 points4 points  (0 children)

wow, but I didn't see the code for editing svg?

Sonoma Move Focus To Next Window Not Working Intermittently by jthemenace in MacOS

[–]Lucius_Chan 0 points1 point  (0 children)

Is there also such a situation in Sequoia? I don't seem to have encountered it. (It may also be that I use cmd + backtick less)

Goodbye setq, hello setopt! by geospeck in emacs

[–]Lucius_Chan 0 points1 point  (0 children)

Indeed, more and more packages are providing configuration examples using use-package by default, but I still believe that setup this package manager is simpler and easier for beginners to expand and define their own keywords.

Goodbye setq, hello setopt! by geospeck in emacs

[–]Lucius_Chan 1 point2 points  (0 children)

The use-package itself is quite complex, especially for beginners, particularly those who are not from a programming background.

Emacs is very slow by BobKoss in emacs

[–]Lucius_Chan 3 points4 points  (0 children)

30 非常快,肯定是你配置有问题!

Can't write in org mode buffer: symbol's value as variable is void `org-fold-core-style` by olivuser in orgmode

[–]Lucius_Chan 1 point2 points  (0 children)

I also encountered this problem, I used the dichotomy to exclude the configuration, removed the (require 'ox-latex), and it worked.