summaryrefslogtreecommitdiff
path: root/config.org
diff options
context:
space:
mode:
Diffstat (limited to 'config.org')
-rw-r--r--config.org13
1 files changed, 12 insertions, 1 deletions
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