Skip to content

Commit

Permalink
rename files
Browse files Browse the repository at this point in the history
  • Loading branch information
myTerminal committed Jan 4, 2018
1 parent 405ef06 commit 7e06464
Show file tree
Hide file tree
Showing 6 changed files with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .emacs.d/init.el
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,11 @@
(current-time))

;;Load configuration files
(load-file "~/.emacs.d/super-emacs/repositories.el")
(load-file "~/.emacs.d/super-emacs/packages.el")
(load-file "~/.emacs.d/super-emacs/interface.el")
(load-file "~/.emacs.d/super-emacs/misc.el")
(load-file "~/.emacs.d/super-emacs/key-bindings.el")
(load-file "~/.emacs.d/super-emacs/01-repositories.el")
(load-file "~/.emacs.d/super-emacs/02-packages.el")
(load-file "~/.emacs.d/super-emacs/03-interface.el")
(load-file "~/.emacs.d/super-emacs/04-misc.el")
(load-file "~/.emacs.d/super-emacs/05-key-bindings.el")

;;Print welcome message
(princ (cl-concatenate 'string
Expand Down
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.

0 comments on commit 7e06464

Please sign in to comment.