Kilian Sprotte
Kilian Sprotte
Hey everyone! I wanted to share my use case for the `crux-rename-file-and-buffer` function. I've patched it to accept a `new-name` argument, which has been super helpful for me when renaming...
Here’s the patched version of `crux-rename-file-and-buffer` that lets you provide a `new-name` argument directly: ```elisp (defun crux-rename-file-and-buffer (&optional new-name) "Rename current buffer and if the buffer is visiting a file,...
Thanks for considering this! I understand Dired already fontifies symlinks, and I trust your judgment on whether this can be implemented. Let me know if there's anything I can do...
I followed the suggestion to edit `/usr/bin/VBox`, and it worked perfectly. Thanks for the help! For reference, here's the diff of my changes for better clarity: ```diff --- /tmp/orig/VBox 2024-09-14...
cc @rkitover @guenhter I did a git bisect and https://github.com/magicmonty/bash-git-prompt/commit/0eb0947955ccf2855dcef88ad48aaef1fbb5c188 was identified as the problematic commit. Indeed, when I run `git revert 0eb0947955ccf2855dcef88ad48aaef1fbb5c188`, the problem goes away and my prompt...
Oh, I see... I think the `GIT_PROMPT_END_ROOT` version misses a `$`. `#️ {ResetColor}` should be `#️${ResetColor}` Do you want me to provide a PR? :) ``` diff --git a/themes/Solarized_UserHost.bgptheme b/themes/Solarized_UserHost.bgptheme...
``` SCREAMER-USER> (setq *strategy* :ac) :AC SCREAMER-USER> (let ((x (an-integer-abovev 1))) (assert! (funcallv #'evenp x)) (one-value (solution x (static-ordering #'linear-force)))) 0: (EVENP 1) 0: EVENP returned NIL 0: (EVENP 2)...