chore: Minor sync with Dell machine config

This commit is contained in:
Vincent Ambo 2017-06-06 13:33:13 +02:00
parent af87ca21ee
commit 8f0949dbb2
3 changed files with 5 additions and 2 deletions

View file

@ -94,3 +94,4 @@
;; SML should respect theme colours
;; (setq sml/theme 'powerline)
(sml/setup)
(put 'upcase-region 'disabled nil)

View file

@ -16,6 +16,9 @@
'(ns-alternate-modifier (quote none))
'(ns-command-modifier (quote control))
'(ns-right-command-modifier (quote meta))
'(package-selected-packages
(quote
(fish-mode string-inflection groovy-mode swift-mode toml-mode nginx-mode elixir-mode terraform-mode uuidgen uuid yaml-mode undo-tree switch-window smex smart-mode-line rust-mode rainbow-mode rainbow-delimiters puppet-mode projectile pkgbuild-mode password-store paredit multi-term multiple-cursors markdown-mode+ magit iy-go-to-char ido-ubiquitous idle-highlight-mode hi2 haskell-mode go-mode flycheck flx-ido erlang dockerfile-mode confluence cider browse-kill-ring ag ace-jump-mode)))
'(require-final-newline (quote visit-save))
'(sml/theme (quote dark)))
(custom-set-faces

View file

@ -11,8 +11,7 @@
(interactive)
(define-key haskell-mode-map (kbd "C-c C-l") 'haskell-process-load-or-reload)
(define-key haskell-mode-map (kbd "C-c C-c") 'haskell-compile)
(define-key haskell-mode-map (kbd "C-r") 'haskell-interactive-bring)
(define-key haskell-mode-map (kbd "SPC") 'haskell-mode-contextual-space))
(define-key haskell-mode-map (kbd "C-r") 'haskell-interactive-bring))
(eval-after-load "haskell-mode"
'(haskell-mode-binding-setup))