diff options
author | jao <jao@gnu.org> | 2025-09-12 19:57:57 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-09-12 20:03:09 +0100 |
commit | 11d1a6f989b627ce0cf785a90b070de2e0aa1ace (patch) | |
tree | e9a2073ef1df662b2a442a5bd7fb4eede3eeb45c /init.el | |
parent | 3f2983300b1a4e4381d9f93c75cd6dbcc7d2947a (diff) | |
download | elibs-11d1a6f989b627ce0cf785a90b070de2e0aa1ace.tar.gz elibs-11d1a6f989b627ce0cf785a90b070de2e0aa1ace.tar.bz2 |
new package: tmr
Diffstat (limited to 'init.el')
-rw-r--r-- | init.el | 22 |
1 files changed, 13 insertions, 9 deletions
@@ -270,6 +270,11 @@ ("imv-wayland \"%s\"" "image/.*" jao-wayland-enabled) ("imv-x11 \"%s\"" "image/.*"))))) +;;; tmr +(use-package tmr + :ensure t + :init + (setq tmr-sound-file "/usr/share/sounds/freedesktop/stereo/message.oga")) ;;; Crypto ;;;; PGP, EPG, passwords (setq auth-source-debug nil) @@ -2614,14 +2619,7 @@ (jao-with-auth "bitlbee" u p (list "Bitlbee" :host "127.0.0.1" :nick u :channels jao-bitlbee-channels :lagmon-disabled t - :nickserv-password u :user p)) - (list "bigml" :host "127.0.0.1" :nick "jao" - :channels jao-slack-channels :port 9007 - :lagmon-disabled t) - (list "recoveryou" :host "127.0.0.1" :nick "jao" - :port 9008 :lagmon-disabled t) - (list "grio" :host "127.0.0.1" :nick "jao" - :port 9009 :lagmon-disabled t))) + :nickserv-password u :user p)))) (jao-shorten-modes 'circe-channel-mode 'circe-server-mode @@ -3398,9 +3396,15 @@ (match-string 1 b))))) jao-bright-up :transient t) ("B d" "bright down" jao-bright-down :transient t)] - ["Helpers" + ["Utilities" ("a" "aptitude" jao-term-aptitude) ("l" "packages" jao-list-packages) + ("v" "view video" jao-view-video)] + ["Timers" + ("t t" "set new" tmr) + ("t c" "cancel" tmr-cancel) + ("t l" "list" tmr-list-timers)] + ["Helpers" ;; ("r" "reveal" jao-reveal) ("r" "translate" reverso) ("f" "copy buffer file name" copy-buffer-file-name-as-kill) |