diff options
| author | tslil clingman <> | 2020-04-01 22:15:21 -0700 |
|---|---|---|
| committer | tslil clingman <> | 2020-04-01 22:15:21 -0700 |
| commit | ac428fe37c63732f3de8be47185a295f0ffa83a9 (patch) | |
| tree | e8cd03bff78d7c3c6ed45e993dc8f1a0b71b01ec /emacs/inits/14-movement.el | |
| parent | 67759e2a72916e697c67fc23c5c47f64ccda8647 (diff) | |
Moved volume control to (patche) tinymenu-based pulseaudio-control interface
Diffstat (limited to 'emacs/inits/14-movement.el')
| -rw-r--r-- | emacs/inits/14-movement.el | 24 |
1 files changed, 1 insertions, 23 deletions
diff --git a/emacs/inits/14-movement.el b/emacs/inits/14-movement.el index 0e5b1b7..b9318a5 100644 --- a/emacs/inits/14-movement.el +++ b/emacs/inits/14-movement.el @@ -1,26 +1,4 @@ -;; Time-stamp: <2020-01-18 20:07:14 (tslil@bison)> - -;; (eval-after-load "tiny-menu" -;; (progn -;; (defun hexl-input-smart () -;; (hexl-insert-char (0xc-string-to-number (read-string "Input: ")) 1)) - -;; (setq tiny-menu-forever t -;; tiny-menu-items '(("hexl-menu" -;; ("hexl" -;; ((?i "Insert" hexl-input-smart) -;; (?b "Byte" hexl-forward-char) -;; (?e "bytE" hexl-backward-char) -;; (?s "Short" hexl-forward-short) -;; (?t "shorT" hexl-backward-short)))) -;; )))) - -;; (add-hook 'hexl-mode-hook -;; (lambda () -;; (require '0xc) -;; (require 'tiny-menu) -;; (define-key hexl-mode-map (kbd "M-l") -;; (lambda () (interactive) (tiny-menu "hexl-menu"))))) +;; Time-stamp: <2020-03-28 13:02:05 (tslil@bison)> ;; ------------------------------------------------------------------- ;; Repeated key presses for region, deletion, and movement |
