From 5b514f3b33197355e55cd1478fa50dd1cc92c340 Mon Sep 17 00:00:00 2001 From: bd Date: Sat, 6 Jan 2024 00:40:21 -0700 Subject: Added dictionary with dico, orderless for fuzzy vertico matching. --- .config/emacs/bd-wm.el | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to '.config/emacs/bd-wm.el') 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") -- cgit v1.2.3