Remove diff-hl borders

This commit is contained in:
Evie Litherland-Smith 2023-12-08 16:36:32 +00:00
parent cc1eb6e181
commit 92d847e8bf
2 changed files with 4 additions and 2 deletions

View file

@ -292,7 +292,8 @@
:config
(global-diff-hl-mode)
:custom
(diff-hl-disable-on-remote t))
(diff-hl-disable-on-remote t)
(diff-hl-draw-borders nil))
(setq org-directory "~/Org"
org-default-notes-file (expand-file-name "notes.org" org-directory)

View file

@ -353,7 +353,8 @@
:config
(global-diff-hl-mode)
:custom
(diff-hl-disable-on-remote t))
(diff-hl-disable-on-remote t)
(diff-hl-draw-borders nil))
#+end_src
* Org-mode
For reference information, see [[https://orgmode.com][Org-mode website]]