Add sharp-quote to function symbols
This commit is contained in:
parent
0f76a2bc3d
commit
32069eefd3
1 changed files with 4 additions and 4 deletions
|
@ -62,11 +62,11 @@ limit to buffers in the current workspace."
|
||||||
(ivy-read (format "%s buffers: " (if workspace-only-p "Workspace" "Global"))
|
(ivy-read (format "%s buffers: " (if workspace-only-p "Workspace" "Global"))
|
||||||
(+ivy--get-buffers (unless workspace-only-p (buffer-list)))
|
(+ivy--get-buffers (unless workspace-only-p (buffer-list)))
|
||||||
:action (if other-window-p
|
:action (if other-window-p
|
||||||
'+ivy--select-buffer-other-window-action
|
#'+ivy--select-buffer-other-window-action
|
||||||
'+ivy--select-buffer-action)
|
#'+ivy--select-buffer-action)
|
||||||
:matcher 'ivy--switch-buffer-matcher
|
:matcher #'ivy--switch-buffer-matcher
|
||||||
:keymap ivy-switch-buffer-map
|
:keymap ivy-switch-buffer-map
|
||||||
:caller '+ivy/switch-workspace-buffer))
|
:caller #'+ivy/switch-workspace-buffer))
|
||||||
|
|
||||||
(defun +ivy--tasks-candidates (tasks)
|
(defun +ivy--tasks-candidates (tasks)
|
||||||
"Generate a list of task tags (specified by `+ivy-task-tags') for
|
"Generate a list of task tags (specified by `+ivy-task-tags') for
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue