Nicholas Coltharp

Results 6 issues of Nicholas Coltharp

The following code is indented as such: ```nix { hello = world; yes = "no"; pi = 3; x = [ foo "bar" 42 ]; } ``` It should be...

Hi, I'm trying to package this project up for [Nixpkgs](https://github.com/NixOS/nixpkgs). The only obstacle that I can see right now is the fact that the location of ROM files is basically...

I often run into situations where package `B` depends on a symbol from package `A`. Usually, it is enough to make sure that the `use-package` form for package `A` occurs...

**Describe the bug** If Node B is a child of Node A in a file that does not have an `ID` property, then a link from Node B to Node...

bug

Right now, the side tree only updates on a timer, I assume because it would be prohibitively expensive to update after every keystroke. But it wouldn't be so expensive to...

With `org-use-tag-inheritance` set to `t`, I expect elfeed-org to pick up the following feed: ``` #+title: feeds #+filetags: :elfeed: * [[https://www.haskellforall.com/feeds/posts/default][Haskell for all]] ``` But it does not. The problem...