Browse Source

Added key binding for iedit and set it to auto-install

beancount_config
Raphael Roberts 7 years ago
parent
commit
786135418b
  1. 2
      init.el

2
init.el

@ -16,6 +16,7 @@
(defvar myPackages
'(better-defaults
ein
iedit
elpy
flycheck
magit
@ -37,6 +38,7 @@
(global-set-key (kbd "C-c <right>") 'windmove-right)
(global-set-key (kbd "C-c <up>") 'windmove-up)
(global-set-key (kbd "C-c <down>") 'windmove-down)
(global-set-key (kbd "C-;") 'iedit-mode)
(defun duplicate-line()
(interactive)
(move-beginning-of-line 1)

Loading…
Cancel
Save