Skip to content

Commit

Permalink
more packages
Browse files Browse the repository at this point in the history
  • Loading branch information
DimitrisKyriakoudis committed Feb 4, 2018
1 parent 693d034 commit 871bbeb
Showing 1 changed file with 20 additions and 2 deletions.
22 changes: 20 additions & 2 deletions init.el
Original file line number Diff line number Diff line change
Expand Up @@ -37,16 +37,34 @@
(setq use-package-always-ensure t))




(use-package haskell-mode)
(add-hook 'haskell-mode-hook 'interactive-haskell-mode)
(use-package paredit)
(use-package ido
:config (;;(setq ido-enable-flex-matching t) <-- "invalid function"
(setq ido-everywhere t)
(ido-mode 1)))
(use-package magit)
(use-package monokai-theme)
(use-package ghc)
(use-package org)
(use-package smex)
(use-package company)
(use-package try)
(use-package which-key
:config (which-key-mode))
(use-package ace-window
:ensure t
:init
(progn
(global-set-key [remap other-window] 'ace-window)
(custom-set-faces
'(aw-leading-char-face
((t (:inherit ace-jump-face-foreground :height 3.0)))))
))

;;avy mode, swipper



;; QWERTY -> DVORAK while keeping all keybindngs the same
Expand Down

0 comments on commit 871bbeb

Please sign in to comment.