Skip to content

Commit

Permalink
changes
Browse files Browse the repository at this point in the history
  • Loading branch information
ignacy committed Nov 30, 2010
1 parent 74ae0fb commit 16c3d75
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 3 deletions.
16 changes: 14 additions & 2 deletions ac-comphist.dat
Original file line number Diff line number Diff line change
@@ -1,4 +1,8 @@
((("id" .
((("inhibit-startup-message" .
[0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0])
("setq" .
[1 0 0 0])
("id" .
[1 0])
("user" .
[2 0 0 0])
Expand Down Expand Up @@ -79,4 +83,12 @@
("started?" .
[0 0 0 1 0 0 0 0])
("be_false" .
[1 0 0 0 0 0 0 0])))
[1 0 0 0 0 0 0 0])
("And" .
[3 0 0])
("fill" .
[3 0 0 0])
("in" .
[3 0])
("with" .
[4 0 0 0])))
2 changes: 1 addition & 1 deletion init.el
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
(setq dotfiles-dir "~/.emacs.d")
(setq imoryc-dir (concat dotfiles-dir "/imoryc"))

(setq inhibit-startup-message t)

(load-file (concat dotfiles-dir "/haskell-mode/haskell-site-file.el"))
(load-file (concat dotfiles-dir "/emacs-rails-reloaded/vendor/anything.el"))
Expand Down Expand Up @@ -329,6 +330,5 @@
;; custom-set-variables 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.
'(menu-bar-mode t)
'(org-agenda-files (quote ("~/Dropbox/org/notes.org")))
'(show-paren-mode t))

0 comments on commit 16c3d75

Please sign in to comment.