diff options
author | Case Duckworth | 2021-01-14 19:04:51 -0600 |
---|---|---|
committer | Case Duckworth | 2021-01-14 19:04:51 -0600 |
commit | c0ba3b8d30ebcd7dbb82f65e63c934f53b26722c (patch) | |
tree | 6448a2b0f48dd971b62ea5510a68a968700b5b9d | |
parent | Change at-work and at-home to the more general when-at (diff) | |
download | emacs-c0ba3b8d30ebcd7dbb82f65e63c934f53b26722c.tar.gz emacs-c0ba3b8d30ebcd7dbb82f65e63c934f53b26722c.zip |
Add visual-line-fringe-indicator on the left
-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 |