Daniel Kahlenberg
Daniel Kahlenberg
@booxter to pass args to new `nixosModules` instead of `homeManagerModules` you rather use `specialArgs`.
thanks @joaoymoreira !
I can only visit `builtins` documentation via hover (`K`) so far, which is a cool feature but maybe could be expanded to blend in nixdoc strings in general. ~Is there...
I think [batpipe](https://github.com/eth-p/bat-extras/blob/master/doc/batpipe.md) should already take care of this I have `programs.bat.extraPackages = [ pkgs.batpipe ];`
I see ``` (setq denote-excluded-directories-regexp nil) (setq denote-excluded-keywords-regexp nil) ``` I used the sample config no. 2 (`C-h i g (denote)sample`)
I also looked again there are also no codepage differences (umlauts and the like) at play.
> We will need to reproduce this somehow. Can you use `emacs -Q` and then evaluate the following in the scratch buffer? > > (require 'package) > (package-initialize) > >...
When, in dired buffer for `denote-directory` I hit `U` followed by `t` to mark all files and then hit `!` to run `wc -l *` on them I get `command...
> > to run `wc -l *` on them > > Strange... In my case, in a directory with ~200 files, the same steps produce a buffer with the word...
``` $ which find grep wc xargs rg /c/Users/username/scoop/apps/git/current/usr/bin/find /c/Users/username/scoop/apps/git/current/usr/bin/grep /c/Users/username/scoop/apps/git/current/usr/bin/wc /c/Users/username/scoop/apps/git/current/usr/bin/xargs ``` `GNU Emacs 30.1 (build 2, x86_64-w64-mingw32) of 2025-02-23`