summaryrefslogtreecommitdiff
path: root/.emacs.d/modules
diff options
context:
space:
mode:
authorThanos Apollo <[email protected]>2024-01-18 16:49:14 +0200
committerThanos Apollo <[email protected]>2024-01-18 16:49:14 +0200
commite5fb4e5226b3a04a6e06fc38ebdcdf251a00beda (patch)
tree6c462fc634b6d4451d80f4e8af8942b41c366018 /.emacs.d/modules
parent56717ac310c8f48025a52d05d1b06897cf6982f1 (diff)
emacs:(aesthetics) Add global-hl-line-mode
Diffstat (limited to '.emacs.d/modules')
-rw-r--r--.emacs.d/modules/thanos-aesthetics.el1
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)