Merge branch 'main' of git.sr.ht:~marcuskammer/emacs.d
This commit is contained in:
commit
2da4928629
1 changed files with 1 additions and 2 deletions
|
@ -20,7 +20,6 @@
|
|||
:box '(:line-width (1 . 8) :style flat-button))
|
||||
|
||||
(use-package tab-bar
|
||||
:hook (after-init . tab-bar-mode)
|
||||
:custom
|
||||
(tab-bar-auto-width nil)
|
||||
(tab-bar-auto-width-max '(250 25))
|
||||
|
@ -172,7 +171,7 @@
|
|||
;(pixel-scroll-precision-mode +1)
|
||||
|
||||
(use-package hideshow
|
||||
:hook ((prog-mode . (lambda () (hs-minor-mode 1) (hs-hide-all))))
|
||||
:hook ((prog-mode . (lambda () (hs-minor-mode 1))))
|
||||
:bind (:map prog-mode-map
|
||||
("M-<return>" . hs-toggle-hiding))
|
||||
:custom
|
||||
|
|
Loading…
Add table
Reference in a new issue