.emacs.d

my Emacs config
git clone https://git.trogloxene.org/.emacs.d.git
Log | Files | Refs

commit d584ca0062e39c6b7228ae146faeda8b92107362
parent 0741c6642d145f6e724c6344aa911642c8281f29
Author: andsy10 <andsy1016@gmail.com>
Date:   Wed, 22 Jul 2026 09:24:57 +0800

Migrate personal packages to self-hosted git server

Diffstat:
Mlisp/init-base.el | 1+
Mlisp/init-org.el | 6++----
Mlisp/init-package.el | 8++------
Mlisp/init-ui.el | 2+-
4 files changed, 6 insertions(+), 11 deletions(-)

diff --git a/lisp/init-base.el b/lisp/init-base.el @@ -252,6 +252,7 @@ ;; tramp (use-package tramp + :straight nil :config (setq tramp-default-method 'ssh tramp-auto-save-directory "~/.emacs.d/tramp-auto-save") diff --git a/lisp/init-org.el b/lisp/init-org.el @@ -103,9 +103,7 @@ (use-package denote-lint :straight (denote-lint :type git - :host github - :repo "Andsy10/denote-lint" - :protocol ssh) + :repo "https://git.trogloxene.org/denote-lint.git") :config (setq org-link-elisp-confirm-function nil)) @@ -145,7 +143,7 @@ ;; org-ql (use-package org-ql) -;; org-super-agenda 配置 +;; org-super-agenda (use-package org-super-agenda :config (org-super-agenda-mode)) diff --git a/lisp/init-package.el b/lisp/init-package.el @@ -77,9 +77,7 @@ _a_ : all dwim :straight (consult-jinx :type git - :host github - :repo "Andsy10/consult-jinx" - :protocol ssh))) + :repo "https://git.trogloxene.org/consult-jinx.git"))) ;; terminal emulator (unless *is-windows* @@ -163,9 +161,7 @@ _a_ : all dwim (use-package project-ibuffer :straight (project-ibuffer :type git - :host github - :repo "Andsy10/project-ibuffer" - :protocol ssh)) + :repo "https://git.trogloxene.org/project-ibuffer.git")) ;; emms (use-package emms diff --git a/lisp/init-ui.el b/lisp/init-ui.el @@ -15,7 +15,7 @@ :straight (solarized-emacs :fork - (:type git :host github :repo "Andsy10/solarized-emacs" :protocol ssh)) + (:type git :host nil :repo "https://git.trogloxene.org/solarized-emacs.git")) :init (if (and (daemonp) (not *is-android*)) (add-hook 'after-make-frame-functions