Add fringe-helper to core-ui
This commit is contained in:
parent
b6beacf804
commit
4aece988ff
2 changed files with 4 additions and 0 deletions
|
@ -142,6 +142,9 @@ mode is detected.")
|
||||||
;; Plugins
|
;; Plugins
|
||||||
;;
|
;;
|
||||||
|
|
||||||
|
(def-package! fringe-helper
|
||||||
|
:commands fringe-helper-define)
|
||||||
|
|
||||||
(def-package! hideshow ; built-in
|
(def-package! hideshow ; built-in
|
||||||
:commands (hs-minor-mode hs-toggle-hiding hs-already-hidden-p)
|
:commands (hs-minor-mode hs-toggle-hiding hs-already-hidden-p)
|
||||||
:config
|
:config
|
||||||
|
|
|
@ -13,6 +13,7 @@
|
||||||
(package! osx-clipboard :ignore (not IS-MAC))
|
(package! osx-clipboard :ignore (not IS-MAC))
|
||||||
|
|
||||||
;; core-ui.el
|
;; core-ui.el
|
||||||
|
(package! fringe-helper)
|
||||||
(package! highlight-indentation)
|
(package! highlight-indentation)
|
||||||
(package! highlight-numbers)
|
(package! highlight-numbers)
|
||||||
(package! nlinum)
|
(package! nlinum)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue