Bozhidar Batsov
d2e892d4c1
Merge pull request #612 from alexeyr/fast-math-entry
Add fast math entry methods
12 years ago
Bozhidar Batsov
0dbf527486
Merge pull request #619 from danielwuz/create-new-buffer
fixed a bug in prelude-create-scratch-buffer
12 years ago
Daniel Wu
6c337b21a0
fixed a bug in prelude-create-scratch-buffer
12 years ago
Bozhidar Batsov
bd366b4701
Add the git-timemachine package
12 years ago
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.
12 years ago
Alexey Romanov
4666983a5e
Add fast math entry methods
12 years ago
Bozhidar Batsov
275289a497
Merge pull request #606 from alexeyr/company-auctex
Add company backends for AUCTeX
12 years ago
Alexey Romanov
27d74fe405
Company autocompletion for AUCTeX
12 years ago
Bozhidar Batsov
7b31aad69e
Merge pull request #611 from RadicalZephyr/prelude-ocaml
Add basic ocaml setup for prelude
12 years ago
Geoff Shannon
6bd092dc5b
Add basic ocaml setup for prelude
12 years ago
Bozhidar Batsov
f6781cdc23
Toggle god-local-mode instead of god-mode
12 years ago
Bozhidar Batsov
ef381ed943
Merge pull request #609 from danielwuz/fix-init-evil
enabled evil-visualstar by default
12 years ago
Daniel Wu
a3f6b0e53d
enabled evil-visualstar by default
12 years ago
Bozhidar Batsov
84fac2c435
Merge pull request #608 from jory/chore-add-missing-word-in-tips
Reword the <M-o> tip
12 years ago
Jory Graham
e1f9016432
Use the phrase 'open a line' in both tips
12 years ago
Bozhidar Batsov
c91bf8d0dd
Minor fix
12 years ago
Bozhidar Batsov
744790627c
Update the section on Projectile's keybindings
12 years ago
Bozhidar Batsov
a7bae36f8a
Merge pull request #592 from toctan/set-buffer-major-mode
Set new special buffer mode according to `auto-mode-alist'
12 years ago
Bozhidar Batsov
5bee586f0a
[ Fix #602 ] Associate .tpl files with web-mode
12 years ago
Bozhidar Batsov
fa40fc8a7e
[ Fix #604 ] Save only the current buffer on focus lost
12 years ago
Bozhidar Batsov
978808b745
Add a shorter prefix for all Projectile commands
12 years ago
Bozhidar Batsov
d49a8e9a16
Add god-mode
12 years ago
Bozhidar Batsov
fcab23fe9c
Merge pull request #599 from avsej/fix-io-redirects-in-installer
Fix redirection of IO streams
12 years ago
Sergey Avseyev
bb34a4b908
Fix redirection of IO streams
12 years ago
Bozhidar Batsov
31b84dc749
Merge pull request #597 from benprew/patch-1
Update installer.sh
12 years ago
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
12 years ago
toctan
4dab9a193a
Respect initial-major-mode creating scratch buffer
12 years ago
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.
12 years ago
Bozhidar Batsov
86f25a9462
Merge pull request #571 from ilkka/patch-1
Add note about .emacs.d Windows path
12 years ago
Bozhidar Batsov
e3217b65e0
Merge pull request #584 from toctan/cleanup-buffer
Cleanup code of `prelude-cleanup-buffer`
12 years ago
Bozhidar Batsov
368ce0ceb1
Merge pull request #590 from toctan/slime
Start slime automatically via `slime-auto-start`
12 years ago
toctan
ffe8350530
Start slime automatically with `slime-auto-start`
12 years ago
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"
12 years ago
Bozhidar Batsov
5445a40453
Merge pull request #587 from swhalen/two-quicklisp-dirs
Look for Quicklisp in ~/quicklisp and ~/.quicklisp
12 years ago
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
12 years ago
Bozhidar Batsov
2437b447d9
Merge pull request #585 from toctan/smartparens
Move smartparens pair definition out of hooks
12 years ago
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`
12 years ago
toctan
3ac1cc8f00
Remove duplication advice of yank and yank-pop
12 years ago
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.
12 years ago
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
12 years ago
Bozhidar Batsov
2e8859b936
Merge pull request #578 from dougm/go
Add help-command mapping for godoc
12 years ago
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
12 years ago
Bozhidar Batsov
96c155fa0e
Merge pull request #575 from lazywei/upstream-master
Rename evil-surround due to upstream changing.
12 years ago
Bert Chang
1d4d92b655
Rename evil-surround due to upstream changing.
12 years ago
Ilkka Laukkanen
30e5256a39
Add instructions for getting homedir path
This should work for all versions of Windows.
12 years ago
Bozhidar Batsov
fbdb60a8ee
Merge pull request #542 from avsej/yank-to-end-of-line
prelude-evil: add 'nmap Y y$' equivalent
12 years ago
Sergey Avseyev
fa45eba962
Apply prelude codestyle
12 years ago
Bozhidar Batsov
b60180b9c4
Merge pull request #572 from toctan/prelude-web
Make web-mode play nice with smartparens
12 years ago
Bozhidar Batsov
35d43ea91d
Merge pull request #573 from toctan/prelude-css
Run prelude-prog-mode-hook with CSS
12 years ago
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.
12 years ago