Commit graph

  • 427bc31866 Replace electric-indent-mode and paredit with smartparens Bozhidar Batsov 2013-06-29 11:09:16 +03:00
  • f76aab7491 Add prefix arg to prelude-smart-open-line Bozhidar Batsov 2013-06-29 09:26:23 +03:00
  • 9116d5a0c8 Map Option to Super and Fn to Hyper Bozhidar Batsov 2013-06-29 09:25:21 +03:00
  • 797435e8b3 Remove M-O keybinding Bozhidar Batsov 2013-06-29 09:24:42 +03:00
  • 6e7e7a4557 Add some extra keybindings Bozhidar Batsov 2013-06-15 16:57:29 +03:00
  • 457017a5a6 Fix - don't promt for sudo passwd for non-existing directories Bozhidar Batsov 2013-06-06 23:43:50 +03:00
  • 860b08467a Merge branch 'master' of github.com:bbatsov/prelude Bozhidar Batsov 2013-06-02 19:28:11 +03:00
  • 1393245cfa Bind prelude-top-join-line to C-^ Bozhidar Batsov 2013-06-02 19:27:29 +03:00
  • 82cc7188c2 Merge pull request from joshuarh/valid-shell-commands Bozhidar Batsov 2013-06-01 12:20:53 -07:00
  • 2725cee168 Merge pull request from joshuarh/vanity-url Bozhidar Batsov 2013-06-01 12:18:42 -07:00
  • 6ebfe1c800 Use valid shell commands Josh Hoff 2013-06-01 12:57:39 -05:00
  • f0b786c452 Vanity URL for the installer Josh Hoff 2013-06-01 12:56:17 -05:00
  • 7bae87264f Recompile the Prelude dir on prelude-update Bozhidar Batsov 2013-05-31 13:05:59 +03:00
  • 4d15923e2c Add new command prelude-top-join-line Bozhidar Batsov 2013-05-30 16:50:55 +03:00
  • d01818207c Merge pull request from toctan/master Bozhidar Batsov 2013-05-30 04:52:14 -07:00
  • a1d295d4c2 Fix keychord mention Bozhidar Batsov 2013-05-30 14:27:35 +03:00
  • 576aec6fd3 Merge pull request from seanfisk/fix-lisp-readme Bozhidar Batsov 2013-05-30 04:25:00 -07:00
  • 3ef47f48fb Fix prelude-smart-open-line-above toctan 2013-05-30 11:18:18 +08:00
  • fdcb9a8f07 Fix lisp code blocks in README. Sean Fisk 2013-05-29 15:03:39 -06:00
  • fb1164e37f Enable manually elisp-slime-nav (fixes ) Bozhidar Batsov 2013-05-23 11:38:04 +03:00
  • 7aa0164bfb Add missing whitespace Bozhidar Batsov 2013-05-23 11:29:22 +03:00
  • 3e3d022b89 Override default move-beginning-of-line behavior Bozhidar Batsov 2013-05-23 11:27:01 +03:00
  • 0e4b66d07a Remove problematic kk keychords Bozhidar Batsov 2013-05-23 11:10:55 +03:00
  • 08ad6bbfa5 Merge pull request from Abizern/key_chord_documentation Bozhidar Batsov 2013-05-22 07:33:08 -07:00
  • fd5458b179 Describe disabling key-chords in the README Abizer Nasir 2013-05-22 15:22:15 +01:00
  • ca4ae2e4f8 Merge pull request from toctan/master Bozhidar Batsov 2013-05-19 23:03:28 -07:00
  • 0e744f18f6 Add session* to .gitignore toctan 2013-05-20 12:20:25 +08:00
  • fbcb0396a0 Merge branch 'master' of https://github.com/bbatsov/prelude toctan 2013-05-20 12:13:25 +08:00
  • a463633f7f Merge branch 'master' of github.com:bbatsov/prelude Bozhidar Batsov 2013-05-19 22:14:55 +03:00
  • 01c8da8385 Bind KK to delete-horizontal-space Bozhidar Batsov 2013-05-19 22:14:36 +03:00
  • 4b6fc89a24 Do not show the tip if cursor is in the minibuffer toctan 2013-05-19 19:16:43 +08:00
  • e1c4c129c0 Merge pull request from toctan/master Bozhidar Batsov 2013-05-19 02:40:10 -07:00
  • c058e3c473 Add kk keychord for just-one-space Bozhidar Batsov 2013-05-19 12:24:53 +03:00
  • 798b7df54e Add autoloads for PKGBUILD and .zsh file toctan 2013-05-18 00:24:56 +08:00
  • 9792ca0a63 Simplify prelude-rename-file-and-buffer Bozhidar Batsov 2013-05-09 18:55:26 +03:00
  • a569d45a78 Quote buffer-file-name in prelude-open Bozhidar Batsov 2013-05-09 18:23:07 +03:00
  • 4b907b9620 Don't try to save files when you don't have the permissions to do so Bozhidar Batsov 2013-05-08 13:52:20 +03:00
  • d7d3a8fc36 Improve prelude-open-with Bozhidar Batsov 2013-05-06 09:40:20 +03:00
  • ecbcc19c6d Add a few more ace-jump keychords Bozhidar Batsov 2013-05-04 12:26:35 +03:00
  • f8bd9a6a78 Merge branch 'master' of github.com:bbatsov/prelude Bozhidar Batsov 2013-05-04 10:28:22 +03:00
  • f3fffbffce Make prelude-rename-file-and-buffer vc aware Bozhidar Batsov 2013-05-04 10:28:04 +03:00
  • 2866052b6c Enable erase-buffer Bozhidar Batsov 2013-05-04 10:27:32 +03:00
  • 751a01dd24 Merge pull request from Abizern/keychords Bozhidar Batsov 2013-05-03 09:19:56 -07:00
  • bf19ce736b Add key-chords to Readme Abizer Nasir 2013-05-03 16:04:57 +01:00
  • 7895dc6e42 Bind 'uu' to undo-tree-visualize Abizer Nasir 2013-05-03 15:50:58 +01:00
  • 5e93ddc62b Fix - invoke prelude-remove-elc-on-save only for Emacs Lisp buffers Bozhidar Batsov 2013-05-03 15:42:27 +03:00
  • 72294d1e70 Merge branch 'master' of github.com:bbatsov/prelude Bozhidar Batsov 2013-04-30 23:40:15 +03:00
  • 1f8baf08eb Enhance a bit stock dired config Bozhidar Batsov 2013-04-30 23:39:54 +03:00
  • 213b3c9f11 Try to resolve a potential problem with tuareg-mode and which-function-mode Bozhidar Batsov 2013-04-29 23:58:06 +03:00
  • 9ad2ae6202 Add a few more packages to auto-install Bozhidar Batsov 2013-04-29 22:46:22 +03:00
  • f4d71fea83 Refactor prelude-visit-term-buffer Bozhidar Batsov 2013-04-29 17:12:40 +03:00
  • 37aa47f427 Disable yas-minor-mode in term-mode Bozhidar Batsov 2013-04-29 17:12:15 +03:00
  • 0bc4d51093 Merge pull request from toctan/master Bozhidar Batsov 2013-04-29 02:27:41 -07:00
  • cca24f3bb9 Recenter the screen after goto-symbol toctan 2013-04-29 16:38:26 +08:00
  • 3996597b44 Fix a typo Bozhidar Batsov 2013-04-29 11:07:58 +03:00
  • 0f9bff7c71 Don't run checkdoc checker on elisp test files Bozhidar Batsov 2013-04-29 10:56:32 +03:00
  • 4c1b6b9dea Merge branch 'master' of github.com:bbatsov/prelude Bozhidar Batsov 2013-04-29 08:00:29 +03:00
  • 9fbef947b5 Clean up Emacs Lisp config Bozhidar Batsov 2013-04-29 08:00:04 +03:00
  • 0a56b3ffb5 Extract prelude-start-or-switch-to Bozhidar Batsov 2013-04-29 07:59:51 +03:00
  • 7181dbb5b5 Merge pull request from lukerandall/dont-sudo-dired Bozhidar Batsov 2013-04-28 13:16:24 -07:00
  • f69c6d5713 Fix indentation Luke Randall 2013-04-28 21:49:01 +02:00
  • f8de1b7060 Don't try edit dired buffer as root Luke Randall 2013-04-28 21:18:38 +02:00
  • b09eaf8e0e Shorten the names displayed in prelude-recentf-ido-find-file Bozhidar Batsov 2013-04-28 17:35:24 +03:00
  • f7d126fae9 Add some missing docstrings Bozhidar Batsov 2013-04-28 16:37:09 +03:00
  • f24e116421 A couple of minor improvements Bozhidar Batsov 2013-04-28 16:29:56 +03:00
  • c0742219a6 Merge pull request from toctan/master Bozhidar Batsov 2013-04-28 06:23:51 -07:00
  • c698fafe6d Restore compatibility with Emacs 24.2 Bozhidar Batsov 2013-04-28 13:12:57 +03:00
  • bdd9ceb7c8 Correct the packages alphabetical order toctan 2013-04-25 20:32:06 +08:00
  • 7ef5a9ac79 Merge branch 'master' of https://github.com/bbatsov/prelude toctan 2013-04-25 20:23:06 +08:00
  • 73b713a850 Don't use dash.el during package init Bozhidar Batsov 2013-04-25 15:13:52 +03:00
  • cd2781fd78 Merge pull request from marivas/fix-flycheck-error Bozhidar Batsov 2013-04-25 04:10:48 -07:00
  • cdb275481a upgrade dash to 1.2 Manuel Rivas 2013-04-25 13:07:22 +02:00
  • 0ad998d618 Add smex and ido-ubiquitous for better M-x toctan 2013-04-25 00:05:33 +08:00
  • 7eeea58c22 Merge pull request from lukerandall/add-switch-to-previous-buffer Bozhidar Batsov 2013-04-24 01:34:04 -07:00
  • 2ef43e5fcf Add key chord for prelude-switch-to-previous-buffer Luke Randall 2013-04-24 10:24:44 +02:00
  • d392932a4a Add prelude-switch-to-previous-buffer Luke Randall 2013-04-24 10:24:30 +02:00
  • 557dd31b84 Don't auto-install python-mode anymore Bozhidar Batsov 2013-04-23 14:26:11 +03:00
  • d4d9fce741 Suggest the use of Emacs 24.3 with Prelude Bozhidar Batsov 2013-04-21 22:31:56 +03:00
  • 3525aaa6f7 Enable subword-mode in python-mode Bozhidar Batsov 2013-04-21 22:29:10 +03:00
  • 2d46a71bcc python.el is now part of Emacs Bozhidar Batsov 2013-04-21 22:28:32 +03:00
  • e30bd06521 Merge branch 'master' of github.com:bbatsov/prelude Bozhidar Batsov 2013-04-21 10:02:04 +03:00
  • 5ff6ae1339 Enhance sudo editing experience Bozhidar Batsov 2013-04-21 10:01:43 +03:00
  • f531934edf Merge pull request from climatewarrior/add-documentation Bozhidar Batsov 2013-04-15 08:33:48 -07:00
  • 6d87ee90de Proper line breaks for new text Gabriel J. Pérez Irizarry 2013-04-15 11:28:31 -04:00
  • 14a6b92ad6 Makes README more clear about prelude-modules.el during manual install. Gabriel J. Pérez Irizarry 2013-04-15 11:24:43 -04:00
  • 74100057b3 Enable dired-x by default Bozhidar Batsov 2013-04-13 18:36:47 +03:00
  • d1a92af02d Ignore savefile dir Bozhidar Batsov 2013-04-12 19:05:53 +03:00
  • 555cc79d89 Minor change Bozhidar Batsov 2013-04-12 19:05:40 +03:00
  • c07fccb701 Use global-flycheck-mode Bozhidar Batsov 2013-04-12 17:36:13 +03:00
  • 0339d5a4b3 Introduce key-chord to the default-packages Bozhidar Batsov 2013-04-11 18:27:32 +03:00
  • 874ec73947 Fix - use mkdir -p to create required dirs Bozhidar Batsov 2013-04-09 19:04:35 +03:00
  • feea6e5a3d Merge branch 'master' of github.com:bbatsov/prelude Bozhidar Batsov 2013-04-09 18:39:31 +03:00
  • 0d22c81791 Fix - quote env var PRELUDE_INSTALL_DIR Bozhidar Batsov 2013-04-09 18:39:10 +03:00
  • 9de44410a1 Merge pull request from artagnon/patch-1 Bozhidar Batsov 2013-04-09 08:28:50 -07:00
  • ff6f590572 README: fix minor typo {form -> from} Ramkumar Ramachandra 2013-04-09 18:58:00 +05:30
  • ff9bd27831 Add prelude-kill-whole-line Bozhidar Batsov 2013-04-09 15:18:08 +03:00
  • 29f5157bf3 Make backward kill line respect indentation Bozhidar Batsov 2013-04-09 14:43:48 +03:00
  • 1bf7a3f8a8 Add a keybinding for backward line killing Bozhidar Batsov 2013-04-08 18:50:05 +03:00
  • 00b16e5ce7 Code style Bozhidar Batsov 2013-04-06 17:48:13 +03:00
  • 0f2da2e9b2 Minor changes Bozhidar Batsov 2013-04-05 14:43:15 +03:00