Skip to content

Commit

Permalink
Renamed dired-config.el to my-dired-config.el
Browse files Browse the repository at this point in the history
  • Loading branch information
tototoshi committed Feb 15, 2014
1 parent ef3f993 commit a67d56d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions dired-config.el → my-dired-config.el
Expand Up @@ -49,3 +49,5 @@ Optional prefix ARG says how many lines to move; default is one line."
(interactive "p")
(forward-line (- arg))
(dired-move-to-filename))

(provide 'my-dired-config)
2 changes: 1 addition & 1 deletion my-init.el
Expand Up @@ -6,7 +6,7 @@
;;(load "my-install-dependencies.el")
(load "my-window-config.el")
(load "basic-config.el")
(load "dired-config.el")
(require 'my-dired-config)
(require 'my-auto-complete-config)
(require 'my-c-config)
(require 'my-sgml-mode-config)
Expand Down

0 comments on commit a67d56d

Please sign in to comment.