Fix to get emms working and some linting fixes.
This commit is contained in:
parent
eb98720f3d
commit
6c7e671ae1
4 changed files with 37 additions and 10 deletions
|
@ -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)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue