summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2021-01-14 19:04:51 -0600
committerCase Duckworth2021-01-14 19:04:51 -0600
commitc0ba3b8d30ebcd7dbb82f65e63c934f53b26722c (patch)
tree6448a2b0f48dd971b62ea5510a68a968700b5b9d /config.org
parentChange at-work and at-home to the more general when-at (diff)
downloademacs-c0ba3b8d30ebcd7dbb82f65e63c934f53b26722c.tar.gz
emacs-c0ba3b8d30ebcd7dbb82f65e63c934f53b26722c.zip
Add visual-line-fringe-indicator on the left
Diffstat (limited to 'config.org')
-rw-r--r--config.org7
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