Add powershell related modes

This commit is contained in:
syl20bnr 2014-04-14 16:32:15 -04:00 committed by sbenner
parent 58100c5fd3
commit a8e261d623
4 changed files with 9 additions and 2 deletions

View file

@ -2,5 +2,6 @@
:defer t
:init
(progn
(setq-default ispell-program-name "aspell")
(add-hook 'markdown-mode-hook '(lambda () (flyspell-mode 1)))
(add-hook 'text-mode-hook '(lambda () (flyspell-mode 1)))))

View file

@ -0,0 +1,3 @@
(use-package powershell-mode
:defer t
:mode ("\\.ps1\\'" . powershell-mode))

View file

@ -0,0 +1,3 @@
(use-package powershell.el
:commands powershell
:defer t)

View file

@ -79,8 +79,8 @@
paredit
popup
popwin
;; not needed anymore ?
;; pretty-symbols-mode
powershell
powershell-mode
projectile
puppet-mode
python