Chen Bin
Chen Bin
Thanks. I updated my setup. 8e1e23dd theme name changed (Chen Bin)
In major mode hook, you can `(setq-local company-backends nil)`, you can use other value than nil. If you know how to write your own company-backend (one chapter of tutorial https://edu.51cto.com/sd/de7e7...
Use `profile-start` to get the report and send it to me. See https://github.com/redguardtoo/emacs.d#why-opening-file-is-slow (replace open file code with `forward-line` or `goto-char`)
Not sure. See doc of `indent-according-to-mode`, you might need set up `indent-line-function`.
Not sure what happens. Have you changed kill ring setup?
My setup looks is outdated. So I deleted it, f8210a1f clean code (Chen Bin) I'm not sure what's your problem.
The issue is not my code. I found my code is bascially replicate default setup now. You need investigate to figure out the root cause. Check `dired-listing-switches` and `dired-actual-switches`.
Not sure what's the problem. `require-package` installs a package from elpa. `require` load a package if it can be found from `load-path`. `featurep` checks if a package is loaded. You...
39927b6 clear the session in memory after loading/saving the workgroup (Chen Bin)
122b9de support speedbar (Chen Bin) In latest version, `speedbar` is supported. `sr-speedbar` is outdated. So I won't test if it's supported or not.