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

hook instead of defadvice #76

Closed
wants to merge 2 commits into from
Closed

hook instead of defadvice #76

wants to merge 2 commits into from

Conversation

cmm
Copy link

@cmm cmm commented May 12, 2017

Michael Livshin added 2 commits May 12, 2017 14:14
* Took code from
  roman#57 (comment)
  with some modifications.

* Killed off `golden-ratio-extra-commands' (and the associated
  post-command hook) and all defadvices.

* Touch fewer hooks.
No way around it that I can see.
(assq (selected-frame) golden-ratio--focus-alist))

(defun golden-ratio--refocus ()
(lexical-let* ((frame (selected-frame))
Copy link

@tarsius tarsius Jul 20, 2017

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

lexical-let* is obsolete. Just use let*. I don't think lexical bindings are required here.

@roman
Copy link
Owner

roman commented Oct 28, 2019

Close due to inactivity

@roman roman closed this Oct 28, 2019
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

Successfully merging this pull request may close these issues.

3 participants