Skip to content

Commit

Permalink
customizations.
Browse files Browse the repository at this point in the history
  • Loading branch information
jlouis committed May 4, 2009
1 parent 1fb2911 commit de38c98
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 1 deletion.
13 changes: 13 additions & 0 deletions custom.el
Original file line number Diff line number Diff line change
Expand Up @@ -15,18 +15,25 @@
'(current-language-environment "English")
'(desktop-enable t)
'(dired-dwim-target t)
'(display-time-mode t)
'(ecb-options-version "2.32")
'(ecb-source-path (quote ("/home/jlouis/hacking")))
'(global-auto-revert-mode t)
'(global-font-lock-mode t nil (font-lock))
'(global-visual-line-mode nil)
'(global-whitespace-mode nil)
'(global-whitespace-newline-mode t)
'(haskell-program-name "ghci")
'(indicate-empty-lines t)
'(js2-basic-offset 4)
'(quack-default-program "scheme48")
'(quack-fontify-style (quote emacs))
'(safe-local-variable-values (quote ((Syntax . Common-lisp))))
'(scheme-program-name "scheme48")
'(shadow-noquery t)
'(show-paren-mode t nil (paren))
'(show-trailing-whitespace t)
'(size-indication-mode t)
'(slime-startup-animation nil)
'(sml-compile-command "CM.make \"sources.cm\"")
'(sml-indent-args 2)
Expand All @@ -35,3 +42,9 @@
'(speedbar-show-unknown-files t)
'(user-mail-address "jesper.louis.andersen@gmail.com")
'(visible-bell t))
(custom-set-faces
;; custom-set-faces was added by Custom.
;; If you edit it by hand, you could mess it up, so be careful.
;; Your init file should contain only one such instance.
;; If there is more than one, they won't work right.
)
5 changes: 4 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,10 @@
;; Get up and running, set custom to something else, and set up load paths
;; for the rest of the system. Then proceed to load each configuration file
;; for each module installed in emacs via load-cfg-files.

;;
;; TODO:
;; ffap support
;;
;;; Code:
(setq custom-file "~/.emacs.d/custom.el")
(load custom-file)
Expand Down

0 comments on commit de38c98

Please sign in to comment.