From da7981872b63de05891b3db3b851f35cbaa5b2f7 Mon Sep 17 00:00:00 2001 From: jao Date: Sun, 4 Jan 2026 17:36:26 +0000 Subject: miscellaneous nits --- custom/jao-custom-chats.el | 7 ------- custom/jao-custom-notmuch.el | 1 + custom/jao-custom-programming.el | 2 ++ 3 files changed, 3 insertions(+), 7 deletions(-) (limited to 'custom') diff --git a/custom/jao-custom-chats.el b/custom/jao-custom-chats.el index 60368d3..d110a24 100644 --- a/custom/jao-custom-chats.el +++ b/custom/jao-custom-chats.el @@ -118,13 +118,6 @@ (circe-lagmon-mode)) ;;;; startup -(defun jao-telega () - (interactive) - (jao-tracking-go-to-chats) - (if (get-buffer telega-root-buffer-name) - (pop-to-buffer telega-root-buffer-name) - (telega))) - (defun jao-chats (&optional p) (interactive "P") (when (or p (y-or-n-p "Connect to telegram? ")) diff --git a/custom/jao-custom-notmuch.el b/custom/jao-custom-notmuch.el index ca2664c..77b0b8f 100644 --- a/custom/jao-custom-notmuch.el +++ b/custom/jao-custom-notmuch.el @@ -598,6 +598,7 @@ (("b" . jao-notmuch-browse-urls) ("d" . jao-notmuch-tree-toggle-delete) ("D" . jao-notmuch-tree-toggle-delete-thread) + ("E" . jao-notmuch-open-enclosure) ("h" . jao-notmuch-goto-message-buffer) ("i" . jao-notmuch-toggle-images) ("k" . jao-notmuch-tree-read-thread) diff --git a/custom/jao-custom-programming.el b/custom/jao-custom-programming.el index d8f9308..672f70f 100644 --- a/custom/jao-custom-programming.el +++ b/custom/jao-custom-programming.el @@ -294,6 +294,8 @@ (rustic-cargo-use-last-stored-arguments t) (rustic-analyzer-command '("rustup" "run" "stable" "rust-analyzer"))) +(use-package rust-playground :ensure t) + ;;;; Clojure (use-package clojure-mode :ensure t -- cgit v1.2.3