summary refs log tree commit diff stats
path: root/init.el
diff options
context:
space:
mode:
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