Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Breaks ispell (at least in spacemacs) #64

Open
olejorgenb opened this issue Feb 16, 2016 · 1 comment
Open

Breaks ispell (at least in spacemacs) #64

olejorgenb opened this issue Feb 16, 2016 · 1 comment

Comments

@olejorgenb
Copy link

The ispell window is expanded. (eg. try ispell-word)

@yangsheng6810
Copy link

I ran into the same problem, and here is my work around:

(defun pl/ispell-alive-p ()
    (get-buffer ispell-choices-buffer))
(eval-after-load "golden-ratio"
  '(progn
     (golden-ratio-mode 1)
     (add-to-list 'golden-ratio-inhibit-functions 'pl/ispell-alive-p)))

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants