diff options
author | Amin Bandali <bandali@gnu.org> | 2018-12-23 10:33:22 -0500 |
---|---|---|
committer | Amin Bandali <bandali@gnu.org> | 2018-12-23 10:33:22 -0500 |
commit | 96b3e55dd80dd797361457af9c623072a9374715 (patch) | |
tree | 9bbaacc6375f757eae5e10aadfedcb97c9a402fd | |
parent | 815c338bbfc6a6c38ec41c2a40041dfd222cf41c (diff) | |
download | configs-96b3e55dd80dd797361457af9c623072a9374715.tar.gz configs-96b3e55dd80dd797361457af9c623072a9374715.tar.xz configs-96b3e55dd80dd797361457af9c623072a9374715.zip |
[emacs] use 'bar cursor
-rw-r--r-- | init.org | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -693,6 +693,12 @@ for this. ;; (setq replace-char-fold t) #+end_src +*** Cursor shape + +#+begin_src emacs-lisp +(setq-default cursor-type 'bar) +#+end_src + ** Bindings #+begin_src emacs-lisp |