emacs-starter-kit
emacs-starter-kit copied to clipboard
NO LONGER MAINTAINED! A drop-in starter-kit for Emacs 24, aimed at social scientists researching and writing in plain text using some combination of LaTeX, R, ESS, Git, Markdown, and Org-Mode.
Is there an easy way to uninstall this package? I downloaded and installed it a while back but haven't used it at all and I'm trying to clean things up...
Unfortunately, I also committed smex-items and abbrev_defs. I don't know how to remove those retroactively from the commit, so please ignore them.
I kept running into error messages when setting this up on my machine. The first was that certain packages were not available (`ipython`, `typopunct`...). Following the advice of [Constantin Manuel...
Specially in `starter-kit-bindings` and `starter-kit-misc` (`minimal-mode`). Could not solve it even after commenting references to `minimal-mode`.
I've updated to 24.4, and I was having a problem with (load "auctex-pkg.el") in starter-kit-latex.org. The define-package function seems to have been written out of the most recent version of...
Hi group! I've read this starter-kit is thought of to work on mac, I wonder only on macs?. Excuse me if this following question is so silly, I'm a newcomer...
When running for example # +begin_src R :session :results output square } > x 'org_babel_R_eoe' > square - x \* x > - } > x 'org_babel_R_eoe' > [1] "org_babel_R_eoe"
I always use fold-mode to help focus on the content of a document and hide all the LaTeX commands. Maybe you could add something like this: (add-hook 'LaTeX-mode-hook 'TeX-fold-mode)
Hi, I'm a newcomer to Emacs and I like your starting kit, it makes the setup very easy. However, it needs about 5sec to start up on my Mac. That's...
I've seen that you implemented `starter-kit-stats.org`. I'm using eschulte's starter-kit and looking for proper [ESS support](https://github.com/eschulte/emacs24-starter-kit/issues/39). I was wondering if you might merge back `starter-kit-stats.org` into eschulte's repository.