diff options
author | jao <jao@gnu.org> | 2025-06-05 03:51:19 +0100 |
---|---|---|
committer | jao <jao@gnu.org> | 2025-06-05 03:51:19 +0100 |
commit | cb156b115567c3a4a066bf22ac65a3a7d6b3d68d (patch) | |
tree | beb05fc94c01a15b0ebbf4c3c99f02434c39d8eb | |
parent | 0b017299db8af1093d0438f77b5ec3faa36fab58 (diff) | |
download | elibs-cb156b115567c3a4a066bf22ac65a3a7d6b3d68d.tar.gz elibs-cb156b115567c3a4a066bf22ac65a3a7d6b3d68d.tar.bz2 |
list-projectsmain
-rw-r--r-- | init.el | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -910,6 +910,7 @@ ;;;; projects (use-package project :demand t) (global-set-key "\C-xp" 'jao-prev-window) +(use-package list-projects :ensure t) ;;;; buffer quit function (the triple ESC) (setq buffer-quit-function (lambda () t)) @@ -3331,7 +3332,8 @@ ("do" "open doc" jao-open-doc) ("dr" "search docs with recoll" jao-recoll-consult-docs)] ["Monitors" - ("p" "htop" jao-term-htop) + ("p" "list projects" list-projects) + ;; ("p" "htop" jao-term-htop) ("P" "pasytray" jao-toggle-pasystray-applet) ("x" "restart i3bar" jao-river-restart-i3bar :if jao-river-enabled-p) ("x" "restart xmobar" jao-xmobar-restart :if jao-exwm-enabled-p) |