mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add fboundp guard around fringe-mode
This commit is contained in:
@ -214,7 +214,7 @@ local value, whether or not it's permanent-local. Therefore, we cycle
|
||||
;; a good indicator that Emacs isn't frozen
|
||||
(add-hook 'doom-post-init-hook #'blink-cursor-mode)
|
||||
;; standardize default fringe width
|
||||
(fringe-mode doom-fringe-size)
|
||||
(if (fboundp 'fringe-mode) (fringe-mode doom-fringe-size))
|
||||
;; draw me like one of your French editors
|
||||
(tooltip-mode -1) ; relegate tooltips to echo area only
|
||||
(menu-bar-mode -1)
|
||||
|
Reference in New Issue
Block a user