Skip to content

Commit

Permalink
Change "load" to "require"
Browse files Browse the repository at this point in the history
  • Loading branch information
Toshiyuki Takahashi committed Jun 19, 2012
1 parent d0afa6f commit 5bbdb47
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion my-init.el
Expand Up @@ -11,7 +11,6 @@

(load "my-mac-swap-option-and-command.el")
(load "my-window-config.el")
(load "my-java-config.el")
(load "basic-config.el")
(load "delete-line.el")
(load "dired-config.el")
Expand Down Expand Up @@ -63,6 +62,7 @@
(require 'my-sh-mode-config)
(require 'helm-find-files-in-project)
;;(load "my-auto-insert-config.el")
(require 'my-java-config)
(require 'testswitch)
;;(require 'my-ruby-config)
(autoload 'hideshowvis-enable "hideshowvis" "Highlight foldable regions")
2 changes: 1 addition & 1 deletion my-java-config.el
Expand Up @@ -203,7 +203,7 @@
(defalias 'n2a 'my-java-native-to-ascii)
(defalias 'a2n 'my-java-ascii-to-native)


(provide 'my-java-config)



Expand Down

0 comments on commit 5bbdb47

Please sign in to comment.