Skip to content

Commit

Permalink
misc dojo tweaks
Browse files Browse the repository at this point in the history
  • Loading branch information
maio committed Feb 22, 2015
1 parent 0088180 commit 77f1fb5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions emacs/emacs.d/lisp/maio-dojo.el
Expand Up @@ -2,6 +2,8 @@
(interactive)
(setq company-idle-delay 0.1)
(setq shift-select-mode t)
(global-set-key (kbd "<s-right>") 'move-end-of-line)
(global-set-key (kbd "<s-left>") 'evil-first-non-blank)
(when evil-mode
(setq evil-normal-state-cursor '("red" box))
(setq evil-insert-state-cursor '("black" (bar . 2)))
Expand Down

0 comments on commit 77f1fb5

Please sign in to comment.