emacs-starter-kit icon indicating copy to clipboard operation
emacs-starter-kit copied to clipboard

[ARCHIVED] this is ancient history

Results 23 emacs-starter-kit issues
Sort by recently updated
recently updated
newest added

I suggest expanding your writeup to include this right after `package-initialize`: ``` elisp (unless package-archive-contents (package-refresh-contents)) ``` Your write-up currently suggests this code: ``` elisp (defvar my-packages '(better-defaults paredit idle-highlight-mode...

I'm just trying to pick up emacs after 20 or so years away as it appears to be the best way to use Clojure and Overtone. Having installed the emacs-starter-kit...

... but you guys are totally awesome for making this!

I install starter-kit-lisp but not starter-kit-bindings. starter-kit-lisp changes the functionality of C- and C- for moving parenthesis instead of the usual "move the pointer one word" forward or backwards. Shouldn't...

The meaning of the variable has changed in the latest rinari, it should be a list of major mode symbols. And I don't think there's a need to change the...

With a current checkout of emacs (24.2.50) while trying to install starter-kit I get an error in starter-kit-misc.el. For now if I just comment out the references to hippie-expand-try-functions-list I...

in order to make forward and backward slurp-sexp work in the terminal, the starter-kit is using `M-(` which is, by default, a binding used by paredit. I normally don't' mind...

Cannot find out how to run these commands: Evaluate that code by hitting `M-x eval-buffer` in init.el, then you can install it: ``` M-x package-refresh-contents M-x package-install RET starter-kit RET...

Cannot find out how to run these commands: Evaluate that code by hitting `M-x eval-buffer` in init.el, then you can install it: ``` M-x package-refresh-contents M-x package-install RET starter-kit RET...

When I write `(fnil foo :bar)` in clojure-mode it turns into `(`_f_`il foo :bar)` on the screen, which is super annoying.