Customize line-spacing for bufler buffers
This commit is contained in:
parent
25ee609c5e
commit
2509a0c5b6
4
init.el
4
init.el
@ -870,6 +870,10 @@ DOCSTRING is an optional form that is discarded upon expansion."
|
|||||||
|
|
||||||
(external-package bufler
|
(external-package bufler
|
||||||
"Presents open buffers in a grouped and organized menu."
|
"Presents open buffers in a grouped and organized menu."
|
||||||
|
:config
|
||||||
|
;; Set `line-spacing' to a custom value in bufler buffers for some
|
||||||
|
;; added visual separation between UI elements
|
||||||
|
(add-hook 'bufler-list-mode-hook (lambda () (setq-local line-spacing 0.15)))
|
||||||
:custom
|
:custom
|
||||||
(bufler-columns '("Name" "Path"))
|
(bufler-columns '("Name" "Path"))
|
||||||
(bufler-list-group-separators '((0 . "\n")))
|
(bufler-list-group-separators '((0 . "\n")))
|
||||||
|
Loading…
Reference in New Issue
Block a user