summaryrefslogtreecommitdiff
path: root/.config
diff options
context:
space:
mode:
Diffstat (limited to '.config')
-rw-r--r--.config/emacs/custom.el2
-rw-r--r--.config/emacs/init.el3
2 files changed, 0 insertions, 5 deletions
diff --git a/.config/emacs/custom.el b/.config/emacs/custom.el
index fa63a6d..af500dd 100644
--- a/.config/emacs/custom.el
+++ b/.config/emacs/custom.el
@@ -23,7 +23,6 @@
'(footnote-section-tag "")
'(frame-resize-pixelwise t)
'(gdb-many-windows t)
- '(global-page-break-lines-mode t nil (page-break-lines))
'(gnus-cloud-method "nnimap:gmail")
'(highlight-nonselected-windows t)
'(hscroll-step 1)
@@ -34,7 +33,6 @@
'(lua-indent-level 2)
'(menu-bar-mode nil)
'(minibuffer-depth-indicate-mode t)
- '(page-break-lines-modes '(fundamental-mode text-mode prog-mode special-mode))
'(read-char-by-name-sort 'code)
'(repeat-mode t)
'(scroll-bar-mode nil)
diff --git a/.config/emacs/init.el b/.config/emacs/init.el
index 36ed7f7..68bab75 100644
--- a/.config/emacs/init.el
+++ b/.config/emacs/init.el
@@ -342,7 +342,6 @@ list and require no escaping."
(my/define-prefix-command my/whitespace-map
"Keymap for whitespace-related commands."
'(("c" whitespace-cleanup)
- ("f" page-break-lines-mode)
("m" whitespace-mode)
("t" my/set-tab-width)))
@@ -397,7 +396,6 @@ list and require no escaping."
(delight 'hi-lock-mode nil 'hi-lock)
(delight 'hs-minor-mode "…" 'hideshow)
(delight 'mml-mode "📧" 'mml)
-(delight 'page-break-lines-mode nil 'page-break-lines)
(delight 'scroll-lock-mode "📜" 'scroll-lock)
(delight 'text-scale-mode
'(:eval (if (>= text-scale-mode-amount 0) "🗚" "🗛"))
@@ -755,7 +753,6 @@ UPSTREAMS is a list of fetch URLs."
gnus-mock
magit
markdown-mode
- page-break-lines
rg
rust-mode
wgrep)