Skip to content
This repository has been archived by the owner on Jan 3, 2023. It is now read-only.

Commit

Permalink
Tweak a few variables, change the package list.
Browse files Browse the repository at this point in the history
  • Loading branch information
technomancy committed Dec 10, 2008
1 parent d7bdec6 commit 8b83d57
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.markdown
Expand Up @@ -34,7 +34,8 @@ submission to ELPA.

If you know your way around Emacs, please try out the starter kit as a
replacement for your regular dotfiles for a while. If there's anything
you just can't live without, add it or let me know so I can add it.
you just can't live without, add it or let me know so I can add
it. Take a look at what happens in init.el to get started.

Also: see the file TODO.

Expand Down
3 changes: 2 additions & 1 deletion starter-kit-elpa.el
Expand Up @@ -9,10 +9,11 @@
"css-mode"
"ert"
;; To submit:
;;; "haml"
;;; "sass"
;;; "clojure-mode"
;;; "cheat"
;;; "gist"
;;; "lisppaste"
;;; "magit"
;;; "yaml"
;;; "paredit"
Expand Down
5 changes: 4 additions & 1 deletion starter-kit-misc.el
Expand Up @@ -20,8 +20,11 @@
imenu-auto-rescan t
truncate-partial-width-windows nil
uniquify-buffer-name-style 'forward
whitespace-style '(trailing lines space-before-tab
indentation space-after-tab)
whitespace-line-column 100
ediff-window-setup-function 'ediff-setup-windows-plain
save-place-file (convert-standard-filename "~/.emacs.d/places"))
save-place-file (concat dotfiles-dir "places"))

;; Set this to whatever browser you use:
(setq browse-url-browser-function 'browse-url-firefox)
Expand Down

0 comments on commit 8b83d57

Please sign in to comment.