dotfiles

My dotfiles.
Log | Files | Refs | LICENSE

commit 7801ea226c7c775772cacb82cb43927820e44842
parent 44214a1777e24430dd876ea18bcceb896d6cfccb
Author: Ryan Jeffrey <ryan@ryanmj.xyz>
Date:   Thu, 30 Sep 2021 00:00:36 -0700

emasc termnial cursors

Diffstat:
M.config/emacs/config.org | 6+++++-
1 file changed, 5 insertions(+), 1 deletion(-)

diff --git a/.config/emacs/config.org b/.config/emacs/config.org @@ -193,7 +193,11 @@ evil-visual-state-tag (propertize " VISUAL " 'face '((:background "light salmon" :foreground "black"))) evil-operator-state-tag (propertize " OPERATE " 'face '((:background "sandy brown" :foreground "black")))) (setq evil-insert-state-cursor '(bar "green") - evil-normal-state-cursor '(box "magenta"))) + evil-normal-state-cursor '(box "magenta")) +(use-package evil-terminal-cursor-changer +:ensure t +:init +(evil-terminal-cursor-changer-activate))) ;; global move window keys so non joestar buffers can still have these bindings (global-set-key (kbd "M-<left>") #'(lambda ()