From 566446664e50f76697ebd8bc40479eda3192d693 Mon Sep 17 00:00:00 2001 From: eli Date: Thu, 5 Jan 2023 13:25:14 -0500 Subject: * --- init.el | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/init.el b/init.el index bcab4e8..cb71346 100644 --- a/init.el +++ b/init.el @@ -126,7 +126,8 @@ (setq window-divider-default-places 'right-only) (window-divider-mode) - +(setq-default left-fringe-width 1 right-fringe-width 8 + left-margin-width 1 right-margin-width 0) ;; ===== PACKAGES ===== @@ -166,8 +167,8 @@ ;; git (straight-use-package 'magit) -(straight-use-package 'git-gutter) -(add-hook 'prog-mode-hook #'global-git-gutter-mode) +; (straight-use-package 'git-gutter) +; (add-hook 'prog-mode-hook #'global-git-gutter-mode) ;; keep splits good sizes (straight-use-package 'golden-ratio) @@ -332,6 +333,8 @@ (straight-use-package 'exec-path-from-shell) (exec-path-from-shell-initialize) (add-hook 'after-init-hook #'global-flycheck-mode) +(setq-default flycheck-indication-mode 'left-margin) +(add-hook 'flycheck-mode-hook #'flycheck-set-indication-mode) ;; FLYSPELL (dolist (hook '(text-mode-hook)) -- cgit 1.4.1-2-gfad0