Jeff Bowman
Jeff Bowman
To add to this, I tried to use `with-emacs.sh` to test some crafted-emacs configurations, however, that project makes heavy use of the `early-init.el` file to bootstrap a packaging system and...
Thanks @hoelzro !! I did download and try the package, it didn't work, but for a different reason. I use Arch Linux, which packages the awesome windowmanager with a dependency...
omigosh! Okay, so after that last post, I did some more digging and I have it working now. Here is the recipe: Packages needed in Arch Linux: * lua53-dkjson *...
Thanks for the tip with `pcall`! I've updated my version with your suggestion. I ran `make` in the `obvious` directory, it compiled `native.so` but it doesn't seem to be recognized....
@vonpupp you might need to `git pull` again as there have been changes related to that on this issue. Looking at the code here, line 53 in lib/mpd/init.lua is a...
@vonpupp same here, pretty much everything related to my awesomewm setup is from packages in the main repo (as opposed to AUR). However, see my list of packages from above,...
You could try calling `disable-theme` before loading your theme. example: ```emacs-lisp (disable-theme 'deeper-blue) (load-theme 'ym-base16-theme t) ```
Guix has pretty good documentation, I suggest reading through that to get your started. If you look at chapter 10, there is an example config.scm and further down there is...
> This was stolen from Crafted Emacs (https://github.com/SystemCrafters/crafted-emacs) which may or may not be legal :) From the _Crafted Emacs_ [readme](https://github.com/SystemCrafters/crafted-emacs#license): > This code is licensed under the MIT License....