Commit graph

580 commits

Author SHA1 Message Date
Fidel Ramos
f77ad4d854 Add command to make Emacs window fullscreen.
Default keybinding is F11. The command follows freedesktop standards,
so it should work on most desktops, at least in GNU/Linux systems.
2013-07-25 19:01:02 +02:00
Bozhidar Batsov
93c94a6f82 Add commands to increment and decrement an integer at point 2013-07-25 15:51:01 +03:00
Bozhidar Batsov
a752457a62 Rename prelude-add-comment-annotations to prelude-font-lock-comment-annotations 2013-07-24 16:26:19 +03:00
Bozhidar Batsov
b474df9609 Cleanup comment annotation highlighting a bit 2013-07-24 16:13:32 +03:00
Bozhidar Batsov
44851ad5d5 Fix command name 2013-07-23 18:32:46 +03:00
Bozhidar Batsov
dd329a53f7 Add a few more tips 2013-07-23 16:51:02 +03:00
Bozhidar Batsov
1ad14ccf91 Clean up package installation code 2013-07-23 15:53:17 +03:00
Bozhidar Batsov
cc29e0f2bb Update keybindings a bit 2013-07-23 15:18:50 +03:00
Bozhidar Batsov
bdb9969ea2 Revert "flx-ido does not exist but flx does"
This reverts commit 6821b1d79b.
2013-07-17 21:18:18 +03:00
Bozhidar Batsov
84f44e0e58 Remove a problematic keybinding 2013-07-17 18:12:53 +03:00
Bozhidar Batsov
1d8ce75ffd Add a few keybindings making use of the Super key 2013-07-17 16:12:29 +03:00
Bozhidar Batsov
b7d8bf7126 Refactor the window switching advice code 2013-07-17 15:28:30 +03:00
Bozhidar Batsov
3b5ac377a0 Fix a typo 2013-07-17 13:10:40 +03:00
Bozhidar Batsov
62b33d1c98 Merge pull request #357 from localredhead/master
flx-ido does not exist but flx does
2013-07-17 00:23:02 -07:00
Levi Strope
6821b1d79b flx-ido does not exist but flx does
I had to change flx-ido to flx to avoid the following:

error: Package `flx-ido' is not available for installation
2013-07-16 21:13:05 -07:00
Bozhidar Batsov
07c1118a22 Add flx-ido to the list of default packages 2013-07-17 00:17:13 +03:00
Bozhidar Batsov
5dfcd4417f Merge pull request #356 from lewang/flx-perf-note
clarify flx performance based on recent changes
2013-07-16 05:30:55 -07:00
Le Wang
a7b44525ba clarify flx performance based on recent changes 2013-07-16 20:26:48 +08:00
Bozhidar Batsov
fb39a6e0b5 Remember the last 500 visited files 2013-07-15 11:56:25 +03:00
Bozhidar Batsov
f3b1d679e0 Fix ido-ubiquitous deprecation warning 2013-07-14 23:32:06 +03:00
Bozhidar Batsov
88248111d1 Add prelude-duplicate-and-comment-current-line-or-region (fixes #348) 2013-07-13 14:15:16 +03:00
Bozhidar Batsov
d47293858c Correct substatement indentation in c-mode (fixes #342) 2013-07-13 13:55:58 +03:00
Bozhidar Batsov
f341074dd8 Add flx to list of default packages 2013-07-13 10:01:19 +03:00
Bozhidar Batsov
e70cd713f1 Add grizzl to the default list of packages 2013-07-13 09:25:53 +03:00
Bozhidar Batsov
10116b47f0 Set sp-cancel-autoskip-on-backward-movement to nil 2013-07-11 11:38:49 +03:00
Bozhidar Batsov
daabb1e373 Use helm-projectile directly (fixes #352) 2013-07-11 11:23:15 +03:00
Bozhidar Batsov
d4ba498d18 When copying the current line discard its newline (fixes #347) 2013-07-08 18:34:57 +03:00
Bozhidar Batsov
e12d5fbf51 Minor cleanup 2013-07-08 12:49:35 +03:00
Bozhidar Batsov
03b1c505f2 Remove melpa package from list of default packages 2013-07-08 12:11:36 +03:00
Bozhidar Batsov
ee78a92a75 Merge pull request #351 from capdevc/patch-1
Remove paredit stuff from prelude-common-lisp.el
2013-07-07 13:45:52 -07:00
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
2013-07-07 15:28:55 -05:00
Bozhidar Batsov
e58a57a83f Merge pull request #349 from wzpan/readme
Fix some wrong keybindings
2013-06-29 22:53:41 -07:00
Joseph Pan
f693508545 Fix some wrong keybindings 2013-06-30 13:11:00 +00:00
Bozhidar Batsov
5b6bef1d67 Don't create the snippets dir 2013-06-29 15:49:03 +03:00
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.
2013-06-29 15:47:57 +03:00
Bozhidar Batsov
27e05c2170 Ops :-) 2013-06-29 11:44:40 +03:00
Bozhidar Batsov
427bc31866 Replace electric-indent-mode and paredit with smartparens 2013-06-29 11:09:16 +03:00
Bozhidar Batsov
f76aab7491 Add prefix arg to prelude-smart-open-line
With a prefix arg the command will invoke prelude-smart-open-line-above
2013-06-29 09:26:23 +03:00
Bozhidar Batsov
9116d5a0c8 Map Option to Super and Fn to Hyper
More keybinding options is never a bad thing.
2013-06-29 09:25:21 +03:00
Bozhidar Batsov
797435e8b3 Remove M-O keybinding
It interfered with the Terminal's handling of arrow keys.

This fixes #343.
2013-06-29 09:24:42 +03:00
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
2013-06-15 16:57:29 +03:00
Bozhidar Batsov
457017a5a6 Fix #337 - don't promt for sudo passwd for non-existing directories 2013-06-06 23:43:50 +03:00
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.
2013-06-02 19:28:11 +03:00
Bozhidar Batsov
1393245cfa Bind prelude-top-join-line to C-^ 2013-06-02 19:27:29 +03:00
Bozhidar Batsov
82cc7188c2 Merge pull request #334 from joshuarh/valid-shell-commands
Valid shell commands
2013-06-01 12:20:53 -07:00
Bozhidar Batsov
2725cee168 Merge pull request #333 from joshuarh/vanity-url
Vanity URL for the installer
2013-06-01 12:18:42 -07:00
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
2013-06-01 13:01:12 -05:00
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
2013-06-01 13:00:20 -05:00
Bozhidar Batsov
7bae87264f Recompile the Prelude dir on prelude-update 2013-05-31 13:05:59 +03:00
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.
2013-05-30 16:50:55 +03:00