mirror of
https://github.com/protesilaos/dotfiles.git
synced 2026-09-10 07:16:20 -04:00
emacs: remove erroneous quote in prot-modeline-which-function-indicator
This commit is contained in:
parent
b6bae95d9a
commit
120cfc8d05
|
|
@ -13617,7 +13617,7 @@ Specific to the current window's mode line.")
|
|||
(defvar-local prot-modeline-which-function-indicator
|
||||
`(( :propertize
|
||||
which-func-current
|
||||
face '(prot-modeline-indicator-small prot-modeline-indicator-magenta)
|
||||
face (prot-modeline-indicator-small prot-modeline-indicator-magenta)
|
||||
mouse-face mode-line-highlight
|
||||
help-echo (format "Current definition: `%s'"
|
||||
(or (gethash (selected-window) which-func-table)
|
||||
|
|
|
|||
|
|
@ -593,7 +593,7 @@ Specific to the current window's mode line.")
|
|||
(defvar-local prot-modeline-which-function-indicator
|
||||
`(( :propertize
|
||||
which-func-current
|
||||
face '(prot-modeline-indicator-small prot-modeline-indicator-magenta)
|
||||
face (prot-modeline-indicator-small prot-modeline-indicator-magenta)
|
||||
mouse-face mode-line-highlight
|
||||
help-echo (format "Current definition: `%s'"
|
||||
(or (gethash (selected-window) which-func-table)
|
||||
|
|
|
|||
Loading…
Reference in a new issue