mirror of
https://github.com/correl/dotfiles.git
synced 2024-11-21 19:18:41 +00:00
[emacs] Configure forge repository
This commit is contained in:
parent
aae229d222
commit
54bcc36416
1 changed files with 7 additions and 0 deletions
|
@ -1422,6 +1422,13 @@ Add some commands for interacting with Jira within org documents.
|
|||
"C-c j c" #'jira-api-create-issue-from-heading
|
||||
"C-c j u" #'jira-api-update-issue-from-heading)
|
||||
#+end_src
|
||||
** Source Control
|
||||
#+begin_src emacs-lisp
|
||||
(after! forge
|
||||
(add-to-list
|
||||
'forge-alist
|
||||
'("gitlab.aweber.io" "gitlab.aweber.io/api/v4" "gitlab.aweber.io" forge-gitlab-repository)))
|
||||
#+end_src
|
||||
** Eshell
|
||||
*** Change directory in the context of a remote host
|
||||
Add an =lcd= command that functions similarly to =cd=, but is scoped to the
|
||||
|
|
Loading…
Reference in a new issue