all repos — nixfiles @ e3acf5d644cb1137db38e66cddbdfa87e6aa7f88

System and user configuration, managed by nix and home-manager

Emacs: silence compiler warning about unused variable

Alan Pearce
commit

e3acf5d644cb1137db38e66cddbdfa87e6aa7f88

parent

1848881661a8271891e6806af061764fb0fb7a12

1 file changed, 1 insertion(+), 1 deletion(-)

jump to
M emacs/init.elemacs/init.el
@@ -577,7 +577,7 @@ ("C-c M-x" . execute-extended-command))
:config (progn (setq smex-key-advice-ignore-menu-bar t smex-auto-update nil) - (defun smex-update-after-load (unused) + (defun smex-update-after-load (_unused) (if (boundp 'smex-cache) (smex-update))) (add-hook 'after-load-functions 'smex-update-after-load))