From 96b3e55dd80dd797361457af9c623072a9374715 Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Sun, 23 Dec 2018 10:33:22 -0500 Subject: [PATCH] [emacs] use 'bar cursor --- init.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/init.org b/init.org index a388dd9..6ac4ab3 100644 --- a/init.org +++ b/init.org @@ -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 -- 2.20.1