Skip to content

Commit

Permalink
Removed Java. Adde parinfer layer
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreTheHunter committed Mar 19, 2019
1 parent eeabd17 commit 5e62806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 23 deletions.
2 changes: 1 addition & 1 deletion jesi/layers.el
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
git-gutter-use-fringe t)
better-defaults
html
java
javascript
markdown
osx
parinfer
shell
spell-checking
sql
Expand Down
23 changes: 1 addition & 22 deletions jesi/user-config.el
Original file line number Diff line number Diff line change
@@ -1,31 +1,10 @@
(spacemacs/toggle-indent-guide-globally-on)

;;Parinfer
(bind-key "C-," #'parinfer-toggle-mode evil-insert-state-map)
(setq parinfer-extensions
'(defaults ; should be included.
pretty-parens ; different paren styles for different modes.
evil ; If you use Evil.
paredit ; Introduce some paredit commands.
smart-tab ; C-b & C-f jump positions and smart shift with tab & S-tab.
smart-yank)) ; Yank behavior depend on mode.
(add-hook 'clojure-mode-hook #'parinfer-mode)
(add-hook 'emacs-lisp-mode-hook #'parinfer-mode)
(add-hook 'common-lisp-mode-hook #'parinfer-mode)
(add-hook 'scheme-mode-hook #'parinfer-mode)
(add-hook 'lisp-mode-hook #'parinfer-mode)

;;Eclim
(setq-default
cider-default-cljs-repl 'shadow
cider-known-endpoints '(("LOCAL " "localhost" "7002"))
cider-shadow-default-options "jesi"
cider-save-file-on-load t
eclim-eclipse-dirs '("/Applications/Eclipse\\ Java.app/Contents/Eclipse")
eclimd-executable "/Applications/Eclipse Java.app/Contents/Eclipse/eclimd"
eclim-executable "/Applications/Eclipse\\ Java.app/Contents/Eclipse/plugins/org.eclim_2.8.0/bin/eclim"
eclimd-default-workspace "~/eclipse-workspace"
eclimd-wait-for-process t
cider-shadow-default-options "jesi"
sql-postgres-login-params '((user :default "jesi")
(database :default "jesi")
(server :default "localhost")
Expand Down

0 comments on commit 5e62806

Please sign in to comment.