From f1ccd8c2a9f09b5ea9c58a2ae773b7ab46dad427 Mon Sep 17 00:00:00 2001 From: Cytrogen Date: Wed, 11 Mar 2026 19:14:57 -0400 Subject: [PATCH] =?UTF-8?q?chore:=20=E4=BF=AE=E6=AD=A3=20Copyright=20?= =?UTF-8?q?=E5=B9=B4=E4=BB=BD=E4=B8=BA=202026=EF=BC=8C=E6=9B=B4=E6=96=B0?= =?UTF-8?q?=E6=A8=A1=E5=9D=97=E5=8A=A0=E8=BD=BD=E9=A1=BA=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 所有配置文件 Copyright 从 2024 更正为 2026 - init.el 添加 pkg-calendar、pkg-dictionary、pkg-git 模块加载 --- config/pkg-social.el | 2 +- init.el | 11 +++++++---- 2 files changed, 8 insertions(+), 5 deletions(-) diff --git a/config/pkg-social.el b/config/pkg-social.el index 18fa57a80989d4768a594320bd12a09bd99ee2ce..c58472e5cd96e9eb5dc5b5fe7317108cd246ec7d 100644 --- a/config/pkg-social.el +++ b/config/pkg-social.el @@ -1,6 +1,6 @@ ;;; pkg-social.el --- Social media and security tools -*- lexical-binding: t -*- -;; Copyright (C) 2024 Cytrogen +;; Copyright (C) 2026 Cytrogen ;; This file contains: ;; - Mastodon client configuration diff --git a/init.el b/init.el index 4cd2cdb108ce5c452c0d7723c59185493e9f3610..9032534d25e9f33fab21e2bc63b79c9d5aeee39b 100644 --- a/init.el +++ b/init.el @@ -1,6 +1,6 @@ ;;; init.el --- Cytrogen's Modular Emacs Configuration -*- lexical-binding: t -*- -;; Copyright (C) 2024 Cytrogen +;; Copyright (C) 2026 Cytrogen ;; This is the main entry point for a modular Emacs configuration. ;; All specific configurations are organized in separate modules under config/ @@ -34,9 +34,14 @@ (require 'pkg-org) (require 'pkg-writing) (require 'pkg-blog) ; Blog workflow for monthly posts +(when (file-exists-p (expand-file-name "immich-config.el" user-emacs-directory)) + (load (expand-file-name "immich-config.el" user-emacs-directory))) +(require 'pkg-calendar) ; Google Calendar/Tasks integration (require 'pkg-dev) +(require 'pkg-git) ; Git integration (magit, diff-hl, git-timemachine) (require 'pkg-email) ; Email (mu4e) configuration (require 'pkg-reading) ; RSS reader, OPDS browser, ebook tools +(require 'pkg-dictionary) ; Offline dictionary (sdcv + StarDict) (require 'utils) (require 'keybindings) (require 'pkg-social) ; GPG/Mastodon configuration @@ -58,9 +63,7 @@ '(epg-gpg-program "/usr/bin/gpg") '(epg-pinentry-mode 'loopback) '(epg-user-id nil t) - '(package-selected-packages - '(adaptive-wrap elfeed elfeed-protocol mastodon nerd-icons nov ox-hugo - pdf-tools rainbow-delimiters yasnippet))) + '(package-selected-packages nil)) (custom-set-faces ;; custom-set-faces was added by Custom. ;; If you edit it by hand, you could mess it up, so be careful.