我想绑定 super 和 9 以在用户输入字段中以 ~/x/ 作为“默认路径”打开“查找文件:”、“Cx Cf”菜单,无论我当前打开的文件是哪个目录是的。不幸的是,我的 elisp 技能非常基础。我真的很感激这方面的一些帮助。
(global-set-key (kbd "s-9") 'enter_find_file_with_dir_x_as_default)
(defun enter_find_file_with_dir_x_as_default ()
"Enter find file with the path ~/x/ as the default input every time."
())