[Emacs] Allow no prompt ff in straight

This commit is contained in:
Ivan Malison 2018-04-08 02:20:51 -07:00
parent 68bf871b46
commit 344df60cfa
No known key found for this signature in database
GPG Key ID: 62530EFBE99DC2F8

View File

@ -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)) (global-flycheck-mode))
:diminish flycheck-mode) :diminish flycheck-mode)
#+END_SRC #+END_SRC
* straight
#+BEGIN_SRC emacs-lisp
(use-package straight
:config
(setq straight-vc-git-auto-fast-forward t))
#+END_SRC
* Major Modes * Major Modes
** Programming ** Programming
<<programminglanguages>> <<programminglanguages>>