all repos — archive/dotfiles @ 9bf92e6593cd48132d0f1cf4fadc349a08967f9a

Superseded by nixfiles

Emacs: reduce byte-compiler warnings
Alan Pearce alan@alanpearce.eu
Sun, 04 Aug 2019 15:10:07 +0200
commit

9bf92e6593cd48132d0f1cf4fadc349a08967f9a

parent

9f7c4ac3b19f09f0586c79ea557de0428ce7be0f

1 files changed, 2 insertions(+), 0 deletions(-)

jump to
M emacs/.emacs.d/main.elemacs/.emacs.d/main.el
@@ -453,6 +453,7 @@ (use-package esh-autosuggest
   :ghook ('eshell-mode-hook))
 
+(declare-function eshell-push-command "esh-buf-stack" (CMD))
 (defun my-bind-esh-push ()
   (general-define-key
    :states '(normal insert)
@@ -470,6 +471,7 @@ (use-package fish-completion   :when (executable-find "fish")
   :after (bash-completion)
   :custom ((fish-completion-fallback-on-bash-p t))
+  :commands (global-fish-completion-mode)
   :config (global-fish-completion-mode))
 
 (use-package esh-help