diff options
-rw-r--r-- | config.org | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config.org b/config.org index 460c59d..e82da33 100644 --- a/config.org +++ b/config.org | |||
@@ -241,8 +241,15 @@ | |||
241 | (cuss indicate-buffer-boundaries 'right | 241 | (cuss indicate-buffer-boundaries 'right |
242 | "Indicate the beginning and end of the buffer and whether it | 242 | "Indicate the beginning and end of the buffer and whether it |
243 | scrolls off-window in the right fringe.") | 243 | scrolls off-window in the right fringe.") |
244 | |||
245 | (cuss visual-line-fringe-indicators '(left-curly-arrow nil) | ||
246 | "Indicate continuing lines with a curly arrow in the left fringe.") | ||
247 | |||
248 | (set-fringe-bitmap-face 'left-curly-arrow | ||
249 | '((t :inherit 'comment))) | ||
244 | #+end_src | 250 | #+end_src |
245 | 251 | ||
252 | |||
246 | **** Minibuffer | 253 | **** Minibuffer |
247 | 254 | ||
248 | #+begin_src emacs-lisp | 255 | #+begin_src emacs-lisp |