diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-26 17:31:39 +0100 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2017-01-26 17:31:39 +0100 |
| commit | 7217d118e7e4a64314ead94836804c0d027e6418 (patch) | |
| tree | 5c4092d0ac02d0f28843006fdd19dc6ee64832b8 /emacs/README.org | |
| parent | 874b5eac1d6900fb2c2c35557ed14c24dd234300 (diff) | |
| download | dotfiles-7217d118e7e4a64314ead94836804c0d027e6418.tar.gz dotfiles-7217d118e7e4a64314ead94836804c0d027e6418.zip | |
emacs: added a new git hook before pushing
This hook will make sure that whenever something around GNU Emacs has changed,
it will sync it to my personal server.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to 'emacs/README.org')
| -rw-r--r-- | emacs/README.org | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/emacs/README.org b/emacs/README.org index ff155ce..a4b99f8 100644 --- a/emacs/README.org +++ b/emacs/README.org @@ -37,6 +37,12 @@ go get -u github.com/dougm/goflymake go get -u github.com/nsf/gocode #+END_SRC +** Developing + +I've added a git =pre-push= hook which syncs the =init.html= and the =org.css= +files into my personal server. So make sure to add this hook into the +=.git/hooks= directory. + ** Installing The installation process of my GNU Emacs configuration should already be handled |
