diff options
author | bd <bdunahu@gmail.com> | 2024-01-06 00:40:21 -0700 |
---|---|---|
committer | bd <bdunahu@gmail.com> | 2024-01-06 00:40:21 -0700 |
commit | 5b514f3b33197355e55cd1478fa50dd1cc92c340 (patch) | |
tree | 9ad40fd1a84c5bd70148cd40acc8b987e3f18d72 /.config/emacs/bd-wm.el | |
parent | 84e394757a183ff5c6a19389684f77f54399918b (diff) |
Added dictionary with dico, orderless for fuzzy vertico matching.
Diffstat (limited to '.config/emacs/bd-wm.el')
-rw-r--r-- | .config/emacs/bd-wm.el | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/.config/emacs/bd-wm.el b/.config/emacs/bd-wm.el index ee63985..9d7f60a 100644 --- a/.config/emacs/bd-wm.el +++ b/.config/emacs/bd-wm.el @@ -35,7 +35,7 @@ bookmark file. If an x window, place in kill-ring." "Uses completion-framework to allow user to select a line from a file." (let* ((choices (read-file-into-list file))) - (completing-read "Choose one: " choices))) + (completing-read "Recall: " choices))) (defun read-file-into-list (file) (with-current-buffer @@ -66,7 +66,6 @@ select a line from a file." ;; (start-process-shell-command "xrandr" nil "/home/bdunahu/.config/emacs/exwm_xrandr.sh") (start-process-shell-command "picom" nil "picom") (start-process-shell-command "bg" nil "set-bg") - (start-process-shell-command "xmodmap" nil "xmodmap ~/.config/xmodmap.config") (start-process-shell-command "xrate" nil "xset r rate 250 70") (dolist (k '(("s-L" "slock") |