diff options
-rw-r--r-- | config.org | 10 |
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 | ||