Skip to content

Commit

Permalink
reinstanted graphviz and prolog support
Browse files Browse the repository at this point in the history
  • Loading branch information
bbatsov committed Sep 13, 2011
1 parent 6015f80 commit 44ad134
Show file tree
Hide file tree
Showing 4 changed files with 5,074 additions and 3 deletions.
4 changes: 2 additions & 2 deletions init.el
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
;; Time-stamp: <2011-09-13 22:54:09 (bozhidar)>
;; Time-stamp: <2011-09-13 23:04:13 (bozhidar)>

;; Copyright (C) 2009-2011 Bozhidar Batsov.
;; This file is free software licensed under the terms of the
Expand Down Expand Up @@ -73,7 +73,7 @@ Emacs load path."
;; a list of all configurations that must be loaded
(defvar configs '(elpa misc coding emacs-lisp common-lisp scheme c
python ruby coffee-script haskell scala
ibuffer erc auctex nxml org bindings))
ibuffer erc auctex nxml org prolog bindings))
(defun require-config (config)
(message "Loading %s..." config)
(require config)
Expand Down
2 changes: 1 addition & 1 deletion misc-config.el
Original file line number Diff line number Diff line change
Expand Up @@ -280,7 +280,7 @@
(add-to-list 'auto-mode-alist '("\\.yml$" . yaml-mode))

;; graphviz-mode
;;(require 'graphviz-dot-mode)
(require 'graphviz-dot-mode)

(autoload 'find-file-in-project "find-file-in-project"
"Find file in project." t)
Expand Down
Loading

0 comments on commit 44ad134

Please sign in to comment.