Emacs: appease byte-compiler
Alan Pearce alan@alanpearce.eu
Wed, 03 Jul 2019 12:01:12 +0200
1 files changed, 2 insertions(+), 0 deletions(-)
jump to
M emacs/.emacs.d/main.el → emacs/.emacs.d/main.el
@@ -10,6 +10,7 @@ (setq use-package-always-demand (daemonp)) (use-package exec-path-from-shell :if (eq system-type 'darwin) + :functions (exec-path-from-shell-initialize) :config (progn (exec-path-from-shell-initialize))) @@ -371,6 +372,7 @@ (setq backup-directory-alist `((".*" . ,backup-dir)) backup-by-copying-when-linked t backup-by-copying-when-mismatch t)) +(declare-function system-move-file-to-trash "main" (file)) (if (eq system-type 'darwin) (setq delete-by-moving-to-trash t) (if (and (executable-find "trash") (not (fboundp #'system-move-file-to-trash)))