Skip to content

Commit

Permalink
put specific cleanup modes in defun file
Browse files Browse the repository at this point in the history
  • Loading branch information
kjhealy committed Feb 27, 2011
1 parent 8e77974 commit 2cbe60d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions starter-kit-defuns.org
Expand Up @@ -165,6 +165,12 @@ a lambda doesn't already exist in the list.

#+end_src

#+source: cleanup-buffer-when
#+begin_src emacs-lisp
(setq cleanup-buffer-modes
'(haskell-mode emacs-lisp-mode lisp-mode scheme-mode
ess-mode erlang-mode clojure-mode ruby-mode))
#+end_src


#+srcname: starter-kit-recentf-ido-find-file
Expand Down

0 comments on commit 2cbe60d

Please sign in to comment.