summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
authorCase Duckworth2021-09-08 23:18:30 -0500
committerCase Duckworth2021-09-08 23:18:30 -0500
commit5c2670a0e32c3e41fbeea0820986c779fc29d19d (patch)
tree1b9410dbc36a17eb4d8f6fd51d7b404b98ad8f37 /init.el
parentWhitespace (diff)
downloademacs-5c2670a0e32c3e41fbeea0820986c779fc29d19d.tar.gz
emacs-5c2670a0e32c3e41fbeea0820986c779fc29d19d.zip
Add forge
Diffstat (limited to 'init.el')
-rw-r--r--init.el9
1 files changed, 9 insertions, 0 deletions
diff --git a/init.el b/init.el index 5d2f3ec..c398e1d 100644 --- a/init.el +++ b/init.el
@@ -947,6 +947,15 @@ successive invocations."
947 (:bind "C-;" #'flyspell-correct-wrapper) 947 (:bind "C-;" #'flyspell-correct-wrapper)
948 (:unbind "C-," "C-." "C-M-i"))))) 948 (:unbind "C-," "C-." "C-M-i")))))
949 949
950(setup (:straight forge)
951 ;; make sure to read Info manual with Forge (and Ghub) for setup
952 ;; instructions.
953 (with-eval-after-load 'magit
954 (require 'forge)
955 (add-to-list 'forge-alist ; tildegit is a gitea server
956 '("tildegit.org" "tildegit.org/api/v1" "tildegit.org"
957 forge-gitea-repository))))
958
950(setup frames 959(setup frames
951 (:option frame-title-format '("%b@" 960 (:option frame-title-format '("%b@"
952 (:eval 961 (:eval