This website works better with JavaScript.
Home
Help
Sign In
Wolfe
/
dotfiles
mirror of
https://github.com/WolfeCub/dotfiles.git
Watch
1
Star
0
Fork
0
Code
Issues
0
Releases
0
Wiki
Activity
Browse Source
Stop magit from loading at the same time as elpy
master
Josh Wolfe
2 years ago
parent
9f48906c0c
commit
49d9dccfe2
1 changed files
with
1 additions
and
1 deletions
Split View
Show Diff Stats
1
1
emacs/.emacs.d/README.org
+ 1
- 1
emacs/.emacs.d/README.org
View File
@@ -1251,7 +1251,7 @@ Magic git interface from within emacs
#+BEGIN_SRC emacs-lisp :tangle yes
(use-package magit
:defer
2
:defer
4
:config
(use-package evil-magit)
(setq magit-bury-buffer-function
Write
Preview
Loading…
Cancel
Save