Bozhidar Batsov
ee78a92a75
Merge pull request #351 from capdevc/patch-1
Remove paredit stuff from prelude-common-lisp.el
13 years ago
capdevc
c997127958
Remove paredit stuff from prelude-common-lisp.el
The paredit backspace override without having paredit-backward-delete-key defined by paredit was breaking slime loading. I commented this out rather than deleting it since I noticed you had just commented out other paredit stuff elsewhere
13 years ago
Bozhidar Batsov
e58a57a83f
Merge pull request #349 from wzpan/readme
Fix some wrong keybindings
13 years ago
Joseph Pan
f693508545
Fix some wrong keybindings
13 years ago
Bozhidar Batsov
5b6bef1d67
Don't create the snippets dir
13 years ago
Bozhidar Batsov
610133b511
Remove yasnippets from the list of default packages
Prelude provided just a basic config anyways. Anyone can still install
the package manually and enable it in his/her personal config.
13 years ago
Bozhidar Batsov
27e05c2170
Ops :-)
13 years ago
Bozhidar Batsov
427bc31866
Replace electric-indent-mode and paredit with smartparens
13 years ago
Bozhidar Batsov
f76aab7491
Add prefix arg to prelude-smart-open-line
With a prefix arg the command will invoke prelude-smart-open-line-above
13 years ago
Bozhidar Batsov
9116d5a0c8
Map Option to Super and Fn to Hyper
More keybinding options is never a bad thing.
13 years ago
Bozhidar Batsov
797435e8b3
Remove M-O keybinding
It interfered with the Terminal's handling of arrow keys.
This fixes #343 .
13 years ago
Bozhidar Batsov
6e7e7a4557
Add some extra keybindings
`prelude-smart-open-line` is now bound to `M-o` as well
`prelude-start-open-line-above` is not bound to `M-O` as well
13 years ago
Bozhidar Batsov
457017a5a6
Fix #337 - don't promt for sudo passwd for non-existing directories
13 years ago
Bozhidar Batsov
860b08467a
Merge branch 'master' of github.com:bbatsov/prelude
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
13 years ago
Bozhidar Batsov
1393245cfa
Bind prelude-top-join-line to C-^
13 years ago
Bozhidar Batsov
82cc7188c2
Merge pull request #334 from joshuarh/valid-shell-commands
Valid shell commands
13 years ago
Bozhidar Batsov
2725cee168
Merge pull request #333 from joshuarh/vanity-url
Vanity URL for the installer
13 years ago
Josh Hoff
6ebfe1c800
Use valid shell commands
By not prepending `$` to your examples users can copy them easier
without fear of seeing `bash: $: command not found` or similar
13 years ago
Josh Hoff
f0b786c452
Vanity URL for the installer
Made with
`https://github.com/bbatsov/prelude/raw/master/utils/installer.sh `
More info: https://github.com/bbatsov/prelude/raw/master/utils/installer.sh
13 years ago
Bozhidar Batsov
7bae87264f
Recompile the Prelude dir on `prelude-update`
13 years ago
Bozhidar Batsov
4d15923e2c
Add new command `prelude-top-join-line`
Saner version of the built-in `join-line`, that joins lines from the top
to the bottom.
13 years ago
Bozhidar Batsov
d01818207c
Merge pull request #331 from toctan/master
Fix `prelude-smart-open-line-above`
13 years ago
Bozhidar Batsov
a1d295d4c2
Fix keychord mention
13 years ago
Bozhidar Batsov
576aec6fd3
Merge pull request #330 from seanfisk/fix-lisp-readme
Fix lisp code blocks in README.
13 years ago
toctan
3ef47f48fb
Fix `prelude-smart-open-line-above`
13 years ago
Sean Fisk
fdcb9a8f07
Fix lisp code blocks in README.
13 years ago
Bozhidar Batsov
fb1164e37f
Enable manually elisp-slime-nav ( fixes #325 )
13 years ago
Bozhidar Batsov
7aa0164bfb
Add missing whitespace
13 years ago
Bozhidar Batsov
3e3d022b89
Override default move-beginning-of-line behavior
13 years ago
Bozhidar Batsov
0e4b66d07a
Remove problematic kk keychords
13 years ago
Bozhidar Batsov
08ad6bbfa5
Merge pull request #324 from Abizern/key_chord_documentation
Describe disabling key-chords in the README
13 years ago
Abizer Nasir
fd5458b179
Describe disabling key-chords in the README
It's good to have defaults, but nice to document a way of changing them
as well.
13 years ago
Bozhidar Batsov
ca4ae2e4f8
Merge pull request #321 from toctan/master
Do not show the tip if the cursor is in the minibuffer window
13 years ago
toctan
0e744f18f6
Add session* to .gitignore
13 years ago
toctan
fbcb0396a0
Merge branch 'master' of https://github.com/bbatsov/prelude
13 years ago
Bozhidar Batsov
a463633f7f
Merge branch 'master' of github.com:bbatsov/prelude
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
13 years ago
Bozhidar Batsov
01c8da8385
Bind `KK` to `delete-horizontal-space`
13 years ago
toctan
4b6fc89a24
Do not show the tip if cursor is in the minibuffer
13 years ago
Bozhidar Batsov
e1c4c129c0
Merge pull request #320 from toctan/master
Add autoloads of major modes for PKGBUILD and .zshrc file
13 years ago
Bozhidar Batsov
c058e3c473
Add kk keychord for just-one-space
13 years ago
toctan
798b7df54e
Add autoloads for PKGBUILD and .zsh file
13 years ago
Bozhidar Batsov
9792ca0a63
Simplify prelude-rename-file-and-buffer
13 years ago
Bozhidar Batsov
a569d45a78
Quote buffer-file-name in prelude-open
13 years ago
Bozhidar Batsov
4b907b9620
Don't try to save files when you don't have the permissions to do so
13 years ago
Bozhidar Batsov
d7d3a8fc36
Improve prelude-open-with
Now it uses `xdg-open` where it makes sense. It also accepts a prefix
argument that forces manual selection of a command to run.
13 years ago
Bozhidar Batsov
ecbcc19c6d
Add a few more ace-jump keychords
13 years ago
Bozhidar Batsov
f8bd9a6a78
Merge branch 'master' of github.com:bbatsov/prelude
# Please enter a commit message to explain why this merge is necessary,
# especially if it merges an updated upstream into a topic branch.
#
# Lines starting with '#' will be ignored, and an empty message aborts
# the commit.
13 years ago
Bozhidar Batsov
f3fffbffce
Make prelude-rename-file-and-buffer vc aware
13 years ago
Bozhidar Batsov
2866052b6c
Enable erase-buffer
13 years ago
Bozhidar Batsov
751a01dd24
Merge pull request #314 from Abizern/keychords
Keychords
13 years ago