From 006043d82e7938f5f79d11e17e03314e932f8684 Mon Sep 17 00:00:00 2001 From: Vincent Ambo Date: Sat, 3 Aug 2013 15:36:05 +0200 Subject: emacs: Added flx (glorious!), removed some unused settings and functions --- emacs.d/init-modes.el | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'emacs.d/init-modes.el') diff --git a/emacs.d/init-modes.el b/emacs.d/init-modes.el index 39dcfd74bc38..3e9cff999654 100644 --- a/emacs.d/init-modes.el +++ b/emacs.d/init-modes.el @@ -1,4 +1,4 @@ -(mapc 'require '(projectile)) +(mapc 'require '(projectile hi2)) ;; Initializes modes I use. (add-hook 'prog-mode-hook 'esk-pretty-lambdas) @@ -12,12 +12,6 @@ (add-to-list 'auto-mode-alist '("\\.markdown\\'" . markdown-mode)) (add-to-list 'auto-mode-alist '("\\.md\\'" . markdown-mode)) -;; Configure haskell-mode -;; Enable semi-automatic indentation and font-locking -(require 'hi2) -;;(add-hook 'haskell-mode-hook 'turn-on-hi2) -;;(add-hook 'haskell-mode-hook 'font-lock-mode) - ;; Add keybindings to move nested blocks with C-, rsp. C-. (define-key haskell-mode-map (kbd "C-,") 'haskell-move-nested-left) (define-key haskell-mode-map (kbd "C-.") 'haskell-move-nested-right) -- cgit 1.4.1