removed submodule
This commit is contained in:
parent
15799e606e
commit
6a61638a3b
3 changed files with 6 additions and 9 deletions
|
@ -1,9 +1,9 @@
|
|||
(defvar syl:extensions
|
||||
'(
|
||||
emacs-eclim
|
||||
flymake
|
||||
linum-relativenumber
|
||||
pymacs
|
||||
"emacs-eclim"
|
||||
"flymake"
|
||||
"linum-relativenumber"
|
||||
"pymacs"
|
||||
))
|
||||
|
||||
;; load extensions
|
||||
|
|
|
@ -1 +0,0 @@
|
|||
Subproject commit 22d7952dec8f2518af18f28ff6dd47e24109072c
|
|
@ -8,13 +8,11 @@
|
|||
help-at-pt-timer-delay 0.1
|
||||
)
|
||||
|
||||
;; Load both eclim and eclimd (so that we can control eclimd from
|
||||
;; within Emacs)
|
||||
;; Load both eclim and eclimd (so that we can control eclimd from within Emacs)
|
||||
(require 'eclim)
|
||||
(require 'eclimd)
|
||||
|
||||
;; Call the help framework with the settings above & activate
|
||||
;; eclim-mode
|
||||
;; Call the help framework with the settings above & activate eclim-mode
|
||||
(help-at-pt-set-timer)
|
||||
(global-eclim-mode)
|
||||
|
||||
|
|
Reference in a new issue