Add page-break-lines
This commit is contained in:
parent
46adafaf28
commit
25d87b600a
|
@ -5,31 +5,10 @@
|
||||||
|
|
||||||
;; Author: System Crafters Community
|
;; Author: System Crafters Community
|
||||||
|
|
||||||
;;; Commentary:
|
|
||||||
|
|
||||||
;; User interface customizations. Examples are icons, line numbers,
|
|
||||||
;; and how help buffers are displayed.
|
|
||||||
|
|
||||||
;; This package provides a basic, customized appearance for
|
|
||||||
;; Emacs. Specifically, it uses: Helpful to customize the information
|
|
||||||
;; and visual display of help buffers, such as that created by M-x
|
|
||||||
;; `describe-function'; All-the-icons, to provide font-based icons
|
|
||||||
;; (rather than raster or vector images); and includes some Emacs Lisp
|
|
||||||
;; demonstrations.
|
|
||||||
|
|
||||||
;; Run `all-the-icons-install-fonts' to ensure the fonts necessary
|
|
||||||
;; for ALL THE ICONS are available on your system. You must run this
|
|
||||||
;; function if the "stop" icon at the beginning of this paragraph is
|
|
||||||
;; not displayed properly (it appears as a box with some numbers
|
|
||||||
;; and/or letters inside it).
|
|
||||||
|
|
||||||
;; Read the documentation for `all-the-icons'; on Windows,
|
|
||||||
;; `all-the-icons-install-fonts' only downloads fonts, they must be
|
|
||||||
;; installed manually. This is necessary if icons are not displaying
|
|
||||||
;; properly.
|
|
||||||
|
|
||||||
;;; Code:
|
;;; Code:
|
||||||
|
|
||||||
|
(when (require 'page-break nil :noerror) (global-page-break-lines-mode +1))
|
||||||
|
|
||||||
;;;; Help Buffers
|
;;;; Help Buffers
|
||||||
|
|
||||||
;; Make `describe-*' screens more helpful
|
;; Make `describe-*' screens more helpful
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
package = with pkgs;
|
package = with pkgs;
|
||||||
((emacsPackagesFor emacs29-pgtk).emacsWithPackages (epkgs:
|
((emacsPackagesFor emacs29-pgtk).emacsWithPackages (epkgs:
|
||||||
with epkgs; [
|
with epkgs; [
|
||||||
# Theme
|
# theme-packages
|
||||||
doom-themes
|
doom-themes
|
||||||
|
|
||||||
# completion-packages
|
# completion-packages
|
||||||
|
@ -54,15 +54,19 @@
|
||||||
org-appear
|
org-appear
|
||||||
org-journal
|
org-journal
|
||||||
|
|
||||||
|
# project-packages
|
||||||
|
magit
|
||||||
|
|
||||||
# ui-packages
|
# ui-packages
|
||||||
all-the-icons
|
all-the-icons
|
||||||
elisp-demos
|
elisp-demos
|
||||||
helpful
|
helpful
|
||||||
|
page-break-lines
|
||||||
# workspaces-packages
|
which-key
|
||||||
tabspaces
|
link-hint
|
||||||
|
|
||||||
# writing-packages
|
# writing-packages
|
||||||
|
pdf-tools
|
||||||
markdown-mode
|
markdown-mode
|
||||||
pandoc-mode
|
pandoc-mode
|
||||||
auctex
|
auctex
|
||||||
|
@ -78,13 +82,6 @@
|
||||||
elfeed-webkit
|
elfeed-webkit
|
||||||
elfeed-tube
|
elfeed-tube
|
||||||
elfeed-tube-mpv
|
elfeed-tube-mpv
|
||||||
|
|
||||||
# Additional packages
|
|
||||||
which-key
|
|
||||||
link-hint
|
|
||||||
magit
|
|
||||||
vterm
|
|
||||||
pdf-tools
|
|
||||||
]));
|
]));
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue