Windows下,把exe的打开方式改为运行

刚用上helm-everything,但想启动搜索到的exe时,emacs会当作文本打开。可以这样配置来运行exe:

dotspacemacs-additional-packages里加上

openwith

dotspacemacs/user-config() 里加上

  (openwith-mode t)
  (setq openwith-associations
        '(("\\.exe\\'" "blablabla" (file))))

2 个赞