diff options
| author | jao <jao@gnu.org> | 2026-01-04 17:36:26 +0000 |
|---|---|---|
| committer | jao <jao@gnu.org> | 2026-01-04 17:36:26 +0000 |
| commit | da7981872b63de05891b3db3b851f35cbaa5b2f7 (patch) | |
| tree | 600d69276717576f4ab94b76314857b42b122b14 /custom | |
| parent | 1e62846d9ff270a302c0e37de3fc13b185cc8820 (diff) | |
| download | elibs-da7981872b63de05891b3db3b851f35cbaa5b2f7.tar.gz elibs-da7981872b63de05891b3db3b851f35cbaa5b2f7.tar.bz2 | |
miscellaneous nits
Diffstat (limited to 'custom')
| -rw-r--r-- | custom/jao-custom-chats.el | 7 | ||||
| -rw-r--r-- | custom/jao-custom-notmuch.el | 1 | ||||
| -rw-r--r-- | custom/jao-custom-programming.el | 2 |
3 files changed, 3 insertions, 7 deletions
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 |
