diff options
author | Thanos Apollo <[email protected]> | 2024-10-30 09:54:26 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-10-30 09:54:26 +0200 |
commit | 41675947beb58253d43e31133f91be7bdc9bf2ee (patch) | |
tree | 4290a58b030427eb88045ab18c6519003d8035c6 /.config | |
parent | 0030f8bfdf43a1e27f9a7cf1f84d8aa638697b3b (diff) |
emacs: disable global-visual-line
Diffstat (limited to '.config')
-rw-r--r-- | .config/emacs/init.el | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/.config/emacs/init.el b/.config/emacs/init.el index 5936de7..842f976 100644 --- a/.config/emacs/init.el +++ b/.config/emacs/init.el @@ -303,7 +303,6 @@ (add-to-list 'default-frame-alist '(alpha-background . 85)) ;; Theming -(global-visual-line-mode) (defun thanos/terminal-theming () "Customize theming when laucning Emacs as TUI." |