Petter S. Storvik

Results 11 comments of Petter S. Storvik

Thank you all for pointing me in the right direction. Managed to build my project using the helper function `mk-deps-cache`. However I'm not using `node2nix`, but settled on [nix-npm-buildpackage](https://github.com/serokell/nix-npm-buildpackage). You...

Thank you @yyoncho seems to be working perfectly now! Not sure if this issue should be closed or if you want to keep it open?

Sorry for the late reply. This is how I got around it ``` (defun first-graphical-frame-hook-function () (remove-hook 'focus-in-hook #'first-graphical-frame-hook-function) (provide 'my-gui)) (add-hook 'focus-in-hook #'first-graphical-frame-hook-function) (with-eval-after-load 'my-gui (setq svg-lib-style-default (svg-lib-style-compute-default))) ```...

I'm starting Emacs as a systemd service, that's why no frame is created.

Thank you for the detailed answer! I actually thought about doing the Colemak-DH mapping in Kanata entirely. When first starting with Colemak I found Kanata to be the best approach,...

I've set up kanata similar to @br-lemes. System is now set to US international. This gives me access to æøå using AltGr combinations and unlike norwegian qwerty, mappings of special...

I haven't used this package for a while, but as I recently added it to my config again I poked around a little more. While the workaround above works it's...

Unfortunately not. Seems like `INHERIT` could be used in order to avoid getting 'unspecified', but not sure how.

@rougier seems like people keeps hitting this so if it could be solved within the package itself it probably would be best. But I'm not sure how to do it....

Sorry for the late reply, but I haven't been using svg-lib / svg-tag-mode in favor for org-mode. Lately I have tried to include svg-tag-mode into my emacs dashboard. Seems like...