Commit graph

249 commits

Author SHA1 Message Date
Tu, Do 10b045c29a Allow enable/disable global helm key bindings
Since some users prefer using default Prelude commands, a new global
mode is defined: prelude-global-helm-mode. When activate, Helm binds
some global key bindings to its own commands. When deactivate, Helm
removes the bindings and Prelude uses the default bindings.
2014-08-31 01:54:33 +07:00
Tu, Do bde6bb0d37 Improve Helm configuration
The current prelude-helm only uses a single command of Helm, which
is a waste given how Helm contains many other commands. When
prelude-helm is activated, users should be able to utilize all of these
useful commands. If a user wants to use Helm, he will want to use all of
its features anyway.

prelude-helm is configured that it is able to be used with this [guide](http://tuhdo.github.io/helm-intro.html).
2014-08-30 16:08:52 +07:00
toctan 17cf2c710a Insert magic encoding comment upon save 2014-08-20 21:45:25 +08:00
toctan 41e153058c Automatically newline with block start 2014-08-20 16:12:29 +08:00
toctan 6283c1afd7 Turn on electric indent mode with python mode 2014-08-20 16:07:55 +08:00
Geoff Shannon 17d56f668d Redefine C-c C-s to run utop
Instead of tuareg-run-ocaml.  This avoids the problems described in
issue #626. Nominally fixes #626.
2014-08-04 15:44:20 -07:00
Geoff Shannon 6bbcd438ae Remove unnecessary autoload call 2014-08-04 15:15:40 -07:00
Bozhidar Batsov 1b9c059c48 Merge pull request #613 from roryk/upstream
fix for evil-mode in terminal
2014-08-01 18:43:58 +03:00
mike-work 0ac11b33b3 added (interactive-haskell-mode) to enable the use of interactive haskell commands (such as C-c C-l to load file) 2014-08-01 16:35:55 +01:00
Geoff Shannon ed91fb3d7e Remove hook to activate an apparently obsolete tuareg function
Trivially fixes #614 by simply removing the offending hook.
2014-07-28 12:58:33 -07:00
Geoff Shannon 313265f69c Activate company mode support for merlin
Also, provide a commented out sample for activating autocomplete support
2014-07-28 12:52:18 -07:00
roryk d757699536 Fix for ESC -> meta in terminal mode.
If you hit esc-key in terminal mode very quickly, it gets interpreted
as meta-key, which makes evil-mode unusable in terminal mode. The
default value of 0.01 doesn't completely fix this behavior, but
setting it to 0 does. The meta key still works fine with it at 0.
2014-07-19 13:05:47 -04:00
Alexey Romanov 4666983a5e Add fast math entry methods 2014-07-19 10:57:19 +04:00
Bozhidar Batsov 275289a497 Merge pull request #606 from alexeyr/company-auctex
Add company backends for AUCTeX
2014-07-19 09:31:57 +03:00
Alexey Romanov 27d74fe405 Company autocompletion for AUCTeX 2014-07-19 09:29:23 +04:00
Geoff Shannon 6bd092dc5b Add basic ocaml setup for prelude 2014-07-18 00:22:21 -07:00
Daniel Wu a3f6b0e53d enabled evil-visualstar by default 2014-07-16 07:12:46 -04:00
Bozhidar Batsov 5bee586f0a [Fix #602] Associate .tpl files with web-mode 2014-07-15 11:40:18 +03:00
toctan ffe8350530 Start slime automatically with slime-auto-start 2014-06-30 20:02:40 +08:00
toctan 158f695813 Do not bind "C-c i" to slime-inspect
This keybinding is in conflict with that of `prelude-ido-goto-symbol`,
and `slime-inspect` is already bound to "C-c I"
2014-06-30 20:02:37 +08:00
Bozhidar Batsov 5445a40453 Merge pull request #587 from swhalen/two-quicklisp-dirs
Look for Quicklisp in ~/quicklisp and ~/.quicklisp
2014-06-25 14:36:30 +03:00
Simon Whalen d7ba68c19f Look for Quicklisp in ~/quicklisp and ~/.quicklisp
In `prelude-common-lisp.el`, look in both `~/quicklisp/` and
`~/.quicklisp/` for `slime-helper.el`, on the assumption that most users
will have Quicklisp installed in one of these two locations.

This commit fixes #582
2014-06-25 22:34:11 +12:00
toctan 07ff79872e Move smartparens pair definition out of hooks
There are two reasons for doing this:
- It's inefficient, we don't have to define the pairs every time we
  enter the mode.
- It's extremely difficult to override the pair definition, even with
  `eval-after-load` and `add-hook`
2014-06-25 11:04:49 +08:00
Doug MacEachern 3491279585 Add key bindings for godoc
C-h G -> godoc: can be used in any mode

C-h f -> godoc-at-point: go-mode only
2014-06-18 08:41:35 -07:00
Bert Chang 1d4d92b655 Rename evil-surround due to upstream changing. 2014-06-17 17:47:31 +08:00
Bozhidar Batsov fbdb60a8ee Merge pull request #542 from avsej/yank-to-end-of-line
prelude-evil: add 'nmap Y y$' equivalent
2014-06-14 21:59:28 +03:00
Sergey Avseyev fa45eba962 Apply prelude codestyle 2014-06-14 20:37:27 +03:00
Bozhidar Batsov b60180b9c4 Merge pull request #572 from toctan/prelude-web
Make web-mode play nice with smartparens
2014-06-14 09:43:10 +03:00
toctan 149f9ec301 Run prelude-prog-mode-hook with CSS
I don't know if CSS should be count as a programming language, but the
utilities provided in the `prelude-prog-mode-hook`, such as
smartparens, whitespace-mode, comment annotation, are also very useful
when editing CSS files.
2014-06-14 11:17:19 +08:00
toctan 207ec885db Make web-mode play nice with smartparens
web-mode's auto paring is in conflict with smartparens. With
smartparens, since the closing '>' is inserted right after the opening
'<' and web-mode is not aware of that, the extra closing '>' would be
inserted. That's very annoying.
2014-06-14 10:48:16 +08:00
toctan f73e348534 Remove web-mode customization
- Code indent offset is subjected to personal taste, I think we should
  stick to the web-mode default, which is sensible enough, and leave it
  to the user to decide.
- `web-mode-disable-autocompletion` is no longer used by web-mode.
- As to `newline-and-indent`, I think we should be consistent across all
  major modes. And this line of code will become useless with Emacs 24.4.
2014-06-14 10:29:27 +08:00
Rowan Thorpe 646905c505 Avoid compile warning in test for slime 2014-06-07 23:47:09 +03:00
Bozhidar Batsov 57dab8813e Merge pull request #561 from toctan/scheme-complete
Add tab compelete and eldoc for scheme
2014-06-05 15:32:06 +03:00
Bozhidar Batsov 59b8d1710b Merge pull request #566 from toctan/smart-curly-braces
Extra newline and indent when RETURN between {}
2014-06-04 19:02:43 +03:00
Bozhidar Batsov a452530266 Merge pull request #565 from dougm/go
Add Go module
2014-06-04 19:02:29 +03:00
Doug MacEachern d16214faa3 Add Go module 2014-06-04 08:57:56 -07:00
Bozhidar Batsov 2656ffa229 Set company-tooltip-flip-when-above to t 2014-06-04 15:57:29 +03:00
toctan ab64e2bb3c Extra newline and indent when RETURN between {} 2014-06-04 20:23:08 +08:00
toctan 4995a8ccd9 Add geiser for scheme 2014-06-04 17:36:05 +08:00
toctan 461a560ddd Define prelude helm menu entry in its own module 2014-06-01 13:29:39 +08:00
Bin Huang 81953ad033 Move the prelude tips for key-chord-mode to it's module file. 2014-05-29 17:16:05 +08:00
Bozhidar Batsov b998a8bd47 Don't recompile elc files outside of Prelude 2014-05-28 18:57:54 +03:00
Bozhidar Batsov 3f0322a806 Add extra keybindings for eval-defun and eval-buffer 2014-05-28 18:56:58 +03:00
Bozhidar Batsov ef9580ca96 Get rid of the deprecated clojure-test-mode 2014-05-28 18:56:32 +03:00
Bozhidar Batsov 36822d7e3e Log nREPL messages by default 2014-05-27 18:21:25 +03:00
mike-work 5e2cf18b4c stopped highlighting issue in makefiles 2014-05-20 16:36:25 +01:00
Sergey Avseyev 1b7a80d8b7 prelude-evil: add 'nmap Y y$' equivalent 2014-05-17 12:04:06 +03:00
Bozhidar Batsov d3954749fa [Fix #535] Correct coffee-mode's config 2014-05-15 17:38:15 +03:00
Bozhidar Batsov e3c373ca13 Auto-join #prelude-emacs and #projectile IRC channels 2014-05-10 15:09:38 +03:00
Bozhidar Batsov 370d0fe473 Merge pull request #523 from roryk/upstream
Add prelude-evil.
2014-05-10 11:16:51 +03:00