Skip to content

Commit

Permalink
Stuff.
Browse files Browse the repository at this point in the history
  • Loading branch information
Raynes committed Jun 10, 2014
1 parent 73d498a commit 2d30920
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion init.el
Original file line number Diff line number Diff line change
Expand Up @@ -175,6 +175,9 @@
(require 'evil)
(evil-mode 1)

(evil-ex-define-cmd "comment" #'comment-region)
(evil-ex-define-cmd "uncomment" #'uncomment-region)

;; asciidoc
(add-to-list 'load-path "~/.emacs.d/non-elpa/adoc-mode")
(add-to-list 'load-path "~/.emacs.d/non-elpa/markup-faces")
Expand Down Expand Up @@ -243,8 +246,8 @@
(setq virtualenv-root root))

(global-set-key (kbd "C-c C-s") 'set-the-fucking-virtualenv-directory)
(elpy-use-ipython)
(elpy-enable)
(elpy-use-ipython)

;; json pretty printing

Expand Down

0 comments on commit 2d30920

Please sign in to comment.