working again

This commit is contained in:
Charlie Root 2025-03-19 21:10:56 +01:00
commit bd71f8d95a
Signed by: faukah
SSH key fingerprint: SHA256:Uj2AXqvtdCA4hn5Hq0ZonhIAyUqI1q4w2sMG3Z1TH7E
5 changed files with 39 additions and 62 deletions

View file

@ -1,3 +1,6 @@
;;; init-look.el --- making emacs look decent. -*- lexical-binding: t -*-
;;; Commentary:
;;; Code:
;;; Line spacing, can be 0 for code and 1 or 2 for text
;;; -------------------------------------------------------------------
(setq-default line-spacing 0)
@ -12,7 +15,7 @@
;;; -------------------------------------------------------------------
;;; Highlight current line
;;; -------------------------------------------------------------------
(global-hl-line-mode +1)
(global-hl-line-mode -1)
;;; No sound
;;; -------------------------------------------------------------------