Shohei YOSHIDA

Results 34 issues of Shohei YOSHIDA

cl.el is deprecated. This also fixes the following byte-compile warning. ``` dumb-jump.el:2894:33: Warning: the function ‘first’ is not known to be defined. ```

https://github.com/pwalsh/pipenv.el/pull/57 removed `f.el` dependency but pipenv.el still uses a `f.el` function.

- https://github.com/fsharp/fsharpbinding is deprecated(archived) now - Current repository is https://github.com/fsharp/emacs-fsharp-mode

Load cl-lib for using 'function*' which is alias of cl-function.

In zsh file name convention, file name of which starts with '_' is an autoloaded file. It should not be loaded manually. This fixes https://github.com/zsh-users/zsh-completions/issues/809

- Use cache for avoiding getting latest version - Fix version checking - Don't always install fsautocomplete