Skip to content

Commit

Permalink
Go to chg package
Browse files Browse the repository at this point in the history
  • Loading branch information
Jorge Dias committed Nov 24, 2015
1 parent 9930f69 commit 8e79c07
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
4 changes: 4 additions & 0 deletions lisp/init_keybindings.el
Expand Up @@ -128,6 +128,10 @@
'(progn
(define-key python-mode-map (kbd "C-x t") 'nosetests-module)
(define-key python-mode-map (kbd "C-x SPC") 'nosetests-one)))

(global-set-key [(control ?.)] 'goto-last-change)
(global-set-key [(control ?,)] 'goto-last-change-reverse)

;;; Disabled keys
(global-unset-key (kbd "C-w")) ;; prevent accidentally closing buffer
(global-unset-key (kbd "<insert>"))
1 change: 1 addition & 0 deletions lisp/init_packages.el
Expand Up @@ -103,6 +103,7 @@
:type elpa)
(:name py-autopep8)
(:name nose)
(:name goto-chg)
))

(defun sync-packages ()
Expand Down

0 comments on commit 8e79c07

Please sign in to comment.