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
Added quick run package to emacs config
master
Josh Wolfe
2 years ago
parent
9bddb058f1
commit
e0e0c48cce
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
6
0
emacs/.emacs.d/README.org
+ 6
- 0
emacs/.emacs.d/README.org
View File
@@ -1527,6 +1527,12 @@ Edit all instances of a string
(setq iedit-toggle-key-default nil))
#+END_SRC
** Quick Run
#+BEGIN_SRC emacs-lisp :tangle yes
(use-package quickrun)
#+END_SRC
** Restclient
Postman inside of emacs.
Write
Preview
Loading…
Cancel
Save