mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-01 12:17:25 -05:00
Add fringe-helper to core-ui
This commit is contained in:
@ -142,6 +142,9 @@ mode is detected.")
|
||||
;; Plugins
|
||||
;;
|
||||
|
||||
(def-package! fringe-helper
|
||||
:commands fringe-helper-define)
|
||||
|
||||
(def-package! hideshow ; built-in
|
||||
:commands (hs-minor-mode hs-toggle-hiding hs-already-hidden-p)
|
||||
:config
|
||||
|
@ -13,6 +13,7 @@
|
||||
(package! osx-clipboard :ignore (not IS-MAC))
|
||||
|
||||
;; core-ui.el
|
||||
(package! fringe-helper)
|
||||
(package! highlight-indentation)
|
||||
(package! highlight-numbers)
|
||||
(package! nlinum)
|
||||
|
Reference in New Issue
Block a user