timor / spacemacsOS

EXWM Layer to turn spacemacs into a full-fledged window manager
93 stars 11 forks source link

`package.el` assumes `ivy` #12

Closed Sbozzolo closed 4 years ago

Sbozzolo commented 4 years ago

https://github.com/timor/spacemacsOS/blob/83b97b238bd7025a2829df8d6e51ad00e6d2caef/packages.el#L231

Here, it is assumed that the user is using ivy. Probably (not tested), changing it with

(exwm-input-set-key (kbd "s-b") #'switch-to-buffer)

would make it work with ivy, helm, or nothing.

EDIT: Similarly with evil. The same functionalities can be obtained with built-in packages. For example: evil-window-left could be substituted with windmove-left.