From 344df60cfab8305ecb5769966bc798328433d688 Mon Sep 17 00:00:00 2001 From: Ivan Malison Date: Sun, 8 Apr 2018 02:20:51 -0700 Subject: [PATCH] [Emacs] Allow no prompt ff in straight --- dotfiles/emacs.d/README.org | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/dotfiles/emacs.d/README.org b/dotfiles/emacs.d/README.org index 88395ce9..5642beb0 100644 --- a/dotfiles/emacs.d/README.org +++ b/dotfiles/emacs.d/README.org @@ -2134,6 +2134,12 @@ I don't use auto-complete at all, so I have set up a hook to automatically disab (global-flycheck-mode)) :diminish flycheck-mode) #+END_SRC +* straight +#+BEGIN_SRC emacs-lisp +(use-package straight + :config + (setq straight-vc-git-auto-fast-forward t)) +#+END_SRC * Major Modes ** Programming <>