From f089f3c550af5237e6748913f21084115499782d Mon Sep 17 00:00:00 2001 From: William Carroll Date: Wed, 2 Sep 2020 15:23:46 +0100 Subject: Linting Elisp TL;DR: - Prefer cl-lib - Prefer spaces to tabs - Resolve various checkdoc complaints --- emacs/.emacs.d/wpc/keyboard.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'emacs/.emacs.d/wpc/keyboard.el') diff --git a/emacs/.emacs.d/wpc/keyboard.el b/emacs/.emacs.d/wpc/keyboard.el index 51e53e984083..d5a3f92f122b 100644 --- a/emacs/.emacs.d/wpc/keyboard.el +++ b/emacs/.emacs.d/wpc/keyboard.el @@ -18,7 +18,7 @@ (require 'string) (require 'number) -(require 'cl-macs) +(require 'cl-lib) ;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ;; Constants -- cgit 1.4.1