[Emacs] Update github pages index file

This commit is contained in:
2016-10-29 02:19:43 -07:00
parent dd4593b0f9
commit 4c39366128
2 changed files with 64 additions and 53 deletions

View File

@@ -1475,8 +1475,7 @@ https://github.com/alpaker/Fill-Column-Indicator/issues/21 for more details
(imalison:named-compile "glide up"))
(defhydra imalison:compile nil "Compile"
("p" imalison:projectile-helm-command-from-zsh "Run a command in projectile root")
("d" helm-command-from-zsh "Run a command in default directory")
("s" imalison:projectile-helm-command-from-zsh "Select a command from shell history")
("c" imalison:named-compile "Enter Custom Command")
("t" imalison:make-test "Test")
("u" imalison:glide-up "Update Dependencies"))
@@ -2637,7 +2636,7 @@ Intero seems to be causing hangs, so it has been disabled
:after haskell-mode
:config
(progn
(setq haskell-enable-hindent-style "fundamental")
(setq hindent-style "chris-done")
(add-hook 'haskell-mode-hook 'hindent-mode)))
#+END_SRC
**** ghc-mod