4DA / eshell-toggle

Show/hide eshell at the bottom of active window with directory of its buffer
39 stars 14 forks source link

Remove needless quotes #17

Closed syohex closed 2 years ago

syohex commented 2 years ago

Those values are already quoted so they are unnecessary. This also fixes the following byte-compile warning.

eshell-toggle.el:55:12: Warning: defcustom for ‘eshell-toggle-window-side’ has
    syntactically odd type ‘'(choice (const 'above) (const 'below) (const
    'left) (const 'right))’