diff options
author | Thanos Apollo <[email protected]> | 2024-01-18 16:49:14 +0200 |
---|---|---|
committer | Thanos Apollo <[email protected]> | 2024-01-18 16:49:14 +0200 |
commit | e5fb4e5226b3a04a6e06fc38ebdcdf251a00beda (patch) | |
tree | 6c462fc634b6d4451d80f4e8af8942b41c366018 | |
parent | 56717ac310c8f48025a52d05d1b06897cf6982f1 (diff) |
emacs:(aesthetics) Add global-hl-line-mode
-rw-r--r-- | .emacs.d/modules/thanos-aesthetics.el | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.emacs.d/modules/thanos-aesthetics.el b/.emacs.d/modules/thanos-aesthetics.el index ec6175a..a112faa 100644 --- a/.emacs.d/modules/thanos-aesthetics.el +++ b/.emacs.d/modules/thanos-aesthetics.el @@ -43,6 +43,7 @@ (tool-bar-mode -1) (tooltip-mode -1) (menu-bar-mode -1) +(global-hl-line-mode) (which-key-mode 1) (blink-cursor-mode -1) (menu-bar--visual-line-mode-enable) |