Since it’s no big deal for Linux users to use xwidget-webkit browser inside Emacs, it’s something that Emacs users on macOS has dreamed about for a really long time. Now that it’s possible for us as well. You can just install the latest HEAD version of emacs with brew, with a note: The official emacsContinue reading “A browser in your Emacs (macOS)”
Author Archives: Huy Trần
A modified Kiwi theme for IntelliJ
Apparently I have no idea what’s I’m doing… https://www.dropbox.com/sh/rbuhbeo6pmtdsu5/AABp3OdTtmaWHdXW-CWIDxE6a?dl=0
Being lazy turned out to be good
Taking a break when you’re stucking with a tough problem, and find something else to improve instead.
A minimal but useful mode-line
I’ve been using doom-modeline for a while, it was great but I still want it more simpler. So I rolled my own mode-line.
Implementing firmware level key lock
One of the features of TMK/QMK firmware is the KC_LOCK key, when you hold a key, and press KC_LOCK, that key become persistent even if you release it. Just like the caps lock key.
Packing two bytes into an integer
I’m working on building a 40% keyboard which has a 12×4 layout, and the firmware for now just need to support one key at a time…
Use unicode symbol to display org-mode checkboxes
With the help of prettify-symbols-mode, you can make your Emacs displaying org-mode checkboxes as a real Unicode symbols, instead of a boring text.
Buffer-specific background color in Emacs
Give you Emacs a more fancy look by adding a buffer specific background color.
Migrating from ZSH to Fish
One of the main reason I switched from ZSH to Fish is the ability of highlighting command output and the relative small autocomplete, which don’t lag your computer down when you have a few hundreds results like zsh.
Load light or dark theme based on time of the day
I have to work in a dark room sometimes during the night, so I have the screen brightness set to nearly zero. And it’s a PITA to see what on the screen with a dark color scheme such as tomorrow-night. Time like this, the light scheme is way better, I find that solarized-light is one of the best.