working again
This commit is contained in:
parent
7ea2eb8f05
commit
bd71f8d95a
5 changed files with 39 additions and 62 deletions
|
@ -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
|
||||
;;; -------------------------------------------------------------------
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue