mirror of
https://github.com/jimeh/.emacs.d.git
synced 2026-02-19 13:46:41 +00:00
Remove eproject package, projectile does everything I need now
This commit is contained in:
@@ -159,12 +159,6 @@
|
||||
(global-set-key (kbd "C-x C-v") 'projectile-switch-to-buffer)
|
||||
(global-set-key (kbd "C-c C-s") 'projectile-switch-project))
|
||||
|
||||
;; eproject related keybindings
|
||||
(when (require 'eproject nil 'noerror)
|
||||
(global-set-key (kbd "C-c C-b") 'eproject-ibuffer)
|
||||
(global-set-key (kbd "C-x p b") 'eproject-ibuffer)
|
||||
(global-set-key (kbd "C-x p t") 'eproject-todo))
|
||||
|
||||
;; Textmate-mode related keybindings
|
||||
(when (require 'textmate nil 'noerror)
|
||||
(global-set-key (kbd "C-t") 'textmate-goto-symbol)
|
||||
|
||||
@@ -34,9 +34,6 @@
|
||||
(define-key inf-ruby-minor-mode-map (kbd "C-c C-s")
|
||||
'projectile-switch-project))
|
||||
|
||||
(when (require 'eproject nil 'noerror)
|
||||
(define-key ruby-mode-map (kbd "C-c C-b") 'eproject-ibuffer))
|
||||
|
||||
(linum-mode t)
|
||||
(fci-mode)
|
||||
(flyspell-prog-mode)
|
||||
|
||||
13
packages.el
13
packages.el
@@ -106,12 +106,13 @@
|
||||
|
||||
;; Custom packages to install with el-get
|
||||
(setq el-get-sources
|
||||
'((:name eproject
|
||||
:type git
|
||||
:url "https://github.com/jrockway/eproject.git"
|
||||
:post-init (progn
|
||||
(require 'eproject)
|
||||
(require 'eproject-extras)))
|
||||
'(
|
||||
;; (:name eproject
|
||||
;; :type git
|
||||
;; :url "https://github.com/jrockway/eproject.git"
|
||||
;; :post-init (progn
|
||||
;; (require 'eproject)
|
||||
;; (require 'eproject-extras)))
|
||||
(:name escreen
|
||||
:description "Emacs window session manager"
|
||||
:type github
|
||||
|
||||
Reference in New Issue
Block a user