소스 검색

Be a bit smarter with haskell-mode and use-package.

cray
Mitch Tishmack 11 년 전
부모
커밋
2c270b8de2
1개의 변경된 파일2개의 추가작업 그리고 1개의 파일을 삭제
  1. +2
    -1
      emacs/.emacs.d/emacs.org

+ 2
- 1
emacs/.emacs.d/emacs.org 파일 보기

@@ -843,6 +843,7 @@ Need to make haskell source be all pretty.
:config
(progn
(use-package hindent
:if (executable-find "hindent")
:ensure t
:config
(progn
@@ -858,6 +859,7 @@ Need to make haskell source be all pretty.
)
)
(use-package ghc
:if (executable-find "ghc-mod")
:ensure t
:config
(progn
@@ -874,7 +876,6 @@ Need to make haskell source be all pretty.
(add-hook 'haskell-mode-hook 'turn-on-haskell-simple-indent)
(custom-set-variables
'(haskell-program-name "ghci")
'(haskell-font-lock-symbols t)
'(haskell-tags-on-save t)
)
(add-to-list 'completion-ignored-extensions ".hi")


불러오는 중...
취소
저장