[volume] add configuration

This commit is contained in:
contrapunctus 2021-07-31 20:28:56 +05:30
parent 3e406a715a
commit f238a03085
1 changed files with 27 additions and 8 deletions

View File

@ -147,6 +147,17 @@ NAME is the name of the process and its buffer."
(my-start-process "gajim")
(my-start-process "/usr/lib/notification-daemon/notification-daemon")
#+END_SRC
*** volume
#+BEGIN_SRC emacs-lisp
(use-package volume
:bind
(:map volume-mode-map
("c" . volume-raise)
("r" . volume-lower)
("C-c" . volume-raise-10)
("C-r" . volume-lower-10)))
#+END_SRC
** user interface
#+BEGIN_SRC emacs-lisp
(use-package cp-ui
@ -1394,7 +1405,8 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("T" cp-insert-timestamp "timestamp")
("u" find-file "new")
("U" launch-file "launch-file")
("v" find-alternate-file "revert")
("v" volume "volume")
("C-v" find-alternate-file "revert")
("w" contrapunctus-window-hydra/body "window"))
#+END_SRC
*** applications
@ -1456,7 +1468,8 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("T" cp-insert-timestamp "timestamp")
("u" find-file "new")
("U" launch-file "launch-file")
("v" find-alternate-file "revert")
("v" volume "volume")
("C-v" find-alternate-file "revert")
("w" contrapunctus-window-hydra/body "window"))
#+END_SRC
**** org block
@ -1539,7 +1552,8 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("T" cp-insert-timestamp "timestamp")
("u" find-file "new")
("U" launch-file "launch-file")
("v" find-alternate-file "revert")
("v" volume "volume")
("C-v" find-alternate-file "revert")
("w" contrapunctus-window-hydra/body "window"))
#+END_SRC
**** eval
@ -1592,7 +1606,8 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("T" cp-insert-timestamp "timestamp")
("u" find-file "new")
("U" launch-file "launch-file")
("v" find-alternate-file "revert")
("v" volume "volume")
("C-v" find-alternate-file "revert")
("w" contrapunctus-window-hydra/body "window"))
#+END_SRC
**** eval
@ -1642,7 +1657,8 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("T" cp-insert-timestamp "timestamp")
("u" find-file "new")
("U" launch-file "launch-file")
("v" find-alternate-file "revert")
("v" volume "volume")
("C-v" find-alternate-file "revert")
("w" contrapunctus-window-hydra/body "window"))
#+END_SRC
**** Guile
@ -1674,7 +1690,8 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("T" cp-insert-timestamp "timestamp")
("u" find-file "new")
("U" launch-file "launch-file")
("v" find-alternate-file "revert")
("v" volume "volume")
("C-v" find-alternate-file "revert")
("w" contrapunctus-window-hydra/body "window"))
#+END_SRC
*** Lilypond
@ -1703,7 +1720,8 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("T" cp-insert-timestamp "timestamp")
("u" find-file "new")
("U" launch-file "launch-file")
("v" find-alternate-file "revert")
("v" volume "volume")
("C-v" find-alternate-file "revert")
("w" contrapunctus-window-hydra/body "window"))
#+END_SRC
*** Prolog
@ -1732,7 +1750,8 @@ _u_: next word ^_l_: edit lines^ _s_: next whole symbol
("T" cp-insert-timestamp "timestamp")
("u" find-file "new")
("U" launch-file "launch-file")
("v" find-alternate-file "revert")
("v" volume "volume")
("C-v" find-alternate-file "revert")
("w" contrapunctus-window-hydra/body "window"))
#+END_SRC
*** Programming