summary refs log tree commit diff stats
path: root/config.org
diff options
context:
space:
mode:
authorCase Duckworth2020-12-22 20:30:41 -0600
committerCase Duckworth2020-12-22 20:30:41 -0600
commit6e9b69cd71dcaecac2aa7d52115a65fa8ed552cc (patch)
tree59dfcdf3ccf9c9a37881322a7d2d69cb68dd4ed1 /config.org
parentConvert some use-package forms to straight-use-package (diff)
downloademacs-6e9b69cd71dcaecac2aa7d52115a65fa8ed552cc.tar.gz
emacs-6e9b69cd71dcaecac2aa7d52115a65fa8ed552cc.zip
Change indicate-buffer-boundaries
Diffstat (limited to 'config.org')
-rw-r--r--config.org4
1 files changed, 2 insertions, 2 deletions
diff --git a/config.org b/config.org index 8de2f37..bdaf66e 100644 --- a/config.org +++ b/config.org
@@ -275,8 +275,8 @@ when it errors.
275 275
276#+begin_src emacs-lisp 276#+begin_src emacs-lisp
277 (cuss indicate-buffer-boundaries 277 (cuss indicate-buffer-boundaries
278 '((top . right) 278 '((up . right)
279 (bottom . right) 279 (down . right)
280 (t . nil))) 280 (t . nil)))
281 281
282 (cuss indicate-empty-lines t) 282 (cuss indicate-empty-lines t)