TRS-80
TRS-80
Hi firecat53, Nice project, thanks for sharing your work. :beers: I got as far as parsing the output of nmcli using grep and awk to spit out a list of...
Fair enough. I think I am getting close with my bash script, which really is essentially only a VPN switcher. Personally I don't need any more than that (but you...
Following should remove everything between `:PROPERTIES:` and `:END:`, inclusive: ``` ":PROPERTIES:\n\\(.+\n\\)+:END:\n" ``` Just remove the last `\n` if you don't want to remove the blank line after `:END:`. Explanation: Literal...
> How are you setting `deft-strip-summary-regexp`? I suppose in your init.el file. Yes, via `setq` in my init file. Although the `concat` method you do is also perfectly valid, in...
@tea4or2wo, If I were you, and you are sure your files will always look like this (as you have shown here), I would get rid of the complicated default altogether...
I thought that because it was a `defconst` instead of just a normal `defvar` that maybe the program needed to key upon it somehow or (?). So I went through...
Just mentioned it in case you did not, as it's something I myself only learned somewhat recently. :slightly_smiling_face: I do agree with you, I think it should be a regular...
> Actually, it should be `defcustom`, like all custom options. Reason I suggested `defvar`, at least initially, is because it seems all other variables are already that way, and this...
> The only part I'd change is to use `nord8` instead of `nord7` for the section headings since it's the main accent color. I actually played with that quite a...
I am not seeing `org-headline-done` face anywhere in [source](https://github.com/arcticicestudio/nord-emacs/blob/develop/nord-theme.el), salmon or otherwise? What am I missing?