Commit graph

969 commits

Author SHA1 Message Date
toctan f86556b010 Update README 2014-07-30 20:51:22 +08:00
toctan 2d11c0bc4b A better prelude-view-url
- remove HTTP headers, what we care most of the time is the content
- `set-auto-mode` is way better than the naive xml, html tag check
2014-07-30 20:46:19 +08:00
Bozhidar Batsov 237104bbae Merge pull request #627 from toctan/sudo-tramp
Fix editing remote unwriteable file
2014-07-30 15:38:21 +03:00
toctan 2f22cb2684 Fix editing remote unwriteable file
With the original advice, if we try to find a not writeable file on a
remote machine, the extra tramp prefix would be inserted. As a result,
we actually end up in a blank new file.
2014-07-30 20:16:12 +08:00
Bozhidar Batsov 7ece99d281 Merge pull request #624 from RadicalZephyr/prelude-ocaml-fix
prelude-ocaml fix
2014-07-29 00:16:38 +03: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
Bozhidar Batsov d2e892d4c1 Merge pull request #612 from alexeyr/fast-math-entry
Add fast math entry methods
2014-07-25 16:30:53 +03:00
Bozhidar Batsov 0dbf527486 Merge pull request #619 from danielwuz/create-new-buffer
fixed a bug in prelude-create-scratch-buffer
2014-07-25 16:30:30 +03:00
Daniel Wu 6c337b21a0 fixed a bug in prelude-create-scratch-buffer 2014-07-25 08:03:13 -04:00
Bozhidar Batsov bd366b4701 Add the git-timemachine package 2014-07-22 19:18:29 +03: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
Bozhidar Batsov 7b31aad69e Merge pull request #611 from RadicalZephyr/prelude-ocaml
Add basic ocaml setup for prelude
2014-07-18 10:33:33 +03:00
Geoff Shannon 6bd092dc5b Add basic ocaml setup for prelude 2014-07-18 00:22:21 -07:00
Bozhidar Batsov f6781cdc23 Toggle god-local-mode instead of god-mode 2014-07-17 00:38:40 +03:00
Bozhidar Batsov ef381ed943 Merge pull request #609 from danielwuz/fix-init-evil
enabled evil-visualstar by default
2014-07-16 14:18:14 +03:00
Daniel Wu a3f6b0e53d enabled evil-visualstar by default 2014-07-16 07:12:46 -04:00
Bozhidar Batsov 84fac2c435 Merge pull request #608 from jory/chore-add-missing-word-in-tips
Reword the <M-o> tip
2014-07-16 07:39:35 +03:00
Jory Graham e1f9016432 Use the phrase 'open a line' in both tips 2014-07-15 20:34:10 -04:00
Bozhidar Batsov c91bf8d0dd Minor fix 2014-07-15 17:38:59 +03:00
Bozhidar Batsov 744790627c Update the section on Projectile's keybindings 2014-07-15 17:37:07 +03:00
Bozhidar Batsov a7bae36f8a Merge pull request #592 from toctan/set-buffer-major-mode
Set new special buffer mode according to `auto-mode-alist'
2014-07-15 13:10:10 +03:00
Bozhidar Batsov 5bee586f0a [Fix #602] Associate .tpl files with web-mode 2014-07-15 11:40:18 +03:00
Bozhidar Batsov fa40fc8a7e [Fix #604] Save only the current buffer on focus lost 2014-07-14 18:54:49 +03:00
Bozhidar Batsov 978808b745 Add a shorter prefix for all Projectile commands 2014-07-14 17:50:45 +03:00
Bozhidar Batsov d49a8e9a16 Add god-mode 2014-07-14 17:42:34 +03:00
Bozhidar Batsov fcab23fe9c Merge pull request #599 from avsej/fix-io-redirects-in-installer
Fix redirection of IO streams
2014-07-08 08:37:51 +02:00
Sergey Avseyev bb34a4b908 Fix redirection of IO streams 2014-07-08 09:13:06 +03:00
Bozhidar Batsov 31b84dc749 Merge pull request #597 from benprew/patch-1
Update installer.sh
2014-07-05 10:35:32 +02:00
Ben Prew ce97547acf Fix unset PRELUDE_INTO bug.
A -n test behaves differently with and without quotes.  This fixes
https://github.com/bbatsov/prelude/issues/577
2014-07-04 22:41:38 -07:00
toctan 4dab9a193a Respect initial-major-mode creating scratch buffer 2014-07-01 20:50:17 +08:00
toctan bc53a7008a Set buffer mode according to `auto-mode-alist'
With this, after we create a special buffer, the major-mode get set
automatically. For example, we create a new buffer named "ruby.rb",
`ruby-mode` was automatically enabled.
2014-07-01 20:47:15 +08:00
Bozhidar Batsov 86f25a9462 Merge pull request #571 from ilkka/patch-1
Add note about .emacs.d Windows path
2014-06-30 14:15:06 +02:00
Bozhidar Batsov e3217b65e0 Merge pull request #584 from toctan/cleanup-buffer
Cleanup code of `prelude-cleanup-buffer`
2014-06-30 14:14:20 +02:00
Bozhidar Batsov 368ce0ceb1 Merge pull request #590 from toctan/slime
Start slime automatically via `slime-auto-start`
2014-06-30 14:13:51 +02: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
Bozhidar Batsov 2437b447d9 Merge pull request #585 from toctan/smartparens
Move smartparens pair definition out of hooks
2014-06-25 10:57:15 +03: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
toctan 3ac1cc8f00 Remove duplication advice of yank and yank-pop 2014-06-25 10:21:51 +08:00
toctan 491bc0617f Do not indent region with indent sensitive modes
- Rename and move yank indent vars into prelude-custom.el
- Add coffee-mode to prelude-indent-sensitive-modes
- Do not mess up indentation when cleanup with indentation sensitive
  modes, such as Python.
2014-06-25 10:21:51 +08:00
toctan d226fd63f7 Clean up prelude-cleanup-buffer code
- Create a macro `with-region-or-buffer` to replace the prelude wrapper
  around `untabify` and `indent-region`
- Remove the function operated on buffers, cause we only need the dwim
  one
2014-06-25 10:21:51 +08:00
Bozhidar Batsov 2e8859b936 Merge pull request #578 from dougm/go
Add help-command mapping for godoc
2014-06-20 19:32:37 +03: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
Bozhidar Batsov 96c155fa0e Merge pull request #575 from lazywei/upstream-master
Rename evil-surround due to upstream changing.
2014-06-17 12:49:57 +03:00