Fix syntax error in spacemacs/extensions.el
This commit is contained in:
parent
3cb0a7aecc
commit
02bf210101
1 changed files with 1 additions and 1 deletions
|
@ -76,7 +76,7 @@
|
|||
(setq i (1+ i))
|
||||
(setq overlay (format "%s" (nth i ahs-overlay-list))))
|
||||
(message "[%s/%s] jump to (n)ext or (p)revious symbol (= to reset)"
|
||||
(- overlay-count i) overlay-count))))
|
||||
(- overlay-count i) overlay-count))))))
|
||||
|
||||
(defun spacemacs/init-centered-cursor ()
|
||||
(use-package centered-cursor-mode
|
||||
|
|
Reference in a new issue