Toon Claes
Toon Claes
This would be awesome, but I understand it's not high at the priority list at the moment. Instead I'm currently using magit-delta, which is powered by git-delta, which is also...
Oh, I just discovered https://tsdh.org/posts/2022-08-01-difftastic-diffing-with-magit.html. Thanks to @sachac's weekly Emacs News.
@stromnet Thanks for opening this. I think I have a pretty similar issue, with 2 external monitors connected over Thunderbolt 4. I don't have a backtrace, and I also don't...
I have to retract that. In my case I'm hitting a bug in sway itself which makes it look like swaylock isn't working. My bad. (hard to debug)
I'm using the patch from https://github.com/swaywm/sway/issues/5757#issuecomment-882028355 now. So far it fixes my issue.
@Patrick-T-Anderson I think it can be easily done with: ```emacs-lisp (defun deadgrep-here (search-term) "Start deadgrep from the current working directory." (interactive (list (deadgrep--read-search-term))) (deadgrep search-term default-directory)) ```
Happy to see this feature request is already here. But thanks for the tip @astoff, that helps already. Now I need to train my muscle memory.
@benquike normally if you set `gitlab-token-id`, this should work. But unfortunately, I didn't get it working...
@tjaartvdwalt It should work if you create a [Personal Access Token](https://docs.gitlab.com/ce/user/profile/account/two_factor_authentication.html#personal-access-tokens) and `(setq gitlab-token-id "my-token")`. You see, it is used [here](https://github.com/nlamirault/emacs-gitlab/blob/master/gitlab-http.el#L44). But I admit, it isn't working very well.
Hey @vmarkovtsev, is there anything we can do to help get this PR over the finish line? @pavelmemory made the necessary changes to drop CI for Windows (this would actually...