Fix to get emms working and some linting fixes.

This commit is contained in:
jgrogan 2024-06-20 14:20:42 +01:00
parent eb98720f3d
commit 6c7e671ae1
4 changed files with 37 additions and 10 deletions

View file

@ -1,5 +1,10 @@
; -*- lexical-binding: t; -*-
;; Make it easer to do 'alt-x'
(global-set-key "\C-x\C-m" 'execute-extended-command)
(global-set-key "\C-c\C-m" 'execute-extended-command)
(setq inhibit-startup-message t)
(setq initial-scratch-message nil)