Open anildigital opened 7 years ago
I have no idea — I’m not using Emacs myself. Try searching for Emacs in the issues, there’s been a lot of discussion around getting it right and fighting inconsistencies
I ran into this issue as well on emacs with my mac. This comment in a similar issue seemed to fix it for me.
;; (46 . ".\\(?:\\(?:\\.[.<]\\)\\|[.=-]\\)") ;; This line forces emacs to lock up whenever HELM opens
Comment out that bit. Not sure what that regex is meant to do, but it hasn't broken anything for me
Ok, nevermind that one line helped with the helm issue but all sorts of other things blow up
I tried steps from Setting up Emacs on Mac
Here is how my font.el looking https://gist.github.com/anildigital/def438e9ee400eb5b9b1865ab7c01484
I am able to see Fira Code applied. Thanks for that. But problem is that because of the let in which starts from line #8 in my https://gist.github.com/anildigital/def438e9ee400eb5b9b1865ab7c01484#file-font-el-L8
Whenever I open
eshell
it just hangs/freezes making Emacs process using 100% CPU.Any fix for this?
Thank you