Skip to content

Commit

Permalink
fix(builtin): check for fringe before using set-fringe-style
Browse files Browse the repository at this point in the history
  • Loading branch information
abougouffa committed Oct 21, 2023
1 parent f2bc02a commit 9a34479
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion core/me-builtin.el
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,8 @@
(append elisp-flymake-byte-compile-load-path load-path))

;; Larger right frings
(set-fringe-style '(8 . 13))
(with-eval-after-load 'fringe
(set-fringe-style '(8 . 13)))

;; Better fringe bitmaps
(define-fringe-bitmap '+flymake-bitmap-arrow
Expand Down

0 comments on commit 9a34479

Please sign in to comment.