Doom-Child

Results 4 issues of Doom-Child

When writing a table using a column that should be centered (with the header ":-:"), pressing `TAB` does not center cells under this heading. Left and right justification work as...

When I'm editing (for example) Node code, I often want to complete a file path (for an import, for example), but I don't want the `.js` or `.json` extension to...

wishlist
question

I've tried this on emacs 28.2 (both from homebrew and emacsforosx.com) and 30.0.50 (from homebrew). Doing the following: ``` (require 'popup) (popup-tip "Blah") ``` results in the following error: ```...

This PR fixes problems I encountered when my installation of `popup.el` was upgraded ([commit](https://github.com/auto-complete/popup-el/commit/4036e5590a842390b12919473cb71654cae28783), `popup.el` changed to lexical scoping, which broke several things). It removes the `popup-kill-ring-kill-ring-show-func` functionality because I...