Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
kjhealy committed Apr 7, 2011
1 parent c087bef commit 34152be
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions starter-kit-text.org
Expand Up @@ -12,8 +12,9 @@ Mardown and Pandoc, as well as spellchecking and line-wrapping.
to be a bug -- it interacts badly with the smooth scrolling: when
you get to the bottom of the buffer it wraps the pointer up to the
middle of the screen without moving the text with it, so you end
up typing inside the text that's already there. Replaced with a
simpler version instead, which gives you a straight count via M-x wc.
up typing inside the text that's already there. As a result, it is
turned off and has been replaced with a simpler version instead,
which gives you a straight count via M-x wc.

#+srcname: word-count
#+begin_src emacs-lisp
Expand Down Expand Up @@ -117,7 +118,7 @@ Mardown and Pandoc, as well as spellchecking and line-wrapping.
#+end_src

** Skeleton mode
TURNED OFF. Enable skeleton mode in ESS for paired insertion
Turned off by default. Enable skeleton mode in ESS for paired insertion
#+srcname: skeleton-mode
#+begin_src emacs-lisp :tangle no
(require 'skeleton)
Expand Down Expand Up @@ -148,6 +149,8 @@ Mardown and Pandoc, as well as spellchecking and line-wrapping.


** Markdown
Markdown mode support.

#+srcname: markdown-mode
#+begin_src emacs-lisp
(autoload 'markdown-mode "markdown-mode.el"
Expand Down

0 comments on commit 34152be

Please sign in to comment.