Skip to content

Additional Configuration

Clemens Radermacher edited this page Jun 6, 2020 · 2 revisions

This page lists example of additional configuration for objed that might be useful.

Workaround for issue with EXWM

(add-hook 'exwm-input--event-hook
            (defun +objed-quit ()
              (when objed--buffer
                (objed-quit))))
Clone this wiki locally