aboutsummaryrefslogtreecommitdiff
path: root/init.el
diff options
context:
space:
mode:
authorCraig Jennings <c@cjennings.net>2026-06-06 18:23:41 -0500
committerCraig Jennings <c@cjennings.net>2026-06-06 18:23:41 -0500
commitf047f4efc8c756b4a794684791ed4a190cd21cac (patch)
tree5e5b716fa39d5cb32498657c31342e97901a59a0 /init.el
parent77d663a7eb93417c38250fca4c2dac2cca79cfc4 (diff)
downloaddotemacs-f047f4efc8c756b4a794684791ed4a190cd21cac.tar.gz
dotemacs-f047f4efc8c756b4a794684791ed4a190cd21cac.zip
feat(pearl): add multi-account config, rename module to pearl-config
The pearl package moved from a single Linear workspace to multi-account, so the config follows. pearl-accounts now declares two workspaces, one for work and one personal, each resolving its own API key from authinfo and rendering to its own Org file. pearl-default-account picks which one opens, and pearl-switch-account swaps at runtime. This replaces the old single-account setup (pearl-org-file-path plus one pearl-api-key lookup). The module file moves from linear-config.el to pearl-config.el to match the package name. init.el, the module-headers allowlist, and the module-inventory row follow the rename.
Diffstat (limited to 'init.el')
-rw-r--r--init.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/init.el b/init.el
index 390de45ed..fb6d55af2 100644
--- a/init.el
+++ b/init.el
@@ -73,7 +73,7 @@
(require 'diff-config) ;; diff and merge functionality w/in Emacs
(require 'erc-config) ;; seamless IRC client
(require 'slack-config) ;; slack client via emacs-slack
-(require 'linear-config) ;; Linear.app issue tracking (deepsat workspace)
+(require 'pearl-config) ;; Linear.app issue tracking via pearl (deepsat + craigjennings)
(require 'telega-config) ;; telegram client via telega.el (TDLib in docker)
(require 'signal-config) ;; signal client via forked signel + signal-cli
(require 'eshell-config) ;; emacs shell configuration