This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2023-06-28
Channels
- # announcements (5)
- # babashka (7)
- # beginners (46)
- # biff (28)
- # calva (7)
- # cider (3)
- # clerk (82)
- # clj-commons (9)
- # clj-kondo (7)
- # clojure (37)
- # clojure-dev (16)
- # clojure-europe (18)
- # clojure-norway (7)
- # clojurescript (8)
- # clojureverse-ops (3)
- # cursive (5)
- # datomic (4)
- # emacs (20)
- # exercism (2)
- # lsp (58)
- # off-topic (32)
- # polylith (11)
- # reitit (7)
- # tools-build (7)
- # xtdb (4)
Does anyone have a way to do a text search with a set of parens?
not sure I understand the question fully, but you want to search for something using parenthesis? You should be able to do this by escaping them, e.g. like this: \(sometext\)
actually in the default evil-ex-search-forward it seems you don't even need to escape them
I appreciate the reply, i got busy :/
Hi! Is there a way to interact with Github inside emacs? Like create pull request, code review, etc…
Yes. forge (https://github.com/magit/forge) is a popular choice
Thanks @UPEKQ7589
Create an .authinfo.pgp file with a developer token, add the repo to Magit Forge database and fetch topics (issues & PRs) https://practical.li/spacemacs/source-control/magit/forge/
> .authinfo.pgp If you’re on a mac,
security add-internet-password -a "<username>^forge" -r "htps" -s "" -D "API Token" -w <token>
• https://github.com/magit/forge • https://github.com/anticomputer/gh-notify • https://github.com/wandersoncferreira/code-review • http://github.com/sshaw/git-link • https://github.com/armindarvish/consult-gh
On doom emacs, I try to enable forge with (magit +forge)
but I got this error when emacs start:
It's due to the update Jonas made, see the issue here: https://github.com/wandersoncferreira/code-review/issues/245 set the recipe for a different branch:
emacs-lisp
(package! code-review :recipe (:host github :repo "phelrine/code-review" :branch "fix/closql-update"))