[Emacs] Allow no prompt ff in straight
This commit is contained in:
parent
68bf871b46
commit
344df60cfa
@ -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>>
|
||||||
|
Loading…
Reference in New Issue
Block a user