Skip to content

Commit

Permalink
Disable term-cursor in daemon mode
Browse files Browse the repository at this point in the history
  • Loading branch information
StreakyCobra committed Jul 9, 2023
1 parent be95e26 commit c250db6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion layers/+spacemacs/spacemacs-editing-visual/packages.el
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@
(use-package term-cursor
:defer t
:init
(unless (display-graphic-p)
(unless (or (daemonp) (display-graphic-p))
(global-term-cursor-mode))))

(defun spacemacs-editing-visual/init-volatile-highlights ()
Expand Down

0 comments on commit c250db6

Please sign in to comment.