projects
/
~bandali
/
configs
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[emacs] use 'bar cursor
[~bandali/configs]
/
init.org
diff --git
a/init.org
b/init.org
index
a388dd9
..
6ac4ab3
100644
(file)
--- 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