diff options
| author | James Nguyen <james@jojojames.com> | 2022-06-04 13:24:10 -0400 |
|---|---|---|
| committer | James Nguyen <james@jojojames.com> | 2022-06-04 13:24:10 -0400 |
| commit | 71e4edc84bdee774d2157b2c4c06eec1880d6a6a (patch) | |
| tree | bc20bd0b8e0439a1a834edd3e1b36b74d412df7f | |
| parent | ac01ae2803750d640424f152147b6597fa168a69 (diff) | |
Try to fix lispy and company single quotes
| -rw-r--r-- | modes/company/evil-collection-company.el | 2 | ||||
| -rw-r--r-- | modes/lispy/evil-collection-lispy.el | 4 |
2 files changed, 3 insertions, 3 deletions
diff --git a/modes/company/evil-collection-company.el b/modes/company/evil-collection-company.el index 27d0791..a39d95f 100644 --- a/modes/company/evil-collection-company.el +++ b/modes/company/evil-collection-company.el @@ -42,7 +42,7 @@ "The `evil-state's which `company' function can be requested." :type '(repeat symbol)) (defcustom evil-collection-want-company-extended-keybindings nil - "The 'evil-company-extended' keybindings should be requested" + "The \='evil-company-extended' keybindings should be requested" :type 'boolean) (defvar company-active-map) diff --git a/modes/lispy/evil-collection-lispy.el b/modes/lispy/evil-collection-lispy.el index 3e334f2..8d836eb 100644 --- a/modes/lispy/evil-collection-lispy.el +++ b/modes/lispy/evil-collection-lispy.el @@ -579,10 +579,10 @@ Copy of `noc:lispy-delete'." (defun evil-collection-lispy-set-key-theme (theme) "Set `lispy-mode-map' for according to THEME. THEME is a list of choices: 'special, 'lispy, 'paredit, 'evilcp, -'c-digits', 'special-evil', 'evil'. + \='c-digits', \='special-evil', \='evil'. This is an exact copy of `lispy-set-key-theme' except with the additions of -'special-evil' and 'evil' themes." + \='special-evil' and \='evil' themes." (setq lispy-mode-map (make-composed-keymap (delq nil |
