Minor refactors & reformatting
This commit is contained in:
parent
9bbdacc79b
commit
a6959b75f3
2 changed files with 10 additions and 10 deletions
|
@ -24,11 +24,11 @@
|
|||
(and (require 'xclip nil t)
|
||||
(xclip-mode +1)))))
|
||||
|
||||
(when (featurep! :editor evil)
|
||||
;; Fix cursor shape-changing in the terminal. Only supported in XTerm, Gnome
|
||||
;; Terminal, iTerm, Konsole, dumb (etc. mintty), and Apple Terminal.app. If
|
||||
;; using Apple Terminal.app, install
|
||||
;; http://www.culater.net/software/SIMBL/SIMBL.php and
|
||||
;; https://github.com/saitoha/mouseterm-plus/releases. That makes to support
|
||||
;; VT's DECSCUSR sequence.
|
||||
(add-hook 'tty-setup-hook #'evil-terminal-cursor-changer-activate))
|
||||
(when (featurep! :editor evil)
|
||||
;; Fix cursor shape-changing in the terminal. Only supported in XTerm, Gnome
|
||||
;; Terminal, iTerm, Konsole, dumb (etc. mintty), and Apple Terminal.app. If
|
||||
;; using Apple Terminal.app, install
|
||||
;; http://www.culater.net/software/SIMBL/SIMBL.php and
|
||||
;; https://github.com/saitoha/mouseterm-plus/releases. That makes to support
|
||||
;; VT's DECSCUSR sequence.
|
||||
(add-hook 'tty-setup-hook #'evil-terminal-cursor-changer-activate))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue