diff options
| author | Miquel Sabaté Solà <msabate@suse.com> | 2019-09-04 11:15:57 +0200 |
|---|---|---|
| committer | Miquel Sabaté Solà <msabate@suse.com> | 2019-09-04 11:15:57 +0200 |
| commit | f08ce606c77bde84cbcc28965c6c5dc218478d1e (patch) | |
| tree | 3e9c8642da88f7ddd445bdf92800e171689516c1 /.emacs.d/README.org | |
| parent | e68e43592eb2e5a778b9be7712e1edaa91ae6942 (diff) | |
| download | dotfiles-f08ce606c77bde84cbcc28965c6c5dc218478d1e.tar.gz dotfiles-f08ce606c77bde84cbcc28965c6c5dc218478d1e.zip | |
emacs.d: fix a type when tangling init.el
Moreover, I'm also included a couple of fixes of typos and documentation
improvements.
Signed-off-by: Miquel Sabaté Solà <msabate@suse.com>
Diffstat (limited to '.emacs.d/README.org')
| -rw-r--r-- | .emacs.d/README.org | 16 |
1 files changed, 9 insertions, 7 deletions
diff --git a/.emacs.d/README.org b/.emacs.d/README.org index 517908a..3cb3ccb 100644 --- a/.emacs.d/README.org +++ b/.emacs.d/README.org @@ -28,16 +28,18 @@ the install script. Then make sure to install the following: - =spell= for spell checking. - A LaTeX to PDF converter for exporting org files to PDF. In openSUSE this is fixed by installing the =texlive-pdftex= package. -- =mu= and =mu4e= for email. This should be installed from my [[https://build.opensuse.org/package/show/home:mssola/mu][OBS]] project. +- =mu= and =mu4e= for email. In openSUSE it can be installed from + [[https://build.opensuse.org/package/show/server:mail/maildir-utils][obs://server:mail/maildir-utils]]. -Last but not least, to get a proper Go environment you need to install the -following: +** Go + +In order to get a proper Go environment, you need to perform the following commands: #+BEGIN_SRC sh -go get -u golang.org/x/tools/cmd/goimports -go get -u github.com/rogpeppe/godef -go get -u github.com/dougm/goflymake -go get -u github.com/nsf/gocode +$ go get -u golang.org/x/tools/cmd/goimports +$ go get -u github.com/dougm/goflymake +$ go get -u github.com/rogpeppe/godef +$ go get -u github.com/nsf/gocode #+END_SRC * Developing |
