diff options
| author | Luke Hoersten <[email protected]> | 2011-05-14 14:47:51 -0500 |
|---|---|---|
| committer | Luke Hoersten <[email protected]> | 2011-05-14 14:47:51 -0500 |
| commit | fe3a6566c715cb00cfa050f5313be2613186bd75 (patch) | |
| tree | d8c65872208bfed264e59b449da91652a81c6094 /move-line.el | |
| parent | b0435ed206a17ee89e3aeecaddbcb48c08d2769d (diff) | |
Moved 3rd party libs to separate dir and added optional scion haskell support.
--HG--
rename : hoersten-align-with-spaces.el => align-with-spaces.el
rename : hoersten-pastebin-region.el => pastebin-region.el
rename : color-theme-twilight.el => thirdparty/color-theme-twilight.el
rename : pretty-mode.el => thirdparty/pretty-mode.el
rename : vala-mode.el => thirdparty/vala-mode.el
rename : zencoding-mode.el => thirdparty/zencoding-mode.el
Diffstat (limited to 'move-line.el')
| -rw-r--r-- | move-line.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/move-line.el b/move-line.el index 6020a63..dc26b1b 100644 --- a/move-line.el +++ b/move-line.el @@ -26,5 +26,5 @@ (global-set-key (kbd "M-p") 'move-line-up) (global-set-key (kbd "M-n") 'move-line-down) -(message "Loaded move-line function") +(message "Loading move-line...done") (provide 'move-line) |
