This page is not created by, affiliated with, or supported by Slack Technologies, Inc.
2021-01-14
Channels
- # adventofcode (2)
- # announcements (61)
- # babashka (26)
- # beginners (125)
- # calva (63)
- # cider (33)
- # clj-kondo (40)
- # cljs-dev (24)
- # clojure (165)
- # clojure-australia (8)
- # clojure-dev (4)
- # clojure-europe (44)
- # clojure-finland (1)
- # clojure-greece (4)
- # clojure-losangeles (1)
- # clojure-nl (28)
- # clojure-taiwan (3)
- # clojure-uk (64)
- # clojurescript (2)
- # core-async (14)
- # datomic (34)
- # docker (2)
- # fulcro (9)
- # garden (1)
- # jobs (4)
- # jobs-discuss (21)
- # kaocha (3)
- # off-topic (48)
- # pathom (4)
- # practicalli (3)
- # remote-jobs (3)
- # shadow-cljs (46)
- # spacemacs (6)
- # sql (4)
- # tools-deps (22)
- # xtdb (5)
- # yada (2)
Hi @jr0cket, I've tried to change my setup, fresh install, remove packages, nothing change. I'm installing a brew version right now. Two things for you: 1) your https://practicalli.github.io/spacemacs/os-specific-config/macosx.html (which is great by the way) tells to run brew install -cask emacs
which is not working anymore, the "-cask" is not working anymore. 2) I tried your .spacemacs.d folder, which is great also, but I didn't figure out how to setup the variables I used to use: (osx :variables osx-use-option-as-meta nil)
. This option is needed for some non us keyboard, I cannot key tilde or brackets keys without that option.... 😪. Thx in advance !
For reference, the (osx :variables ,,,)
line would be added to the dotspacemacs
layer section, along side the other layers used (helm, elisp, Clojure, git, etc)
The brew -cask approach was in the Spacemacs docs, so I'll check if it's been updated. Thanks for raising this.
Hmm, some magics happen there, my brew version of emacs seems to be already setup for my non us - mac os - keyboard. So, I don't need answer 2 anymore, only for curiosity.
brew tap railwaycat/emacsmacport
brew install emacs-mac
brew link emacs-mac
My first tries with the above version are positive. It seems to stop the flickering issue, even if I need more time to check: the issue was not completely reproductible, or at least I did not understand the conditions...Thank you for sharing, I'll add this as an approach to the book for Mac.