added pushall function
This commit is contained in:
parent
65292685f0
commit
5719eab031
1 changed files with 9 additions and 0 deletions
|
@ -447,6 +447,15 @@ Including indent-buffer, which should not be called automatically on save."
|
||||||
(setq erc-default-server website)
|
(setq erc-default-server website)
|
||||||
(setq erc-nick name)
|
(setq erc-nick name)
|
||||||
|
|
||||||
|
#+END_SRC
|
||||||
|
** Extra functions
|
||||||
|
Here I put functions I won't bother to document because they're so
|
||||||
|
simple.
|
||||||
|
#+BEGIN_SRC emacs-lisp
|
||||||
|
(defun git-pushall ()
|
||||||
|
(interactive)
|
||||||
|
(shell-command "git pushall"))
|
||||||
|
|
||||||
#+END_SRC
|
#+END_SRC
|
||||||
* ido
|
* ido
|
||||||
Ido is a replacement for keybindings such as C-x C-f and C-x b. Here
|
Ido is a replacement for keybindings such as C-x C-f and C-x b. Here
|
||||||
|
|
Loading…
Add table
Reference in a new issue