Update init.el for new move-line package

This commit is contained in:
Gergely Polonkai 2014-10-05 20:32:10 +02:00
parent edd251c9e0
commit 22d8846da1
1 changed files with 3 additions and 2 deletions

View File

@ -39,12 +39,13 @@
(add-to-list 'load-path "~/.emacs.d/emacs-async")
(add-to-list 'load-path "~/.emacs.d/helm")
(add-to-list 'load-path "~/.emacs.d/emacs-helm-gtags")
(add-to-list 'load-path "~/.emacs.d/move-line-0.0.1")
(add-to-list 'load-path "~/.emacs.d/move-line")
; Nyanyanyanyanya
(require 'nyan-mode)
(require 'helm-config)
(require 'helm-gtags)
(require 'move-line)
(require 'whitespace)
(require 'rcirc)
@ -58,7 +59,7 @@
(load "gnu-c-header.el")
(load "gobgen/gobgen.el")
(load "toggle-window-split.el")
(load "elpa/move-line-0.0.1/move-line.el")
;;(load "elpa/move-line-0.0.1/move-line.el")
(add-hook 'c-mode-hook 'helm-gtags-mode)
(add-hook 'c-mode-hook 'which-func-mode)