This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2019-02-15
Channels
- # adventofcode (13)
- # aleph (5)
- # announcements (8)
- # beginners (87)
- # calva (9)
- # cider (102)
- # cljs-dev (71)
- # cljsrn (2)
- # clojure (198)
- # clojure-dev (28)
- # clojure-europe (3)
- # clojure-italy (27)
- # clojure-nl (3)
- # clojure-spec (1)
- # clojure-uk (43)
- # clojurescript (121)
- # component (11)
- # cursive (20)
- # data-science (13)
- # datascript (2)
- # datomic (102)
- # dirac (4)
- # duct (5)
- # emacs (14)
- # figwheel-main (7)
- # fulcro (37)
- # hoplon (11)
- # jackdaw (3)
- # jobs (2)
- # leiningen (16)
- # nrepl (2)
- # off-topic (51)
- # pathom (34)
- # pedestal (12)
- # perun (10)
- # portkey (1)
- # re-frame (6)
- # reitit (1)
- # shadow-cljs (21)
- # spacemacs (8)
- # tools-deps (2)
- # vim (2)
Is there a function that is called whenever you focus on a buffer? I want to add general focus to a buffer to the golden-ratio additional commands, but still have golden-ratio's exclusion of modes and buffers work
no, I mean I want to add to the variable golden-ratio-extra-commands
whatever command emacs uses or calls when a cursor moves to a buffer
select-window
?
You might be interested in this package also: https://github.com/cyrus-and/zoom
select window seems to work
I may move on to zoom though
currently I have a bunch involving winum or evil-window-[direction]
but would prefer to have a catchall that happens when a window is focused, and just exclude modes
though beacon is cool
Presumably all of the movement libraries cal into a small handful of emacs functions. Maybe inspect the evil-window-*
functions to see what they eventually call?
Will do, I also wanted to see what things like magit calls when opening the status window that doesn't seem to trigger golden-ratio even when I specify that as an extra command
I think it only activated it in the window it was called from
I moved to zoom and it seems to solve those issues, I'll stick with this for a while, but it seems to address some of the cases I have issues with golden-ratio mode