emacs: Install jj-mode package
This commit is contained in:
parent
5b64992d4d
commit
97c84634ad
2 changed files with 5 additions and 0 deletions
|
|
@ -163,6 +163,10 @@
|
|||
)
|
||||
)
|
||||
|
||||
(use-package! jj-mode
|
||||
:config
|
||||
(evil-make-overriding-map jj-mode-map 'normal))
|
||||
|
||||
(when ak/at-work?
|
||||
(after! forge
|
||||
(add-to-list 'forge-alist '("gitlab.atlas.de" "gitlab.atlas.de/api/v4" "gitlab.atlas.de" forge-gitlab-repository)))
|
||||
|
|
|
|||
|
|
@ -91,3 +91,4 @@
|
|||
(package! modus-themes)
|
||||
(package! consult-denote)
|
||||
(package! casual-suite)
|
||||
(package! jj-mode :recipe (:host github :repo "bolivier/jj-mode.el"))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue