projects
/
~bandali
/
configs
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
815c338
)
[emacs] use 'bar cursor
author
Amin Bandali
<bandali@gnu.org>
Sun, 23 Dec 2018 15:33:22 +0000
(10:33 -0500)
committer
Amin Bandali
<bandali@gnu.org>
Sun, 23 Dec 2018 15:33:22 +0000
(10:33 -0500)
init.org
patch
|
blob
|
blame
|
history
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