Shohei YOSHIDA

Results 34 issues of Shohei YOSHIDA

https://github.com/arbox/org-sync/blob/master/omd.el#L172 I got following error when byte-compiling omd.el. ``` In end of data: omd.el:222:1:Warning: the function `omd-mutate-doc-list' is not known to be defined. ```

- Fix wrong variable usage - Specify minimum Emacs version

Functions which are called from macros should be evaluated at both compile time and load time. ``` composable.el:163:2: Error: Symbol’s function definition is void: composable-create-composable ```

- Specify minimum Emacs version - Specify parent group for `M-x customize`

Because gensym is a function, not macro.

If this value is set via `customize`, then emacs generates the following code(double quoted symbol). This patch fixes it. ```lisp (custom-set-variables '(sly-command-switch-to-existing-lisp ''always)) ```

because it provides the zsh completion file now - [ ] This compdef is not already available in zsh. - [ ] This compdef is not already available in their...