Kaushal Modi
Kaushal Modi
I believe I understand that CSS a bit more. Looks like the content of the whole `icon-github` class `div` block is replaced with `\e607` glyph in the `Icon` font family,...
Thanks! I tried the below but it did not work .. 1. I downloaded the `gitlab-white.svg` to `/static/images/.` (also tried copying it to `/images/.`) 2. Put the below in `partials/header.html`:...
OK, I finally got this working.. need to added the below to `config.toml`: ``` canonifyurls = true ``` Can you please explain what that option means? I copied it from...
> Still getting these issues after upgrading to emacs 28.1. Thanks for testing this on 28.1. I haven't tried a fresh clone of this config is quite some time. I'll...
> Is this for any specific simulator - like ncsim ? Yes. I haven't yet started working on this as I got something workable with the help of in-buffer Hi-Lock...
Actually I remembered I have already committed the `.dir-local.el` file for log files [here](https://github.com/kaushalmodi/.emacs.d/blob/master/misc/_dir_locals_text_mode_log_files.el). You also need to allow setting of `hi-lock-file-patterns` via `.dir-local.el` as [safe](https://github.com/kaushalmodi/.emacs.d/blob/f835378f59e944d17bc083f8a7584a56dd592fc6/setup-files/setup-highlight.el#L47-L49).
It's funny that the moment I start searching for a way to get the name of the script being executed, I end up on the same source from where I...
@ninrod I do use `$0` and `dirname` but [not in the same way](https://github.com/kaushalmodi/.emacs.d/blob/74f53980d7665d0662219750b2aaa60786d56ee5/git_force_update.csh#L9-L13). I need to handle the cases where the script is executed as `source foo.csh` vs `./foo.csh`. Also,...
Tables are tricky and I did not want to put much time into robust parsing of tables. So I just precede the table sprints with `\n`, and let them show...
I don't use vterm, so I am afraid I cannot help here. eless essentially is a shell script wrapper that calls emacs in batch mode. See https://eless.scripter.co/#emacs-q-view-mode. You can tweak...