diff options
| author | Craig Jennings <c@cjennings.net> | 2026-05-23 23:16:24 -0500 |
|---|---|---|
| committer | Craig Jennings <c@cjennings.net> | 2026-05-23 23:16:24 -0500 |
| commit | f92619569be0c5bd0ca6af2257b1b2f8884b4191 (patch) | |
| tree | b789c6a7c9fd48690c38431faf4fdeb34c204ec4 /init.el | |
| parent | 885fc0f93e8c66455363ae53f03b8529982b5c4d (diff) | |
| download | dotemacs-f92619569be0c5bd0ca6af2257b1b2f8884b4191.tar.gz dotemacs-f92619569be0c5bd0ca6af2257b1b2f8884b4191.zip | |
feat(linear): re-enable linear-config and wire the reworked command surface
linear-emacs grew a lot of new commands in its rework: filtered lists, saved queries, Custom Views, open-in-browser, comments, delete, and set-assignee/state/priority/labels on the issue at point. The config still listed and bound only the original seven, and the init.el require was commented out while the package was in flux.
I re-enabled the require, expanded :commands to all 25 autoloaded commands, and rebuilt the C-; L keymap around them: lists and views up top, an o/r/D set for the issue at point, sync on s/S/u/U, and a C-; L e sub-prefix for editing the issue's fields. The lazy authinfo key-load advice and the data/linear.org path carry over unchanged.
I verified the dependency symbols still exist before wiring, but the live connection check (C-; L ?) is still yours to run.
Diffstat (limited to 'init.el')
| -rw-r--r-- | init.el | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -71,8 +71,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 — disabled while linear-emacs is reworked; config needs rework after - +(require 'linear-config) ;; Linear.app issue tracking (deepsat workspace) (require 'telega-config) ;; telegram client via telega.el (TDLib in docker) (require 'eshell-config) ;; emacs shell configuration (require 'vterm-config) ;; vterm + F12 toggle + tmux history copy |
