This website requires JavaScript.
Explore
Help
Sign in
TakeV
/
spacemacs
Archived
Watch
1
Star
0
Fork
You've already forked spacemacs
0
Code
Issues
Pull requests
Projects
Releases
Packages
Wiki
Activity
This repository has been archived on
2024-10-22
. You can view files and clone it, but cannot push or open issues or pull requests.
47c6740b53
spacemacs
/
init-package
/
init-page-break-lines.el
5 lines
75 B
EmacsLisp
Raw
Normal View
History
Unescape
Escape
Migrate all package configs to use-package. Total load time for 90+ packages without byte-compiling: 3s... amazing ! Thanks to \@jwiegley :-)
2013-11-20 05:30:23 +00:00
(
use-package
page-break-lines
:init
(
global-page-break-lines-mode
t
)
)
Add page-break-lines
2013-04-23 02:14:23 +00:00
Reference in a new issue
Copy permalink