Soham Chowdhury
Soham Chowdhury
**Describe the solution you'd like** Something like: ```elisp (doom-modeline-def-modeline 'my-simple-line ... ...) (doom-modeline-def-headerline 'my-simple-headerline ... ...) (defun setup-custom-doom-lines () (doom-modeline-set-modeline 'my-simple-modeline 'default) (doom-modeline-set-headerline 'my-simple-headerline 'default)) (add-hook 'doom-modeline-mode-hook 'setup-custom-doom-lines) ``` **Describe...
This has to be cleaned up a bit before it's ready for merging. I'm open to any and all bikeshedding about the "Coredris" name or the actual sexp syntax (like...
This seems fairly simple, and I intend to add support for this myself. The easiest way, if not the "correct" one, is to add a dummy backend that pretty-prints the...
See https://github.com/tweag/rules_nixpkgs/pull/294#discussion_r1109752005.
This will enable [rules_haskell](https://github.com/tweag/rules_haskell/) to remove its custom [`set`](https://github.com/tweag/rules_haskell/blob/d8afc5739639f01e734b833426d70d10155be9bd/haskell/private/set.bzl) library altogether, since the rest of the operations we need are already implemented in `sets.bzl`.
I'm building a Sycamore app (it's been great so far), and I have a backend server that provides an API, as well as serves the SSR version of the site...
**Describe the bug** Following the recipe in the developer manual produces the following error in `*Nyxt Guix shell compilation*` after some time at the `C-u - M-x sly RET nyxt-sbcl...
Any change to my `doomPrivateDir` makes `nixos-rebuild switch` take ~4m longer, on a fairly powerful desktop computer. `nix-doom-emacs` is central to my nix configs, but it'd be great to figure...
Move discussion into the linked issues when they're more than just "this paper looks cool". # Candidate core calculi ## Imperative languages ### [Oxide](https://arxiv.org/pdf/1903.00982.pdf) (#3 + #1) ## QTT ###...
### Description With a template in `org-roam-capture-ref-templates` that contains 1. `:target (file+head+olp .. ("h1"))`—i.e. an OLP of length 1: the capture buffer is created, is empty, and is not opened...