diff options
Diffstat (limited to 'emacs/custom')
-rw-r--r-- | emacs/custom/fcuny-ui.el | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/emacs/custom/fcuny-ui.el b/emacs/custom/fcuny-ui.el index 2a20666..487ca3c 100644 --- a/emacs/custom/fcuny-ui.el +++ b/emacs/custom/fcuny-ui.el @@ -1,7 +1,11 @@ (use-package fringe :custom - (left-fringe-width 5) - (right-fringe-width 5)) + (left-fringe-width 0) + (right-fringe-width 0) + (fringes-outside-margins nil) + (indicate-buffer-boundaries nil) + (indicate-empty-lines nil) + (overflow-newline-into-fringe t)) (use-package scroll-bar :config @@ -26,6 +30,7 @@ modus-themes-lang-checkers '(text-also background) modus-themes-mode-line '(accented) modus-themes-diffs '(desaturated) + modus-themes-fringes nil modus-themes-intense-hl-line t modus-themes-paren-match '(intense) modus-themes-syntax '(yellow-comments green-strings) |