Skip to content

Commit

Permalink
Moved trishume contrib and better Racket support
Browse files Browse the repository at this point in the history
  • Loading branch information
trishume committed Dec 1, 2014
1 parent ef39c1f commit d37ec07
Show file tree
Hide file tree
Showing 3 changed files with 11 additions and 3 deletions.
File renamed without changes.
File renamed without changes.
14 changes: 11 additions & 3 deletions contrib/trishume/packages.el → contrib/usr/trishume/packages.el
Expand Up @@ -104,9 +104,17 @@
(use-package racket-mode
:defer t
:config
(add-hook 'racket-mode-hook
'(lambda ()
(define-key racket-mode-map (kbd "H-r") 'racket-run)))))
(progn
(add-to-list 'sp--lisp-modes 'racket-mode)
(sp-local-pair 'racket-mode "'" nil :actions nil)
(evil-leader/set-key-for-mode 'racket-mode
"ml" 'evil-lisp-state
"mt" 'racket-test
"mg" 'racket-visit-definition
"md" 'racket-doc)
(add-hook 'racket-mode-hook
'(lambda ()
(define-key racket-mode-map (kbd "H-r") 'racket-run))))))

(defun trishume/init-aggressive-indent ()
(use-package aggressive-indent
Expand Down

0 comments on commit d37ec07

Please sign in to comment.