about summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-14 20:40:19 -0600
committerCase Duckworth2021-01-14 20:40:19 -0600
commitc34ba5c83ba295417c6ea679947dae173f035a95 (patch)
tree58e93d4da1dc3f91220606c2846c13cbbe01188a /config.org
parentAdd mwim (diff)
downloademacs-c34ba5c83ba295417c6ea679947dae173f035a95.tar.gz
emacs-c34ba5c83ba295417c6ea679947dae173f035a95.zip
Change left-curly-arrow bitmap
Diffstat (limited to 'config.org')
-rw-r--r--config.org10
1 files changed, 7 insertions, 3 deletions
diff --git a/config.org b/config.org index fcfd615..d228030 100644 --- a/config.org +++ b/config.org
@@ -5,7 +5,7 @@
5#+EXPORT_FILE_NAME: README.md 5#+EXPORT_FILE_NAME: README.md
6#+OPTIONS: toc:nil 6#+OPTIONS: toc:nil
7#+BANKRUPTCY_COUNT: 3.2 7#+BANKRUPTCY_COUNT: 3.2
8#+Time-stamp: <2021-01-14 20:21:43 acdw> 8#+Time-stamp: <2021-01-14 20:38:43 acdw>
9 9
10* Basics 10* Basics
11 11
@@ -245,8 +245,12 @@
245 (cuss visual-line-fringe-indicators '(left-curly-arrow nil) 245 (cuss visual-line-fringe-indicators '(left-curly-arrow nil)
246 "Indicate continuing lines with a curly arrow in the left fringe.") 246 "Indicate continuing lines with a curly arrow in the left fringe.")
247 247
248 (set-fringe-bitmap-face 'left-curly-arrow 248 ;; redefine the `left-curly-arrow' indicator to be less distracting.
249 '((t :inherit 'comment))) 249 (define-fringe-bitmap 'left-curly-arrow
250 [#b11000000
251 #b01100000
252 #b00110000
253 #b00011000])
250 #+end_src 254 #+end_src
251 255
252 256