From 26b61c7703acb1362d4d2d456d66ecf2b01673b5 Mon Sep 17 00:00:00 2001 From: Cori Barker Date: Mon, 23 Mar 2026 11:29:34 +0000 Subject: [emacs] fixed line wrap --- config.org | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/config.org b/config.org index 64d26b0..540f570 100644 --- a/config.org +++ b/config.org @@ -10,6 +10,7 @@ - [[#load-evil-mode][Load Evil Mode]] - [[#general-keybindings][General Keybindings]] - [[#all-the-icons][ALL THE ICONS]] +- [[#buffer-move][BUFFER MOVE]] - [[#fonts][FONTS]] - [[#setting-the-font-face][Setting The Font Face]] - [[#zooming-inout][Zooming In/Out]] @@ -20,7 +21,15 @@ - [[#enabling-table-of-contents][Enabling Table of Contents]] - [[#enabling-org-bullets][Enabling Org Bullets]] - [[#source-code-block-tag-expansion][Source Code Block Tag Expansion]] +- [[#shells-and-terminals][SHELLS AND TERMINALS]] + - [[#eshell][Eshell]] + - [[#vterm][Vterm]] + - [[#vterm-toggle][Vterm-Toggle]] +- [[#rainbow-mode][RAINBOW MODE]] - [[#sudo-edit][SUDO EDIT]] +- [[#theme][THEME]] +- [[#pdf-tools][PDF TOOLS]] +- [[#auctex][AUCTEX]] - [[#which-key][WHICH-KEY]] - [[#ivy-counsel][IVY (COUNSEL)]] @@ -313,7 +322,9 @@ Make GNU Emacs look better. ** Display Line Numbers and Disable Truncated Lines #+begin_src emacs-lisp (global-display-line-numbers-mode 1) - (global-visual-line-mode -1) + (global-visual-line-mode 0) + (setq display-line-numbers 'relative) + (setq-default truncate-lines t) #+end_src * ORG MODE -- cgit v1.2.3