From 9d9573982dd2d3c0fd24d87465802045794546d1 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 3 Jul 2019 12:01:12 +0200 Subject: Emacs: appease byte-compiler --- emacs/.emacs.d/main.el | 2 ++ 1 file changed, 2 insertions(+) (limited to 'emacs') diff --git a/emacs/.emacs.d/main.el b/emacs/.emacs.d/main.el index 4ade9d2..dfcd634 100644 --- a/emacs/.emacs.d/main.el +++ b/emacs/.emacs.d/main.el @@ -10,6 +10,7 @@ (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 @@ With two prefix arguments, write out the day and month name." 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))) -- cgit 1.4.1