From 718899c629bb1b8bd05285c2e8c5a1709e8e5226 Mon Sep 17 00:00:00 2001 From: William Carroll Date: Tue, 1 Sep 2020 13:44:18 +0100 Subject: More Elisp linting In order for this to scale, I need to solve two things: 1. Ad-hoc ignore fill-column rules for URLs and other exceptions. 2. Run Elisp flychecker without evaluating my Elisp code and firing its side-effects. --- emacs/.emacs.d/wpc/keybindings.el | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'emacs/.emacs.d/wpc/keybindings.el') diff --git a/emacs/.emacs.d/wpc/keybindings.el b/emacs/.emacs.d/wpc/keybindings.el index 89e39348f56d..07067a9cdf12 100644 --- a/emacs/.emacs.d/wpc/keybindings.el +++ b/emacs/.emacs.d/wpc/keybindings.el @@ -8,7 +8,7 @@ ;;; Commentary: ;; Attempting to centralize my keybindings to simplify my configuration. ;; -;; I have some expectations about my keybindings. Here are some of those +;; I have some expectations about my keybindings. Here are some of those ;; defined: ;; - In insert mode: ;; - C-a: beginning-of-line @@ -123,8 +123,8 @@ `(exwm-input-set-key (kbd ,c) ,fn)) (keybindings-exwm "C-M-v" #'ivy-clipmenu-copy) -(keybindings-exwm "" #'screen-brightness/increase) -(keybindings-exwm "" #'screen-brightness/decrease) +(keybindings-exwm "" #'screen-brightness-increase) +(keybindings-exwm "" #'screen-brightness-decrease) (keybindings-exwm "" #'pulse-audio/toggle-mute) (keybindings-exwm "" #'pulse-audio/decrease-volume) (keybindings-exwm "" #'pulse-audio/increase-volume) -- cgit 1.4.1