Add f7 and f8 key bindings
This commit is contained in:
parent
79a7451546
commit
acf05dc06a
6 changed files with 23 additions and 12 deletions
|
|
@ -15,7 +15,7 @@
|
|||
(flycheck-mode 1)
|
||||
(flymake-mode 1)
|
||||
(set (make-local-variable 'company-backends)
|
||||
'((company-ghci company-capf company-etags company-dabbrev-code
|
||||
'((company-ghc company-capf company-etags company-dabbrev-code
|
||||
company-yasnippet company-files))))
|
||||
|
||||
:;========== Scion mode ============================
|
||||
|
|
@ -24,7 +24,7 @@
|
|||
;; (scion-mode 1))
|
||||
|
||||
;;========== Hooks =================================
|
||||
(add-hook 'haskell-mode-hook 'edito-config-haskell)
|
||||
(add-hook 'haskell-mode-hook 'editor-config-haskell)
|
||||
(add-hook 'haskell-mode-hook 'completion-config-haskell)
|
||||
;; (add-hook 'haskell-mode-hook 'scion-config-haskell)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue