Skip to content

Commit

Permalink
Make it easy to switch to shell-script-mode
Browse files Browse the repository at this point in the history
  • Loading branch information
jimeh committed Sep 2, 2012
1 parent e81663a commit 4f3aacc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions aliases.el
Expand Up @@ -26,3 +26,6 @@


;; Dired ;; Dired
(defalias 'wd 'wdired-change-to-wdired-mode) (defalias 'wd 'wdired-change-to-wdired-mode)

;; Modes
(defalias 'sh 'shell-script-mode)

0 comments on commit 4f3aacc

Please sign in to comment.