Jeff Spencer
Jeff Spencer
Yeah, I am not sure what is happening but that doesn't work. Even defining a function then calling `(beacon-blink)` doesn't work. Like shown below for example but beacon-blink still doesn't...
Yeah, that works fine! All the other functions of beacon-blink seem to work fine as well. Like on emacs gaining focus, etc...
No worries, just thought if it was possible that would be great.
Okay, thanks. Neither seems to be updated in years, so probably not too much differences.
Yeah, I agree, but I do like the scimax-abbrevs. I was often correcting the same words, so I just switched to using your command. The command I was using before...
Nope, I didn't see any errors. I was just surprised it happened on a vanilla install of scimax. I was curious if others with osx have any issues but I...
Okay, I wasn't sure if it was emacs 27 or maybe osx-based. I will comment out the code for now. Maybe when emacs-27 is fully released we can see if...
I was installing this on linux with emacs 26, and these issues don't arise. Should I leave it open for now because maybe it is emacs 27 related, but I...
Okay, I will try to check over the weekend. They tried to add f-string into font-lock-mode in emacs28, but I think it messed up all the python font-lock-mode stuff (like...
FYI, I am doing this with this command to start `nohup emacs -q -l ${HOME}/Programs/scimax/early-init.el /dev/null 2>&1 &` and it works fine: ``` ;;; early-init.el --- Where early initialization files...