Rahul M. Juliato

Results 46 comments of Rahul M. Juliato

Hello there! I am on macOS and feeling experience the same as @didibus. It takes longer swipes to "start scrolling".

My debug when eval `(centaur-tabs-line)` ``` Debugger entered--Lisp error: (wrong-type-argument stringp (Git "~/github/auto-dark-emacs/")) expand-file-name((Git "~/github/auto-dark-emacs/")) centaur-tabs-project-name() centaur-tabs-get-group-name(#) centaur-tabs-buffer-groups() #f(compiled-function (b) #)(#) mapcar(#f(compiled-function (b) #) (# # # # #)) cl-mapcar(#f(compiled-function...

Ok, I do not understand why, but adding this to my .emacs solved the problem. ``` (centaur-tabs-group-by-projectile-project) ```

Re-opening since this is still an issue.

I do have this problems with MacOS also. It seems to be a broader issue then just prettier. When I start Emacs from Applications or Spotlight, env outputs different then...

Also this did not fixed for me. I usually run: `$ Open /Application/Emacs.app`

I found the solution to this problem by installing this beauty from MELPA: https://github.com/purcell/exec-path-from-shell After install, justa add this anywhere in your .emacs file: `(exec-path-from-shell-initialize)` And that's it. Now your...

Please don't be mean to me ;D I was just about to open an issue referring to #21 , since it dates from 2017 and it is marked with `won't...

Yeah, it is in the early stage but who knows what it might become =) One small thing you might know (and it is ok if you don't), I am...

Hello there! I asked around about having a fallback for when jsconfig.json or tsconfig.json is not present into the directory, but I guess I am too dumb to understand the...