summaryrefslogtreecommitdiffhomepage
path: root/custom
diff options
context:
space:
mode:
authorjao <jao@gnu.org>2026-01-04 17:36:26 +0000
committerjao <jao@gnu.org>2026-01-04 17:36:26 +0000
commitda7981872b63de05891b3db3b851f35cbaa5b2f7 (patch)
tree600d69276717576f4ab94b76314857b42b122b14 /custom
parent1e62846d9ff270a302c0e37de3fc13b185cc8820 (diff)
downloadelibs-da7981872b63de05891b3db3b851f35cbaa5b2f7.tar.gz
elibs-da7981872b63de05891b3db3b851f35cbaa5b2f7.tar.bz2
miscellaneous nits
Diffstat (limited to 'custom')
-rw-r--r--custom/jao-custom-chats.el7
-rw-r--r--custom/jao-custom-notmuch.el1
-rw-r--r--custom/jao-custom-programming.el2
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